@font-face {
  font-family: Helveticaneue;
  src: url(fonts/HelveticaNeue.ttf);
}
@font-face {
  src: url("fonts/Helvetica\ Neu\ Bold.ttf");
  font-family: HelveticaNeueBold;
  font-display: swap;
}
@font-face {
  font-family: GothamBold;
  font-style: normal;
  font-weight: 400;
  src: local("GothamBold"), url(fonts/Gotham/GothamBold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: GothamBook;
  font-style: normal;
  font-weight: 400;
  src: local("GothamBook"), url(fonts/Gotham/GothamBook.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: GothamMedium;
  font-style: normal;
  font-weight: 400;
  src: local("GothamMedium"),
    url(fonts/Gotham/GothamMedium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: GothamLight;
  font-style: normal;
  font-weight: 400;
  src: local("GothamLight"),
    url(fonts/Gotham/GothamLight.ttf) format("truetype");
}
@font-face {
  font-family: Gotham-Thin;
  font-style: normal;
  font-weight: 400;
  src: local("Gotham-Thin"),
    url(fonts/Gotham/Gotham-Thin.otf) format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  /* height: 100%; */
  height: auto;
  overflow: auto;
}
.toggle_icon_container {
  display: none;
}
.toggle {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
.toggle input {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}
.toggle input + div {
  width: 20px;
  height: 14px;
  position: relative;
}
.toggle input + div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
}
.toggle input + div div span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.toggle input + div div span:first-child {
  top: 0;
}
.toggle input + div div span:first-child:after,
.toggle input + div div span:first-child:before {
  top: 0;
}
.toggle input + div div span:last-child {
  bottom: 0;
}
.toggle input + div div span:last-child:after,
.toggle input + div div span:last-child:before {
  bottom: 0;
}
.toggle input + div div span:after,
.toggle input + div div span:before {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease;
}
.toggle input + div div span:before {
  left: 0;
  transform-origin: 0 50%;
  transform: translate(1px, 0) scaleX(1.1);
}
.toggle input + div div span:after {
  right: 0;
  transform-origin: 100% 50%;
  transform: translate(-1px, 0) scaleX(1.1);
}
.toggle input + div svg {
  display: block;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 44px;
  height: 44px;
  stroke-linecap: round;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  stroke-dasharray: 0 82.801 8 82.801;
  stroke-dashoffset: 82.801;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease,
    transform 0.5s ease, stroke 0.4s ease;
}
.toggle input + div svg:nth-child(3) {
  transform: rotate(180deg) scale(1);
}
.toggle input:checked + div div {
  transform: rotate(90deg);
}
.toggle input:checked + div div span:after,
.toggle input:checked + div div span:before {
  background: #fff;
}
.toggle input:checked + div div span:first-child:before {
  transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:first-child:after {
  transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:before {
  transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div div span:last-child:after {
  transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
}
.toggle input:checked + div svg {
  stroke-dashoffset: 62;
  stroke-dasharray: 0 82.801 62 82.801;
  transform: rotate(90deg);
  stroke: #fff;
}
.toggle input:checked + div svg:nth-child(3) {
  transform: rotate(270deg);
}
#pp-nav {
  left: 17px;
  width: fit-content;
}
#pp-nav li span {
  transition: all 0.3s ease;
  border-color: #fff !important;
}
#pp-nav li:hover span {
  transform: scale(1.5);
}
#pp-nav li .active span {
  transform: scale(2);
}
#pp-nav .dark_bullets li span {
  background: #dcd9d9 !important;
  border-color: #dcd9d9 !important;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #fa0 !important;
  border-color: #fff !important;
}
#pp-nav span,
.pp-slidesNav span {
  background: #fff;
  border-width: 2px;
}
.btn-theme {
  background: linear-gradient(#fea700 0, #ff8c00 100%);
  color: #fff;
  transition: all 0.3s ease;
  padding: 12px 0;
  border-radius: 10px;
}
.btn-theme:hover {
  color: #fff;
  background: #ff4902;
  border: 1px solid #ff4902;
}
.main_header {
  /* position: fixed; */
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 75px;
  display: flex;
  align-items: center;
}
.main_header .container {
  /* max-width: 1400px; */
  max-width: 1350px;
}
.navigation_container {
  display: flex;
  align-items: center;
}
.navigation_container .logo {
  margin-right: auto;
  position: relative;
  z-index: 999;
}
.navigation ul {
  margin-bottom: 0;
}
.navigation ul li {
  display: inline-flex;
}
.navigation ul li a {
  text-decoration: none;
  margin-left: 35px;
  color: #fff;
  position: relative;
  font-family: GothamBook;
  font-size:14px;
}
.navigation.dark_nav ul li a {
  color: #000;
}
.navigation.dark_nav ul li a:before {
  background-color: #000;
}
.navigation ul li a:before {
  content: "";
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s ease;
  position: absolute;
}
.navigation ul li a:hover:before {
  width: 100%;
}
.navigation ul li.noborder a:before {
  display: none;
}
.navigation ul li.noborder {
  margin-left: 15px;
}
.navigation ul li a .num-op {
  background: linear-gradient(to right, #ffa800 0, #ff8900 100%);
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: 500;
  color: #f2f2f2;
  padding: 8px 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}
.navigation ul li a .num-op.blue {
  background: linear-gradient(#12277e 0, #3a2cb3 100%) !important;
}
#pp-nav li a.active.blue span {
  background: linear-gradient(#12277e 0, #3a2cb3 100%) !important;
}
.section_5 .owl-dots .owl-dot.active span {
  background: linear-gradient(#ffaa00 0, #ff8800 100%);
}
.navigation ul li a .num-op .fa {
  font-size: 22px;
}
section.section {
  /* height: 100% !important; */
  padding-top: 50px;
  height: 100vh;
}
.checkbox {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  color: var(--color);
}
.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}
.checkbox__input > * {
  grid-area: checkbox;
}
.checkbox__input input {
  opacity: 0;
  width: 1em;
  height: 1em;
}
.checkbox__control {
  display: inline-grid;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}
.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}
.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}
.section .container {
  max-width: 1350px;
}
.section_1 {
  background: url(../images/section1/fold-1-bg.png) center center/cover;
  background-repeat: no-repeat;
}
.section_7 {
  background: url(../images/section7/fold-2-bg.png) center center/cover;
}
.section_9{
background: url(../images/section9/fold-9-bg.png) center center/cover;
}
.section_6 {
  background: url(../images/section8/fold-7-bg.png) center center/cover;
}
.section_15{
  background: url(../images/section15/fold-15-bg.png) center center/cover;
}
section.footer-top{
  background: url(../images/footer/footer-bg.png) center center/cover;
}
.section_1 .section_image img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
.section_1 .heading {
  display: flex;
  height: 100%;
  /* align-items: center; */
}
.section_1 .heading h4 {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  font-family: GothamBook;
  /* font-variant: petite-caps; */
  font-weight: 700;
}
.section_1 .heading h2 {
  color: #ffa200;
  font-size: 48px;
  font-weight: 700;
  font-family: GothamBold;
}
.section_1 .checked_container {
  color: #ffa200;
  line-height: 14px;
  font-family: GothamBook;
  font-size: 12px;
}
.section_1 .heading p {
  font-size: 18px;
  text-align: left;
  color: #fff;
  font-family: GothamBook;
  font-weight: 700;
  letter-spacing: 1px;;
}
.form_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  max-width: 350px;
  float: right;
}
.form_container .form_box {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}
.form_container .form_box input.form-control {
  background-color: #f1f1f1;
  border: none;
  border-radius: 10px;
  min-height: 45px;
  font-family: GothamMedium;
  font-size: 12px;
}
.form_container .form_box .headings h2 {
  color: #000;
  font-weight: 100;
  font-size: 28px;
  line-height: 25px;
  text-align: left;
  font-family: GothamMedium;
  margin-bottom: 0;
}
.form_container .form_box .headings h3 {
  color: #ffa200;
  font-weight: 900;
  font-family: GothamBold;
  font-size: 28px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 30px;
}
.section_1 .logos {
  display: flex;
}
.section_1 .logos .item {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.section_2 {
  background: url(../images/section2/Second-fold-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section_2 .headings h3 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: left;
  color: #fff;
  font-family: GothamBold;
  margin-bottom: 0;
}
.section_2 .headings h2 {
  font-size: 48px;
  line-height: 60px;
  text-align: left;
  color: #fff;
  margin: 10px 0;
}
.section_2 .headings h2 b {
  font-family: GothamBold;
}
.section_2 .headings h2 span {
  font-family: Gotham-Thin;
}
.section_2 .headings p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #fff;
  font-family: GothamBook;
}
#particle-slider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-position: center top;
  transition: all 0.3s ease;
}
#particle-slider canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.diamond_images {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.diamond_1 {
  position: absolute;
  top: 30%;
  left: 5%;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.diamond_2 {
  position: absolute;
  top: 15%;
  right: 15%;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.vertical-lines {
  width: 100%;
  height: 4px;
  /* background: linear-gradient(to right, #0049b8 0, #0666ca 100%); */
  background: transparent linear-gradient(270deg, #FF7C00 0%, #FFA900 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 50px;
}
.count {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  font-family: GothamBold;
  margin-bottom: 0;
  min-height: 55px;
}
.counter {
  font-weight: 200;
    font-size: 60px;
    line-height: 80px;
    text-align: left;
    color: #fff;
    font-family: 'GothamBold';
}
.unit {
  font-weight: 200;
  font-size: 40px;
  line-height: 76px;
  text-align: left;
  color: #fff;
  font-family: GothamBold;
}
.section_3 .slider_container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.section_3 .slider_container .owl-carousel.owl-loaded {
  display: flex;
}
.section_3 .slider_container .owl-stage {
  display: flex;
  align-items: flex-end;
}
.section_3 .slider_container img {
  width: 100%;
  object-fit: cover;
}
.section_3 .content h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #040025;
  font-family: GothamBold;
}
.section_3 .content p {
  padding-top: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: left;
  color: #000;
  font-family: HelveticaNeue;
  font-weight: 900;
}
.section_3 .logos img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.section_3 .slider_panel {
  margin: 50px 0;
  display: flex;
}
.section_3 .slider_panel a {
  color: #212529;
  text-decoration: none;
  display: inline-block;
  flex: 1;
  text-align: center;
  padding: 5px 0;
  margin: 0 5px;
  background: #f5f5f5;
  border-bottom: 2px solid transparent;
}
.section_3 .slider_panel a.active {
  border-color: #ff4d02;
}
.section_4 .heading {
  height: 100%;
  display: flex;
  align-items: center;
}
.section_4 .heading h2 {
  font-weight: 400;
  font-size: 28px;
  color: #040025;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: GothamBold;
  margin: 0;
}
.section_4 .slider_panel {
  height: 100%;
  display: flex;
  align-items: center;
}
.section_4 .slider_panel a {
  display: inline-block;
  text-align: right;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.section_4 .slider_panel a:before {
  content: "";
  background: #ffa47f;
  height: 2px;
  width: 0;
  display: block;
  right: 100%;
  top: 50%;
  position: absolute;
  transition: all 0.3s ease;
}
.section_4 .slider_panel a.active:before {
  width: 40%;
}
.section_4 .slider_panel a img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.section_4 .heading2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_4 .heading2 h2 {
  font-size: 100px;
  color: #040025;
  opacity: 0.1;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin: 0;
}
.section_5 {
  background: url(../images/section5/orangebg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section_5 .slider_container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section_5 .slider_container > div {
  width: 100%;
}
.section_5 .slider_container p {
  color: #fff;
  font-family: GothamBook;
  font-size: 16px;
}
.section_5 .image img {
  width: 100%;
}
.section_5 .heading h2 {
  font-size: 24px;
  color: #fff;
  font-family: GothamMedium;
  margin-bottom: 20px;
}
.section_5 .heading h3 {
  font-size: 20px;
  color: #fff;
  font-family: GothamMedium;
  margin-bottom: 20px;
}
.section_5 .panel {
  display: flex;
  align-items: center;
}
.section_5 .range {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.section_5 .range_bar {
  min-width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 2px;
}
.section_5 .bullets_bar {
  min-width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 2px;
  line-height: 0;
  display: flex;
}
.section_5 .bullets_bar .bullets {
  border-radius: 50px;
  height: 10px;
  display: inline-block;
  flex: 1;
  background-color: #ebebeb;
  transition: all 0.3s ease;
}
.section_5 .bullets_bar .bullets.active {
  background: linear-gradient(#ffaa00 0, #ff8800 100%);
}
.section_5 .range_bar .progress {
  border-radius: 50px;
  height: 10px !important;
  background: linear-gradient(to right, #ff8a00 0, #ff8700 100%);
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-in-out;
  background-size: 20%;
}
.section_5 .owl-dots {
  display: flex;
  justify-content: center;
}
.section_5 .owl-dots .owl-dot span {
  border: 2px solid transparent;
  padding: 3px;
  transition: all 0.3s ease;
}
.section_5 .owl-dots .owl-dot.active span {
  border: 4px solid #fff;
  background-color: #f80;
}
.section_5 .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.section_5 .owl-nav button {
  background: #fff !important;
  color: #fa0 !important;
  height: 50px;
  width: 50px;
  border-radius: 50px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 50px !important;
  border: 0 !important;
}
.section_5 .owl-nav button span {
  position: absolute;
  height: 100%;
  display: flex;
  line-height: 0.7;
}
.section_5 .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
  opacity: 0.8;
}
.section_5 .owl-nav .owl-next {
  position: absolute;
  right: -10px;
  opacity: 0.8;
}
.section_5 .item {
  padding: 0 50px;
}
/* .section_6 {
  background: linear-gradient(#12277e 0, #3a2cb3 100%);
} */
.section_6 .content {
  display: flex;
  align-items: center;
  height: 100%;
}
.section_6 .content h4 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #fff;
  font-family: GothamMedium;
  margin-bottom: 0;
}
.section_6 .content h2 {
  font-weight: 400;
  font-size: 35px;
  color: #fff;
  font-family: GothamBold;
}
.section_6 .content p {
  color: #fff;
  font-family: GothamBook;
  font-size: 14px;
}
.section_6 .testimonial_container .testimonial_box {
  width: 100%;
}
.section_6 .testimonial_container .image {
  width: 20%;
  z-index: 1;
  position: relative;
  top: 70px;
  left: 20px;
  display: none;
}
.section_6 .testimonial_container .image img {
  width: 100%;
}
.section_6 .testimonial_container .testimonial_box h6 {
  font-size: 14px;
  line-height: 35px;
  text-align: left;
  color: #212529;
  font-family: 'GothamBook';
}
.section_6 .testimonial_container .testimonial_box p {
  font-family: 'GothamBook';
  color: #212529;
  font-size: 18px;
}
.section_6 .owl-theme .owl-dots .owl-dot.active span,
.section_6 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fa0;
}
.section_6 .panel {
  display: flex;
  max-width: 190px;
  margin-top: 30px;
}
.section_6 #MyNavs button {
  /* background: linear-gradient(#f89f36 0, #ff8700 100%);
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 48px;
  border: 0;
  position: relative; */
  /* background: linear-gradient(#f89f36 0, #ff8700 100%); */
  background-color: transparent;
  color: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 45px;
  border: 0;
  position: relative;
}
.section_6 #MyNavs button:first-child {
  /* margin-right: auto; */
  margin-right: 40px;
}
.section_6 #MyNavs button span {
  position: absolute;
  height: 100%;
  display: flex;
  line-height: 0.7;
}
.section_6 .owl-nav {
  display: none;
}
.section_7 .our_client_head {
  text-align: center;
}
.section_7 .our_client_head h6 {
  background-color: #1e2833;
  color: #fff;
  font-family: GothamBold;
}
.section_7 .inner {
  display: flex;
  align-items: flex-end;
  height: 25vh;
}
.section_7 .inner2 {
  display: flex;
  align-items: flex-end;
  height: 75vh;
}
.section_7 .owl-item img {
  width: 100px;
  height: 50px;
  object-fit: contain;
}
.section_7 .footer {
  background: #1e2833;
  color: #fff;
  padding: 50px 0;
  width: 100%;
}
.section_7 .footer .footer_btn {
  width: 90%;
  border: none;
  height: 40px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(#ff4902 0, #ffac00 100%);
}
.section_7 .footer .footer_border {
  border-top: 1px solid #242e38;
  background: 0 0;
  margin-top: 25px;
}
.section_7 .footer .subsicribe_pera {
  font-weight: 500;
  font-family: Helvetica;
}
.section_7 .footer .footer h6 {
  font-size: 14px;
  font-family: GothamBold;
}
.section_7 .footer .email_1 {
  border: none !important;
  outline: 0 !important;
  color: #1e2833;
  width: 75%;
}
.section_7 .footer .email_1::placeholder {
  background: #1e2833;
  border: none !important;
}
.section_7 .footer .arrow_btn_for_email {
  width: 35px;
  height: 35px;
  border: none !important;
  outline: 0 !important;
  background: linear-gradient(#ff4902 0, #ffac00 100%);
  color: #fff;
  border-radius: 6px;
  position: relative;
  top: -6px;
  left: 10px;
}
.section_7 .footer .footer_menu ul li {
  list-style: none !important;
}
.section_7 .footer .footer_menu ul li a {
  color: #fff;
  text-decoration: none !important;
  font-size: 14px;
  font-family: Helvetica !important;
  font-weight: 500;
  text-decoration: none !important;
}
.section_7 .footer .plicy {
  font-family: Helvetica !important;
  font-weight: 500;
}
.section_7 .footer .face_book {
  width: 3.4%;
}
.section_7 .footer .twitter {
  width: 7%;
}
.section_7 .footer .inputText {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  width: 80%;
  color: #1a1818;
  outline: 0 !important;
  border: none;
  background: #1e2833;
  border-bottom: 1px solid #242e38;
}
.section_7 .footer .service_options {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  border: 1px solid #1e2833 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section_7 .footer .Services2 .form-control {
  background-color: unset !important;
  font-size: 14px;
}
.section_7 .footer .service_options:focus {
  background-color: #1e2833 !important;
  border-color: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.section_7 .footer .footer_none_ondesktop {
  display: none !important;
}
.section_8 {
  background: url(../images/new_slides/section_8.jpg) no-repeat center center;
  background-size: cover;
}
.section_8 .innercontainer {
  height: 100%;
  display: flex;
}
.section_8 .innercontainer .left_container {
  height: 100%;
  width: 50%;
  position: relative;
}
.section_8 .innercontainer .right_container {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.section_8 .innercontainer .left_container .svg_images {
  height: 100%;
}
.section_8 .innercontainer .left_container .slider_image {
  position: absolute;
  /* top: 15%; */
  top: 0;
  right: 15%;
  width: 100%;
  transition: all 1s ease;
  display: none;
}
.section_8 .innercontainer .left_container .slider_image.animate {
  transform: scale(1) rotateY(0);
  transition: all 1s ease;
}
.section_8 .innercontainer .left_container .slider_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 500px;
}
.section_8 .svg_images {
  position: relative;
}
.section_8 .svg_images svg {
  position: absolute;
}
#Ellipse_16-2 {
  fill: #f1f1f1;
}
circle#Ellipse_17-2 {
  fill: #3D3FFF;
}
.section_8 .svg_images svg:nth-child(1) {
  right: 50%;
  width: 80%;
}
.section_8 .svg_images svg:nth-child(2) {
  width: 100%;
  height: auto;
  right: 10%;
  bottom: 0;
}
.section_8 .svg_images svg:nth-child(3) {
  bottom: 15px;
  right: 25px;
}
.section_8 .innercontainer .right_container h2 {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
  font-family: GothamBook;
}
.section_8 .innercontainer .right_container h2 strong {
  font-family: 'GothamBold';
  color: #FF8600;
  display: block;
}
.section_8 .innercontainer .right_container p {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
  font-family: GothamBook;
}
.section_8 .innercontainer .right_container .panel {
  display: flex;
  background-color: #f1f1f1;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 25px;
}
.section_8 .innercontainer .right_container .panel > div {
  flex: 1;
}
.section_8 .innercontainer .right_container .panel label {
  font-family: GothamMedium;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  padding: 12px;
  border-radius: 50px;
  font-size: 15px;
}
.section_8
  .innercontainer
  .right_container
  .panel
  input[type="radio"]:checked
  + label {
  background: linear-gradient(to top, #ff8a00 0, #ffa700 100%);
  color: #fff;
}
.section_8 .innercontainer .left_container .panel {
  display: flex;
  background-color: #f1f1f1;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 25px;
}
.section_8 .innercontainer .left_container .panel > div {
  flex: 1;
}
.section_8 .innercontainer .left_container .panel label {
  font-family: GothamMedium;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  padding: 12px;
  border-radius: 50px;
  font-size: 15px;
}
.section_8
  .innercontainer
  .left_container
  .panel
  input[type="radio"]:checked
  + label {
  background: linear-gradient(to top, #ff8a00 0, #ffa700 100%);
  color: #fff;
}
.section_8 .innercontainer .right_container .logos img {
  height: 65px;
  width: 100%;
  object-fit: contain;
  display: inline-block;
  margin: 25px 0;
}
.panel_for_mobile {
  display: none !important;
}
.section_9 .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
section#portfolio {
    position: relative;
}

/*section#portfolio:before {*/
/*    content: "";*/
/*    background-image: url('../images/section9/get-quote.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center right;*/
/*    width: 50px;*/
/*    height: 220px;*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    right: 0;*/
/*}*/

section#portfolio a.fixed-quote {
    position: absolute;
    right: 0;
    top: 40%;
}

.section_9 .inner .left h4 {
  color: #27282c;
  font-family: GothamMedium;
  margin-bottom: 0;
  font-size: 28px;
}
.section_9 .inner .left h2 {
  color: #fa0;
  font-family: GothamBold;
  font-size: 48px;
}
.section_9 .inner .left p {
  color: #949191;
  font-family: GothamBook;
  line-height: 35px;
  font-size: 16px;
  margin-top: 25px;
}
.section_9 #secondary-slider .splide__slide {
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 35px;
  display: flex;
  align-items: center;
}
.section_9 #secondary-slider .splide__pagination li {
  display: inline-flex;
  align-items: center;
}
.section_9 #secondary-slider .splide__slide.is-active {
  padding: 10px;
}
.section_9 .splide__pagination__page.is-active {
  transform: scale(1.5);
  background: #6e6e6e;
  margin: 0 5px;
}
.section_9 #secondary-slider {
  max-width: 250px;
}
.section_9 #secondary-slider .splide__track {
  overflow-y: initial;
  min-height: 165px;
  display: flex;
  align-items: center;
}
.section_9 #primary-slider {
  height: 100%;
  display: flex;
  align-items: center;
}
.section_9 #primary-slider .splide__list,
.section_9 #primary-slider .splide__list li,
.section_9 #primary-slider .splide__track {
  width: 100%;
  height: 100% !important;
}
.section_10 .email_address {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_10 .email_address i {
  font-size: 22px;
}
.section_10 .email_address a {
  font-family: GothamMedium;
  color: #27282c;
  text-decoration: none;
  font-size: 18px;
}
.section_10 .mobile_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_10 .mobile_phone i {
  font-size: 28px;
}
.section_10 .mobile_phone a {
  font-family: GothamMedium;
  color: #27282c;
  text-decoration: none;
  font-size: 18px;
}
.section_10 .address {
  text-align: center;
}
.section_10 .image {
  text-align: center;
  margin-bottom: 15px;
}
.section_10 .image img {
  width: 75px;
  height: 75px;
}
.section_10 h4 {
  color: #27282c;
  font-family: GothamMedium;
  font-size: 18px;
}
.section_10 p {
  color: #27282c;
  font-family: GothamLight;
  font-size: 12px;
}
.section_10 .line {
  background-color: #aaa;
  height: 3px;
}
.copyright_text {
  text-align: center;
}
.copyright_text p {
  font-family: 'GothamMedium';
  font-size: 16px;
  color: #353535;
}
#pp-nav.right {
  width: max-content;
}
.owl-carousel-slider {
  display: none !important;
}

