@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Avenir-Book.woff") format("woff"),
    url("../fonts/Avenir-Book.ttf") format("truetype"),
    url("../fonts/Avenir-Book.svg#Avenir-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNext-Medium.woff") format("woff"),
    url("../fonts/AvenirNext-Medium.ttf") format("truetype"),
    url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextCondensed-Regular";
  src: url("../fonts/AvenirNextCondensed-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AvenirNextCondensed-Regular.woff") format("woff"),
    url("../fonts/AvenirNextCondensed-Regular.ttf") format("truetype"),
    url("../fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Times-B";
  src: url("../fonts/Times-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Times-Bold.woff") format("woff"),
    url("../fonts/Times-Bold.ttf") format("truetype"),
    url("../fonts/Times-Bold.svg#Times-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextCondensed-Medium";
  src: url("../fonts/AvenirNextCondensed-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AvenirNextCondensed-Medium.woff") format("woff"),
    url("../fonts/AvenirNextCondensed-Medium.ttf") format("truetype"),
    url("../fonts/AvenirNextCondensed-Medium.svg#AvenirNextCondensed-Medium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #fff;
  font-family: AvenirNextCondensed-Regular;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Times-B;
  color: #212a69;
}
p {
  font-family: AvenirNextCondensed-Regular;
  font-size: 22px;
  color: #212a69;
}
a:link,
a:hover,
a:visited {
  font-family: AvenirNextCondensed-Regular;
  text-decoration: none;
  font-size: 22px;
  color: #ff7080;
}
ul,
li {
  margin: 0;
  padding: 0;
}

.top {
  width: 100%;
  height: 100vh;
  background: url(../../im/ban-bg.jpg) repeat;
}
.section-set {
  margin-top: 3px !important;
}
.container-fluid {
}
.container {
  width: 95% !important;
  padding: 0;
  height: 90vh;
  border: 1px solid #ebebeb;
  margin-top: 0%;
  margin-bottom: 0%;
}
.my-container {
  display: table;
  content: " ";

  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.prod-text p {
  font-family: AvenirNextCondensed-Regular;
  font-size: 20px;
  color: #212a69;
  padding-top: 10px;
}

.top-head h1 {
  font-size: 48px;
  font-family: Times-B;
}
.top-font h1 {
  font-size: 115px;
  text-align: left;
  color: #d3d4e1;
}
.top .logo {
  float: left;
  margin-top: 2%;
}
.top .logo img {
  width: 70px;
  height: 70px;
}
.tx {
  padding: 0 17px;
}

.top-info {
  float: right;
  margin-top: 3.5%;
}
.menu {
  position: absolute;
  top: 48vh;
  left: -12%;
  z-index: 9999;
  list-style: none;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
}
.menu ul li {
  display: inline-block;
  position: relative;
  padding: 5px 22px;
}
.menu ul li a {
  display: inline-block;
  position: relative;
  border-bottom: 0.4vh solid #fff;
}
.menu ul li:hover a {
  border-bottom: 0.4vh solid #ff7080;
}

.top-head {
  display: block;
  text-align: left;
  margin-top: 20%;
  width: 88%;
  margin-right: auto;
  margin-left: auto;
}

.menu ul li a {
  font-size: 22px;
}

.top-work p {
  font-family: AvenirNextCondensed-Medium;
  font-size: 18px;
}

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  margin-left: 10px;
}
@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity 0.25s;
}
.top-font {
  display: block;
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.top-work {
  display: block;
  position: relative;
  margin-top: 15vh;
}
.top-work p {
  padding-bottom: 10px;
}

/* ================== #SECTION07 START ================== */
#section07 {
  position: relative;

  text-align: center;
}
#section07 a {
  position: relative;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-top: -15px;
}
#section07 a:hover {
  color: #fff;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #212a69;
  border-bottom: 1px solid #212a69;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.dotshow {
  opacity: 0 !important;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*================== full page css setting =================*/
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table !important;
}
.section {
}
#fp-nav {
  transition: all 1s ease 1s;
  -webkit-transition: all 1s ease 1s;
}
.fp-viewing-firstPage #fp-nav {
  opacity: 0;
  transition: all 0.1s ease 0.1s;
  -webkit-transition: all 0.1s ease 0.1s;
}
#fp-nav.left {
  left: 2.9%;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 7px;
  width: 8px;
  margin: -4px 0 0 -5px;
  border-radius: 0;
  background: #ff7080;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 16px;
  height: 1px;
  margin: -3px 0 0 -5px;
  border-radius: 0;
  background: #212a69;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  opacity: 1;
}
#fp-nav ul li:hover a,
.fp-slidesNav ul li a {
  display: block;
  opacity: 1 !important;
}
#fp-nav ul:hover li a,
.fp-slidesNav ul li a {
  display: block;
}
#fp-nav ul li .fp-tooltip {
  font-size: 16px;
  font-family: AvenirNextCondensed-Regular !important;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 16px;
  height: 1px;
  margin: -3px 0 0 -5px;
  border-radius: 0;
  background: #212a69;
}
.active ~ .fp-tooltip {
  opacity: 1 !important;
  width: auto !important;
  color: #ff7080 !important;
  font-family: AvenirNextCondensed-Regular !important;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  color: #ff7080;
  font-family: AvenirNextCondensed-Regular;
}
.active {
  display: block !important;
  opacity: 1 !important;
}

