html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #151515;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
}

.wpsm_panel-group .wpsm_panel .wpsm_panel-collapse .wpsm_panel-body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

a {
  color: #ffff00;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover {
  color: #000000;
}

input:focus,
textarea:focus,
button:focus {
  border: 0;
  outline: 0;
  box-shadow: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.container {
  max-width: 1170px;
  width: 98%;
}

ul.lists {
  margin-bottom: 20px;
}

ul.lists li {
  margin: 5px 0;
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #ffff00;
}

::-webkit-scrollbar-thumb {
  background: #1d1d1d;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffff00;
}

p {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* --- Button Code --- */
.custom-btn {
  position: relative;
  display: inline-flex;
}

.custom-btn a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 16px 27px 16px 29px;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0;
  background: #ffff00;
  border: 2px solid #ffff00;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
}

.custom-btn a:hover {
  background: #000;
  color: #ffff00;
}

/* --- Header Code --- */

.offer_stripe {
    background: #CF1F26;
    position: relative;
    padding: 25px 10px;
    text-align: center;
}
.offer_stripe p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; /* 24px */
    margin: 0;
}
.offer_stripe p a{
	color: #fff;
}
.offer_stripe p a:hover{
	color: #ffff00;
}

header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
header .container-fluid.header_wrap {
	background: rgba(0, 0, 0, 0.50);
}
header .container-fluid.header_wrap.sticky-header{
	background: rgba(0, 0, 0, 1);
}
.page-template-front-page header{
	top: 75px;
}
.page-template-front-page header .container-fluid.header_wrap {
	background-color: transparent;
}
.page-template-front-page .container-fluid.header_wrap.sticky-header{
	background: #000000 !important;
}
header .fixed-header {
  background-color: #000000 !important;
  position: fixed !important;
  animation: smoothScroll 1s forwards;
  top: 0;
  width: 100%;
  z-index: 100;
}

header .fixed-header .header_wrap .custom-btn a {
  line-height: 50px;
}

header .fixed-header .header_wrap .custom-btn {
  height: 50px;
}

.container-fluid.header_wrap {
  padding: 14px 30px;
}

header .fixed-header ul.navbar-nav {
}

header .logo-div img {
  transition: all 0.3s ease-in-out;
}

.footer_info_wrp .logo-div img {
  max-width: 92%;
}

.fixed-header a.logo-div img {
  max-width: 170px;
  width: 100%;
}

a.logo-div {
  display: inline-block;
}

header .row {
  align-items: center;
}

header .nav-menu .navbar-collapse {
  width: 100%;
  display: block !important;
}

header .nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  padding-left: 40px;
}

header ul.navbar-nav li {
  padding: 0px 35px;
  position: relative;
  list-style: none;
}

header ul.navbar-nav li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
}

header ul.navbar-nav li a:hover,
header ul.navbar-nav li.current-menu-item a {
  color: #ffff00;
}

header nav.navbar {
  padding: 0;
  width: 80%;
}

header ul.navbar-nav ul.sub-menu li a {
  color: #fff;
}
header ul.navbar-nav ul.sub-menu li a:hover,
div#mega-menu-wrap-main_menu li a:hover {
  color: #ffff00 !important;
  background: transparent !important;
}
header ul.navbar-nav ul.sub-menu {
  position: absolute;
  top: 50px;
  left: 32px;
  min-width: 260px;
  padding: 15px 0;
  background-color: #000;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

header ul.navbar-nav > li > ul > li.menu-item-has-children > ul.sub-menu {
  top: 0;
  left: 100%;
}

header ul.navbar-nav > li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

button.sub-menu-toggle {
  display: none;
}

span.arrow i {
  color: #fff;
  font-size: 10px;
}
div#mega-menu-wrap-main_menu {
  background: transparent;
}
div#mega-menu-wrap-main_menu li {
  padding: 0px 25px !important;
}
div#mega-menu-wrap-main_menu li a {
  color: #fff !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  background: transparent !important;
  padding: 0px !important;
}
div#mega-menu-wrap-main_menu li li a {
  color: #fff !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  padding: 0px 0px !important;
}
#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row {
  background: #000;
}
div#mega-menu-wrap-main_menu li li li {
  padding: 0px !important;
}
div#mega-menu-wrap-main_menu li#mega-menu-17-0 li li {
  margin: 10px 0px !important;
  padding: 0px !important;
}
#mega-menu-wrap-main_menu li#mega-menu-item-182 > a,
#mega-menu-wrap-main_menu li#mega-menu-item-184 > a,
#mega-menu-wrap-main_menu li#mega-menu-item-183 > a {
  margin-bottom: 18px !important;
  color: #ffff00 !important;
  font-size: 16px !important;
}
/* --- Footer Code --- */
footer {
  border-radius: 35px 35px 0px 0px;
  background: #000;
  position: relative;
  z-index: 1;
}