/* Faizan CSS Start */

.business-logo-box ul li {display: inline-flex;}

.business-logo-box ul li a img {
  height: 100px;
  display: inline-block;
  margin: 10px 0;
  width: 130px;
}
section.counter_main_box {
  position: relative;
}
.counter-up {
  background: transparent linear-gradient(270deg, #FFA900 0%, #FF7C00 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  position: absolute;
  width: 80%;
  height: auto;
  top: -80px;
  z-index: 5;
}
.counter-border {
  border-right: 1px solid #fff;
  margin: 20px 0;
}
.counter-up .col-md-3:last-child .counter-border {
  border: 0;
}

.business-logo-box ul {
    margin-bottom: 0;
}

.section_7 .content h4 {
  font-size: 43.6px;
  font-family: 'GothamBook';
  color: #27282C;
  line-height: 30px;
}

.section_7 .content h2 {
  font-size: 48px;
  font-family: GothamBold;
  text-transform: uppercase;
}

.section_7 .content p {
  font-size: 18px;
  font-family: 'GothamBook';
}
.owl-carousel-7 .testimonial_box h6 {
  font-size: 22px;
  font-family: GothamBook;
  text-transform: uppercase;
  line-height: 33px;
}

.owl-carousel-7 .testimonial_box h6 strong {
  font-family: 'GothamBold';
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #ffa900, #ff7c00);
  border-image-slice: 1;
  display: block;
}

.owl-carousel-7 .testimonial_box p {
  font-size: 18px;
  font-family: 'GothamBook';
  color: #3D3D3D;
}
.image.owl_thumb_7 img {
  object-fit: inherit;
  height: auto;
  width: 100%;
  display: inline-block;
}

.image.owl_thumb_7 {
    text-align: center;
}

.owl-carousel-7 .owl-dots button {
  display: flex !important;
  margin-bottom: 10px;
}

.owl-carousel-7 .owl-dots {
  position: absolute;
  top: 0;
  left: -130px;
}
.owl-carousel-7 .owl-dots button.active span:before {
  /* content: "";
  background-image: url("../images/section7/android.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 50px;
  position: absolute; */
}

button#page1 span {
  background-image: url(../images/section7/android.png);
  background-repeat: no-repeat;
}

