@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');

/* Fontface */

@font-face {

  font-family: "segoeui";

  src: url("../fonts/Segoe\ UI.ttf");

}

@font-face {

  font-family: "segoeuiBold";

  src: url("../fonts/Segoe\ UI\ Bold.ttf");

}
a.Complain {
  background: #f24f04;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.6s ease;
}

a.Complain:hover {
  background: #000;
  color: #fff !important;
  transition: all 0.6s ease;
}


/* Universal Styling */

* {

  padding: 0;

  margin: 0;

  box-sizing: border-box;

  list-style-type: none;

  font-family: sans-serif;

  text-decoration: none;

}

html,

body {

  overflow-x: hidden;

  position: relative;

}
.main-combpwrp {

  /*    background-image: url(../images/cta-bg.webp);*/
  
    background-color: #f24f04;
  
      background-repeat: no-repeat;
  
      background-size: cover;
  
      padding: 80px 0 70px
  
  }
  
  
  
  .main-combpwrp .txtwrp {
  
      display: block;
  
      text-align: left
  
  }
  
  
  
  .main-combpwrp .txtwrp .upr-heading {
  
      background: linear-gradient(to right, rgb(255 255 255) 0%, #ffffff 100%);
  
      -webkit-background-clip: text;
  
      background-clip: text;
  
      -webkit-text-fill-color: transparent
  
  }
  
  
  
  .main-combpwrp .txtwrp .main-heading {
  
      color: #fff
  
  }
  
  
  
  .main-combpwrp {
  
      overflow: hidden
  
  }
  
  
  
  .main-combpwrp .mainwrp {
  
      display: block;
  
      padding: 20px 0 0
  
  }
  
  
  
  .main-combpwrp .mainwrp h4 {
  
      /*color: #fcbf24;*/
  
      color: #fff;
  
      font-size: 20px
  
  }
  
  
  
  .main-combpwrp .mainwrp ul {
  
      margin: 5px 0 20px
  
  }
  
  
  
  .main-combpwrp .mainwrp ul li {
  
      font-size: 14px;
  
      color: #f1e1e1;
  
      position: relative;
  
      padding: 0 0 0 15px
  
  }
  
  
  
  .main-combpwrp .mainwrp ul li:after {
  
      content: "\f054";
  
      position: absolute;
  
      font-family: fontawesome;
  
      left: 0;
  
      color: #fff
  
  }
  
  
  
  .main-combpwrp .imgwrp {
  
      position: relative
  
  }
  
  
  
  .main-combpwrp .imgwrp img {
  
      width: 170%;
  
      position: absolute;
  
      left: -80px;
  
      top: -120px
  
  }
  
  
  
  .main-combpwrp .btnwrp {
  
      margin: 10px 0;
  
      padding: 0
  
  }
  
  
  
  .main-combpwrp .btnwrp h3 {
  
      color: #fff;
  
      font-size: 42px;
  
      padding: 0 0 35px
  
  }
  
  .main-combpwrp .btnwrp h3 del , .main-combpwrp .btnwrp h3 span {
  
      color: #fff !important;
  
  }
  
  .main-combpwrp .btnwrp h3 span {
  
      display: block;
  
      font-size: 18px;
  
      color: #fff;
  
      text-decoration: line-through
  
  }
  
  
  
  .main-combpwrp .btnwrp a {
  
      /*background: linear-gradient(to right, rgb(17 94 234) 0%, #9E1B62 100%);*/
  
      background-color: #f24f04;
  
      border: 1px solid;
  
      padding: 12px 45px;
  
      color: #fff;
  
      font-size: 15px;
  
      border-radius: 7px
  
  }
/* Fancy Box styling */

.fancybox-infobar {

  color: #fff;

}

.fancybox-button svg path {

  fill: #fff;

  stroke-width: 0;

}

.imgFluid {

  max-width: 100%;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  margin-bottom: 0.5rem;

  line-height: 1.2;

  color: inherit;

}



.pageTitle {

  font-family: "segoeui";

  margin-top: 5rem;

  padding-left: 5rem;

  padding-bottom: 5rem;

  font-size: 2.5rem;

  position: relative;

}

.pageTitle::after {

    content: "";

    position: absolute;

    top: 65px;

    left: 5px;

    width: 100px;

    height: 3px;

    background: #f24f04;

}



/* Arrow Link button */

.arrowBtn {

  color: #F24F04;

  display: inline-block;

  font-weight: 700;

  background-color: transparent;

  border: 0;

  margin: 5px;

  margin-right: 2rem;

  cursor: pointer;

}

.arrowBtn:hover {

  color: #F24F04;

}

.arrowBtn::after {

  content: "";

  width: 46px;

  height: 46px;

  background-image: url(../images/arrow-white-double.svg);

  background-position: -17px center;

  background-repeat: no-repeat;

  display: inline-block;

  vertical-align: middle;

  background-color: #F24F04;

  border-radius: 50%;

  padding: 1rem;

  margin-left: 1rem;

  transition: all 0.3s ease-in-out;

}

.arrowBtn:hover::after {

  background-position: 20px center;

  background-color: #F24F04;

}



/* Floating Buttons */

.floatingBtns {

  position: fixed;

  top: 200px;

  right: -375px;

  z-index: 99;

}

.floatingBtns a {

  width: 270px;

  position: relative;

  display: inline-block;

  background: #f24f04;

  border-radius: 5px;

  margin: 0;

  transition: all 0.3s ease-in-out;

  z-index: 3;

  text-decoration: none;

  margin-bottom: 15px;

}

.floatingBtns > a i {

  border-right: 1px solid white;

}

.floatingBtns > a i,

.floatingBtns > a span {

  color: #fff;

  padding: 1.2rem;

  font-size: 20px;

  font-weight: bold;

}

.floatingBtns a:hover {

  transform: translateX(-210px);

}



.floatingBtns_form {

  display: flex;

  align-items: center;

  position: relative;

  top: -189px;

  transition: all 0.3s ease-in-out;

}

.floatingBtns_form.open {

  transform: translateX(-370px);

  z-index: 3;

}

.floatingBtns_form > div {

  color: #fff;

  font-size: 20px;

  cursor: pointer;

  background: #f24f04;

  border-radius: 3px;

  padding: 1.1rem 1rem;

  margin-left: -3.5rem;

  margin-right: -3.9rem;

  transform: rotate(-90deg);

}

.floatingBtns_form > form {

  width: 370px;

  max-width: 100%;

  padding: 2rem;

  background: white;

  border-radius: 5px;

  box-shadow: 0px 0px 30px #0000001f;

}

.floatingBtns_form > form h3 {

  color: #000;

  font-size: 24px;

  line-height: 22px;

}

.floatingBtns_form form input,

.floatingBtns_form form textarea,

.floatingBtns_form form button {

  width: 100%;

  border: 1px solid #e5e5e5;

  padding: 1rem;

  margin-bottom: 10px;

  resize: none;

}

.floatingBtns_form form button {

  color: #fff;

  font-size: 16px;

  font-weight: bold;

  background-color: #F24F04;

  border-radius: 3px;
  cursor: pointer; 

}



/* Navbar */

.nav_header {

  width: 100%;

  position: sticky;

  top: 0;

  left: 0;

  background-color: white;

  z-index: 9999;

}

.nav {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0.7rem 2rem;

}

.nav_logo {

  flex: 1;

}

.nav_logo > img {

  width: 200px;

}

.nav_links {

  display: flex;

}

.nav_link > a {

  font-size: 14px;

  color: #333;

  font-weight: 700;

  padding: 2rem 10px;

  transition: all 0.3s ease-in-out;

}

.nav_link > a > i {

  color: #f24f04;

}

.nav_link > a:hover {

  color: #F24F04;

}

.nav_link.dropdown {

  position: relative;

}

.dropdownMenu {

  width: 350px;

  position: absolute;

  top: 50px;

  left: -30px;

  display: none;

  background: white;

  border-top: 2px solid #f24f04;

  border-bottom: 5px solid #f24f04;

  padding: 1rem;

  z-index: 2;

}

.dropdownMenu a {

  position: relative;

  display: inline-block;

  font-weight: 700;

  padding: 8px 11px;

  margin-left: 2rem;

  color: #333;

  font-size: 18px;

}

.dropdownMenu_icon {

  width: 70px;

  height: 28px;

  position: absolute;

  top: 6px;

  left: -30px;

  display: block;

  background-image: url("../images/arrow-bright-long.svg");

  background-repeat: no-repeat;

  margin: 0;

  transition: all 0.3s ease-in-out;

}

.dropdownMenu a:hover {

  color: #F24F04;

  text-decoration: underline;

}

.dropdownMenu a:hover .dropdownMenu_icon {

  left: -20px;

}

.fa-times-circle {

  display: none;

}

.fa-bars {

  display: none;

  color: #F24F04;

  border: 1px solid #F24F04;

  padding: 0.5rem;

}

.nav_options {

  margin-left: 5rem;

}

.nav_option {

  font-size: 16px;

  color: #F24F04;

  padding: 0px 10px;

}

.nav_option i {

  margin-right: 0.1875rem;

  font-size: 14px;

  color: #F24F04;

}

.subNav {

  background-color: #f4f2fa;

}

.subNav ul {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  padding: 10px 0px;

  margin-bottom: 0;

}

.subNav ul > li {

  padding: 0px 10px;

  border-right: 1px solid #ccc;

}

.subNav ul > li:last-child {

  border: none;

}

.subNav ul > li > a {

  color: #333;

  font-size: 14px;

  font-weight: 700;

}

.subNav ul > li > a:hover {

  text-decoration: underline;

}



/* Reviews Page */

.review {

  padding: 60px;

}

.review h2 {

  font-family: "segoeui" !important;

  font-size: 2rem;

}

.review h5 {

  font-size: 1.25rem;

  font-family: "segoeui" !important;

}

.review .col-12 > p {

  font-size: 17px;

  font-weight: 500;

  line-height: 27px;

  font-family: Poppins, sans-serif;

  margin-top: 0;

  margin-bottom: 1rem;

  width: 60%;

}

.review_cards {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}

.review_card {

  width: 20rem;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-start;

  border: 1px solid #e5e5e5;

  padding: 1rem;

  margin: 0.6rem;

}

.review_card p {

  color: #404041;

  font-size: 12px;

  line-height: 16px;

  padding: 0.5rem 0px;

}

.review_card p:last-child {

  color: #212529;

  font-size: 18px;

  font-weight: bold;

  text-align: center;

  margin: 0.5rem 0px;

}



.slick-next, .slick-prev {

    top: 200px;

    width: 40px;

    height: 40px;

    background: transparent;

    border: 2px solid #F24F04;

    border-radius: 50px;

}



/* Our Company Page */

.company {

  overflow: hidden;

  position: relative;

}

.overlayShapes {

  position: absolute;

  left: 70.2%;

  top: -300px;

  z-index: -1;

}

.overlayGreyDotted {

  width: 953px;

  height: 953px;

  -webkit-border-radius: 591.5px;

  border-radius: 591.5px;

  background-clip: padding-box;

  border: 2px dashed #a7a8aa;

  opacity: 0.6;

  z-index: -1;

  position: absolute;

  top: 15px;

  left: -15px;

}

.overlayRedDotted {

  width: 898px;

  height: 898px;

  -webkit-border-radius: 549px;

  border-radius: 549px;

  background-clip: padding-box;

  border: 2px dashed #fff;

  opacity: 0.6;

  z-index: -1;

  position: absolute;

  top: -7px;

  left: 70px;

}

.overlayBlue {

  width: 853px;

  height: 853px;

  border-radius: 591.5px;

  background: #f24f04;

  z-index: -2;

  position: absolute;

  top: 25px;

  left: 35px;

}

.overlayShapes2 {

  position: absolute;

  left: -250px;

  top: -150px;

  z-index: -1;

}

.overlayShapes2 > .overlayGreyDotted {

  width: 563px;

  height: 563px;

}

.overlayShapes2 > .overlayRedDotted {

  width: 603px;

  height: 603px;

  top: -10px;

  left: -60px;

}

.company_headingLg {

  font-size: 3.5rem;

  font-family: "segoeui";

  color: #000;

  padding-left: 5rem;

}

.company .col-lg-6 {

  text-align: center;

}

.company .col-lg-7 {

  margin-top: 1rem;

  margin-bottom: 6rem;

}

.company .col-lg-7 p {

  padding: 0 0 20px;

  letter-spacing: -0.02em;

  font-family: Poppins, sans-serif;

  font-size: 17px;

  font-weight: 500;

  line-height: 27px;

}

.company .col-lg-7 p strong {

  color: #000;

  font-size: 18px;

}

.company .imgFluid {

  padding: 2rem;

}

.company_subHeading {

  font-size: 20px;

  font-family: "segoeui";

  font-weight: 700;

  color: #747474;

  letter-spacing: 7px;

  text-transform: uppercase;

  padding-left: 5rem;

  margin-bottom: 3rem;

  position: relative;

}

.company_subHeading::after {

  content: "";

  position: absolute;

  top: 50px;

  left: 15px;

  width: 100px;

  height: 3px;

  background: #f24f04;

}

.company_subSection {

  margin: 5rem auto;

}

.company_subSection .imgFluid {

  padding: 0px;

}



/* Combo Packages Page */

.comboPackages .mainHeading {

  position: relative;

  font-family: "Poppins";

  font-size: 44px;

  font-weight: 400;

  color: #160c28;

  line-height: 1.1em;

  margin-top: 2.5rem;

  margin-bottom: 30px;

}

.comboPackages .mainHeading::after {

  content: "";

  position: absolute;

  background: #4c31ff;

  width: 76px;

  height: 2px;

  left: 0;

  bottom: 0;

}

.comboPackages .mainHeading ~ p {

  text-align: left;

  margin: 0 0 70px;

  padding: 0px;

  font-size: 18px;

  line-height: 32px;

}

.comboPackages .card {

  text-align: center;

  font-family: "Poppins";

  border-radius: 10px;

  border: 1px solid #b2b2b2;

  box-shadow: 0 3px 30px 1px #0000001f;

  color: #000;

}

.comboPackages .cardBasic {

  border: 1px solid #4c31ff;

}

.comboPackages .cardBasic:hover {

  background-color: #F24F04;

  color: #fff;

}

.comboPackages .cardBasic:hover p,

.comboPackages .cardBasic:hover a,

.comboPackages .cardBasic:hover i,

.comboPackages .cardBasic:hover h1,

.comboPackages .cardBasic:hover b {

  color: #fff;

}

.comboPackages .cardProfessional {

  border: 1px solid #e8b954;

}

.comboPackages .cardProfessional:hover {

  background: rgba(232, 185, 84, 0.68);

  color: #000;

}

.comboPackages .cardProfessional .cardBtn {

  background: #e8b954;

}

.comboPackages .card h3 {

  font-size: 24px;

  margin: 0;

  font-weight: 800;

  text-transform: capitalize;

  font-weight: 800;

  padding: 4.5rem 0px 1.5rem;

}

.comboPackages .card h4:nth-child(2) {

  text-decoration: line-through;

}

.comboPackages .card p {

  color: #000;

}

.comboPackages .card h1,

.comboPackages .card b {

  color: #603fa5;

  font-size: 40px;

  font-weight: bolder;

  line-height: 0.9;

  margin: 10px 0px 2rem;

}

.comboPackages .cardBtn {

  text-align: center;

  margin: 30px auto 10px;

  border: none;

  padding: 14px 60px;

  color: #ffffff;

  box-shadow: none;

  border-radius: 5px;

  font-weight: 600;

  cursor: pointer;

  display: inline-block;

  text-decoration: none;

  font-size: 16px;

  background-color: #F24F04;

}

.comboPackages .cardActions {

  margin-top: 2rem;

  border-top: 1px solid #eee;

}

.comboPackages .cardActions div {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-around;

  align-items: center;

  padding-top: 5px;

}

.comboPackages .cardActions div a {

  padding: 15px;

  font-size: 14px;

  font-weight: 600;

  color: #000;

}

.comboPackages .cardActions div i {

  color: #000;

  padding: 3px;

}

.comboPackages .cardActions p {

  padding-bottom: 1rem;

  font-size: 19px;

  line-height: 27px;

}

.comboPackages .cardList {

  height: 505px;

  margin-bottom: 6rem;

  color: #000;

}

.comboPackages .cardList ul {

  height: 470px;

  overflow: auto;

}

.comboPackages .cardList ul::-webkit-scrollbar {

  width: 5px;

  background: #e2e2e2;

}

.comboPackages .cardList ul::-webkit-scrollbar-thumb {

  background: #bbb0b0;

  border-radius: 10px;

}

.comboPackages .cardList ul li {

  width: 95%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 1rem 0px;

  border-bottom: 1px solid #e2e2e2;

}

.comboPackages .cardList ul li p {

  font-size: 15px;

}

.comboPackages .cardList ul li i {

  color: #6944af;

  font-size: 20px;

}



/* Portfolio Page */

.portfolio_heading {

  /* margin: 4rem 0px; */

}

.portfolio_heading h1 {

  font: 52px/64px Poppins, sans-serif;

  font-weight: 700;

  color: #212529;

}

.portfolio_heading p {

  font: 18px/31px Poppins, sans-serif;

}

.portfolio_tab {

  font-family: "Poppins", sans-serif;

  border-radius: 5px;

  cursor: pointer;

  border: 1px solid rgba(187, 187, 187, 0.27);

  font-size: 14px;

  padding: 5px 10px;

  margin: 5px;

  background: none;

}

.portfolio_tab:hover,

.portfolio_tab.active {

  background-color: #F24F04;

  color: #fff;

}

.portfolio_imgThumbnails {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: 2rem;

  margin-bottom: 0;

}

.portfolio_imgThumbnails .col-12 {

  padding: 5px;

}

.portfolio_imgThumbnail {

  width: 100%;

  position: relative;

  overflow: hidden;

}

.portfolio_imgThumbnail img {

  width: 100%;

  transition: all 0.5s ease-in-out;

}

.portfolio_imgThumbnail:hover img {

  transform: scale(1.2);

}

.portfolio_imgThumbnail:hover::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #3d60a652;

  pointer-events: none;

}

