/* color for placeholder*/
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,300,300i,400,400i,600,700");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Sora", sans-serif;
  font-weight: normal;
}
ul {
  list-style: none;
  margin-bottom: 0 !important;
}

.containers {
  width: 100%;
  padding-inline: 88px;
}

b,
strong {
  font-weight: 600;
}

.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

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

.form-control:-ms-input-placeholder {
  color: #000;
  filter: (opacity=100);
}

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

.hamburger {
  outline: none;
  border: 1px solid #fff;
  background: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  background: #fff;
}

.hamburger > span {
  display: block;
  height: 1px;
  width: 30px;
  background: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hamburger:hover > span,
.hamburger:focus > span,
.hamburger:active > span {
  background: rgba(244, 195, 17, 1);
}

.site-navigation-links-wrapper {
  position: relative;
}

/*Reset Default Text Selection Color */

::selection {
  background: #f4c311;
}

::-moz-selection {
  background: #f4c311;
}

.table {
  display: table;
  height: 100%;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

a,
.btn,
.fa,
.arrow,
.scrolltop,
.package-cell.three-col table td,
footer .shadow,
.package .heading,
.package .cost,
#portfolio .slider .slick-arrow {
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}

.notification.hide,
.alert-danger.hide,
.notification2.hide,
.alert-danger2.hide {
  display: none;
}

.scrolltop {
  position: fixed;
  bottom: -60px;
  right: 30px;
  background: #f4c311;
  width: 40px;
  height: 40px;
  z-index: 103;
  opacity: 0;
}

.scrolltop.show {
  bottom: 30px;
  opacity: 1;
}

.scrolltop .fa {
  color: #000;
  font-size: 20px;
  margin-top: 9px;
  margin-left: 15px;
}

.package-trigger {
  text-align: center;
  padding: 38px 0 30px;
  /* background: #e0e0e0; */
}
.final_price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f37326;
  display: inline-block;
  vertical-align: top;
}
.final_price span {
  margin-left: 5px;
}

/*.button{width: 150px;display: inline-block;margin: 20px ;padding:15px;text-align:center;text-decoration:none;font: 16px "latoBlack";color: #ecf0f1;text-align: center}
.button{box-shadow: 0px 6px #7f8c8d;background: #95a5a6;}
.button:active, .package-trigger .button:hover{box-shadow: 0px 3px #606C6D;background: #7f8c8d;}
.button.option-1{margin: 0;width: 100%;background-color: #e0e0e0}
.button.option-1:hover{background-color: #e0e0e0}*/

.button {
  position: relative;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  /* border-radius: 5px; */
  max-width: 300px;
  border: solid 1px #d81100;
  background: #d81100;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-style: normal;
}

.button:hover {
  background-color: transparent;
}

.button:active {
  -webkit-box-shadow: 0px 2px 0px #84261a;
  -moz-box-shadow: 0px 2px 0px #4b4b4b;
  box-shadow: 0px 2px 0px #4b4b4b;
  position: relative;
  top: 7px;
}

.button:hover,
.button:active,
.button:focus {
  color: #d81100 !important;
  text-decoration: none;
}

.button.option-1 {
  /* font-size: 43px; */
  z-index: 150;
  font-weight: 700;
  font-size: 24px;
  line-height: 154%;
  padding: 5px 30px;
  margin: 0 15px;
}

.button.option-2 {
  color: #fff;
  font-family: "TT Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 17px 40px;
  max-width: 190px !important;
}

.button small {
  color: #fff;
  font-family: Sora;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 154%; /* 21.56px */
  display: block;
}
.button:hover small {
  color: #d81100;
}

.button small span,
.button.option-2 span {
  /* font: 14px "futuraL"; */
  font-size: 14px;
  display: none !important;
}

.button i {
  display: none;
  height: 15px;
  width: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  float: right;
  margin-top: 8px;
}

.button.option-1 i {
  margin-right: -10px;
  right: 30px;
  top: 50%;
  position: absolute;
  margin-top: -7px;
  display: none;
}