.owl-carousel-7 button span {
  width: 50px !important;
  height: 50px !important;
  background-color: transparent !important;
  background-position: center top !important;
}


button#page2 span {
  background-image: url(../images/section7/apple.png);
  background-repeat: no-repeat;
  
}
button#page3 span {
  background-image: url(../images/section7/joystick.png);
  background-repeat: no-repeat;
}
button#page4 span {
  background-image: url(../images/section7/multiple.png);
  background-repeat: no-repeat;
}

button#page5 span {
  background-image: url(../images/section7/python.png);
  background-repeat: no-repeat;
}
button#page6 span {
  background-image: url(../images/section7/java.png);
  background-repeat: no-repeat;
}

.section_7 button span {
  border-radius: 0 !important;
}

.owl-carousel-7 .owl-dots button span {
    position: relative;
}

.provided-features-left h2 {
  font-family: 'GothamBook';
  font-size: 48px;
  text-transform: uppercase;
}

.provided-features-left h2 strong {
  font-family: 'GothamBold';
}

.provided-features-left h5 {
  font-family: 'GothamBold';
  text-transform: uppercase;
  color: #FF8600;
  border-bottom: 2px solid;
}

.provided-image-thumb img {
  width: 100%;
  height: auto;
}
.provided-features-list ul li {
  display: block;
  position: relative;
  padding-left: 120px;
  margin-bottom: 30px;
}