.portfolio_imgThumbnail:hover::before {

  content: "\f002";

  font-family: "FontAwesome";

  font-size: 60px;

  font-weight: bold;

  color: #d1d1d1;

  text-shadow: 0 0 10px rgb(0 0 0 / 25%);

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  pointer-events: none;

  z-index: 1;

}



/* Services Pages */

/* Main Banner */

.banner {

  background-color: #f4f2f9;

  padding: 2.4rem 4rem;

  overflow: hidden;

  position: relative;

  background: url(../images/banner-img-01.webp);

}

.banner .row {

  z-index: 1;

}

.banner img {

  position: absolute;

  top: -400px;

  right: -150px;

  z-index: 0;

}

.banner_content {

  margin: 1rem 0px;

}

.banner_content p {

  color: #000;

  font-family: "Poppins";

  font-size: 18px;

  font-weight: 900;

  letter-spacing: 7px;

  margin-bottom: 2rem;

}

.banner_content h1 {

  font-family: "Poppins";

  font-size: 50px;

  color: #F24F04;

  font-weight: 600;

}



.banner_content a.arrowBtn {

    color: #F24F04;

}

.banner_content h2 {

  font-family: "Poppins";

  font-weight: 400;

  font-size: 20px;

  line-height: 36px;

  color: #000;

  padding-bottom: 10px;

}

.banner_content ul {

  margin: 2rem 0px 1rem;

}

.banner_content ul li {

  font-family: "Poppins";

  font-size: 16px;

  font-weight: 500;

  line-height: 36px;

  position: relative;

  padding-left: 2rem;

  margin-left: 1rem;

  color: #000;

}

.banner_content ul li::before {

  content: "\f058";

  position: absolute;

  top: 5px;

  left: 0;

  font: normal normal normal 20px/1 FontAwesome;

  color: #f24f04;

}

.bannerForm {

  width: 400px;

  max-width: 100%;

  background: #fff;

  border-radius: 25px;

  padding: 2rem;

  margin: 1rem auto;

  box-shadow: 0px 0px 90px rgb(0 0 0 / 20%);

  display:none;

}

.bannerForm p,

.bannerForm h2 {

  font-family: "poppins";

  color: #392981;

}

.bannerForm p {

  font-size: 18px;

  color: #f24f04;

  margin-bottom: 0;

  font-weight: 600;

}

.bannerForm h2 {

  margin-bottom: 1rem;

  font-size: 40px;

  font-weight: bold;

  color: #F24F04;

}

.bannerForm input,

.bannerForm textarea {

  width: 100%;

  font-size: 16px;

  padding: 10px;

  margin-bottom: 1rem;

  resize: none;

  height: 45px;

}



.bannerForm textarea{

  height: 80px;

}

.bannerForm button {

  font-size: 17px;

  font-family: "poppins";

  color: #fff;

  background: #f24f04;

  border: none;

  border-radius: 10px;

  padding: 12px 40px;

  cursor: pointer;

  transition: 0.5s ease-in-out;

}



.bannerForm button:hover {

    background: #F24F04;

}



/* Get in Touch Banner */

.getInTouch {

  background-color: #f4f2f9;

  padding: 2rem 0px;

  overflow: hidden;

  position: relative;

}

.getInTouch::after {

  content: "";

  position: absolute;

  top: -70px;

  left: -70px;

  width: 12rem;

  height: 12rem;

  border: 2px dashed #a7a8aa;

  border-radius: 50%;

}

.getInTouch_content {

  margin-top: 1rem;

  padding-left: 4rem;

}

.getInTouch_content p {

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 5px;

  color: #F24F04;

  margin-bottom: 2rem;

}

.getInTouch_content h2.ctafirst_head {

  font-family: "Poppins", sans-serif;

  font-size: 3rem;

  line-height: 5rem;

  color: #000;

  font-weight: bold;

      margin-bottom: 0;

}

.getInTouch_content h2 {

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    margin: 1rem 0px 3rem;

    font-size: 26px;

    line-height: 40px;

}

.getInTouch_images {

  text-align: right;

  position: relative;

  left: -60px;

}

.getInTouch_images .imgFluid {

  max-width: 75%;

}



/* Packages Page */

.packages_heading {

  margin: 4rem 0px;

}

.packages_heading h2 {

  font: 52px/64px Poppins, sans-serif;

  font-weight: 700;

}

.packages_heading p {

  font: 20px/31px Poppins, sans-serif;

}

.packages_tab {

  font-family: "Poppins", sans-serif;

  border-radius: 5px;

  cursor: pointer;

  border: 1px solid rgba(187, 187, 187, 0.27);

  font-size: 14px;

  padding: 5px 10px;

  margin: 5px;

  background: none;

}

.packages_tab:hover,

.packages_tab.active {

  background-color: #F24F04;

  color: #fff;

}

.packages_cards {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: 0;

  /* margin-bottom: 50px; */

}