.show {
  display: block;
}
/*================== full page css setting end=================*/

/* ================== SECTION 1 START ================== */

.sec1-pad-box {
  padding-left: 30px;
}
.sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
.sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-secondPage .sec1-head h1 {
  top: 0;
  opacity: 1;
}
.secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
.secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
.sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-secondPage .sec1-head p {
  top: 0px;
  opacity: 1;
}
.sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-secondPage .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
.sec-head-img {
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-secondPage .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}

/* ================== SECTION 3 START ================== */
/* ================== #SECTION07 END ================== */


/* ================== #SECTION3 START ================== */
#section3 .sec1-pad-box {
  padding-left: 30px;
}
#section3 .sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
#section3 .sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-3 #section3 .sec1-head h1 {
  top: 0;
  opacity: 1;
}
#section3 .secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
#section3 .secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
#section3 .sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-3 #section3 .sec1-head p {
  top: 0px;
  opacity: 1;
}
#section3 .sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-3 #section3 .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
#section3 .sec-head-img {
  display: block;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-3 #section3 .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}

/* ================== SECTION 4 START ================== */
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
#section4 .sec1-pad-box {
  padding-left: 30px;
}
#section4 .sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
#section4 .sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-4 #section4 .sec1-head h1 {
  top: 0;
  opacity: 1;
}
#section4 .secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
#section4 .secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
#section4 .sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-4 #section4 .sec1-head p {
  top: 0px;
  opacity: 1;
}
#section4 .sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-4 #section4 .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
#section4 .sec-head-img {
  display: block;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-4 #section4 .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}

/* ================== SECTION 5 START ================== */
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
#section5 .sec1-pad-box {
  padding-left: 30px;
}
#section5 .sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
#section5 .sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-5 #section5 .sec1-head h1 {
  top: 0;
  opacity: 1;
}
#section5 .secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
#section5 .secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
#section5 .sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-5 #section5 .sec1-head p {
  top: 0px;
  opacity: 1;
}
#section5 .sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-5 #section5 .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
#section5 .sec-head-img {
  display: block;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-5 #section5 .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}

/* ================== SECTION 6 START ================== */
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
#section6 .sec1-pad-box {
  padding-left: 30px;
}
#section6 .sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
#section6 .sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-6 #section6 .sec1-head h1 {
  top: 0;
  opacity: 1;
}
#section6 .secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
#section6 .secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
#section6 .sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-6 #section6 .sec1-head p {
  top: 0px;
  opacity: 1;
}
#section6 .sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-6 #section6 .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
#section6 .sec-head-img {
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-6 #section6 .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}


/* ================== SECTION 7 START ================== */
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
#section7 .sec1-pad-box {
  padding-left: 30px;
}
#section7 .sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
#section7 .sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-7 #section7 .sec1-head h1 {
  top: 0;
  opacity: 1;
}
#section7 .secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
#section7 .secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
#section7 .sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-7 #section7 .sec1-head p {
  top: 0px;
  opacity: 1;
}
#section7 .sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-7 #section7 .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
#section7 .sec-head-img {
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-7 #section7 .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}
/* ================== SECTION 8 Start ================== */
/* ================== #SECTION7 END ================== */