.provided-features-list ul li span {
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.provided-features-list ul li span img {
  width: 100%;
  height: auto;
}

.provided-features-list ul li h4 {
  font-family: 'GothamBold';
  text-transform: uppercase;
  color: #FF8600;
}
.provided-features-left-content {
  font-size: 18px;
  font-family: 'GothamBook';
  font-style: italic;
  position:relative;
}
.provided-features-left-content:before {
    content: "";
    background: linear-gradient(#ffaa00 0, #ff8800 100%);
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    left: -70px;
    top: -40px;
    
}
.provided-features-left .heading {
  margin-bottom: 50px;
}

.testimonial_content h2 {
  font-family: 'GothamBook';
  font-size: 40px;
  text-transform: uppercase;
}

.testimonial_content h2 strong {
  font-family: 'GothamBold';
  display: block;
  color: #FFA900;
}

.testimonial_content p {
  font-size: 18px;
  font-family: 'GothamBook';
}

.testimonial_content {
  margin-bottom: 50px;
}

.footer-content h2 {
  font-family: 'GothamBold';
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
}

.footer-content h2 strong {
  font-size: 110px;
  display: block;
}

.footer-content h2 span {
  font-size: 40px;
  text-transform: none;
}

.footer-thumbnail img {
  width: 100%;
  height: auto;
}
section.footer-bottom {
  background-color: #EBEBEB;
}

section.footer-bottom .line {
  background-color: #b0b0b0;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
}

.copyright_text a {
  color: #353535;
}
.testimonial_thumb img {
  width: 100%;
  height: auto;
}
div#MyNavs.panel {
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  left: 50px;
  background-image: url('../images/section8/btn.png');
  background-repeat: no-repeat;
  width: 224px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial_thumb {
  position: relative;
}

.footer-social ul li {
  display: inline-block;
  width: 40px;
}

.footer-logo {
  margin-bottom: 5px;
}

.footer-social ul {
  display: flex;
  justify-content: flex-end;
}
.footer-detail-box {
  text-align: center;
}

.footer-detail-box a {
  background: linear-gradient(#ffaa00 0, #ff8800 100%);
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  border-radius: 50%;
  transition: 400ms all;
}

.footer-detail-box a i {
  font-size: 27px;
  color: #fff;
}
.footer-location {
  background-color: #363794;
  color: #fff;
  padding: 12px 10px;
  display: none;
  position: absolute;
  top: -88px;
  z-index: 5;
  min-width: 300px;
}

.footer-detail-box a:hover + .footer-location {
  display:block;
}

.map-pointer-icon {
  float: left;
  width: 80px;
  border-right: 2px solid #fff;
  margin-right: 10px;
  height: 55px;
  line-height: 60px;
}

.address strong {display: block;font-family: GothamMedium;font-size: 16px;font-weight: normal;}

.map-pointer-icon i {
  font-size: 25px;
}

.address {font-size: 11px;font-family: 'GothamBook';}

.owl-carousel-7 .owl-dots button.active {
    border-right: 4px solid;
    border-image: linear-gradient(to bottom, #ffa900, #ff7c00);
    border-image-slice: 1;
}

.footer-top .checked_container {
    color: #ffa200;
    line-height: 14px;
    font-family: GothamBook;
    font-size: 12px;
}
/* Faizan CSS End */


@media screen and (max-width: 1280px) {
  .section .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .section .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel-slider {
    display: block !important;
  }
  .logos {
    display: none !important;
  }
  body,
  html {
    overflow: auto;
    height: auto;
  }
  .section,
  section {
    transform: none !important;
    height: auto !important;
    position: relative !important;
  }
  .main_header {
    background: linear-gradient(#f89f36 0, #ff8700 100%);
  }
  .main_header .navigation_container .navigation {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    background: linear-gradient(to right, #f89f36 0, #ff8700 100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s ease;
  }
  .main_header .navigation_container .navigation.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .main_header .navigation_container .navigation .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .main_header .navigation_container .navigation ul li {
    display: flex;
  }
  .main_header .navigation_container .navigation ul li a {
    margin-left: 0;
    font-size: 24px;
    font-variant: petite-caps;
    font-weight: 700;
  }
  .main_header .navigation_container .navigation ul li a .num-op {
    background: #fff;
    color: #ff4902;
  }
  .main_header .navigation_container .navigation ul li.noborder a {
    margin-top: 25px;
  }
  .toggle_icon_container {
    display: block;
    position: relative;
    z-index: 999;
    right: 15px;
  }
  .navigation ul li.noborder {
    margin-left: 0;
  }
  .section_1,
  .section_2,
  .section_6 {
    padding-bottom: 25px;
  }
  .section_1 .heading,
  .section_1 .section_image {
    margin-top: 50px;
  }
  .section_1 .section_image {
    margin-bottom: 50px;
  }
  .section_1 .logos {
    position: relative;
    top: 15px;
  }
  .form_container {
    justify-content: center;
    float: none;
    margin: 0 auto;
  }
  .section_2 .headings h2 b {
    font-size: 36px;
  }
  .section_2 .headings h2 span {
    font-size: 40px;
  }
  #particle-slider {
    min-height: 550px;
  }
  #particle-slider canvas {
    width: 90%;
  }
  .diamond_1 {
    top: 75%;
    right: 25%;
    left: auto;
  }
  .diamond_images {
    left: 0;
  }
  .section_3 .slider_container {
    position: initial;
    width: 100%;
    padding: 0 25px;
  }
  .section_3 .logos img {
    margin-bottom: 25px;
  }
  .section_4 .heading h2 {
    writing-mode: initial;
    transform: none;
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    width: 100%;
  }
  .section_5 .heading h2 {
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
  }
  .section_6 .content {
    padding-top: 0;
  }
  .section_6 .testimonial_container .image {
    width: 30%;
  }
  .section_7 {
    padding: 0 !important;
  }
  .section_7 .inner {
    height: auto;
    padding: 25px 0;
  }
  .section_7 .inner2 {
    height: auto;
  }
  .section_7 .owl-item img {
    width: 100%;
  }
  .section_7 .footer .get_1 {
    margin: 25px 0;
    display: inline-block;
  }
  .section_8 .innercontainer {
    flex-wrap: wrap;
  }
  .section_8 .innercontainer .left_container {
    width: 100%;
  }
  .section_8 .innercontainer .right_container {
    width: 100%;
    padding: 0;
  }
  .section_8 .innercontainer .left_container .slider_image {
    position: initial;
  }
  .section_8 .innercontainer .left_container .svg_images {
    display: none;
  }
  .section_8 .innercontainer .right_container .logos img {
    margin: 10px 0;
  }
  .section_9 .left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_9 #secondary-slider .splide__slide.is-active {
    padding: 10px;
  }
  .section_9 #secondary-slider .splide__slide {
    padding: 15px;
  }
  .section_9 #secondary-slider .splide__slide img {
    width: 100%;
  }
  .section_9 #primary-slider .splide__track {
    min-height: 150px;
    max-width: 250px;
    margin: 0 auto;
  }
  .section_9 #primary-slider .splide__track li {
    background-size: contain !important;
  }
  .section_10 .footer_logo {
    max-width: 250px;
    margin: 15px auto;
  }
  .section_10 .address,
  .section_10 .email_address {
    margin-bottom: 25px !important;
  }
  .section_10 .copyright_text {
    margin: 25px 0;
  }
  .owl-carousel-4 {
    margin-top: 50px;
  }
  .panel_for_mobile {
    display: flex !important;
  }
  .panel_for_desktop {
    display: none !important;
  }
}