.packages_card {position: relative;background: #fff;border: 1px solid #6140a5;border-radius: 3px;padding: 2rem 1.5rem 0px 1.5rem;margin: 10px 5px;z-index: 1;}

.packages_cardTop h3 {

  font-family: "Poppins", sans-serif;

  font-size: 22px;

  font-weight: 600;

  line-height: 26px;

  color: #000;

  text-align: center;

}

.packages_cardTop h2 {

  font-size: 70px;

  font-weight: 900;

  color: #000;

  text-align: center;

  position: relative;

  margin-top: 1rem;

  margin-bottom: 0px;

}

.packages_cardTop h2 sup {

  font-size: 20px;

  font-weight: 700;

  color: #000;

  position: absolute;

  top: 0;

  margin-left: -15px;

}

.packages_cardTop p {

  font-size: 16px;

  font-weight: bolder;

  text-decoration: line-through;

  text-align: center;

  margin-top: -5px;

  color: #000;

}

.packages_cardBody p {

  font-size: 14px;

  color: #000;

  font-weight: 600;

  padding-bottom: 0;

  margin-top: 1rem;

  margin-bottom: 6px;

}

.packages_cardBody ul {

  width: 300px;

  height: 185px;

  overflow-y: scroll;

  padding-top: 1rem;

  border-top: 1px solid #98989873;

}

.packages_cardBody ul::-webkit-scrollbar {

  width: 5px;

  background: #e2e2e2;

  border-radius: 10px;

}

.packages_cardBody ul::-webkit-scrollbar-thumb {

  background: #bbb0b0;

  border-radius: 10px;

}

.packages_cardBody ul li {

  font-size: 13px;

  font-weight: 500;

  line-height: 1.3;

  color: #000;

  text-transform: capitalize;

  padding: 5px 10px;

}



p.smm_pkg {

    font-size: 15px;

    margin: 10px 0 0;

    padding: 8px 8px;

    font-weight: 500;

    background: #f24f04;

    color: #fff !important;

    text-align: center;

    text-decoration: unset;

}

.packages_card:hover p.smm_pkg {

    border: 1px solid;

}

.packages_cardBottom {

  margin-top: 1rem;

}

.packages_cardBottom div {

  display: flex;

  justify-content: center;

}

.packages_cardBottom div a:last-child {

    display: none;

}

.packages_cardBottom div a {

  font-size: 14px;

  font-family: "Poppins", sans-serif;

  font-weight: 600;

  color: #F24F04;

}

.packages_cardBottom div a:hover {

  color: #fff;

  text-decoration: underline;

}

.packages_cardBottom > a {

  font-family: "Poppins", sans-serif;

  font-weight: 500;

  text-align: center;

  text-transform: uppercase;

  color: #fff;

  background: #f24f04;

  display: inline-block;

  transform: translateX(-50%);

  position: relative;

  left: 50%;

  padding: 10px 2.5rem;

  margin-top: 2rem;

  border: 1px solid;

  border-color: transparent;

}

.packages_card:hover:hover .packages_cardBottom > a {

    border-color: #fff;

}

.packages_card:hover:before {border: 1px solid transparent;background-color: #F24F04;width: 100%;transition: all 0.6s ease;}

.packages_card:hover p,

.packages_card:hover h2,

.packages_card:hover h3,

.packages_card:hover li,

.packages_card:hover a,

.packages_card:hover sup,

.packages_card:hover strong {

  color: #fff;

}

.packages_card:hover ul::-webkit-scrollbar {

  background: #ffffff20;

}

.packages_card:hover ul::-webkit-scrollbar-thumb {

  background: #e2e2e290;

}



/* Process Section */

.process {

  margin: 2rem auto;

}

.process_heading h1 {

  font-size: 2.5rem;

  font-family: "Poppins", sans-serif;

  margin-bottom: 0.5rem;

}

.process_heading p {

  font-size: 18px;

  font-family: "Poppins", sans-serif;

}

.process_item {

  margin: 3rem 0px;

}

.process_item img {

  width: 50px;

  height: 50px;

  object-fit: contain;

  margin-bottom: 0.5rem;

}

.orange_bar {

  width: 100px;

  height: 3px;

  position: relative;

  left: -50px;

  background-color: #f24f04;

  margin-bottom: 1rem;

}

.process_item h2,

.process_item h3 {

  font-family: "Poppins", sans-serif;

}

.process_item p {

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  margin: 1rem 0px 1.5rem;

}

.process_item a {

  color: #F24F04;

  font-weight: 600;

}



/* Testimonials */

.testimonials {

  background-color: #f4f2f9;

  padding: 4rem 0px;

}

.testimonials_heading {

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 5px;

  color: #F24F04;

  margin-bottom: 1rem;

}

.testimonial {

  position: relative;

  border-left: 3px solid #f24f04;

  padding-top: 3rem;

  padding-left: 2.5rem;

  margin: 2rem 0px;

}

.testimonial span {

  position: absolute;

  top: -40px;

  font-family: "poppins";

  font-size: 120px;

  font-weight: bold;

}

.testimonial h2 {

  font-family: "poppins";

  font-weight: 800;

}

.testimonial p {

  font-family: "poppins";

  font-size: 18px;

  margin-top: 3rem;

}

.testimonials a {

  position: relative;

  display: block;

  font-family: "poppins";

  font-size: 18px;

  font-weight: bold;

  color: #F24F04;

  margin-top: 4rem;

  padding-left: 2.5rem;

}

.testimonials a::before {

  content: "";

  position: absolute;

  left: -5px;

  top: -2px;

  width: 70px;

  height: 30px;

  background-image: url("../images/arrow-bright-long.svg");

  background-repeat: no-repeat;

  transition: 0.3s;

}

.testimonials a:hover {

  text-decoration: underline;

}

.testimonials a:hover::before {

  left: -0px;

}



/* Contact Form */

.contactUs {

  overflow: hidden;

  position: relative;

}

.contactForm {

  /* max-width: 815px; */

  margin: 4rem auto 8rem;

}

.contactForm > .row > .col-xl-6 {

  padding: 0px 2rem;

}

.contactForm h1,.contactForm h2 {

  color: #000;

  font-size: 40px;

  font-family: "segoeui" !important;

  margin: 0;

  padding-bottom: 2rem;

  padding-left: 0;

  font-weight: 700;

}

.contactForm p {

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 5px;

  color: #F24F04;

  padding: 19px 0 40px 0px;

}

.contactForm p::after {

    content: "";

    position: absolute;

    top: 70px;

    left: 16px;

    width: 100px;

    height: 3px;

    background: #f24f04;

}

.contactForm form input,

.contactForm form textarea,

.contactForm form select {

  width: 100%;

  min-height: 70px;

  color: #242b34;

  font-size: 19px;

  font-weight: 700;

  background-color: #6a44b112;

  border: 1px solid #d5d5d5;

  padding: 1rem;

  margin-bottom: 1rem;

  resize: none;

}

.contactForm form input::placeholder,

.contactForm form textarea::placeholder,

.contactForm form select::placeholder {

  font-weight: 500;

  color: #242b3480;

}

.contactForm form button {

  color: #F24F04;

  font-size: 21px;

  font-weight: 700;

  text-transform: uppercase;

  background-color: transparent;

  border: 0;

  margin: 1rem 0px;

  cursor: pointer;

}

.contactForm form button::after {

  content: "";

  width: 46px;

  height: 46px;

  background-image: url("../images/arrow-white-double.svg");

  background-position: -17px center;

  background-repeat: no-repeat;

  display: inline-block;

  vertical-align: middle;

  background-color: #F24F04;

  border-radius: 50%;

  padding: 1rem;

  margin-left: 1rem;

  transition: all 0.3s ease-in-out;

}

.contactForm form button:hover {

  color: #F24F04;

}

.contactForm form button:hover::after {

  background-position: 20px center;

  background-color: #F24F04;

}

.contactUs.contactForm {

  padding-top: 6rem;

  margin: 0rem;

  padding-bottom: 80px;

}

.contactInfo {

  margin-top: 8rem;

  padding: 3rem 0px 6rem;

  background-color: #252b34;

}

.contactInfo .col-xl-6 {

  margin: 1rem 0px;

}

.contactInfo .col-md-6:nth-child(1) p {

  color: white;

}

.contactInfo .col-md-6:nth-child(1) div {

  margin-left: 4rem;

}

.contactInfo .col-md-6:nth-child(1) a {

  color: white;

  font-size: 38px;

  font-weight: bolder;

}

.contactInfo .col-md-6:nth-child(1) a:hover {

  text-decoration: underline;

}

.contactInfo .col-md-6:nth-child(2) h5 {

  color: white;

  font-size: 36px;

  line-height: 40px;

}

.contactInfo .col-md-6:nth-child(2) span {

  color: white;

  font-size: 20px;

  line-height: 30px;

}

.contactInfo .col-md-6:nth-child(2) div {

  margin-top: 3rem;

}

.contactInfo .col-md-6:nth-child(2) a {

  color: #f24f04;

  font-weight: bold;

  font-size: 16px;

  transition: all 0.3s ease-in-out;

}

.contactInfo .col-md-6:nth-child(2) a:hover {

  color: #f24f04;

  text-decoration: underline;

}



/* Terms and Conditions Page */

.termsConditions {

  margin-top: 2rem;

  margin-bottom: 6rem;

}

.termsConditions h4 {

  font-size: 1.5rem;

}

.termsConditions p {

  font-family: "Poppins", sans-serif;

  margin-bottom: 2rem;

  font-size: 18px;

}

.termsConditions ul li {

  color: #4f4f4f;

  font-size: 12px;

  font-weight: 700;

  list-style-type: disc;

  margin: 1rem;

  margin-left: 10px;

}



/* Privacy Policy Page */

.privacyPolicy {

  margin-top: 2rem;

  margin-bottom: 6rem;

}

.privacyPolicy h2 {

  line-height: 30px;

  margin: 0.5rem 0px;

  font-size: 25px;

}



.privacyPolicy h3 {

  line-height: 30px;

  margin: 0.5rem 0px;

  font-size: 20px;

  font-weight: 600;

}



.privacyPolicy p {

  font-family: "Poppins", sans-serif;

  font-size: 17px;

  margin-bottom: 1rem;

}

.privacyPolicy ul {

  margin: 2rem 0px;

  margin-left: 10px;

}

.privacyPolicy a {

  color: #007bff;

  font-weight: bold;

}

.privacyPolicy dt {

  font-weight: 700;

  margin-bottom: 0.5rem;

}

.privacyPolicy dd {

  line-height: 24px;

  margin-bottom: 1rem;

}



/* Footer */

footer {

  background-color: #F24F04;

  position: relative;

}

footer > img:nth-child(1) {

  position: absolute;

  top: 0;

  right: 0;

}

footer > img:nth-child(2) {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 150px;

  transform: scale(-1);

}

footer > .row:nth-child(3) {

  padding: 4rem 3rem;

}

footer h5 {

  color: #fff;

  font-family: "segoeui";

  font-size: 25px;

}



footer h2{

  color: #fff;

  font-weight: bold;

  margin-bottom: 0;

}



.footer-social {

    padding-top: 20px;

}



.footer-social a {

    color: #fff !important;

    font-size : 22px;

    padding: 24px 20px 0 0;

}



.footer-social a :hover {

    color: #F24F04;

}



footer p {

  color: #fff;

  font-size: 16px;

  line-height: 26px;

}

footer .location_tab_Sec a {

  font-size: 18px;

  font-family: "segoeui";

  text-transform: uppercase;

  color: #fff;

}

footer > .row:nth-child(3) a:hover {

  text-decoration: underline;

}

footer .location_tab_Sec a::after {

  content: "";

  width: 46px;

  height: 46px;

  background-image: url("../images/arrow-white-double.svg");

  background-position: -17px center;

  background-repeat: no-repeat;

  display: inline-block;

  vertical-align: middle;

  background-color: #000;

  border-radius: 50%;

  padding: 1rem;

  margin-left: 1rem;

  transition: all 0.3s ease-in-out;

}

footer > .row:nth-child(3) a:hover::after {

  background-position: 20px center;

}

.footer_bottom {

  border-top: 1px solid #454b52;

  padding: 3rem 6rem 6rem;

  display: flex;

  justify-content: flex-end;

}

.footer_bottom a {

  color: #d5d5d5;

  font-size: 14px;

  padding: 5px;

  text-decoration: underline;

}



/*Packages detail Section Begin*/



.padding-70{

  padding: 70px 0;

}



.heading_packages h1 {

    font-size: 44px;

    font-weight: bold;

    position: relative;

    color: #160c28;

    margin-bottom: 20px;

}



.heading_packages p {

    font-size: 20px;

    margin-bottom: 30px;

    display: inline-block;

}



.heading_packages h1:after {

    content: "";

    position: absolute;

    background: #4c31ff;

    width: 76px;

    height: 2px;

    left: 0;

    bottom: 0;

}



.packages_detail_price {

    box-shadow: 0 3px 30px #0000001f;

    display: block;

    width: 100%;

    text-align: center;

    height: 505px;

    margin: 0 0 60px;

    -ms-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: 0.5s ease-in-out;

    border-radius: 10px;

    padding: 0px 0 0;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    border: 1px solid #f24f04;

    position: relative;

    overflow: hidden;

}



.packages_detail_price h3 {

    font-size: 24px;

    position: relative;

    text-transform: capitalize;

    font-weight: 800;

    width: 80%;

    margin: 0 auto 10px;

    text-align: center;

    color: #000;

}



span.cut_price_pck {

    margin-bottom: 5px;

    font-weight: bold;

    text-decoration: line-through;

    font-size: 19px;

    color: #000;

}



.packages_detail_price h4 {

    color: #f24f04;

    font-size: 40px;

    font-weight: 700;

    display: inline-block;

    line-height: 0.9;

    position: relative;

    padding: 0 20px;

    margin-bottom: 11px;

}



.packages_detail_price p {

    font-size: 15px;

    padding: 0 10px;

    margin-bottom: 5px;

}



.actions.row {

    margin-top: 30px;

    border-top: 1px solid #e1e1e1;

    padding: 20px 0 0;

    position: absolute;

    bottom: 7px;

}



.actions.row a {

    font-size: 13px;

    color: #000;

    font-weight: 600;

    margin-bottom: 10px;

    display: inline-block;

}

.actions.row a.numberbtn {

    margin-right: 0;

}

.actions.row .col-md-12 a {

    display: none;

}

.actions.row a .fa {

    padding-right: 3px;

}



.actions.row p {

    font-size: 18px;

    font-weight: 300;

}



.btn_packages_inner a {

    text-align: center;

    margin: 20px auto 0;

    border: none;

    padding: 14px 60px;

    color: #ffffff;

    box-shadow: none;

    border-radius: 5px;

    font-weight: 600;

    cursor: pointer;

    display: inline-block;

    text-decoration: none;

    font-size: 16px;

    background-color: #f24f04;

    border: 1px solid #f24f04;

    font-family: var(--heading-font-family);

}

.packages_detail_price:hover .btn_packages_inner a {

    border-color: #fff;

}

.heading_packages {

    margin-bottom: 40px;

}



.packages_detail_price:hover {

    background-color: #f24f04;

    transition: 0.5s ease-in-out;

}



.packages_detail_price:hover h3, 

.packages_detail_price:hover span.cut_price_pck,

.packages_detail_price:hover h4,

.packages_detail_price:hover p,

.packages_detail_price:hover p strong,

.packages_detail_price:hover .actions.row a,

.packages_detail_price:hover .actions.row a .fa

{

    color: #fff;

}







.pakages_list_head h2 {

    text-align: left;

    font-size: 28px;

    font-weight: 700;

    margin: 0;

    padding: 0;

    display: inline-block;

    color: #160c28;

}



.pakages_list_detail ul li {

    position: relative;

    text-align: left;

    padding: 14px 0 14px 0;

    border-bottom: 1px solid #eaeaea;

    list-style: none;

    margin-left: 0;

    display: flex;

    align-items: center;

    margin: 0 20px 0px 0px;

}



.pakages_list_detail ul li:before {

    font-family: "fontawesome";

    content: "\f00c";

    position: absolute;

    top: 0;

    right: 0;

    color: #f24f04;

    font-size: 21px;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 53px;

}



.pakages_list_head {

    padding-bottom: 10px;

}



.pakages_list_detail ul li strong {

    padding-right: 5px;

}



.pakages_list_detail ul {

    height: 430px;

    padding: 0;

    overflow-y: scroll;

}



.pakages_list_detail ul::-webkit-scrollbar {

  width: 5px;

  background: #e2e2e2;

  border-radius: 10px;

}

.pakages_list_detail ul::-webkit-scrollbar-thumb {

  background: #bbb0b0;

  border-radius: 10px;

}



/*Packages Detail Section End*/





/*Banner Section Begin*/



.banner_sec_main .carousel-item img {

    width: 100%;

}



.banner_right {

    text-align: center;

}



.banner_sec_main .carousel-caption {

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    text-align: left;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 0 0 90px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 65px;

    color: #f24f04;

    line-height: 40px;

    font-weight: 600;

    margin-bottom: 20px;

}



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 65px;

    /* font-weight: 900; */

    /* display: block; */

    position: relative;

    line-height: 60px;

}



.banner_sec_main .carousel-caption h2 span.bnscond_word {

    color: #f24f04;

    position: relative;

    line-height: 40px;

    font-weight: 900;

}



.banner_sec_main .carousel-caption h2 span.bnthird_word {

    color: #f24f04;

    position: relative;

    line-height: 60px;

    top: 0;

    font-weight: 900;

}



span.bnfirt_word:after {

    /* content: "Demand"; */

    color: black;

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #F24F04;

    position: absolute;

    top: 4px;

    left: 7px;

    z-index: -1;

}



.packages_list_tab h3 {

    font-size: 17px;

    margin-bottom: 0;

    font-weight: bold;

}



span.bnscond_word:after {

    /* content: "More"; */

    color: black;

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #F24F04;

    position: absolute;

    top: 4px;

    left: 7px;

    z-index: -1;

}



span.bnthird_word:after {

    /* content: "Website"; */

    color: black;

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #F24F04;

    position: absolute;

    top: 4px;

    left: 5px;

    z-index: -1;

}



span.bnforth_word {

    position: relative;

    line-height: initial;

}



span.bnforth_word:after {

    /* content: "From"; */

    color: black;

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #F24F04;

    position: absolute;

    top: 4px;

    left: 7px;

    z-index: -1;

}



span.bnfive_word {

    position: relative;

    line-height: initial;

    top: 0;

}



span.bnfive_word:after {

    /* content: "Your"; */

    color: black;

    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 2px;

    -webkit-text-stroke-color: #F24F04;

    position: absolute;

    top: 5px;

    left: 9px;

    z-index: -1;

}



.banner-content-sec p {

    font-size: 23px;

    line-height: 30px;

    color: #000;

}



.banner_btn ul li {

    display: inline-block;

    padding: 0 !important;

}



.banner_btn ul li a {

    color: #F24F04;

    font-size: 17px;

    font-weight: 600;

    text-decoration: none;

}



.banner_btn ul li a:hover {

    color: #191e4f;

}



.banner_btn {

    padding-top: 20px;

}



.banner-content-sec ul li {

    position: relative;

    font-size: 16px;

    padding-bottom: 5px;

    padding-left: 30px;

    color: #000;

}



.banner-content-sec ul li:after {

    content: "\f058";

    position: absolute;

    top: 3px;

    left: 0;

    font: normal normal normal 20px/1 FontAwesome;

    color: #fbb84b;

}



.banner_btn ul li:after {

    content: none;

}



.banner_sec_main .carousel-caption .row {

    align-items: center;

}



.banner_right img {position: relative;top: 70px;-webkit-animation: float 6s ease-in-out infinite;animation: float 6s ease-in-out infinite;width: 90% !important;}



.banner-content-sec h6 {

    font-size: 19px;

    color: #000;

}



.banner-content-sec h6 span {

    color: #ffc30c;

}



.award_icon span img {

    margin-right: 15px;

    max-width: 18%;

    width: auto !important;

    filter: brightness(1) invert(1);

}



.award_icon {

    padding-top: 10px;

}



.banner-content-sec {

    position: relative;

    top: 30px;

}



@-webkit-keyframes float {

  0% {



    transform: translatey(0px);

  }

  50% {

    transform: translatey(-20px);

  }

  100% {

    transform: translatey(0px);

  }

}



.portfolio {

    padding: 80px 0;

}



/*Banner Section End*/





/*PlatForm Section Begin*/



.platform_sec_main{

  background: var(--white);

  padding: 35px 0 30px;

}



.sponsers_logos span {

    color: var(--white);

    font-size: 15px;

    font-weight: bold;

    padding-bottom: 5px;

    display: inline-block;

}



.sponsers_logos ul li {

    display: inline-block;

    padding: 0 5px;

}



.sponsers_logos ul {

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}



.sponsers_logos ul li img {

    width: auto !important;

    border: 1px solid #ccc;

    padding: 0 12px;

}



/*PlatForm Section End*/





/*Services Section Begin*/



.services_head h3 {

    font-family: "Poppins", sans-serif;

    font-size: 18px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 5px;

    color: #F24F04;

    margin-bottom: 2rem;

    padding-left: 70px;

    padding-right: 70px;

}



.services_rigt_box ul.bullets_ser li:before {

    content: "\f178";

    position: absolute;

    left: 0;

    font-family: 'FontAwesome';

    color: #fff;

    font-size: 25px;

    top: -4px;

}



.services_head .orange_bar {

    left: 0px;

}



.services_tab ul li {

    display: block;

    padding-bottom: 20px;

    position: relative;

}



.services_tab ul {

    display: block;

    border: 0;

}



.services_tab ul li a {

    font-size: 42px;

    color: #242b34;

    font-weight: 200;

    text-decoration: none;

    position: relative;

    font-family: Poppins, sans-serif;

    padding: 0;

    border: 0 !important;

}



.services_tab ul li a.active {

    font-weight: 500;

}



.services_tab ul li a:after {

    display: block;

    content: attr(data-title);

    position: absolute;

    left: 0;

    top: 0;

    transition: 0.5s ease-in-out all;

    transform-origin: 50% 0;

    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);

    font-weight: 900;

    width: 100%;

}