.egg {
  /*-webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out);
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;*/
  transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition-duration: 0.8s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide-cell {
  display: block;
}

.show-cell {
  display: none;
}

header {
  background: #fff;
  position: fixed;
  z-index: 300;
  width: 100%;
}

.grid-wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#main-section .grid-wrap {
  /* height: 100vh; */
  height: auto !important;
}
#second-section {
  padding-block: 45px 50px;
  text-align: center;
  background: linear-gradient(90deg, #101763 0%, #d81100 100%);
}
#second-section h3 {
  font-family: "Sora", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.4px;
}
#second-section p {
  color: #fff;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.16px;
}

.site-navigation-links-wrapper {
  background: rgba(244, 195, 17, 0.75);
}

.navigation-main > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-main {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.navigation-main:before,
.navigation-main:after {
  display: none;
}

.main-navigation-header .contact-info > ul > li {
  display: inline-block;
  margin-right: 20px;
  /* margin-left: 15px; */
}

.navigation-main > ul > li > a {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 18px;
}

.navigation-main > ul > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.navigation-main > ul > li > a:hover:after,
.navigation-main > ul > li > a:focus:after,
.navigation-main > ul > li > a:active:after {
  left: 0;
  right: 0;
}

.navigation-main > ul > li > a:hover,
.navigation-main > ul > li > a:focus,
.navigation-main > ul > li > a:active {
  text-decoration: none;
}

.main-navigation-header .contact-info > ul > li:last-child {
  margin-right: 0;
}
.main-navigation-header {
  padding-block: 15px;
}
.main-navigation-header.nav-scrolled {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding-block: 0px;
}

.main-navigation-header.nav-scrolled .navigation-main {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.logo {
  /*margin: 14px 0 14px 0;*/
  margin-top: 8px;
  width: 0.77px;
  float: left;
}
.nav-scrolled .logo {
  margin-top: 17px;
}

.logo h1 {
  display: inline-block;
  /*height: 76px;*/
  height: auto;
  /*width: 342px;*/
  width: 320px;
  text-indent: -9999px;
  /* background: url(../images/logo-main.png) no-repeat 0 0;*/
  margin: 0;
}

.logo h1 a {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 6px;
}
.nav-scrolled .logo h1 a {
  padding: 0;
}
.logo h1 a img {
  max-width: 100%;
  width: auto;
  display: block;
  max-height: 35px;
}

.contact-info {
  /* font: 14px / 75px "FuturaL"; */
  font-size: 16px;
  font-size: 14px;
  font-family: "TT Satoshi";
  float: right;
  max-width: 1200px;
  width: 100%;
  text-align: right;
  color: #000;
  display: flex;
  justify-content: flex-end;
}
.contact-info ul {
  display: flex;
  vertical-align: top;
  margin-right: 60px;
  align-items: center;
}
.contact-info span {
  display: flex;
  align-items: center;
}

.contact-info a {
  color: #000;
  margin: 0 0 0 8px;
  vertical-align: top;
  font-family: "TT Satoshi";
  font-weight: 500;
  font-size: 14px;
}

.contact-info a:hover,
.contact-info a:focus,
.contact-info a:active {
  text-decoration: none;
  color: #d81100;
}

.contact-info a:nth-child(1) {
  margin-right: 8px;
}
.contact-info span i {
  color: #d81100;
}

.contact-info a.btn,
.tagline a.btn {
  /* font: 18px/75px "futuraB"; */
  font-size: 14px;
  font-family: "TT Satoshi";
  font-weight: 500;
  /* height: 44px; */
  background: #d81100;
  text-transform: uppercase;
  border-radius: 0;
  padding: 14px 18px;
  margin: 15px 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #d81100;
  font-weight: 500;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.contact-info a.btn {
  padding: 25px 18px;
}
.tagline a.btn {
  padding-top: 16px 35px !important;
  height: 50px !important;
  margin: 0 !important;
}

.contact-info a.btn:hover,
.tagline a.btn:hover {
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.tagline a.btn:hover {
  background: transparent;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.mobile {
  display: none;
}
.mail {
  margin-right: 20px !important;
}
.section {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}
.tagline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}
.tagline h1 {
  font-family: "Sora", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%; /* 59px */
  letter-spacing: -0.5px;
  background: linear-gradient(93deg, #101763 35.55%, #d81100 95.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 537px;
  height: 122px;
  flex-shrink: 0;
  margin-bottom: 27px;
}

#main-section {
  background: #f1f1f1;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  padding-top: 75px;
}

/* .banner-parallax {
  position: absolute;
} */

.egg-cover-1 {
  top: 17.90625%;
  left: 16.40625%;
  -webkit-transform: translate(15.125rem, 38rem);
  -ms-transform: translate(15.125rem, 38rem);
  transform: translate(15.125rem, 38rem);
  transition-delay: 0.3s;
}

.egg-cover-2 {
  top: 32%;
  left: 14%;
  -webkit-transform: translate(15.125rem, 24rem);
  -ms-transform: translate(15.125rem, 24rem);
  transform: translate(15.125rem, 24rem);
  transition-delay: 0.3s;
}

.egg-cover-3 {
  top: 40%;
  left: 9%;
  -webkit-transform: translate(17.125rem, 29rem);
  -ms-transform: translate(17.125rem, 29rem);
  transform: translate(17.125rem, 29rem);
  transition-delay: 0.3s;
}

.egg-cover-4 {
  top: 67.760417%;
  left: 2.03125%;
  -webkit-transform: translate(22.125rem, -7rem);
  -ms-transform: translate(22.125rem, -7rem);
  transform: translate(22.125rem, -7rem);
  transition-delay: 0.3s;
}

.egg-cover-5 {
  top: 78.666667%;
  left: 49.395833%;
  -webkit-transform: translate(-24rem, -7rem);
  -ms-transform: translate(-24rem, -7rem);
  transform: translate(-24rem, -7rem);
  transition-delay: 0.3s;
}

.egg-cover-6 {
  top: 57.666667%;
  left: 13.395834%;
  -webkit-transform: translate(18.125rem, 7rem);
  -ms-transform: translate(18.125rem, 7rem);
  transform: translate(18.125rem, 7rem);
  transition-delay: 0.3s;
}

.egg-cover-7 {
  top: 29.66667%;
  left: 30.395833%;
  -webkit-transform: translate(0.125rem, 12rem);
  -ms-transform: translate(0.125rem, 12rem);
  transform: translate(0.125rem, 12rem);
  transition-delay: 0.3s;
}

.egg-cover-8 {
  top: 12.395833%;
  left: 30.395834%;
  -webkit-transform: translate(7.875rem, 16rem);
  -ms-transform: translate(7.875rem, 16rem);
  transform: translate(7.875rem, 16rem);
  transition-delay: 0.3s;
}

.egg-cover-9 {
  top: 55.395833%;
  left: 46.395833%;
  -webkit-transform: translate(-14.125rem, 1rem);
  -ms-transform: translate(-14.125rem, 1rem);
  transform: translate(-14.125rem, 1rem);
  transition-delay: 0.3s;
}

.egg-cover-10 {
  top: 74.666667%;
  left: 43.395833%;
  -webkit-transform: translate(-14.125rem, 1rem);
  -ms-transform: translate(-14.125rem, 1rem);
  transform: translate(-14.125rem, 1rem);
  transition-delay: 0.3s;
}

.is-loaded .egg {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.egg-elephant img {
}

.egg-elephant {
  top: 0%;
  left: 2%;
}

.water {
  top: 25.6%;
  left: 14.9%;
}

#speech-box {
  background-color: #e6c236;
  padding-top: 131px;
  padding-bottom: 0;
}

.pixel-box {
  background-image: url(../images/border-mid-left.png),
    url(../images/border-right-mid.png), url(../images/border-top-mid.png),
    url(../images/border-bottom-mid.png);
  background-position: 0 top, right top, center top, center bottom;
  background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
  background-color: #fff;
}

.pixel-box p > strong {
  font-family: "futuraD";
}

#speech-box p {
  /*background: url(../images/speech.png) no-repeat center center ;*/
  background-image: url(../images/border-left-top.png),
    url(../images/border-right-top.png), url(../images/border-left-bottom.png),
    url(../images/border-right-bottom.png);
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  text-align: center;
  /* font: 24px/32px "futuraL"; */
  font-size: 24px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  color: #000;
  /*font-weight: bold;*/
  padding: 3% 0;
  position: relative;
}

.pixel-box {
  /*position: relative;*/
}

/*  .pixel-box:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   border: 1px solid red;
}  */

#speech-box p strong {
  font-size: 36px;
}

#speech-box p strong:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/smile.png) no-repeat 0 0;
  margin-left: 5px;
}

#quoat-box {
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#quoat-box p {
  margin-bottom: 0;
  /* font: 22px "futuraL"; */
  font-size: 22px;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 300 !important;
  color: #333333;
  max-width: 1290px;
  margin: 0 auto;
  line-height: 44px;
}
#quoat-box p.big-font {
  font-size: 35px;
}
#quoat-box p.big-font a {
  font-size: 35px;
}