/* ================== #SECTION8 START ================== */
#section8 .sec1-pad-box {
  padding-left: 30px;
}
#section8 .sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
#section8 .sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-7 #section8 .sec1-head h1 {
  top: 0;
  opacity: 1;
}
#section8 .secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
#section8 .secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
#section8 .sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-7 #section8 .sec1-head p {
  top: 0px;
  opacity: 1;
}
#section8 .sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-7 #section8 .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
#section8 .sec-head-img {
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-7 #section8 .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}

/* ================== SECTION 9 Start ================== */
/* ================== #SECTION8 END ================== */


/* ================== #SECTION9 START ================== */
#section9 .sec1-pad-box {
  padding-left: 30px;
}
#section9 .sec1-head {
  max-width: 1100px;
  overflow: hidden;
}
#section9 .sec1-head h1 {
  display: block;
  position: relative;
  font-size: 70px;
  top: 199px;
  opacity: 0;
  margin-top: 8vh;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-7 #section9 .sec1-head h1 {
  top: 0;
  opacity: 1;
}
#section9 .secp {
  font-family: AvenirNextCondensed-Regular !important;
  font-size: 20px !important;
  color: #212a69 !important;
  margin-top: 5px !important;
}
#section9 .secp2 {
  margin-top: 4vh !important;
  margin-bottom: 0px;
}
#section9 .sec1-head p {
  font-family: AvenirNextCondensed-Medium;
  position: relative;
  font-size: 20px;
  color: #ff7080;
  margin-top: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-7 #section9 .sec1-head p {
  top: 0px;
  opacity: 1;
}
#section9 .sec1-head h3 {
  position: relative;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-7 #section9 .sec1-head h3 {
  top: 0;
  opacity: 1;
}
.sec1-head button {
  background: url(../../im/btn-bg.jpg) no-repeat left center transparent;
  font-size: 22px;
  color: #212a69;
  font-family: AvenirNextCondensed-Medium;
  padding: 9px 48px;
  border: 1px solid #ff818f;
  margin-top: 30px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sec1-head button:hover {
  background: url(../../im/btn-bg-h.jpg) no-repeat left center #ff818f;
  color: #fff;
  border: 1px solid #ff818f;
}
#section9 .sec-head-img {
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: -328px;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.fp-viewing-7 #section9 .sec-head-img {
  right: 0px;
  opacity: 1;
  transition: all 2s ease 1s;
  -webkit-transition: all 2s ease 1s;
}
.sec-head-img img {
  display: block;
  position: relative;
  width: 100%;
}
/* ================== SECTION 2 START ================== */