.services_tab ul li a:hover:after{

  transform: translate3d(0px, 0px, -30px) rotateX(90deg);

}





.services_tab_img img {

    width: 100%;

}



.services_rigt_box {

    background-color: #f24f04;

    height: 100%;

    display: flex;

    align-items: flex-start;

    justify-content: center;

    flex-direction: column;

    padding: 40px 90px;

}



.services_rigt_box p {

    font-size: 25px;

    color: #fff;

    font-weight: 300;

    padding-bottom: 10px;

}



.services_rigt_box ul.bullets_ser li a {

    color: #fff;

    font-size: 20px;

    padding-bottom: 20px;

    display: block;

    text-decoration: none;

    transition: 0.5s ease-in-out;

    font-weight: bold;

}

.services_rigt_box .arrowBtn::after {

    background-color: #000;

}

.services_rigt_box .banner_btn ul li a {

    color: #fff;

}



.services_rigt_box ul.bullets_ser li a:hover {

    color: #F24F04;

}



.services_rigt_box ul.bullets_ser li:hover:before {

    color: #f24f04;

    transition: 0.5s ease-in-out;

}



.services_rigt_box ul.bullets_ser li {

    padding: 0 0px 0 50px;

    position: relative;

}



.services_rigt_box .banner_btn {

    padding: 0;

}



.services_sec_main .container-fluid {

    padding: 0 0px 0 100px;

}



/*Services Section End*/



/*Review Section Begin*/



.review_content {

    text-align: center;

}



.review_content p {

    font-size: 20px;

    line-height: 34px;

    margin-bottom: 20px;

    font-style: italic;

    color: var(--light_black);

}



.review_sec_main {

    padding: 70px 0;

    background: #f8f8f8 url(../images/dot_bg.png);

    position: relative;

    /* background: #fff; */

}

.development-review .col-sm-12.slick-slide {

    height: 48%;

}

.process_icon_sec span {

    position: absolute;

    left: -16px;

    font-size: 66px;

    color: #FFf;

    font-family: 'Montserrat', sans-serif;

    font-weight: 900;

    z-index: 99;

    text-shadow: 0px 0px 27px rgb(242 79 4 / 67%);

}



.review_content img {

    border-radius: 50%;

    object-fit: cover;

    width: 132px;

    margin: 0 auto 10px;

}



.rating_star ul li {

    display: inline-block;

    font-size: 25px;

    padding: 0 5px;

    color: #ffc600;

}



.rating_star {

    padding: 15px 0 20px;

}



.review_sec_main .slick-prev {

    right: auto;

    left: -100px;

}



.review_sec_main .slick-next {

    right: -100px;

}



.review_sec_main .slick-next, .review_sec_main .slick-prev {

    top: 60%;

    width: 45px;

    height: 45px;

}



.review_sec_main .slick-prev:before {

    content: "\f104";

    font-family: 'FontAwesome';

}





.review_sec_main .slick-next:before, .review_sec_main .slick-prev:before {

    font-size: 30px;

    line-height: 1;

    opacity: 1;

    color: #000;

}



.slick-next:hover:before, .slick-prev:hover:before{

  color: #f24f04;

}



.review_sec_main .slick-next:before {

    content: "\f105";

    font-family: 'FontAwesome';

}



/*Review Section End*/





/*Logo Design Page Section Begin*/



.head_logo_type h2 {

    font: 40px/64px Poppins,sans-serif;

    font-weight: 700;

    color: #212529;

}



.tab_nav_cus ul li {

    display: inline-block;

    float: none;

    margin: 0 !important;

    padding: 0 11px;

}