#quoat-box p#start-project-section {
  font-family: "futuraD";
}

#quoat-box p a {
  color: #ae8146;
  position: relative;
  font-size: 24px;
}

#quoat-box p a:hover,
#quoat-box p a:focus {
  color: #825b28;
  text-decoration: none;
}
#quoat-box p a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #825b28;
}

.divider {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
}

.background {
  background-color: #d3f0f5;
  height: 500px;
  width: 100%;
}

.section h2 {
  padding-top: 40px;
  font-family: "Sora", sans-serif;
  color: #101763;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 135%; /* 54px */
  letter-spacing: -0.4px;
  margin-top: 0 !important;
}

.section .row-eq-height h3 {
  margin-bottom: 30px !important ;
}
#portfolio h2 {
  font-family: "Sora", sans-serif;
  color: #101763;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 54px */
  letter-spacing: -0.4px;
  padding-bottom: 43px;
  margin: 0 !important;
}

.section h3 {
  /* font: 30px/40px "futuraD";
  font-weight: 600 !important;
  text-align: center;
  color: #333;
  margin: 0 0 15px; */
  color: #101763;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 40.5px */
  letter-spacing: -0.3px;
  margin-top: 6px;
}
#package-box h3 {
  margin-bottom: 25px !important ;
}

.customize-package-box.section h3 {
  color: #fff;
}