@media(min-width: 1280px) and (max-width: 1399px){
    
section.section_1 .form_container .form_box .headings h2 {
    font-size: 23px;
}

section.section_1 .form_container .form_box .headings h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}

}

@media(min-width: 993px) and (max-width: 1280px){

  .provided-features-list ul li span {
    width: 60px;
}

.provided-features-list ul li {
    padding-left: 70px;
    margin-bottom: 10px;
}

.provided-features-list ul li h4 {
    font-size: 21px;
}

.provided-features-list ul li p {
    font-size: 14px;
}

.testimonial_content h2 {
  font-size: 28px;
}

.testimonial_content p {
  font-size: 16px;
}

.section_6 .testimonial_container .testimonial_box p {
  font-size: 16px;
}

}


@media(min-width: 992px) and (max-width: 1200px){

  .section_7 .content h4 {
    font-size: 30px;
}

.section_7 .content h2 {
    font-size: 33px;
}

.owl-carousel-7 .owl-dots {
    left: -110px;
}
.provided-features-left h2 {
  font-size: 33px;
}
.address {
  float: left;
}

.map-pointer-icon {
  width: 100%;
  border-right: 0;
  height: auto;
  margin-right: 0;
  line-height: inherit;
}
.footer-location {
  top: -133px;
}
  
}