.tab_nav_cus ul li a {

    color: #000;

    background: linear-gradient(180deg,#191e4f 0%,#6a44b1 100%);

    border: 0 !important;

    color: #fff !important;

    font-weight: 500;

    padding: 10px 25px;

    border-radius: 30px !important;

    display: inline-block;

    font-size: 14px;

    margin-bottom: 30px;

}



.tab_nav_cus ul li a:hover {

    background: linear-gradient( 180deg ,#6a44b1 0%,#191e4f 100%) !important;

}



.tab_nav_cus ul {

    border: 0;

    text-align: center;

    justify-content: center;

    align-items: center;

}



.head_logo_type {

    text-align: center;

    padding-bottom: 20px;

}



.type_content_Sec p {

    font-size: 22px;

    line-height: 40px;

}



.icononic_content {

    padding-top: 60px;

}



.icononic_content .row {

    align-items: center;

}



.inner_btn ul li {

    display: inline-block;

}



.portfolio_tabs.tab_nav_cus button {

    color: #000;

    background: linear-gradient(180deg,#191e4f 0%,#6a44b1 100%);

    border: 0 !important;

    color: #fff !important;

    font-weight: 500;

    padding: 10px 25px;

    border-radius: 30px !important;

    display: inline-block;

    font-size: 14px;

    margin-bottom: 30px;

    text-transform: uppercase;

}



.portfolio_tabs.tab_nav_cus {

    text-align: center;

    padding-top: 20px;

}



/*Logo Design Page Section End*/





/*Process Section Begin*/



.web_content_Sec h2 {

    color: #000;

    font-size: 40px;

    font-weight: bold;

    margin-bottom: 10px;

}



.web_content_Sec h3 {

    color: #f24f04;

    font-size: 17px;

    font-weight: bold;

}



.web_content_Sec p {

    font-size: 18px;

    line-height: 30px;

}



.center-col{

  margin: 0 auto;

  float: none;

}



.process_tab_main {

    text-align: center;

    /* box-shadow: 0px 0px 50px rgb(0 0 0 / 19%); */

    padding: 30px 18px;

    border-radius: 5px;

    /* border: 1px solid rgb(204 204 204 / 57%); */

    min-height: auto;

    margin-bottom: 30px;

}



.process_icon_sec {

    background: #F24F04;

    width: 150px;

    height: 150px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 20px;

    border-radius: 110px;

    border: 4px solid #dfdfdf;

    transition: 0.5s ease-in-out;

    position: relative;

}



.process_icon_sec img {

    width: 60px;

    height: 60px;

    filter: brightness(0) invert(1);

}



.process_tab_sec {

    padding-top: 50px;

}



.process_content_sec h2 {

    font-size: 22px;

    font-weight: bold;

    color: #f24f04;

}



.process_content_sec h3 {

    font-size: 16px;

    color: #6e6e6e;

    font-weight: 600;

}



.process_content_sec p {

    font-size: 15px;

    line-height: 25px;

}



.process_tab_main:hover .process_icon_sec {

    background: #f24f04;

}



.process_tab_main:hover .process_content_sec h2 {

    color: #F24F04;

}



/*Process Section End*/



/*Inner Review Section Begin*/



.review_box_inner p {

    font-size: 17px;

    line-height: 27px;

}



.review_box_inner img {

    margin-bottom: 10px;

}



.review_box_inner h3 {

    color: #F24F04;

    font-size: 20px;

    font-weight: bold;

}



.review_box_inner {

    border: 1px solid #F24F04;

    padding: 30px 25px;

    box-shadow: 0px 0px 20px rgb(0 0 0 / 28%);

    border-radius: 3px;

    margin-bottom: 20px;

}



/*Inner Review Section End*/



/*Custom portal Section Begin*/



.doublewrap {

    margin-top: 30px;

    padding: 25px 40px;

    min-height: 612px;

    border: 1px solid #F24F04;

    position: relative;

    overflow: hidden;

    border-radius: 20px;

    margin-bottom: 20px;

}



.jack li {

    position: relative;

    font-size: 14px;

    line-height: 22px;

    text-align: left;

    list-style: none;

    margin: 0px;

    opacity: 1;

    color: #7b7b7b;

    padding-bottom: 6px;

    padding-left: 20px;

    display: block !important;

}



.jack li:before {

    position: absolute;

    content: "\f05d";

    font: normal normal normal 14px/1 FontAwesome;

    left: 0;

    top: 3px;

    height: 5px;

    width: 5px;

    color: #F24F04;

    border-radius: 50%;

    /* background: #7b7b7b; */

}



.doublewrap h6 {

    text-transform: uppercase;

    font-size: 12px;

    color: #F24F04;

    margin: 0px;

}



.doublewrap h3 {

    text-transform: capitalize;

    font-size: 37px;

    font-weight: bold;

    color: #000;

    margin: 15px auto 30px;

}



.chatt {

    padding-top: 20px;

    text-align: left;

}



.chatt a.action-no {

    font-size: 20px;

    color: #f24f04 !important;

    cursor: pointer;

}



.actions a {

    margin-right: 20px;

    font-weight: bold;

    display: inline-block;

    padding: 0;

}



.chatt .actions .action-chat {

    color: #f24f04;

    font-size: 20px;

    cursor: pointer;

}



.chatt {

    padding-top: 20px;

    text-align: left;

}

.priccc i.cut::before {

    left: 0px;

    right: auto;

}

i.cut::before {

    content: "";

    width: 94px;

    height: 2px;

    display: block;

    background: #9e9c9c;

    position: absolute;

    left: 41%;

    top: 54%;

}





.chatt h2 {

    padding: 0;

    font-size: 20px!important;

    margin: 0;

    line-height: 38px;

    font-weight: 600;

    text-transform: none;

    color: #2e2e2e;

}



.priccc {

    padding-top: 20px;

    width: 49%;

    float: left;

    text-align: left;

}



span.old-price {

    display: inherit;

    font-size: 22px;

    font-weight: bold;

    position: relative;

    width: 100%;

    margin: 0px auto 7px;

    color: #b7b7b7;

}



.doublewrap span.price {

    font-size: 42px;

    font-weight: bold;

    color: #f24f04;

    margin: 0 0 20px;

    display: inline-block;

    line-height: 36px;

}





.doublewrap input[type=submit].btn {

    border-radius: 0px;

    height: auto;

    margin-bottom: 10px;

    margin-top: 0;

    width: 190px;

    text-align: center;

    outline: none;

    background: #d12e49;

    color: #fff;

    border-radius: 30px;

    padding: 12px;

}





.doublewrap p.nichaywala {

    font-size: 14px;

    line-height: 16px;

    color: #2d2b25;

    font-weight: 600;

    margin-bottom: 10px;

    padding-bottom: 0;

}



.wrapk .view-detail {

    margin-bottom: 0;

}

.view-detail {

    font-size: 12px;

    color: #000;

    font-weight: 600;

    margin: 15px;

    display: block;

    line-height: normal;

}



.wrapk {

    text-align: center;

    width: 49%;

    float: right;

    padding-top: 20px;

}



a.order-btn {

    background: #F24F04;

    text-align: center;

    color: #fff;

    font-weight: 500;

    padding: 13px 30px;

    margin-bottom: 20px;

    margin: 0 20px 20px;

    text-decoration: none;

    display: inline-block;

    border: 1px solid #f24f04;

}



a.order-btn:hover {

    background: transparent;

    color: #000;

    text-decoration: none;

}



.wrapk .view-detail:hover {

    color: #f24f04;

    text-decoration: none;

}



a.view-detail {

    font-size: 15px;

    color: #F24F04;

    font-weight: bold;

}





.cta_right {

    position: absolute;

    top: -30px;

    right: 0;

}



.intl-tel-input {

    position: relative;

    display: inline-block;

    width: 100%;

    margin-bottom: 10px;

}



/*Custom portal Section End*/





/*Thank You Section Begin*/



.thank_you_sec {

    padding: 150px 0;

}



.thnkyou_content h2 {

    font-size: 80px;

    font-weight: bold;

    margin-bottom: 20px;

}



.thnkyou_content p {

    font-size: 22px;

    line-height: 40px;

}



.thnkyou_content a {

    background: #f24f04;

    padding: 16px 40px;

    display: inline-block;

    color: #fff;

    border-radius: 10px;

    font-size: 19px;

    margin-top: 10px;

}



/*Thank You Section End*/



.term_content_sec h4 {

    font-size: 2.5rem;

    color: #000;

    font-weight: bold;

}



.term_content_sec p {line-height: 32px;}



.term_content_sec ul li {

    font-size: 17px;

    font-weight: 400;

    font-family: "Poppins", sans-serif;

    color: #000;

    line-height: 30px;

}



.term_content_sec ul li ul li {

    list-style-type: circle;

}



.term_content_sec ul li ul li ul li {

    list-style-type: square;

}



.term_content_sec ul li ul li ul li ul li {

    list-style-type: circle;

}



.text_pra p {

    margin-bottom: 0;

}



.labourDay {

    width: 100%;

    height: 115px;

    position: relative;

    overflow: hidden;

    display: block;

}





.starsBG {position: relative;}



.starsBG img{

    width: 100%;

    height: 115px;

    /* object-fit: cover; */

}

/*    .labourDayOverly {*/

/*    position: absolute;*/

/*    top: 0;*/

/*    bottom: 0;*/

/*    display: flex;*/

/*    align-items: center;*/

/*    z-index: 11;*/

/*    width: 100%;*/

/*    display: none;*/

/*}*/

/*.labourDayOverly h2 {*/

/*    color: #fff;*/

/*    margin: auto;*/

/*    font-family: 'Playball', cursive;*/

/*    font-size: 46px;*/

/*    font-weight: 500;*/

/*    position: absolute;*/

/*    left: 62%;*/

/*    bottom: 61px;*/

    /* transform: rotate(-5deg); */

/*}*/

/*.labourDayOverly h2 span {*/

/*    font-weight: 600;*/

    /* font-family: 'Poppins', sans-serif; */

/*    font-size: 50px;*/

    /* background-image: linear-gradient(to right top, #ffb340, #ff8100, #ff9900, #ffcc08, #f3c000); */

/*    -webkit-background-clip: text;*/

    /* -webkit-text-fill-color: transparent; */

    /* letter-spacing: -2px; */

/*    color: #ffc023;*/

/*    text-shadow: 0 -4px 0px #161616;*/

/*}*/

/*Popup Form*/

/*Popup Css*/

.modal-dialog.modal-lg {

	margin-top: 150px;

}

.modal-header .close {

    color: #fff;

    opacity: 1;

    font-size: 30px;

}

.modal-header {

	width: 100%;

	background-color: #f24f04;

}



.modal-header h5 {

	text-align: center;

	width: 100%;

	color: #fff;

	font-size: 25px;

	text-transform: capitalize;

}



.popup-form input , .popup-form textarea {

	margin-bottom: 25px;

	height: 45px;

	padding-left: 35px;

	font-size: 14px;

	width: 100%;

}



.popup-form .form-group {

	margin: 0;

}



.popup-form textarea {

	height: 100px;

	padding-top: 12px;

}



.popup-form input::placeholder, .popup-form textarea::placeholder {

	font-size: 14px;

}



.popup-form div#top-row .col-lg-6:first-child:before , .popup-form div#top-row .col-lg-6:last-child:before {

	content: "\f2be";

	font-family: 'FontAwesome';

	position: absolute;

	top: 12px;

	left: 25px;

	color: #f24f04;

}



div#top-row {

	position: relative;

}



.popup-form div#bottom-row .col-lg-6:first-child:before {

	content: "\f0e0";

	font-family: 'FontAwesome';

	position: absolute;

	top: 11px;

	left: 25px;

	color: #f24f04;

}



.popup-form div#bottom-row .col-lg-6:last-child:before {

	content: "\f095";

	font-family: 'FontAwesome';

	position: absolute;

	top: 11px;

	left: 25px;

	color: #f24f04;

}



.popup-form .form-group.message-field {

	position: relative;

}



.popup-form .form-group.message-field:before {

	content: "\f27a";

	font-family: 'FontAwesome';

	position: absolute;

	top: 12px;

	left: 9px;

	color: #f24f04;

}



.popup-form button[type="submit"] {

	border: 0;

	background-color: #f24f04;

	color: #fff;

	padding: 10px 30px;

	border-radius: 50px;

	font-size: 16px;

	font-weight: 600;

	display: block;

	margin: auto;

	cursor: pointer;

}



.popup-form button[type="submit"] i {

	padding-left: 10px;

}



.popup-form p {

	text-align: center;

	margin-top: 15px;

	color: #000;

	font-weight: 500;

}

/* Responsive Styling */