.f-heading-sec {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.f-heading-sec span {
  color: #ff0;
}

.f-content-sec {
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.row.f_row_first {
  align-items: center;
  padding: 60px 0px 35px;
  border-bottom: 1px solid #ececec;
}

footer .row > * {
  padding: 0;
}

.row.footer-detail-row {
  padding: 60px 0px 40px;
  border-bottom: 1px solid #ececec;
}

.f_menu ul {
  padding: 0;
  margin: 0 0 40px;
}

.f_menu li {
  list-style: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 173%;
}

.f_menu li a,
span.address p a {
  color: #fff !important;
  text-decoration: none !important;
}

span.address p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  margin: 0 0 8px;
}

span.address p strong {
  font-weight: 700;
}

.email_box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.email_box a {
  color: #fff !important;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 173%;
  text-decoration: none !important;
}
.email_box a:hover {
  color: #ffff00 !important;
}

.email_box a:hover,
.f_menu li a:hover,
span.address p a:hover {
  color: #ffff00 !important;
}

.our_office_address {
  display: flex;
  align-items: flex-start;
}

span.address {
  width: 100%;
  padding-left: 15px;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  margin: 0;
}
footer .address:after {
  content: none;
}

footer .our_office_address {
  padding: 10px 0px 30px;
}

ul.social-icon-lists li {
  list-style: none;
  display: inline-flex;
  text-align: center;
  margin-right: 5px;
}

ul.social-icon-lists ul {
  display: flex;
}

ul.social-icon-lists {
  padding: 0;
}

.copyright-container {
  padding: 30px 0;
  width: 100%;
}

.copyright-container p {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.copyright-container p a {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.copyright-container p {
  margin: 0;
}

.bottom-menu-div li {
  list-style: none;
}

.bottom-menu-div ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.bottom-menu-div ul li {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 22px;
}
.email_box img.email_svg {
  margin: 0 10px 0 0;
}
.bottom-menu-div li a {
  color: #fff;
}

.copyright-container p a:hover,
.bottom-menu-div li a:hover {
  color: #ffff00;
}

.footer-detail-row h6 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

ul.social-icon-lists li a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #ffff00;
  border: 1px solid #ffff00;
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
}

ul.social-icon-lists li a:hover {
  background: #000;
  color: #ffff00;
}

.back-to-top {
  position: absolute;
  z-index: 9;
  bottom: 150px;
  right: -2px;
  background-color: #ffff00;
  padding: 10px 12px 5px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  box-shadow: 0 0 10px #ffff00;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#btn-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top i {
  transition: all 0.3s ease-in-out;
  color: #000000;
}

.back-to-top:hover {
  background-color: #000;
}

.back-to-top:hover i {
  color: #ffffff;
}

.home_banner {
  width: 100%;
  position: relative;
}

.container-fluid.banner_section {
  width: 100%;
  padding: 0px;
  position: relative;
  border-radius: 0px 0px 35px 35px;
  background: #000;
  overflow: hidden;
}

.banner_section .container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  right: 0px;
}

.home_banner .row {
  top: 35px;
  position: relative;
}

.banner_content {
  width: 52%;
}

.banner_image {
  width: 48%;
}

.inn_banner_content h5 {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.inn_banner_content h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 122.119%;
  letter-spacing: -1.92px;
  background-image: url(../images/underline.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  padding-bottom: 5px;
  margin-bottom: 32px;
}

.inn_banner_content h6 {
  color: #ff0;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}

.inn_banner_content p {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.inn_banner_content ul {
  padding: 40px 0 35px;
  margin: 0;
}

.inn_banner_content li {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 250%;
  list-style: none;
  background-image: url("../images/li.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 42px;
  margin-bottom: 5px;
}

.btn_area {
  display: flex;
  justify-content: space-between;
  padding-right: 55px;
}

span.call_us {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

span.call_us a {
  display: block;
  color: #fff;
}
header span.call_us a {
  color: #fff !important;
  text-decoration: none !important;
}
header span.call_us a:hover {
  color: #ffff00 !important;
}
span.call_us a:hover {
  color: #ffff00;
}

.header_number {
  display: flex;
  align-items: center;
}

.btn_area span {
  border-radius: 10px;
  background: #383643;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  width: 312px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/line2.png");
  background-repeat: no-repeat;
  background-position: 68px 35px;
}

.btn_area span img {
  padding: 0px 5px;
}

/******** trusted section *************/
.trusted-by {
  padding: 50px 0px;
}

.trusted-by-heading {
  color: #292929;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.trusted-by-heading span {
  font-weight: 800;
}

.trusted-by-logos {
  padding: 40px 9% 0px;
}

.c_logo {
  padding: 0px 25px;
  height: 75px;
  display: flex !important;
  align-items: center;
}

.container-wrapper {
  max-width: 94%;
  width: 100%;
  margin: auto;
  border-radius: 40px;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 0px 17.6px 0px rgba(0, 0, 0, 0.05);
}
.inn-container-wrp {
  max-width: 1525px;
  width: 100%;
  margin: auto;
}
h3.main-heading {
  color: #242424;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

h6.sub-heading {
  color: #fff;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/******** how we work section *************/
.how-we-work-content h3.main-heading {
  color: #fff;
}

.how-we-work-content {
  z-index: 99;
  position: relative;
  display: inline-block;
}

.how-to-work-svg {
  position: absolute;
  right: -40px;
  top: -30px;
  -webkit-animation: flash linear 1.8s infinite;
  animation: flash linear 1.8s infinite;
}

.how-we-work .container-wrapper {
  padding: 8% 14% 30%;
  position: relative;
}

.how-we-work-steps {
  position: absolute;
  bottom: 155px;
  height: 630px;
}

li.box-step-wrp {
  position: absolute;
  width: 100%;
  transition: 0.4s;
}

span.number {
  color: #dbdbdb;
  text-align: center;
  font-family: "Radio Canada Big";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

span.title {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: block;
  padding-left: 15px;
}

.box-step-wrp .title {
	font-size: 24px;
}

.description {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 400px;
}

/* li.box-step-wrp:hover .description {
  display: block;
} */

li.box-step-wrp:nth-child(1) {
  top: 400px;
  left: 0px;
  max-width: 415px;
}

li.box-step-wrp:nth-child(2) {
  right: -245px;
  left: 0;
  top: 315px;
  margin: auto;
  max-width: 450px;
}

li.box-step-wrp:nth-child(3) {
	right: 0px;
	top: 80px;
	max-width: 310px;
}

.steps-content {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-top: 20px;
}


/******** why choose us section *************/
.why-choose-us {
  padding: 100px 0px 115px;
}

.why-choose-wrapper video {
  width: 633px;
  height: 358px;
  flex-shrink: 0;
  aspect-ratio: 633/358;
  border-radius: 20px;
  margin: auto;
  display: block;
  background: #000;
  z-index: 9;
  position: relative;
}

.why-choose-content {
  padding-bottom: 45px;
  text-align: center;
}

.inn-why-choose-content {
  display: inline-block;
  position: relative;
}

.why-choose-svg {
  position: absolute;
  right: -40px;
  top: -30px;
  -webkit-animation: flash linear 1.8s infinite;
  animation: flash linear 1.8s infinite;
}
.result_lp_sec .res_txt .why-choose-svg {right: -30px;top: -20px;}

.why_box_item {
  width: 230px;
  position: absolute;
}
.why_box_item:after {
  content: "";
  width: 111px;
  height: 52px;
  position: absolute;
  top: 28px;
  right: -100px;
  background-image: url("../images/line-c.png");
}
.why_box_item:nth-child(2):after,
.why_box_item:nth-child(4):after {
  content: "";
  width: 111px;
  height: 52px;
  position: absolute;
  top: 28px;
  right: auto;
  left: -100px;
  background-image: url("../images/2.png");
}
.w_content h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin: 0;
  padding: 10px 0px 8px 0;
}

.w_content p {
  color: #555;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.why-choose-wrapper {
  position: relative;
}

.why_box_item:nth-child(1) {
  top: -52px;
  left: -10px;
  text-align: right;
}

.why_box_item:nth-child(2) {
  top: -52px;
  right: -10px;
}

.why_box_item:nth-child(3) {
  bottom: -50px;
  text-align: right;
  left: -10px;
}

.why_box_item:nth-child(4) {
  bottom: -50px;
  right: -10px;
}

/******** Types of Links We Provide section *************/

/* .types-of-link-work .container-wrapper {
  padding: 80px 102px;
} */

.typesoflink_msection .inn-container-wrp {
    margin: 0 auto -310px;
	max-width: 1440px;
}

.types-of-link-work .container-wrapper {
    border-radius: 0px;
    max-width: 100%;
    padding: 75px 0;
    box-shadow: none;
}

.types-of-link-content {
  padding-bottom: 45px;
  text-align: center;
}

.inn-types-of-link-content {
  display: inline-block;
  position: relative;
}

.types-of-link-content h3 {
  color: #fff;
}

.types-of-link-svg {
  position: absolute;
  right: -40px;
  top: -30px;
  -webkit-animation: flash linear 1.8s infinite;
  animation: flash linear 1.8s infinite;
}
.type_of_links_items  {
	margin-bottom: 75px;
}
.type_of_links_items .row {
    display: flex;
    flex-wrap: wrap;
}
.type_of_links_items .tol_items {
    border-radius: 16px;
    background: #171717;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    min-height: calc(100% - 30px);
    margin-bottom: 30px;
}
.type_of_links_items .tol_items .icon {
    width: 58px;
}
.type_of_links_items .tol_items .cnt {
    width: calc(100% - 58px);
    padding-left: 15px;
}
.type_of_links_items .tol_items .cnt h3,.type_of_links_items .tol_items .cnt h4 {
    color: #ff0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.05; 
    margin: 0 0 10px;
}
.type_of_links_items .tol_items .cnt  p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3; 
    margin: 0;
}

.types-of-link-btn .custom-btn a {
  display: inline-flex;
  padding: 19px 75px 18px 73px;
  justify-content: center;
  align-items: center;
}
.types-of-link-btn {
  text-align: center;
  padding-top: 65px;
}

.inn-tof-items {
  border-radius: 25px;
  background: #3a3a3a;
  position: relative;
  transition: transform 0.9s;
  transform-style: preserve-3d;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 15px 10px rgba(0 0 0 / 10%);
}

.inn_tof_hover h5 {
  color: #ff0;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  margin: 0;
  padding: 18px 0px 20px;
}

.inn_tof_hover p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.tof-items {
  padding: 0 15px;
}

.tof_hover {
  position: absolute;
  top: 0;
  height: 100%;
  background: #3a3a3a;
  padding: 45px 40px 45px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.tof-items {
  perspective: 1000px;
}

/*.tof-items:hover .inn-tof-items {
  transform: rotateY(180deg);
}

.tof-items:hover .tof_hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}*/

/******** Testimonails section *************/
.Testimonials {
  padding: 80px 0px;
  position: relative;
}

.testimonials-content h6 {
  border-radius: 10000px;
  background: #fff;
  box-shadow: 0px 0px 6.8px 0px rgba(0, 0, 0, 0.13);
  display: inline-flex;
  padding: 11px 26px 10px 27px;
  justify-content: center;
  align-items: center;
  color: #242424;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.inn-testimonials-content {
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}

.testimonials-svg {
  position: absolute;
  right: -22px;
  top: -25px;
  -webkit-animation: flash linear 1.8s infinite;
  animation: flash linear 1.8s infinite;
}

.Testimonials span.t1 {
  color: #242424;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.rating_overall {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 92px;
}

.Testimonials .photo {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 100%;
}

.Testimonials .info_logo img {
  height: 23px;
}

.inn-slide-content {
  border-radius: 15px;
  background: #242424;
  padding: 20px;
}

.Testimonials .info h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.Testimonials .info p {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.testimonial_content p {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  height: 80px;
}

.testimonials_top_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.testimonials_info {
  display: flex;
  align-items: center;
}

.Testimonials .info {
  padding-left: 15px;
}

.Testimonials .slide-content {
  margin-top: 15px;
  height: 182px;
}

.Testimonials .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff0000;
}

.Testimonials .slick-dots li button:before {
  width: 30px;
  height: 30px;
  color: #3e3e3e;
  opacity: 1;
  font-size: 12px;
}

.Testimonials ul.slick-dots {
  bottom: -70px;
  text-align: left;
}

.Testimonials .slick-dots li {
  margin: 0;
}

.Testimonials .testimonials-line {
  position: absolute;
  right: 0;
  top: 90px;
}

.Testimonials .testimonials-line-airplane {
  position: absolute;
  left: 0;
  bottom: -125px;
}

.testimonials-slider {
  padding-left: 50px;
}

.testimonial-btn {
  text-align: right;
}

.testimonial-btn a {
  border-radius: 100px;
  border: 1px solid rgba(36, 36, 36, 0.09);
  background: #ff0;
}

/**************** Link Campaign ***********************/
.link-campaign-work .container-wrapper {
  padding: 60px 20% 85px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: relative;
}

.link-campaign-content {
  padding-bottom: 45px;
  text-align: center;
}

.inn-link-campaign-content {
  display: inline-block;
  position: relative;
}

.link-campaign-content h3 {
  color: #fff;
}

.link-campaign-svg {
  position: absolute;
  right: 130px;
  top: -24px;
  -webkit-animation: flash linear 1.8s infinite;
  animation: flash linear 1.8s infinite;
}

.link-campaign-wrapper {
  position: relative;
  text-align: center;
}

.link-campaign_box_item {
  position: absolute;
  width: 245px;
  z-index: 9;
  padding: 0 25px;
}

.link-campaign_box_item:nth-child(1) {
  top: 55px;
  left: -10px;
  text-align: right;
  border-right: 3px solid #ffff00;
}

.link-campaign_box_item:nth-child(2) {
  top: 55px;
  right: -10px;
  border-left: 3px solid #ffff00;
  text-align: left;
}

.link-campaign_box_item:nth-child(3) {
  bottom: 55px;
  text-align: right;
  left: -10px;
  border-right: 3px solid #ffff00;
}

.link-campaign_box_item:nth-child(4) {
  bottom: 55px;
  right: -10px;
  border-left: 3px solid #ffff00;
  text-align: left;
}

.rocket_image_wrp {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.link-campaign-content-wrap {
  padding: 20%;
}

.lc_content h5 {
  color: #ff0;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}

.lc_content p {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 106%;
  margin: 0;
  min-height: 40px;
}

img.link-campaign-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.link-campaign-work .types-of-link-btn {
  padding: 0;
  z-index: 9;
  position: relative;
  margin-top: -20px;
}

/******** Frequently Asked Questions section *************/
.faqs-works {
  padding: 100px 0px;
}

.faqs-content {
  padding-bottom: 45px;
  text-align: center;
}

.inn-faqs-content {
  display: inline-block;
  position: relative;
}

.faqs-svg {
  position: absolute;
  right: -40px;
  top: -30px;
  -webkit-animation: flash linear 1.8s infinite;
  animation: flash linear 1.8s infinite;
}

.faqs-wrapper h3 {
  display: none !important;
}

.faqs-works .wpsm_panel-group {
  column-count: 2;
}

.faqs-works span.ac_title_class {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 !important;
  background: #fff;
}

.faqs-works .wpsm_panel-heading,
.faqs-works #wpsm_accordion_68862 .wpsm_panel-default > .wpsm_panel-heading {
  background: transparent !important;
  padding: 0 !important;
}

.faqs-works #wpsm_accordion_68862 .wpsm_panel-body {
  padding: 0 0 15px !important;
  border: none !important;
}

.faqs-works .wpsm_panel-group .collapse {
  border: none !important;
}

.faqs-works #wpsm_accordion_68862 .wpsm_panel + .wpsm_panel {
  margin-top: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #b6b6b6 !important;
}

.faqs-works #wpsm_accordion_68862 .wpsm_panel-default {
  padding-bottom: 10px !important;
  border-bottom: 2px solid #b6b6b6 !important;
}

.faqs-works #wpsm_accordion_68862 .wpsm_panel {
  overflow: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  width: 86%;
  margin: auto;
}

.faqs-works #wpsm_accordion_68862 .wpsm_panel-title {
  margin: 0 0 12px !important;
  position: relative;
  padding-right: 50px;
}

.faqs-works #wpsm_accordion_68862 .ac_open_cl_icon {
  background-image: url(../images/up.png) !important;
  background-position: 0 0;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -5px;
  top: -7px;
}

.faqs-works #wpsm_accordion_68862 .ac_open_cl_icon:before {
  display: none !important;
}

.faqs-works #wpsm_accordion_68862 .ac_open_cl_icon.ac_open_cl_icon.fa.fa-minus {
  background-image: url(../images/down.png) !important;
}

@keyframes float-minimal {
  0% {
    transform: translatey(5px);
  }

  50% {
    transform: translatey(-5px);
  }

  to {
    transform: translatey(5px);
  }
}
.h_icon {
  animation: float-minimal 3s infinite;
  position: relative;
  z-index: 9;
}
.mobile {
  display: none;
}
.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  height: 8px;
  width: 14px;
  background-image: url("../images/arrow_dropdown.png");
}