.help-box-wrap {
  border: 1px solid #e9e9e9;
  /* border-left: 0px !important; */
  overflow: hidden;
  min-height: 430px;
  background: #fff;
  margin: 0 -15px;
  border-right: 0;
}

.row.row-eq-height > div:nth-of-type(3) .help-box-wrap {
  border-left: 0;
}

.seo .help-box-wrap {
  border-right: 1px solid #e9e9e9;
}

.help-box-wrap .color-box {
  text-align: center;
  padding: 30px 15px 0 20px;
  border-bottom: 1px solid #e9e9e9;
  min-height: 148px;
}

.help-box-wrap.yellow .color-box {
  border-color: #f4c311;
}

.help-box-wrap.orange .color-box {
  border-color: #f26522;
}

.help-box-wrap.blue .color-box {
  border-color: #00bff3;
}

/*.help-box-wrap.green{border-color:#32cc6e;border-right: none;}
.help-box-wrap.yellow{border-color:#f4c311;border-right: none;}
.help-box-wrap.orange{border-color:#f26522;border-right: none;}
.help-box-wrap.blue{border-color:#00bff3}
.help-box-wrap.green .color-box{background-color: #32cc6e;}
.help-box-wrap.yellow .color-box{background-color: #f4c311;}
.help-box-wrap.orange .color-box{background-color: #f26522;}
.help-box-wrap.blue .color-box{background-color: #00bff3;}*/

.color-box {
  margin-bottom: 10px;
}

.color-box .icon {
  /* width: 82px;
  height: 82px; */
  width: 100%;
  height: auto;
  display: inline-block;
  /* border-radius: 100%; */
  /* background: #fff; */
}

.color-box .icon {
  color: #32cc6e;
}

.color-box .icon img {
  max-width: 80px;
}

.color-box h3 {
  margin: 15px 0 0;
  color: #101763;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 154%; /* 21.56px */
  /*font-family: 'Titillium Web', sans-serif !important;*/
  /*font-weight: 600 !important;*/
  text-transform: capitalize;
}

.option-box {
  padding: 4px 24px 0;
  position: relative;
  clear: both;
}

.option-box label {
  color: #101763;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 21.56px */
}

.package-cell.three-col table {
  /* font-size: 16px !important;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 300 !important; */
  color: #464646;
  /* text-align: center; */
  font-family: "TT Satoshi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%; /* 24.64px */
}

.package-cell.three-col table td ul {
  font-size: 16px !important;
}