@media only screen and (max-width: 600px) {

  /* Universal Styling */

  .pageTitle {

    padding-left: 0px;

    text-align: center;

  }



  /* Navbar */

  .nav_logo > img {

    width: 125px;

  }

  .nav_options {

    display: none;

  }



  /* Services Pages */

  /* Main Banner */

  .banner {

    padding: 0px 15px;

  }

  .banner_content h1 {

    font-size: 42px;

  }

  .banner_content h2 {

    font-size: 20px;

  }



  /* Contact Form */

  .contactForm h1,.contactForm h2 {

    padding-left: 0px;

    text-align: center;

  }



  /* Our Company Page */

  .company_headingLg {

    padding-left: 0px;

    font-size: 3rem;

    text-align: center;

  }

  .company_subHeading {

    padding-left: 0px;

    text-align: center;

  }



  /* Contact Us page */

  .contactInfo {

    text-align: center;

  }

  .contactInfo p {

    padding-left: 0px;

  }

  .contactInfo .col-xl-6:nth-child(1) div {

    margin-left: 0rem;

  }



  /* Orange Bar */

  .orange_bar {

    left: 0px;

  }



  /* Footer */

  .footer_bottom {

    padding: 3rem 6px;

  }

}

@media only screen and (max-width: 768px) {

  /* Review Page */

  .review {

    padding: 1rem 0px;

  }

  .review .col-12 > p {

    width: 100%;

  }



  /* Our Company Page */

  .company .col-lg-7 {

    margin-bottom: 1rem;

  }



  /* Contact Us Page */

  .contactInfo {

    margin-top: 2rem;

    padding: 3rem 0px 6rem;

    background-color: #252b34;

  }

  .contactInfo .col-xl-6:nth-child(1) a {

    color: white;

    font-size: 34px;

    font-weight: bolder;

  }

  .contactForm > .row > .col-xl-6 {

    padding: 0px 1rem;

  }



  /* Footer */

  footer .col-12 {

    margin: 1rem 0px;

  }

  footer .row:nth-child(3) {

    padding: 4rem 0px;

  }

}

@media only screen and (max-width: 991px) {

  /* Services Pages */

  /* Main Banner */

  .banner img {

    top: unset;

    bottom: -400px;

    right: unset;

  }

}



@media only screen and (max-width: 1100px) {

  /* Floating Buttons */

  .floatingBtns {

    top: 270px;

  }



  /* Our Company Page */

  .company .imgFluid {

    padding: 0rem;

  }


  /* Get in Touch Banner */

  .getInTouch_content h2.ctafirst_head {

    line-height: 4rem;

  }

  .getInTouch_content {

    padding: 0px 1rem;

  }

}







/*Trust Widget Begin*/



.floating_widget {

    padding: 10px 10px;

    border: 1px solid #d7d7d7;

    border-radius: 0 4px 4px 0;

    border-left: medium;

    box-shadow: 0 5px 17px -3px rgb(0 0 0 / 12%);

    transform: translateX(-5%);

    opacity: 1;

    left: -3px;

    -webkit-transition: all .4s ease-in-out;

    -ms-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

    margin-bottom: auto;

    background-color: #fff;

    text-align: center;

    max-width: 100px;

    cursor: pointer;

    z-index: 1020;

    margin-top: auto;

    bottom: 40px;

    height: 150px;

    display: inline-block;

    position: fixed;

    top: auto;

}



.numbers {

    display: inline-block;

    width: 100%;

    vertical-align: top;

    margin-bottom: 0;

}



.number_big {

    font-weight: 600;

    color: #000;

}



.number_small {

    color: #000000cc;

    font-size: 12px;

}



.ratingStars {

    margin-bottom: 5px;

    display: inline-block;

    vertical-align: middle;

}



.ratingStars img {

    width: 100%;

}



.subheading_small {

    font-size: 12px;

    font-weight: 300;

    line-height: normal;

    color: #000;

}



.subheading_big {

    font-size: 12px;

    font-weight: 600;

    line-height: normal;

    color: #000;

}



.reviewsLogo_text {

    color: #333;

    font-size: 12px;

    line-height: 35px;

    text-transform: uppercase;

    display: inline-block;

    vertical-align: middle;

}



.reviewsLogo_star img {

    width: 18px;

    margin-right: 2px;

    position: relative;

    top: -2px;

}





.reviewsLogo {

    float: left;

    width: 100%;

    display: inline-block;

    white-space: nowrap;

}



.reviewsLogo_star {

    display: inline-block;

    vertical-align: middle;

}



.floating_footer {

    display: inline-block;

    width: 100%;

    vertical-align: top;

    border-top: 1px solid #ccc;

    padding-top: 3px;

}

/*Trust Widget End*/









@media (max-width: 1600px) {

    

.starsBG img {

    width: 100%;

    height: 95px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 57px;

}



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 60px;

}



.banner-content-sec p {

    font-size: 21px;

    line-height: 30px;

}



.banner-content-sec ul li {

    font-size: 15px;

}



.banner-content-sec h6 {

    font-size: 17px;

}



.award_icon {

    padding-top: 0;

}



.banner_btn {

    padding-top: 10px;

}



.services_sec_main .container-fluid {

    padding: 0 0px 0 60px;

}



.services_tab ul li a {

    font-size: 33px;

}



.services_rigt_box p {

    font-size: 22px;

}



.services_rigt_box ul.bullets_ser li a {

    font-size: 18px;

}



.services_rigt_box{

  padding: 40px 70px;

}



.portfolio_heading h1 {

    font: 45px/64px Poppins, sans-serif;

}



.portfolio_heading p {

    font: 17px/25px Poppins, sans-serif;

}



.packages_cardTop h3{

    font-size: 20px;

    line-height: 22px;

}



.packages_cardTop h2 {

    font-size: 55px;

}



.getInTouch_content h2.ctafirst_head {

    font-size: 2.3rem;

    line-height: 3rem;

}



.getInTouch_content h2 {

    font-size: 24px;

}



.footer_bottom {

    padding: 3rem 6rem 3rem;

}



.banner_content h1 {

    font-size: 35px;

}



.banner_content h2 {

    font-size: 18px;

    line-height: 30px;

}



.bannerForm h2{

  font-size: 35px;

}



.packages_tabs {

    margin-bottom: 20px;

}



.doublewrap h3 {

    font-size: 33px;

}



.chatt a.action-no {

    font-size: 18px;

}



.chatt h2 {

    font-size: 19px!important;

}



.doublewrap span.price {

    font-size: 35px;

}



.portfolio_heading {

    margin-bottom: 20px;

}



.pakages_list_head h2 {

    font-size: 23px;

}



.packages_detail_price h4 {

    font-size: 33px;

}



footer h5 {

    font-size: 22px;

}



.banner_content ul {

    margin: 1rem 0px 2rem;

}



.contactForm h1,.contactForm h2{

  font-size: 35px;

}



.company_headingLg {

    font-size: 3.0rem;

}



.company .imgFluid {

    padding: 1rem;

    width: 100%;

}



.heading_packages h1 {

    font-size: 35px;

}



}





@media (max-width: 1500px) {



.banner_sec_main .carousel-caption{

    padding: 0 0 0 50px;

}



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 95px;

}





.banner_sec_main .carousel-caption h2 {

    font-size: 55px;

    line-height: 55px;

}



span.bnfive_word {

    top: 0;

}



.banner-content-sec ul li {

    font-size: 15px;

    padding-bottom: 3px;

}



.banner_sec_main .carousel-caption h2 span.bnthird_word{

    top: 0;

    line-height: 40px;

}



.services_tab ul li a {

    font-size: 28px;

    line-height: 35px;

}



.services_tab_img img {

    width: 100%;

    min-height: 650px;

    object-fit: cover;

}



.getInTouch_images .imgFluid {

    max-width: 65%;

}



.banner_right {

    text-align: center;

}



.banner_right img{

  width: 90% !important;

}



.platform_sec_main {

    padding: 35px 0 0;

}



.services_head h3{

  padding-left: 50px;

}



.getInTouch_content h2 {

    font-size: 23px;

}



.banner_content h1 {

    font-size: 33px;

}



.banner_content p {

    margin-bottom: 1rem;

    font-size: 16px;

}



.bannerForm input{

    font-size: 16px;

    padding: 10px 10px;

    height: 50px;

}



.bannerForm textarea{

    font-size: 16px;

    padding: 10px 10px;

    height: 120px;

}



.contactForm h1, .contactForm h2 {

    font-size: 35px;

    padding-bottom: 1rem;

    margin-bottom: 10px;

}



.pageTitle::after {

    top: auto;

    left: 0px;

    bottom: 0;

}



.contactForm p{

  padding: 19px 0 50px 40px;

}



.contactInfo .col-md-6:nth-child(1) div {

    margin-left: 2rem;

}



.contactInfo .col-md-6:nth-child(1) a {

    font-size: 29px;

}



.contactInfo .col-md-6:nth-child(2) span {

    font-size: 18px;

}



.contactInfo .col-md-6:nth-child(2) h5 {

    font-size: 28px;

}



.packages_detail_price h3 {

    font-size: 23px;

}



.nav_links {

    display: flex;

    margin-bottom: 0;

}



}







@media (max-width: 1440px) {



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 45px;

    line-height: 40px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 45px;

    line-height: 50px;

    margin-bottom: 10px;

}



.banner-content-sec p {

    font-size: 18px;

    line-height: 25px;

}



.banner-content-sec {

            top: 75px;

}



.services_sec_main .container-fluid {

    padding: 0 0px 0 40px;

}



.banner_content h1 {

    font-size: 30px;

}



.banner_content p {

    margin-bottom: 1rem;

    font-size: 15px;

    font-weight: 500;

    letter-spacing: 4px;

}



.banner_content h2 {

    font-size: 17px;

    line-height: 25px;

}



.banner_content ul li{

  font-size: 15px;

  line-height: 32px;

}



.portfolio_heading p {

    font: 16px/25px Poppins, sans-serif;

}



.packages_cardTop h2 {

    font-size: 45px;

}



.process_content_sec h2 {

    font-size: 20px;

}



.process_content_sec h3 {

    font-size: 15px;

}



.process_content_sec p {

    font-size: 17px;

    line-height: 25px;

}



.getInTouch_content h2.ctafirst_head {

    font-size: 2.0rem;

    line-height: 2.2rem;

}



.getInTouch_content h2 {

    font-size: 23px;

    line-height: 30px;

}



.packages_heading {

    margin: 4rem 0px 30px;

}



.packages_heading h2 {

    font: 40px/64px Poppins, sans-serif;

}



.company_headingLg {

    font-size: 2.5rem;

}



span.bnfirt_word:after{

    top: 3px;

    left: 3px;

}



span.bnscond_word:after{

  top: 1px;

  left: 3px;

}



span.bnforth_word:after{

  top: 1px;

  left: 3px;

}



span.bnfive_word:after{

    top: 2px;

    left: 2px;

}



span.bnthird_word:after{

  top: 1px;

  left: 2px;

}



.services_rigt_box ul.bullets_ser li a {

    font-size: 16px;

    padding-bottom: 10px;

}





.process_icon_sec span{

      font-size: 60px;

}



.web_content_Sec h2 {

    font-size: 35px;

}



.web_content_Sec p {

    font-size: 17px;

    line-height: 27px;

}





footer h2{

      font-size: 28px;

}



.banner {

    padding: 3rem 4rem 5rem;

}



.portfolio_heading h1 {

    font: 40px/64px Poppins, sans-serif;

}



}





@media (max-width: 1300px) {



.banner_sec_main .carousel-item img {

    width: 100%;

    height: 600px;

}



.award_icon span img {

    height: auto !important;

}



.banner_right img {

    width: 100% !important;

    height: auto !important;

    right: -50px;

}



.services_tab_img img {

    width: 100%;

    min-height: 540px;

}



.review_sec_main .slick-next, .review_sec_main .slick-prev {

    top: 69%;

}



.review_sec_main .slick-prev {

    right: auto;

    left: -50px;

}



.review_sec_main .slick-next {

    right: -50px;

}



.nav_logo > img {

    width: 160px;

}



.nav_link > a{

  padding: 2rem 7px;

}



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 40px;

    line-height: 30px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 40px;

    line-height: 25px;

    margin-bottom: 10px;

}



.services_tab ul{

  padding: 0.7rem 1.5rem;

}

.floatingBtns {
    top: 85px;
}

footer .d-lg-block {

    display: none !important;

}



footer .col-12.col-lg-4:nth-last-child(1) .location_tab_Sec {

    padding-left: 50px;

}



.getInTouch_content h2.ctafirst_head {

    font-size: 1.7rem;

    line-height: 2.2rem;

    font-weight: 600;

}



.getInTouch_content h2 {

    font-size: 20px;

    line-height: 30px;

    font-weight: 400;

        margin: 1rem 0px 2rem;

}