.menu-item-has-children {
  position: relative;
}
#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  background: #000 !important;
}
.testimonials-content {
  padding-top: 50px;
}
.col-md-5.f_menu,
.wrapp_our_office_address .col-md-4:nth-child(2),
.wrapp_our_office_address .col-md-4:nth-child(5) {
  padding-left: 70px;
}
.wrapp_our_office_address .col-md-4:nth-child(3n) {
  padding-left: 108px;
}
.container-fluid.banner_section video {
  /* height: 100%; */
}
ol#included-files-fie-on-wp-footer {
  display: none;
}

.wprm-wrapper {
  display: none;
}


/*==== Trust Section Css ====*/

.lp_trustus_section {
    background: #F6F7FF;
    padding: 355px 100px 100px;
}
.lp_trustus_section h3.main-heading {
    color: #000;
}
.lp_trustus_section .spec_item_wrapper .spec_item_inner {
    background: #fff;
    border-radius: 25px;
}
.lp_trustus_section .spec_item_wrapper .spec_item:nth-child(2) .spec_item_inner{
	border: 1px solid #CF1F26;
	background: #FFF;
	box-shadow: 0px 0px 40px rgba( 0 0 0 / 10%);
} 
.lp_trustus_section .spec_item_wrapper .spec_item_inner .title {
    border-radius: 24px 24px 0 0;
    background: #787878;
    padding: 30px 40px;
}
.lp_trustus_section .spec_item_wrapper .spec_item:nth-child(2) .spec_item_inner .title{
	background: #CF1F26;
}
.lp_trustus_section .spec_item_wrapper .spec_item_inner .title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.lp_trustus_section .spec_item_wrapper .spec_item_inner .spec_list {
    padding: 40px;
}
.lp_trustus_section .spec_item_wrapper .spec_item_inner .spec_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lp_trustus_section .spec_item_wrapper .spec_item_inner .spec_list ul li {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3; /* 31.2px */
    padding: 0 0 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D4D4D4;
}
.lp_trustus_section .spec_item_wrapper .spec_item_inner .spec_list ul li:last-child {
    margin: 0;
    border: 0;
    padding: 0;
}
.form_section_layout.form_section_layout_new .des_title span.after_title {
    position: absolute;
    right: 25px;
}
.form_section_layout.form_section_layout_new .success_topsec {
    margin: 0;
}
/*==== Meet With us Page Css ====*/