@media(min-width: 992px) and (max-width: 1024px){
section.section{
    height:60vh;
}

}

@media(min-width: 768px) and (max-width: 992px){

  .counter-up {
    width: 90%;
}

span.counter {
    font-size: 40px;
    line-height: 40px;
}

p.count.text-uppercase.text-center {
    letter-spacing: 0;
}

.owl-carousel-7 .owl-dots {
  left: -80px;
}

}

@media(min-width: 200px) and (max-width: 992px){
.provided-image-thumb {
  margin-bottom: 50px;
}
.footer-content h2 {
  font-size: 50px;
}

.footer-content h2 strong {
  font-size: 70px;
}

.footer-content h2 span {
  font-size: 33px;
}
.provided-image-thumb {
  text-align: center;
}

.provided-image-thumb img {
  width: 50%;
}

.footer-location {
  width: 100%;
  top: -95px;
}

.section_8 .innercontainer .right_container h2 strong {
    color: #000;
}

.owl-carousel-7 .owl-dots button.active {
    border-right: 0;
    border-bottom: 4px solid;
    border-image: linear-gradient(to bottom, #ffa900, #ff7c00);
    border-image-slice: 1;
}

}

@media(min-width: 200px) and (max-width: 768px){
  .footer-social ul {
    justify-content: center;
}
.counter-up {
  position: inherit;
  width: 100%;
}

section.counter_main_box {
  padding: 50px 0;
}

.counter-border {
  border-right: 0;
}
.section_7 .content h2 {
    font-size: 30px;
}

.section_7 .content h4 {
    font-size: 30px;
}
section#portfolio:before {
    background-size: 40%;
}
}

@media(min-width: 200px) and (max-width: 767px){
  .owl-carousel-7 .owl-dots {
    position: inherit;
    left: 0;
}

.owl-carousel-7 .owl-dots button {
    display: inline-flex !important;
}
}