.getInTouch_images .imgFluid {

    max-width: 77%;

}



.subNav ul > li > a {

    color: #333;

    font-size: 13px;

}



.bannerForm h2 {

    font-size: 32px;

}



.packages_heading p {

    font: 18px/31px Poppins, sans-serif;

}



.nav_option {

    font-size: 15px;

}



.jack li {

    position: relative;

    font-size: 13px;

}



.doublewrap h3 {

    font-size: 28px;

}



.packages_tab{

  font-size: 13px;

  font-weight: 600;

}



.pakages_list_head h2 {

    font-size: 20px;

}



.pakages_list_detail ul li{

  font-size: 14px;

}



.heading_packages h1 {

    font-size: 30px;

}



.heading_packages p {

    font-size: 18px;

}



.packages_detail_price h4 {

    font-size: 30px;

}



.floatingBtns > a i, .floatingBtns > a span{

      font-size: 17px;

}



.termsConditions p{

  font-size: 17px;

}



}



@media (max-width: 1200px) {



.nav_options {

    margin-left: 1rem;

}

.arrowBtn {
    margin-right: 1rem;
}

.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 40px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 40px;

}



.services_tab ul li a {

    font-size: 26px;

    line-height: 31px;

    font-weight: 300;

}



.services_rigt_box ul.bullets_ser li:before{

  top: -7px;

}



.services_rigt_box {

    padding: 40px 40px;

}



.services_rigt_box p {

    font-size: 20px;

}



.review_content p {

    width: 80%;

    margin: 0 auto 20px;

    font-size: 19px;

    line-height: 32px;

}



.review_sec_main .slick-prev {

    right: auto;

    left: 0;

}



.review_sec_main .slick-next {

    right: 0;

}



.getInTouch_images {

    left: -20px;

}



.getInTouch_images .imgFluid {

    max-width: 84%;

}



.getInTouch_content {

    padding-left: 2rem;

}



.nav{

  padding: 0.7rem 1rem;

}



.services_sec_main .container-fluid {

    padding: 0 0px 0 30px;

}



.banner {

    padding: 2rem 3rem 2rem;

}



.banner_content h1 {

    font-size: 28px;

}



.banner_content h2 {

    font-size: 15px;

    line-height: 28px;

    font-weight: 300;

}



.banner_content ul li {

    font-size: 14px;

    line-height: 32px;

    font-weight: 400;

}



.contactForm p {

    padding: 19px 0 30px 0px;

    position: relative;

    letter-spacing: 2px;

    font-size: 16px;

}



.contactForm p::after{

  left: 0;

}



.contactForm {

    margin: 3rem auto 4rem;

}



.contactInfo {

    margin-top: 0;

    padding: 2rem 10px 3rem;

}



.contactInfo .col-md-6:nth-child(1) div {

    margin-left: 0;

}



.contactInfo .col-md-6:nth-child(1) a {

    font-size: 25px;

}



.contactUs.contactForm {

    padding-top: 3rem;

    margin: 0rem;

    padding-bottom: 60px;

}



.contactInfo .col-md-6:nth-child(2) span {

    font-size: 15px;

    line-height: 25px;

}



footer p {

    font-size: 15px;

    line-height: 25px;

}



footer h2 {

    font-size: 25px;

}



footer .location_tab_Sec a {

    font-size: 16px;

}



footer > .row:nth-child(3) {

    padding: 3rem 2rem;

}



.footer_bottom {

    padding: 1rem 6rem 1rem;

}



.contactForm h1,.contactForm h2 {

    font-size: 29px;

}



.termsConditions p {

    font-size: 16px;

}



.pageTitle{

    padding-bottom: 1rem;

    font-size: 2.0rem;

}



.company_headingLg {

    font-size: 2.0rem;

}



.company .col-lg-7 p {

    letter-spacing: 0;

    font-size: 15px;

    font-weight: 400;

    line-height: 27px;

}



.overlayRedDotted {

  display: none;

}



.overlayGreyDotted{

  display: none;

}



.company .col-lg-7 {

    margin-top: 1rem;

    margin-bottom: 0rem;

    max-width: 100%;

    flex: 87%;

}



.pageTitle {

    margin-top: 2rem;

}



.company_subSection {

    margin: 2rem auto 0;

}



.company h1.pageTitle:after {

    left: 82px;

    right: auto;

}



.company .imgFluid {

    padding: 0;

    width: 100%;

}



}



@media (max-width: 1100px) {



.nav_options {

    margin-left: 20px;

}



.nav_link > a {

    padding: 2rem 5px;

    font-size: 13px;

}



.banner_sec_main .carousel-caption {

    padding: 0 0 0 20px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 35px;

    line-height: 20px;

}



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 35px;

    line-height: 20px;

}



.banner-content-sec p {

    font-size: 16px;

    line-height: 25px;

}



.arrowBtn {

    margin-right: 0.5rem;

    font-size: 15px;

}



.arrowBtn::after{

  width: 40px;

  height: 40px;

      background-position: -14px center;

}



.services_tab ul li a {

    font-size: 22px;

}



.services_head h3 {

    padding-left: 0;

}



.services_tab ul {

    padding: 0.7rem 0;

}



.nav-tabs .nav-item {

    margin-bottom: 0;

    padding-bottom: 10px;

}



.services_rigt_box ul.bullets_ser li a {

    font-size: 14px;

    padding-bottom: 10px;

    font-weight: 500;

}



.services_tab_img img {

    width: 100%;

    min-height: 510px;

}



.packages_cardBody ul {

    width: 246px;

}



.packages_card {

    margin: 10px 3px;

}



.packages_cardBody ul li{

  padding: 5px 0px;

}



.packages_cardTop h3 {

    font-size: 18px;

    line-height: 22px;

}



.packages_cardTop h2 {

    font-size: 39px;

}



.packages_cardTop h2 sup {

    top: 10px;

    margin-left: -11px;

}



.packages_cardBottom div a {

    font-size: 13px;

}



.banner_content h1 {

    font-size: 24px;

}



.banner_content h2 {

    font-size: 16px;

    line-height: 23px;

    font-weight: 300;

}



.banner_content ul li {

    font-size: 13px;

    line-height: 30px;

    font-weight: 400;

    margin: 0;

}



.packages_heading h2 {

    font: 30px/35px Poppins, sans-serif;

}



.packages_heading p {

    font: 16px/25px Poppins, sans-serif;

}



.process_content_sec h2 {

    font-size: 17px;

}



.process_content_sec p {

    font-size: 14px;

    line-height: 23px;

    width: 99%;

    margin: 0 auto;

}



.process_tab_main{

    min-height: 210px;

    margin-bottom: 10px;

}



.process_content_sec h3 {

    font-size: 13px;

}



.process_icon_sec span {

    font-size: 53px;

    left: -14px;

}



.review_content p {

    width: 80%;

    margin: 0 auto 20px;

    font-size: 17px;

    line-height: 29px;

}



.web_content_Sec h2 {

    font-size: 29px;

}



.web_content_Sec p {

    font-size: 15px;

    line-height: 25px;

}



.contactForm h1,.contactForm h2 {

    font-size: 23px;

}



.bannerForm h2 {

    font-size: 28px;

}



.contactForm .col-12.col-xl-6 {

    flex: 50%;

}



.contactForm form input, .contactForm form textarea, .contactForm form select {

    min-height: 50px;

}



.contactInfo .col-md-6:nth-child(1) a {

    font-size: 22px;

}



.heading_packages h1 {

    font-size: 25px;

}



p.smm_pkg {

    font-size: 12px;

}



.dropdownMenu a{

    font-size: 16px;

}



.bannerForm p {

    font-size: 16px;

}



.review_box_inner p {

    font-size: 14px;

    line-height: 23px;

}



.review_box_inner h3 {

    font-size: 18px;

}



.web_content_Sec h2 {

    font-size: 26px;

}



.company .col-lg-7 {

    flex: 100%;

}



}



@media (max-width: 1024px) {



.nav_links {

    display: flex;

    flex-direction: column;

     overflow-y: auto;

    position: fixed;

    top: 0;

    right: 0px;

    background: #005492;

    width: 320px;

    min-height: 100vh;

    z-index: 4;

    padding: 4rem 1rem;

    transform: translateX(320px);

    transition: all 0.3s ease-in-out;

   

  }

  .nav_links.open {

    transform: translateX(0px);

  }



  .nav_link > a {

    font-size: 14px;

    color: #333;

    font-weight: 700;

    padding: 1.5rem;

    transition: all 0.3s ease-in-out;

    display: inline-block;

    color: #fff;

    font-size: 16px;

    border-bottom: 1px solid #266ea3;

    width: 100%;

  }



  .dropdownMenu {

    width: 290px;

    position: relative;

    top: 0px;

    background: #00477c;

    border: none;

    padding: 0px;

  }

  .dropdownMenu a {

    color: #fff;

    font-size: 14px;

    padding: 1.2rem 1rem;

  }

  .dropdownMenu_icon {

    width: 54px;

    height: 20px;

    top: 15px;

    left: -20px;

    fill: white;

  }

  .fa-times-circle {

    color: #fff;

    font-size: 30px;

    display: block;

    position: absolute;

    top: 10px;

    right: 10px;

    z-index: 10;

  }

  .fa-bars {

    display: block;

    margin: 0px 1rem;

  }



  .dropdownMenu{

    left: 0;

  }



  .services_rigt_box p {

    font-size: 16px;

  }



  .services_tab_img img {

    width: 100%;

    min-height: 490px;

  }



  .portfolio_tab{

    font-size: 13px;

    padding: 5px 6px;

    margin: 5px;

  }



  .banner_sec_main .carousel-item img {

    width: 100%;

    height: 540px;

  }



  .banner_right img {

    width: 100% !important;

    height: auto !important;

    right: -30px;

    top: 20px;

  }



  .banner-content-sec h6 {

    font-size: 15px;

  }



  .banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 35px;

    line-height: 60px;

  }



  .banner_sec_main .carousel-caption h2 span.bnthird_word {

    top: 0;

    line-height: 30px;

    }



  .banner_sec_main .carousel-caption h2 {

    font-size: 35px;

    line-height: 20px;

  }



  .review_sec_main {

    padding: 50px 0;

  }



  .padding-70 {

    padding: 60px 0;

  }



  .review_sec_main .pt-5 {

    padding: 0 !important;

  }



}



@media (max-width: 1002px) {



.banner_btn ul li a {

    font-size: 13px;

}



.banner-content-sec p {

    font-size: 14px;

    line-height: 22px;

}



.banner-content-sec ul li {

    font-size: 13px;

    padding-bottom: 3px;

    padding-left: 20px;

}



.banner-content-sec ul li:after{

  font-size: 15px;

}



.services_tab ul li a {

    font-size: 19px;

    line-height: 25px;

}



.services_rigt_box p {

    font-size: 14px;

    padding-bottom: 0px;

}



.services_rigt_box ul.bullets_ser li a {

    font-size: 12px;

    padding-bottom: 10px;

    font-weight: 500;

}



.services_tab_img img {

    width: 100%;

    min-height: 450px;

}



footer h5 {

    font-size: 18px;

}



footer h2 {

    font-size: 21px;

}



.subNav ul > li > a {

    color: #333;

    font-size: 11px;

}



.subNav .container {

    max-width: 870px;

}



.padding-70 {

    padding: 40px 0;

}



}



@media (max-width: 850px) {



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 25px;

    line-height: 50px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 25px;

    line-height: 0px;

}



  .banner_sec_main .carousel-caption h2 span.bnthird_word {

    top: 0;

    line-height: 10px;

  }



.banner-content-sec h6 {

    font-size: 13px;

}



.banner-content-sec p {

    font-size: 13px;

    line-height: 19px;

}



.award_icon span img {

    margin-right: 5px;

    max-width: 22%;

    width: auto !important;

}



.arrowBtn::after{

  margin-left: 5px;

  width: 30px;

  height: 30px;

  background-position: -12px center;

}



.banner_sec_main .carousel-item img {

    width: 100%;

    height: 460px;

    object-fit: cover;

}



.banner_right img{

      top: 50px;

}



.portfolio .col-md-6 {

    flex: 32%;

}



.packages_card {

    margin: 10px 2px;

    padding: 20px 25px;

}



.packages_cardBody ul {

    width: 226px;

}



.packages_card {

    margin: 10px 2px;

    padding: 20px 19px;

}