.pro-speak-bannvideo {
    position: relative;
    padding-bottom: 55%;
	border-radius: 16px;
	overflow: hidden;
}
.pro-speak-bannvideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	border-radius: 16px;
}
.page-template-template-meet-with-us header .main_bannersec {
    padding: 200px 0 90px;
    border-radius: 0;
}
.page-template-template-meet-with-us .main_bannersec .banner_cnt{
	padding-right: 20px;
}
.page-template-template-meet-with-us .main_bannersec .banner_cnt h1{
	color: #FFF;
	font-weight: 700;
	font-size: 43px;
	line-height: 122.119%;
	letter-spacing: -2.56px;
}
.page-template-template-meet-with-us .main_bannersec .banner_cnt.inn_banner_content p{
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	line-height: 140%; 
	letter-spacing: -1.28px;
	margin: 0;
}
.page-template-template-meet-with-us .trusted-by-logos {
  padding: 40px 15px 0px;
}
.page-template-template-meet-with-us .inn-container-wrp{
	padding-left: 15px;
	padding-right: 15px;
}
.mwu_bannerafter_cnt {
    background: #F6F7FF;
    padding-bottom: 50px;
}
.mwu_bannerafter_cnt .trusted-by {
    padding-bottom: 10px;
    padding-top: 60px;
}