.option-box input[type="checkbox"] {
  position: absolute;
  z-index: 10;
  left: 0;
  overflow: hidden;
  height: 33px;
  width: 100%;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.option-box input[type="checkbox"] + label {
  padding-left: 42px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* font-size: 19px; */
  vertical-align: middle;
  cursor: pointer;
}

.option-box input[type="checkbox"]:checked + label {
  background-position: 0 -115px;
}

.option-box label {
  background: url(../images/check-box2.png) no-repeat left 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.help-box-wrap.yellow input[type="checkbox"] + label {
  background-position: 0 -30px;
}

.help-box-wrap.yellow input[type="checkbox"]:checked + label {
  background-position: 0 -145px;
}

.help-box-wrap.orange input[type="checkbox"] + label {
  background-position: 0 -60px;
}

.help-box-wrap.orange input[type="checkbox"]:checked + label {
  background-position: 0 -175px;
}

.help-box-wrap.blue input[type="checkbox"] + label {
  background-position: 0 -90px;
}

.help-box-wrap.blue input[type="checkbox"]:checked + label {
  background-position: 0 -205px;
}

/*#package-box .silver,#package-box .platinum, #package-box .gold, #package-box table{cursor: help}*/

/* #package-box h2, */
/* #help-box h2 {
  font-size: 60px;
} */

.package {
  padding: 0;
  display: inline-block;
  width: 260px;
  margin-left: -1px;
  /* vertical-align: top; */
  position: relative;
}

/*.package.gold {
    width: 290px;
}

.package.platinum {
    width: 290px;
}*/

.control-btn-set {
  padding: 20px 0;
  /* background: #e0e0e0; */
  border-block: 1px solid #e9e9e9;
  margin-top: 10px;
}

.package .heading {
  background: linear-gradient(93deg, #101763 2.26%, #d81100 106.51%);
  padding: 20px 40px 20px 40px;
  text-align: center;
  /* border-radius: 20px 20px 0 0; */
  /* padding: 15px 25px; */
  color: #fff;
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.25px;
  z-index: 1;
  position: relative;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
  /* border-radius: 9px; */
  border: 6px solid #fff;
  border-bottom: 0;
  border-left: 0;
}
.package .heading small {
  font-size: 14px;
  color: #eae8e8;
  display: inline;
  vertical-align: top;
  margin-left: 5px;
}
.package.silver .heading {
  background: linear-gradient(93deg, #101763 2.26%, #d81100 106.51%);
}
.package.gold .heading {
  background: linear-gradient(93deg, #101763 2.26%, #d81100 106.51%);
  z-index: 2;
  color: #fff;
}

.heading-hover {
  border: 2px solid #333;
  /* display: inline-block; */
  vertical-align: top;
  position: absolute;
  top: -8px;
  width: 100%;
  z-index: 99;
  height: 100vh;
  opacity: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  display: none;
}

.selected .heading-hover {
  opacity: 1;
}

.package.platinum .heading {
  background: linear-gradient(93deg, #101763 2.26%, #d81100 106.51%);
  z-index: 2;
  color: #fff;
}

.package.object .heading {
  background: transparent;
}

.package .cost {
  color: #000;
  /* font: 1.8125em "latoBlack"; */
  border-left: 1px solid #e9e9e9;
  padding: 0px;
  text-align: center;

  /*height: 175px*/
}

.package .cost div {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

.package .cost sub {
  font-size: 18px;
}

.package .cost sup {
}

.object.package {
  width: 200px;
  margin-left: 0;
}

.object.package .cost {
  border-left: none;
  border-radius: 0;
  padding: 30px 25px;
}

.package-row {
  display: table;
  background: #f5f5f5;
}

/* .package-row.gray {
  background-color: #fff;
} */

/* .package-row .package-cell:nth-child(1) {
  border-left: 1px solid #d3d3d3;
} */

/*.hide-cell .package:nth-last-child(1), .hide-cell .package:nth-last-child(2), .hide-cell .package:nth-last-child(3){border-bottom: 1px solid #d3d3d3;}*/

/*.object.package:nth-child(1){border-bottom: 1px solid #d3d3d3}*/

.package-cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 100%;
  width: 193px;
  text-align: center;
  /* padding-top: 101px; */
  /* border-bottom: 1px solid #d3d3d3; */
  /* border: 6px solid #fff; */
  /* border-radius: 8px; */
  /* outline: 3px solid white; */
}
.package-cell:not(.three-col)::after {
  width: 100%;
  position: absolute;
  top: 0;
  height: 8px;
  background: #fff;
  display: block;
  content: "";
}
.package-cell img {
  width: 60px;
  display: none;
}

.package-cell h3 {
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  background: linear-gradient(270deg, #101763 0%, #d81100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .right-box p img {
  margin-right: 6px;
}

.package-cell.three-col {
  width: 1059px;
  text-align: left;
  vertical-align: top;
  padding-top: 0;
}

.package-cell.three-col table {
  /* font: 18px/30px "futuraL"; */
  color: #000;
}

.package-cell.three-col table tr:first-child td {
  /* padding-top: 15px; */
  border: 8px solid white;
  /* border-radius: 9px; */
  border-bottom: 0;
}

.package-cell.three-col table td {
  padding: 26px 30px;
  /* border-bottom: 1px solid #d3d3d3; */
  border-left: 1px solid #d3d3d3;
  width: 204px;
  vertical-align: top;
}

.package-cell.three-col table td:nth-child(2) {
  width: 202px;
}
.package-cell.three-col table td:nth-child(2n) {
  background-color: #e9e9e9;
}

.package-cell.three-col table td:nth-child(3) {
  width: 203px;
}

.package-cell.three-col table td.no-border-bottom {
  border-bottom: none;
}

.package-cell.three-col table td ul {
  list-style-type: disc;
  /* padding-left: 15px; */
  /* line-height: 28px; */
  /* font-size: 18px; */
}
.package-cell.three-col table td ul li:not(:last-child) {
  margin-bottom: 10px;
}

#package-box .row {
  overflow: hidden;
}

#package-box .col-xs-12:hover .package-cell.three-col table td,
#package-box .col-xs-12:hover .package .heading {
  /*color: rgba(0, 0, 0, 0.1); text-shadow: 0px 0px 8px #000*/
}

#package-box .col-xs-12:hover .package-cell.three-col table td.selected,
#package-box .col-xs-12:hover .package.selected .heading {
  /*color: #000;text-shadow: 0 0 0*/
}

#package-box .col-xs-12 .package-cell.three-col table td.selectedAll,
#package-box .col-xs-12 .package.selectedAll .heading {
  /*color: #000;text-shadow: 0 0 0 !important*/
}

#package-box .col-xs-12:hover .package.selected .heading {
  /*color: #000;*/
}

.package.selected .cost {
  /*background: #fff;color: #000;border-bottom: 1px solid #ddd*/
}

.package-cell.three-col table tr td.selected {
  /*background: #f5f5f5;color: #000;*/
}

.customize-package-box {
  background-color: #d81100db;
  display: none;
}

.customize-package-box .form-header {
  background-color: #d81100;
  margin-bottom: 30px;
}

section.customize-package-box {
  overflow: visible;
}

.customize-package-box:before {
  content: "";
  position: absolute;
  top: -30px;
  width: 60px;
  background: #d81100;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  transform: rotate(45deg);
}

.customize-package-box h2 {
  color: #fff;
}

.customize-package-box h2 span {
}
.qty_div_area {
  position: relative;
  padding-left: 15px;
  text-align: right;
  z-index: 11;
}
.qty_div_area input {
  width: 100%;
  max-width: 50px;
}
.customize-package-box input[type="text"],
.customize-package-box input[type="email"],
.customize-package-box input[type="tel"] {
  /* font: 18px/40px "futuraL"; */
  font-size: 16px;
  color: #000;
  height: 40px;
  padding: 0 25px;
  border: none;
  border-radius: 6px;
}

.customize-package-box input:hover,
.customize-package-box input:focus,
.customize-package-box .btn:focus,
.customize-package-box textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.customize-package-box textarea {
  /* font: 18px "futuraL"; */
  font-size: 16px;
  color: #000;
  height: 80px;
  padding: 15px 25px;
  border: none;
  border-radius: 6px;
  resize: none;
}

.customize-package-box input[type="text"].invalid-form-feild,
.customize-package-box textarea.invalid-form-feild {
  border-bottom: 2px solid #d30000;
}

.customize-package-box .col-lg-8,
.customize-package-box .captcha-box {
  margin-top: 8px;
}

.customize-package-box .captcha-box {
  margin-top: 0;
}

.customize-package-box .captcha {
  border-radius: 6px;
  overflow: hidden;
}

.customize-package-box img {
  max-width: 100%;
  width: 100%;
}

.customize-package-box .btn {
  background: #000;
  font: 25px/40px "futuraB";
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  display: block;
  color: #fff;
  width: 100%;
}

.customize-package-box .btn:hover {
  background: #bf4800;
}

#customize-package-box-2 h2 span span {
  display: inline-block;
  margin: 0 5px 10px;
  border-radius: 5px;
  padding: 8px 15px;
  font: 0.6em "futuraBook";
  color: #fff;
  border: 1px solid #d2a907;
}

#customize-package-box-2 h2 span.green {
  background-color: #32cc6e;
}