.packages .container {

    max-width: 900px;

}



.packages_cardTop h3 {

    font-size: 16px;

    line-height: 18px;

}



.packages_cardTop h2 {

    font-size: 33px;

    margin-top: 0.5rem;

}



.packages_cardBody ul li {

    padding: 5px 0px;

    font-size: 12px;

}



.getInTouch .col-lg-6 {

    max-width: 50%;

    flex: 50%;

    order: unset;

}



.getInTouch_content h2.ctafirst_head {

    font-size: 21px;

    line-height: 25px;

    font-weight: 600;

}



.getInTouch_content h2 {

    font-size: 16px;

    line-height: 23px;

    margin: 1rem 0px 1rem;

}



.getInTouch_images .imgFluid {

    max-width: 90%;

}



.review_content p {

    width: 85%;

    margin: 0 auto 20px;

    font-size: 16px;

    line-height: 29px;

    font-style: initial;

}



.review_content h5 {

    font-size: 17px;

    font-weight: bold;

}



footer .col-12.col-lg-4:nth-last-child(1) .location_tab_Sec {

    padding-left: 0;

}



.packages_cards{

      margin-bottom: 0;

}



.packages_tab {

    font-size: 12px;

    font-weight: 500;

    margin: 2px;

}



.portfolio_heading h1 {

    font: 30px/34px Poppins, sans-serif;

}



.portfolio_heading p {

    font: 15px/25px Poppins, sans-serif;

}



.banner .col-lg-6 {

    flex: 50%;

    max-width: 50%;

}



.process_sec .container {

    max-width: 860px;

}



.process_content_sec h2 {

    font-size: 15px;

}



.process_content_sec p {

    font-size: 13px;

    line-height: 23px;

    width: 100%;

}



.process_icon_sec span {

    font-size: 47px;

    left: -11px;

}



.banner_content h1 {

    font-size: 19px;

}



.banner_content p {

    margin-bottom: 1rem;

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 2px;

}



.arrowBtn {

    margin-right: 0.5rem;

    font-size: 13px;

}



.banner_content h2 {

    font-size: 14px;

    line-height: 20px;

}



.banner_content ul li {

    font-size: 12px;

    line-height: 23px;

    font-weight: 400;

}



.bannerForm input {

    font-size: 14px;

}



.bannerForm textarea {

    font-size: 14px;

}



.bannerForm h2 {

    font-size: 25px;

}



.banner{

  background-size: cover;

    background-position: center;

}



.banner {

    padding: 2rem 2rem 2rem;

}



}





@media (max-width: 768px) {



.banner_sec_main .carousel-caption {

    padding: 0 0 0 10px;

}



.banner_btn ul li a {

    font-size: 12px;

}



.banner-content-sec ul li {

    font-size: 12px;

}



.services_rigt_box {

    padding: 15px 30px;

}



.services_tab_img img {

    width: 100%;

    min-height: 400px;

}



ul.bullets_ser {

    margin: 0;

}



.services_tab ul li a {

    font-size: 17px;

    line-height: 23px;

}



.packages_cardBody ul {

    width: 296px;

}



.packages_card {

    margin: 10px 9px 10px;

}



.getInTouch_images .imgFluid{

  display: none;

}



.getInTouch .col-lg-6 {

    max-width: 100%;

    flex: 100%;

    order: unset;

}



.getInTouch::after{

  display: none;

}



.getInTouch_content p{

      margin-bottom: 1rem;

}



.portfolio_heading h1 {

    font: 25px/34px Poppins, sans-serif;

}



.nav_link > a{

      padding: 17px 20px;

}



.nav_links{

  padding: 3rem 1rem;

}



.dropdownMenu a {

    color: #fff;

    font-size: 14px;

    padding: 11px 10px;

}



.dropdownMenu_icon{

      top: 9px;

}



.bannerForm{

  padding: 20px 20px;

}



.process_tab_sec .col-sm-4 {

    max-width: 50%;

    flex: 50%;

}



.process_content_sec p {

    font-size: 16px;

    line-height: 28px;

    width: 100%;

}



.process_content_sec h2 {

    font-size: 21px;

}



.process_content_sec h3 {

    font-size: 16px;

}



.pakages_list_detail ul li {

    font-size: 12px;

}



.banner_content h2 {

    font-size: 13px;

    line-height: 20px;

}



.banner_content ul li::before{

      font-size: 15px;

}



.banner_content ul li {

    padding-left: 1rem;

}



.review_sec_tab .col-sm-4 {

    max-width: 50%;

    flex: 50%;

}



.packages_detail_price h4 {

    font-size: 26px;

}



}



@media (max-width: 576px) {



.banner_right img{

  display: none;

}



.banner_sec_main .carousel-caption .col-sm-5 {

    max-width: 100%;

    flex: 100%;

}



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 35px;

    line-height: 50px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 35px;

    line-height: 40px;

}



.banner-content-sec {

    top: 20px;

}



.banner-content-sec ul li {

    font-size: 15px;

}



.services_tab_img {

    display: none;

}



.services_sec_main .col-sm-9 .col-sm-9 {

    max-width: 100%;

    flex: 100%;

}



.services_tab ul li a {

    font-size: 13px;

    line-height: 18px;

}



.services_tab ul li a {

    font-size: 13px;

    line-height: 18px;

    font-weight: 400;

}



.services_tab ul li a.active {

    font-weight: 800;

}



.portfolio_tabs {

    text-align: center;

}



.services_rigt_box {

    padding: 15px 30px;

    height: 410px;

}



.packages_card {

    margin: 10px 5px 10px;

}



.packages_cardBody ul {

    width: 223px;

}



.packages_tabs {

    text-align: center;

}



.contactForm h1, .contactForm h2 {

    font-size: 23px;

    text-align: left;

}



.banner_sec_main .carousel-item:after {

    content: '';

    background: rgb(255 255 255 / 52%);

    width: 100%;

    height: 100%;

    top: 0;

    position: absolute;

    right: 0;

}



.review_sec_main {

    padding: 50px 0 90px;

}



.review_sec_main .slick-next, .review_sec_main .slick-prev {

    top: auto;

    bottom: -80px;

}



.review_sec_main .slick-prev {

    right: auto;

    left: 39%;

}



.review_sec_main .slick-next {

    right: 39%;

}



.review_content p {

    width: 100%;

    margin: 0 auto 20px;

    font-size: 15px;

    line-height: 25px;

    font-style: initial;

}



.packages_sec_main .col-sm-4,.packages_sec_main .col-sm-8 {

    max-width: 100%;

    flex: 100%;

}



.packages_cardTop h3 {

    font-size: 14px;

    line-height: 18px;

}



.banner .col-lg-6 {

    flex: 100%;

    max-width: 100%;

    z-index: 99;

}



.bannerForm {

    padding: 20px 20px;

    display: none;

}



.banner:after {

    content: '';

    position: absolute;

    /* background: rgb(0 0 0 / 30%); */

    width: 100%;

    height: 100%;

    top: 0;

    right: 0;

}



.banner {

    background-size: cover;

    background-position: center;;

}



.banner_content h2 {

    font-size: 15px;

    line-height: 27px;

}



.banner_content ul li {

    font-size: 13px;

    line-height: 26px;

    font-weight: 400;

}



.floatingBtns {

    top: 400px;

}



.process_content_sec p {

     font-size: 14px;

    line-height: 23px;

    width: 100%;

}



.process_content_sec h2 {

    font-size: 17px;

}



.process_content_sec h3 {

    font-size: 14px;

}



.banner_content h2 {

    font-size: 13px;

    line-height: 27px;

}



.portfolio_tab {

    font-size: 13px;

    padding: 8px 12px;

    margin: 5px;

}



.portfolio .col-md-6 {

    flex: 50%;

    max-width: 50%;

}



.portfolio_imgThumbnails{

  margin-top: 0;

}



.contactForm .col-12.col-xl-6 {

    flex: 100%;

    max-width: 100%;

}



.overlayShapes{

  display: none;

}



.contactForm p::after{

  display: none;

}



.contactForm p {

    padding: 19px 0 0px 0px;

}



.floatingBtns{

    display: none;

}



}



@media (max-width: 450px) {



.portfolio_tabs {

    padding-bottom: 20px;

    text-align: center;

}



.services_sec_main .container-fluid {

    padding: 0 0px 0 0px;

}



.services_tab ul {

    padding: 0 29px 20px;

}



.services_tab ul li a {

    font-size: 17px;

    line-height: 25px;

    font-weight: 400;

}



.services_rigt_box {

    padding: 35px 30px;

    height: auto;

}



.services_rigt_box p {

    font-size: 16px;

    padding-bottom: 0px;

}



.services_rigt_box ul.bullets_ser li a {

    font-size: 15px;

    padding-bottom: 10px;

    font-weight: 500;

}



.services_head h3 {

    padding-left: 30px;

}



.portfolio_tab {

    font-size: 12px;

    padding: 8px 7px;

    margin: 4px;

}



.packages_card {

    margin: 10px 25px 10px;

    width: 100%;

}



.packages_cardBody ul {

    width: 100%;

    height: 255px;

}



.packages_cardBody ul li {

    padding: 5px 0px;

    font-size: 15px;

}



.footer_bottom {

    padding: 20px 0;

    text-align: center;

    align-items: center;

    justify-content: center;

}



.contactForm form input, .contactForm form textarea, .contactForm form select {

    min-height: 50px;

    font-size: 15px;

}



.pageTitle {

    padding-left: 0px;

    text-align: left;

}



.company_headingLg {

    font-size: 2.0rem;

    text-align: left;

}



.company h1.pageTitle:after {

    left: 0;

    right: auto;

}



.company .col-lg-7 p {

    letter-spacing: 0;

    font-size: 14px;

    font-weight: 400;

    line-height: 27px;

    padding-bottom: 0;

}



.company .imgFluid {

    margin-bottom: 20px;

}



.actions.row {

    bottom: 10px;

}



.actions.row .col-md-6.col-xs-6 {

    flex: 50%;

    max-width: 50%;

}



.row.scond_row {

    flex-direction: column-reverse;

}



.pakages_list_detail ul li {

    font-size: 15px;

}



.review_sec_tab .col-sm-4 {

    max-width: 100%;

    flex: 100%;

}



}



@media (max-width: 400px) {



.banner_sec_main .carousel-caption h2 span.bnfirt_word {

    font-size: 25px;

    line-height: 50px;

}



.banner_sec_main .carousel-caption h2 {

    font-size: 25px;

    line-height: 17px;

    margin-bottom: 20px;

}



.banner-content-sec h6 {

    font-size: 15px;

}



.review_sec_main .slick-prev {

    right: auto;

    left: 35%;

}



.chatt a.action-no {

    font-size: 16px;

}



.priccc {

    padding-top: 20px;

    width: 100%;

}



.wrapk {

    text-align: center;

    width: 100%;

    float: none;

    padding-top: 20px;

}



.actions a {

    margin-right: 10px;

}



.chatt .actions .action-chat {

    font-size: 17px;

}



.chatt h2 {

    font-size: 16px!important;

}



.doublewrap {

    margin-top: 30px;

    padding: 14px 20px;

}



.doublewrap h3 {

    font-size: 24px;

    margin-bottom: 10px;

}



span.old-price{

    width: auto;

    display: inline-block;

}



.doublewrap span.price {

    font-size: 31px;

    padding-left: 6px;

}

.subNav .container {

    max-width: 100%;

}



.subNav ul > li > a {

    color: #333;

    font-size: 13px;

}



.portfolio_heading p {

    font: 14px/25px Poppins, sans-serif;

}



.portfolio_heading h1 {

    font: 22px/22px Poppins, sans-serif;

}



.floatingBtns_form > form {

    width: 330px;

}



.floatingBtns {

    right: -332px;

}



}




.packages_card:before {
    position: absolute;
    content: "";
    top: 0;
    background: #f24f04;
    right: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.9s ease;
    z-index: -1;
}

.packages_card:hover {
    border-radius: 0px;
    transition: all 0.7s ease;
    /* transform: scale(1.1); */
}

.packages_card:hover p {
    /* transform: scale(1.3); */
}











.check-list.nopaddding {
    display: flex;
    align-items: self-start;
    padding: 0;
}
 
.check-list input#checkbox22 {
    width: 20px;
    box-shadow: unset;height: unset;
}
 
.check-list.nopaddding label {
    font-size: 13px !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
}