.page-template-template-meet-with-us footer {
    display: none !important;
}
.result_lp_sec {
    background: #000;
    color: #fff;
    padding: 50px 0;
}
.result_lp_sec .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.result_lp_sec .res_txt h3.main-heading {
    color: #fff;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.result_lp_sec .res_spec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 55px;
}
.result_lp_sec .res_spec .res_item {
    width: 33.333%;
    padding: 0 15px;
}
.result_lp_sec .res_spec .res_item .num {
    color: #ff0;
    text-align: center;
    font-family: "Radio Canada Big";
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
}
.result_lp_sec .res_spec .res_item .xtt {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 105%;
    max-width: 264px;
    margin: 0 auto;
}
.page-template-template-meet-with-us .main_bannersec .banner_cnt h1 strong.underline {
	background: url(../../assets/images/underline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: inline;
    padding-bottom: 15px;
}


/*====== Header Css ======*/

.btn_area span {
    padding-left: 20px;
    padding-right: 20px;
}
.lp_header_right {
    width: 100%;
    justify-content: end;
    display: flex;
    gap: 10px;
}
.lp_header_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lp_header_right .cmn_btn {
  border-radius: 100px;
  border: 2px solid #FF0;
  background: #FF0;
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 35px;
  white-space: normal;
  margin-left: 35px;
}

  .lp_header_right .cmn_btn:hover {
    background: transparent;
    color: #FF0;
  }
.header_wrap {
  transition: all 0.3s ease-in-out;
}
.popup-container-sche-popup.dws_sct_iframe_inn {
    border-radius: 10px;
}
header .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
  .page-template-default header {
      position: absolute;
      background: none;
  }
  /* Sticky header style */
  .sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }
  .new_cus .popup-inner-container-sche-popup {
      display: flex;
      flex-wrap: wrap;
      padding: 75px 75px 75px 75px !important;
      align-items: center;
  }
  .new_cus .popup-container-sche-popup.dws_sct_iframe_inn {
      max-width: 964px;
      border-radius: 30px;
      border: 1px solid #FF0;
      background: #000;
  }
  .new_cus .popup-inner-container-sche-popup .cus-content-popup {
      width: 50%;
      padding-right: 115px;
  }
  .new_cus .popup-inner-container-sche-popup .contact_form_sec {
      width: 50%;
  }
  .cus-content-popup h2 {
      color: #FF0;
      font-family: Montserrat;
      font-size: 38.721px;
      font-style: normal;
      font-weight: 600;
      line-height: 39px; /* 100.72% */
      letter-spacing: -1.549px;
      margin-bottom: 8px;
  }
  .cus-content-popup p {
      color: #FFF;
      font-family: Montserrat;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 32px;
  }
  .cus-content-popup img {
      width: 100%;
      max-width: 205px;
      margin-left: 0;
  }
  .new_cus a.close-popup-sche.custom_cross {
      top: 18px;
      right: 18px;
      font-size: 22px;
      color: #ff0;
      padding: 5px;
      border: 1px solid #3C3C3C;
      border-radius: 50%;
      width: 37px;
      height: 37px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
.lp_trustus_section .custom-btn.tol_button ,
.why-choose-us .custom-btn.wcu_button {
    display: block;
    text-align: center;
    padding-top: 35px;
}
.slide_img {
    border-radius: 41.163px;
    border: 1px solid #3D3D3D;
    background: linear-gradient(180deg, #3A3A3A 0%, #000 100%);
    padding: 74px 80px 40px 80px;
    height: 320px;
}

.slide_img img {
    width: 100%;       /* parent ke width ko follow kare */
  max-width: 130px;  /* maximum width limit */
  height: auto;      /* aspect ratio maintain rahe */
  display: block;    /* inline-gap issue avoid karne ke liye */
  margin: 0 auto;   
}
.slide_img P {
    color: #FF0;
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%; /* 26.25px */
    margin-top: 15px;
}
.industries_weserve .slick-slide {
  margin-right: 33px;
}

/* Last slide ka extra margin remove */
.industries_weserve .slick-slide:last-child {
  margin-right: 0 !Important;
}
.industries-section{
    background-color:#000;
    padding:96px 0px;
}
p.indus-p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    max-width: 1020px;
    margin-top: 22px;
}

.types-of-link-content.indus-sli {
    padding-bottom: 76px;
}

.industries_weserve.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 76px;
}

.industries_weserve .slick-dots li.slick-active button:before {
    font-size: 15px;
    color: #F00;
    opacity: 1;
}

.industries_weserve .slick-dots {
    bottom: -90px;
}

.industries_weserve .slick-dots li button:before {
    font-size: 15px;
    color: #3E3E3E;
    opacity: 1;
}
@media(min-width:768px){
   .types-of-link-content.indus-sli .types-of-link-svg {
    right: 16%;
    top: -10px;
} 
}
@media (max-width: 1024px) {
  .industries_weserve .slick-slide {
    margin-right: 15px !important;
    margin-left:15px !important;
  }
  .industries-section{
    background-color:#000;
    padding:70px 0px;
}
}
@media (max-width: 767px) {
      .industries_weserve .slick-slide {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
  .industries-section{
    background-color:#000;
    padding:50px 0px;
}
p.indus-p{
    font-size:16px;
}
.types-of-link-content.indus-sli {
    padding-bottom: 36px !important;
}
}