#customize-package-box-2 h2 span.yellow {
  background-color: #f4c311;
}

#customize-package-box-2 h2 span.orange {
  background-color: #f26522;
}

#customize-package-box-2 h2 span.blue {
  background-color: #00bff3;
}

.contactinfo {
  text-align: left;
  color: #fff;
  font-size: 20px;
  /* font: 25px "futuraL"; */
  /*margin-top:25px */
}

.contactinfo .fa {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

.contactinfo a {
  color: #fff;
  text-decoration: none;
}

.contactinfo a:hover {
  color: #000;
}

#portfolio .col-lg-4 {
  margin-bottom: 30px;
}

#portfolio .slider .profile-box {
  position: relative;
  overflow: hidden;
}

/* #portfolio .slider .profile-box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
} */

/* #portfolio .slider .profile-box .caption-box { */
/* display: block; */
/* position: absolute; */
/* z-index: 5; */
/* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; */
/* } */

/* #portfolio .slider .profile-box .caption-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 29px 44px;
  background-color: #000;
  text-align: center;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
} */

/* #portfolio .slider .profile-box .caption-box h4 {
  color: #fff;
  font: 28px "futuraD";
  text-transform: uppercase;
} */

/*#portfolio .col-lg-4 .profile-box:hover img {-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}*/