.sec2 {
  overflow: hidden;
  display: block;
}
.sec2 h1 {
  display: inline-block;
  position: relative;
  font-size: 50px;
  top: 199px;
  background: url(../../im/sec2-arrow.jpg) no-repeat left center;
  padding-left: 60px;
  margin-bottom: 65px;
  margin-left: 20px;
  opacity: 0;
  margin-top: 60px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-3rdpage .sec2 h1 {
  top: 0;
  opacity: 1;
}
.sec2 p {
  display: inline-block;
  position: relative;
  font-family: AvenirNextCondensed-Medium;
  text-align: right;
  opacity: 0;
  font-size: 20px;
  margin-top: 65px;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}

.fp-viewing-3rdpage .sec2 p {
  top: -17px;
  opacity: 1;
}
.sec2-box1 {
  text-align: right;
}


.sec3 {
  display: block;
  text-align: center;
  overflow: hidden;
}
.sec3 h1 {
  display: block;
  position: relative;
  top: 199px;
  margin: 0;
  opacity: 0;
  font-size: 80px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.margin {
  margin-top: 12%;
}
.sec3 h1 span {
  color: #ff7080;
}
.fp-viewing-4thpage .sec3 h1 {
  opacity: 1;
  top: 0;
}
.sec3-links {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center;
}
.sec3-links .animate-links {
  position: relative;
  top: 199px;
  opacity: 0;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-4thpage .animate-links {
  opacity: 1;
  top: 0;
}

.sec3-links .links {
  display: inline-block;
  position: relative;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 24px;
  font-family: AvenirNextCondensed-Medium;
  color: #212a69;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}

.sec3-links .links:hover {
  color: #ff7080;
}
.sec3-links span {
  position: relative;
  color: #212a69;
  margin-left: 10px;
  margin-right: 7px;
  font-size: 3vh;
  margin-top: 2%;
  margin-bottom: 2%;
}

.sec3 p {
  position: relative;
  font-size: 18px;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: left;
  top: 199px;
  transition: all 2s ease 0.5s;
  -webkit-transition: all 2s ease 0.5s;
}
.fp-viewing-4thpage .sec3 p {
  top: 0;
}
.site-delay {
  display: table;
  position: fixed;
  background: #fff;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
}
.table-loader {
  display: table-cell;
  vertical-align: middle;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #ff7080;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 3300px) {
  #fp-nav ul li,
  .fp-slidesNav ul li {
    margin: 21px;
    margin-left: -1px !important;
  }
  .sec-head-img {
    top: 5vh;
    max-width: 1300px;
  }

/* ================== #SECTION9 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    top: 5vh;
    max-width: 1300px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    top: 5vh;
    max-width: 1300px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    top: 5vh;
    max-width: 1300px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    top: 5vh;
    max-width: 1300px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    top: 5vh;
    max-width: 1300px;
  }
}
@media (min-width: 1350px) {
  .my-container {
    width: 90%;
  }
  .menu {
    left: -11%;
  }
}
@media (min-width: 1999px) {
  .menu {
    left: -6%;
  }
  .sec-head-img {
    width: 36%;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    width: 36%;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    width: 36%;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    width: 36%;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    width: 36%;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    width: 36%;
  }
}

@media (min-width: 1900px) {
  .sec3-left p {
    text-align: right;
  }
  .sec2-width {
    width: 60%;
  }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    margin-left: 4px;
  }
}
@media (min-height: 600px) {
  .sec-head-img {
    top: 33px;
    max-width: 530px;
  }
  .top-head {
    margin-top: 180px;
  }
  .section-1-custom .top-head {
    margin-top: 28vh;
  }
  .section-1-custom .row.through-under-row {
    margin-top: 80px;
  }
  .sec2 h1 {
    margin-top: 45px;
  }
  .sec1-head button {
    margin-top: 1px;
  }
  .margin {
    margin-top: 100px;
  }
  .sec3 p {
    margin-top: 0%;
    margin-bottom: 8px;
  }
  .sec3-links .links {
    margin-top: 20px;

    margin-bottom: 20px;
  }
  .section-set {
    margin-top: 0px !important;
  }
}

@media (min-height: 650px) {
  .section-set {
    margin-top: 10px !important;
  }
  .sec-head-img {
    top: 33px;
    max-width: 600px;
  }
  .sec1-head button {
    margin-top: 30px;
  }
  .sec2 h1 {
    margin-top: 59px;
  }
  .sec3-links .links {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-height: 700px) {
  .secp2 {
    margin-top: 42px !important;
  }
  .sec1-head button {
    margin-top: 40px;
  }
  .sec-head-img {
    top: 60px;
    max-width: 600px;
  }
  .margin {
    margin-top: 140px;
  }
}
@media all and (max-width: 1176px) and (min-height: 650px) {
  .sec-head-img {
    max-width: 530px;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    max-width: 530px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    max-width: 530px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    max-width: 530px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    max-width: 530px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    max-width: 530px;
  }
}

@media (min-height: 800px) {
  .menu ul li {
    padding: 5px 32px;
  }
  .top-work {
    margin-top: 17vh;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    top: 100px;
    max-width: 670px;
  }

/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    top: 100px;
    max-width: 670px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    top: 100px;
    max-width: 670px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    top: 100px;
    max-width: 670px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    top: 100px;
    max-width: 670px;
  }
  .sec-head-img {
    top: 100px;
    max-width: 670px;
  }

  .sec2 p {
    margin-top: 14vh;
  }
  .sec1-head button {
    margin-bottom: 45px;
  }
  .secp {
    margin-top: 3vh !important;
  }

  .sec1-head {
    margin-top: 1vh;
  }

  .sec3 p {
    margin-top: 4%;
  }
  .sec3-links .links {
    margin-top: 4%;
  }
}
@media (min-height: 864px) {
  .top-head {
    margin-top: 32%;
  }
  .sec-head-img {
    max-width: 670px;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    max-width: 670px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    max-width: 670px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    max-width: 670px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    max-width: 670px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    max-width: 670px;
  }
  .margin {
    margin-top: 19%;
  }
}

@media (min-height: 900px) {
  .secp2 {
    margin-top: 50px !important;
  }
  .sec1-head button {
    margin-top: 70px;
  }
}
@media (min-height: 1000px) {
  .top-head {
    margin-top: 25%;
  }
  .section-set {
    margin-top: 6vh !important;
  }
}
@media (min-height: 1200px) {
  .top-head {
    margin-top: 25%;
  }
  .sec1-head button {
    margin-top: 120px;
  }
  .sec-head-img {
    top: 150px;
    width: 43%;
    max-width: 700px;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    top: 150px;
    width: 43%;
    max-width: 700px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    top: 150px;
    width: 43%;
    max-width: 700px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    top: 150px;
    width: 43%;
    max-width: 700px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    top: 150px;
    width: 43%;
    max-width: 700px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    top: 150px;
    width: 43%;
    max-width: 700px;
  }
  .margin {
    margin-top: 22%;
  }

  .secp2 {
    margin-top: 7vh !important;
  }
  .sec3-links .links {
    margin-top: 5%;
    margin-bottom: 16vh;
  }
  .sec3 p {
    margin-top: 0%;
  }
}
@media (min-height: 1400px) {
  .menu {
    left: -6%;
  }
  .top-head {
    margin-top: 25%;
  }
  .sec-head-img {
    top: 200px;
    width: 40%;
    max-width: 1000px;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    top: 200px;
    width: 40%;
    max-width: 1000px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    top: 200px;
    width: 40%;
    max-width: 1000px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    top: 200px;
    width: 40%;
    max-width: 1000px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    top: 200px;
    width: 40%;
    max-width: 1000px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    top: 200px;
    width: 40%;
    max-width: 1000px;
  }
  .margin {
    margin-top: 22%;
  }

  .secp2 {
    margin-top: 7vh !important;
  }
  .sec3-links .links {
    margin-top: 5%;
    margin-bottom: 16vh;
  }
  .sec3 p {
    margin-top: 0%;
  }
}
@media (min-height: 1600px) {
  .sec-head-img {
    top: 300px;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    top: 300px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    top: 300px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    top: 300px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    top: 300px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    top: 300px;
  }
}

@media all and (min-width: 2850px) and (min-height: 1410px) {
  .margin {
    margin-top: 12%;
  }
  .sec3-links {
    margin-bottom: 0px;
  }
}

@media (max-width: 1349px) {
  .section-set {
    font-size: 60px !important;
  }
}
@media (max-width: 1313px) {
  .top-head h1 {
    font-size: 108px;
  }
  .sec1-head p {
    max-width: 500px;
  }
}

@media (max-width: 1290px) {
  .top-head h1 {
    font-size: 104px;
  }
  .sec3 p {
    font-size: 16px;
  }
}
@media (max-width: 1238px) {
  .top-head h1 {
    font-size: 96px;
  }
  .sec1-head h1 {
    font-size: 67px;
  }
  .sec1-head p {
    max-width: 400px;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec1-head h1 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .section-set {
    font-size: 40px !important;
    margin-top: 40px;
  }
  #section6 .sec1-head h1 {
    font-size: 40px;
  }
  .top-head h1 {
    font-size: 96px;
  }
  .sec1-head h1 {
    font-size: 64px;
    margin-top: 28px;
  }
}
@media (max-width: 1152px) {
  p {
    font-size: 20px;
  }
  .top-head h1 {
    font-size: 85px;
  }
  .sec1-head h1 {
    font-size: 62px;
  }
  .sec1-head h3 {
    font-size: 26px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec1-head h3 {
    font-size: 26px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec1-head h3 {
    font-size: 26px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec1-head h3 {
    font-size: 26px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec1-head h3 {
    font-size: 26px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec1-head h3 {
    font-size: 26px;
  }

  .sec3 p {
    font-size: 14px;
  }
}
@media (max-width: 1108px) {
  .sec1-head h1 {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .top-head h1 {
    font-size: 80px;
  }
  .top-head {
    margin-top: 29%;
  }
  .my-container {
    width: 90%;
  }

  .sec-head-img {
    width: 50%;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    width: 50%;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    width: 50%;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    width: 50%;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    width: 50%;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    width: 50%;
  }
  .sec2 h1 {
    font-size: 60px;
  }
  .margin {
    margin-top: 17%;
  }
  .sec3-links {
    margin-bottom: 84px;
  }
  .sec3 h1 {
    font-size: 70px;
  }
  .sec3 p {
    font-size: 13px;
  }
  .sec3-links .links {
    font-size: 20px;
  }
  .sec1-head h1 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .downscroll {
    display: none !important;
  }
  .top-work {
    display: none;
  }
  .sec1-pad-box {
    padding-left: 0px;
  }
  .container {
    height: auto;
  }
  .top-head h1 {
    font-size: 68px;
  }
  .sec-head-img {
    width: 0;
    top: 26%;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    width: 0;
    top: 26%;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    width: 0;
    top: 26%;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    width: 0;
    top: 26%;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    width: 0;
    top: 26%;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    width: 0;
    top: 26%;
  }
  .fp-viewing-secondPage .sec-head-img {
    width: auto;
  }
  .fp-viewing-7 .sec-head-img {
    width: auto;
  }
  .fp-viewing-3 .sec-head-img {
    width: auto;
  }
  .fp-viewing-4 .sec-head-img {
    width: auto;
  }
  .fp-viewing-5 .sec-head-img {
    width: auto;
  }
  .fp-viewing-6 .sec-head-img {
    width: auto;
  }

  .sec1-head h1 {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }
  .sec1-head p {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }

  .sec1-head h3 {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }
  .sec-head-img {
    right: 0px;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    right: 0px;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    right: 0px;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    right: 0px;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    right: 0px;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    right: 0px;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
  }

  .fp-viewing-secondPage .sec-head-img {
    right: 0px;
    opacity: 1;
    transition: all 2s ease 0.5s;
    -webkit-transition: all 2s ease 0.5s;
  }
  .fp-viewing-7 .sec-head-img {
    right: 0px;
    opacity: 1;
    transition: all 2s ease 0.5s;
    -webkit-transition: all 2s ease 0.5s;
  }
  .fp-viewing-3 .sec-head-img {
    right: 0px;
    opacity: 1;
    transition: all 2s ease 0.5s;
    -webkit-transition: all 2s ease 0.5s;
  }
  .fp-viewing-4 .sec-head-img {
    right: 0px;
    opacity: 1;
    transition: all 2s ease 0.5s;
    -webkit-transition: all 2s ease 0.5s;
  }
  .fp-viewing-5 .sec-head-img {
    right: 0px;
    opacity: 1;
    transition: all 2s ease 0.5s;
    -webkit-transition: all 2s ease 0.5s;
  }
  .fp-viewing-6 .sec-head-img {
    right: 0px;
    opacity: 1;
    transition: all 2s ease 0.5s;
    -webkit-transition: all 2s ease 0.5s;
  }
  .sec2 h1 {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }

  .sec2 p {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }

  .sec3 h1 {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }

  .sec3-links .animate-links {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }
  .sec3 p {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
  }
  .sec1-head button {
    margin-bottom: 60px;
  }
  .sec2 h1 {
    font-size: 39px;
  }
}

@media (max-width: 786px) {
  p {
    font-size: 18px;
  }
  a:link,
  a:hover,
  a:visited {
    font-size: 18px;
  }
  .container {
      margin-left: 0;
      width: 100% !important;
  }
  .top .logo img {
    width: 50px;
    height: 50px;
  }
  .top .logo {
    margin-top: 8%;
  }
  .menu ul li a {
    font-size: 18px;
  }
  .sec1-head button {
    margin-bottom: 30px;
  }

  .fp-viewing-secondPage {
    margin-top: 12px;
  }
  .fp-viewing-7 {
    margin-top: 12px;
  }

  .fp-viewing-3 {
    margin-top: 12px;
  }

  .fp-viewing-4 {
    margin-top: 12px;
  }

  .fp-viewing-5 {
    margin-top: 12px;
  }

  .fp-viewing-6 {
    margin-top: 12px;
  }

  .menu {
    left: -16%;
  }

  .top-info {
    margin-top: 10.5%;
    /*margin-right: 50px;*/
  }
  .top-font {
      margin-left: 0;
  }
  .top-head {
    margin-top: 32%;
    margin-left: 0;
  }
  .top-head h1 {
    font-size: 53px;
  }
  .sec1-pad-box {
    padding-left: 15px;
  }
  .sec1-head h1 {
    font-size: 37px;
  }
  .sec-head-img {
    position: relative;
    width: auto;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

/* ================== #SECTION7 END ================== */


/* ================== #SECTION3 START ================== */
  #section3 .sec-head-img {
    position: relative;
    width: auto;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
/* ================== #SECTION3 END ================== */


/* ================== #SECTION4 START ================== */
  #section4 .sec-head-img {
    position: relative;
    width: auto;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
/* ================== #SECTION4 END ================== */


/* ================== #SECTION5 START ================== */
  #section5 .sec-head-img {
    position: relative;
    width: auto;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
/* ================== #SECTION5 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec-head-img {
    position: relative;
    width: auto;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
/* ================== #SECTION6 END ================== */


/* ================== #SECTION7 START ================== */
  #section7 .sec-head-img {
    position: relative;
    width: auto;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .sec2 {
    text-align: center;
  }
  .fp-viewing-4thpage .sec3 p {
    top: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 622px) {
  .top .logo {
    margin-top: 8%;
  }

  .menu {
    left: -46%;
  }

  .top-head {
    margin-top: 35%;
  }
  .top-head h1 {
    font-size: 39px;
  }
}

@media (max-width: 470px) {
  .section-set {
    font-size: 35px !important;
    margin-top: 40px !important;
  }
  .top .logo {
    margin-top: 13%;
  }
  .sec3 h1 {
    font-size: 7vh;
  }


  .top-info {
    margin-top: 16.5%;
  }
  .top-head {
    margin-top: 40vh;
  }

  .top-head h1 {
    font-size: 26px;
  }
  .sec2 h1 {
    font-size: 25px;
    padding-left: 40px;
    margin-left: 8px;
  }
}

@media (max-width: 378px) {
  .section-set {
    font-size: 28px !important;
    margin-top: 40px !important;
  }
/* ================== #SECTION7 END ================== */


/* ================== #SECTION6 START ================== */
  #section6 .sec1-head h1 {
    font-size: 28px;
  }
  .top-head h1 {
    font-size: 25px;
  }
  .top-head {
    margin-top: 38vh;
  }
  .menu {
    left: -42%;
  }
  .sec2 h1 {
    font-size: 22px;
    padding-left: 32px;
    margin-left: 2px;
  }
}

/* ****************** Contact us *************************** */
body.contact-us img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.my-container-custom {
  width: 84%;
  margin: 0 auto;
  display: flow-root;
}
.my-container-custom.top {
  height: inherit;
  background: no-repeat;
}
.side-by-side {
  margin-top: 100px;
  position: relative;
}
.side-by-side:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background-color: #ff7080;
  left: -4%;
  top: 35vh;
}
.side-by-side .image-col img {
  /* max-height: 900px; */
  object-fit: cover;
}
.side-by-side .info-col {
  padding: 20px 20px 20px 30px;
  border-radius: 8px;
  color: #333;
}
.info-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 480px;
}
.info-col .text-block {
  margin-top: 0px;
  margin-bottom: 40px;
}
.info-col h2 {
  color: #1a1919;
  font-size: 34px;
  margin-bottom: 10px;
}
.info-col h2:before {
  content: "";
  width: 26px;
  height: 6px;
  background-color: #1a1919;
  display: block;
  margin: 0 0 5px 0;
}
.info-col p {
  font-size: 22px;
  color: #585858;
}
.my-container-custom.overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.my-container-custom.overlay h2 {
  font-size: 68px;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  padding: 100px 20px 20px 30px;
}
.next {
  background-color: #212a69;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next a {
  font-family: "Times-B";
  font-size: 80px;
  color: #fff;
}
@media (max-width: 991px) {
  .side-by-side {
    margin-top: 50px;
  }
  .my-container-custom.overlay h2 {
    font-size: 42px;
    padding: 50px 20px 20px 10px;
  }
  .next {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .next a {
    font-family: "Times-B";
    font-size: 52px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .my-container {
      padding-left: 0px;
  }
  .my-container-custom {
    width: 94%;
    margin: 0 auto;
    display: flow-root;
  }
  .top-font h1 {
      font-size: 85px;
  }
  .side-by-side:before {
    left: 0;
    top: 18vh;
  }
  .section-1-custom .row.through-under-row {
    margin-top: 30px;
    }
  .info-col .text-block {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .side-by-side .info-col {
    padding: 0px 0px 0px 20px;
    border-radius: 8px;
    color: #333;
  }
  .my-container-custom.overlay h2 {
    font-size: 30px;
    padding: 0px 20px 20px 10px;
  }
}
.protfolio-detail-page {
  margin: -103px 0 0 0;
  position: relative;
  z-index: -1;
}
.protfolio-detail-page.jazeera-large {
  display: block;
}
/* ================== SECTION 15 END ================== */

/* ================== #SECTION6 END ================== */