/* #portfolio .slider .profile-box:hover .caption-box {
  opacity: 1;
} */

/* #portfolio .col-lg-4 .profile-box img {
  backface-visibility: hidden;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
} */
#portfolio .slider .profile-box img {
  max-width: 100%;
  width: 100%;
}
#portfolio .slider .profile-box span {
  display: inline-block;
}
#portfolio .slider .profile-box span img {
  width: auto;
  max-width: inherit;
}
#portfolio .slider .slick-arrow {
  position: absolute;
  z-index: 1;
  height: 60px;
  width: 60px;
  background: url(../images/slide-arrow.png) no-repeat center center
    rgba(244, 195, 17, 1);
  border: none;
  text-indent: -9999px;
  top: 50%;
  margin-top: -30px;
  opacity: 0;
}
#portfolio .slider .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}
#portfolio .slider .slick-arrow:hover,
#portfolio .slider .slick-arrow:focus {
  outline: none;
  border: none;
}
#portfolio .slider:hover .slick-arrow {
  opacity: 1;
}
footer {
  /*background:#dea544;*/
  color: #000;
  padding: 75px 50px 0;
  position: relative;
  /* margin-top: 170px; */
}

footer .cup {
  /* position: absolute; */
  right: 5%;
  bottom: 15%;
  z-index: -1;
  width: fit-content;
  float: right;
}

footer .shadow {
  position: absolute;
  right: 5%;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}

footer .shadow.up {
  opacity: 1;
}

footer p {
  font: 16px "Titillium Web", sans-serif;
  font-weight: 300;
}

footer .copyright p br {
  display: none;
}

footer .logo-footer {
  margin-bottom: 40px;
}

footer .right-box a,
footer .right-box p:nth-child(2) {
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.18px;
  text-decoration: none;
}
footer .right-box a {
  margin-left: 14px;
}
footer .right-box .fa-map-pin {
  margin-right: 14px;
}

footer a:hover {
  color: #dea544;
  text-decoration: none;
}

footer .icon {
  display: none;
  text-align: center;
  padding: 10px;
  margin-left: 0;
}

footer .icon .fa {
  color: #000;
  font-size: 20px;
}

footer .icon:hover .fa {
  color: #dea544;
}

footer .copyright {
  border-top: 1px solid #dfdfdf;
  padding-bottom: 50px;
  margin-top: 45px;
  /*padding: 30px 0;margin-top: 37px*/
}

footer .copyright p {
  margin-bottom: 15px;
  margin-top: 10px;
  display: none;
}

/* footer .right-box {
  position: absolute;
  bottom: 50%;
  transform: translateY(-50%);
  left: 0;
} */
.follow {
  margin-top: 20px;
  text-align: right;
}
.follow a {
  /* padding: 10px 13px; */
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  /* width: 25px;
  height: 25px; */

  border-radius: 50%;
  background-color: #f3f3f3;
  /* font-size: 12px !important; */
  margin-left: 12px;
}
.follow a img {
  margin-bottom: 0px !important;
}

.follow span {
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
footer .right-box p {
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%; /* 47.1px */
  letter-spacing: -0.3px;
  max-width: 623px;
  margin-bottom: 40px;
}

/* footer .right-box p:nth-child(2) {
  font: 27px "futuraB";
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
} */

footer .left-box {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

#site-footer i {
  color: #d81100;
  font-size: 15px;
  margin-bottom: 16px;
}

.bounce i {
  font-size: 25px;
  padding-top: 15px;
}

.bounce {
  text-align: center;
  width: 40px;
  height: 60px;
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 5%;
  left: 50%;
  margin-left: -20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  cursor: pointer;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.site-navigation-links-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  overflow: hidden;
  height: auto;
}

.nav-scrolled .site-navigation-links-wrapper {
  visibility: hidden;
  opacity: 0;
  z-index: -999;
  height: 0;
}
.logo h1 {
  /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
.nav-scrolled .logo h1 {
  width: 180px;
}

.nav-scrolled .contact-info {
  line-height: 48px;
}
.nav-scrolled .contact-info a.btn {
  line-height: 48px;
  height: 48px;
  font-size: 14px;
}
.nav-scrolled .contact-info,
.nav-scrolled .contact-info a {
  font-size: 14px;
  -webkit-transition: all 0.01s ease-in-out;
  -moz-transition: all 0.01s ease-in-out;
  -o-transition: all 0.01s ease-in-out;
  -ms-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out;
}
.contact-info .fa,
.contact-info a {
  -webkit-transition: all 0.01s ease-in-out !important;
  -moz-transition: all 0.01s ease-in-out !important;
  -o-transition: all 0.01s ease-in-out !important;
  -ms-transition: all 0.01s ease-in-out !important;
  transition: all 0.01s ease-in-out !important;
}
/* @media (max-width: 992px) {
  footer a {
    margin-left: 0;
  }
} */
footer .cup .layer- {
  text-align: right;
}
footer .cup .layer- img {
  width: 65%;
}

@media (min-width: 1920px) {
  footer .copyright {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
  }
  footer .cup .layer- img {
    width: 100%;
  }

  footer .cup img,
  footer .shadow img {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

@media (min-width: 448px) {
  .contact-info br {
    display: none;
  }
}

@media (max-width: 767px) {
  .logo h1 {
    background-size: contain;
  }
  footer .cup {
    right: 50%;
    bottom: -50% !important;
    margin-right: -70px;
  }

  footer .shadow {
    right: 50%;
    bottom: -70% !important;
    margin-right: -70px;
  }

  .navigation-main {
    justify-content: center;
  }

  footer .copyright p > br {
    display: none;
  }

  footer .copyright p {
    text-align: center !important;
  }

  .navigation-main > ul > li {
    /*display: block;*/
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
  }

  .navigation-main > ul > li > a {
    font-size: 16px;
  }
  .navigation-main > ul > li {
    border-left: 1px solid #d6b335;
    padding: 0 5px;
    margin-right: 0;
    margin-left: 0;
  }
  .navigation-main > ul > li:first-child {
    border-left: none;
  }
}

@media (max-width: 448px) {
  footer a {
    /* display: block; */
    margin-left: 14px;
  }

  footer .right-box p {
    text-align: center;
  }

  #quoat-box p {
    font: 20px/24px "futuraD" !important;
  }
  #quoat-box p.big-font a {
    font-size: 24px;
  }
  #quoat-box p#start-project-section {
    /* font: 20px/24px "futuraL" !important; */
    font-size: 20px;
  }
}
