@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansProLight.eot");
  src: url("../fonts/SourceSansProLight.eot") format("embedded-opentype"),
    url("../fonts/SourceSansProLight.woff2") format("woff2"),
    url("../fonts/SourceSansProLight.woff") format("woff"),
    url("../fonts/SourceSansProLight.ttf") format("truetype"),
    url("../fonts/SourceSansProLight.svg#SourceSansProLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansProBold.eot");
  src: url("../fonts/SourceSansProBold.eot") format("embedded-opentype"),
    url("../fonts/SourceSansProBold.woff2") format("woff2"),
    url("../fonts/SourceSansProBold.woff") format("woff"),
    url("../fonts/SourceSansProBold.ttf") format("truetype"),
    url("../fonts/SourceSansProBold.svg#SourceSansProBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansProRegular.eot");
  src: url("../fonts/SourceSansProRegular.eot") format("embedded-opentype"),
    url("../fonts/SourceSansProRegular.woff2") format("woff2"),
    url("../fonts/SourceSansProRegular.woff") format("woff"),
    url("../fonts/SourceSansProRegular.ttf") format("truetype"),
    url("../fonts/SourceSansProRegular.svg#SourceSansProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansProSemibold.eot");
  src: url("../fonts/SourceSansProSemibold.eot") format("embedded-opentype"),
    url("../fonts/SourceSansProSemibold.woff2") format("woff2"),
    url("../fonts/SourceSansProSemibold.woff") format("woff"),
    url("../fonts/SourceSansProSemibold.ttf") format("truetype"),
    url("../fonts/SourceSansProSemibold.svg#SourceSansProSemibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
}

.signup_input input::-webkit-input-placeholder,
.box textarea::-webkit-input-placeholder {
  color: #2c2c2c;
}

.signup_input input:-moz-placeholder,
.box textarea:-moz-placeholder {
  color: #2c2c2c;
}

.signup_input input:-ms-input-placeholder,
.box textarea:-ms-input-placeholder {
  color: #2c2c2c;
}

.news_letter_section input::-webkit-input-placeholder {
  color: #fff;
}

.news_letter_section input:-moz-placeholder {
  color: #fff;
}

.news_letter_section input:-ms-input-placeholder {
  color: #fff;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #4f4f4f;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #4f4f4f;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4f4f;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #4f4f4f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
}

body {
  font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  font-weight: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #ea7414;
}

ul {
  list-style: none;
}

:focus {
  outline: none;
}

.entry-content ul {
  list-style: disc;
  padding-left: 16px;
  margin: 16px 0;
}

.entry-content ul li:not(:last-of-type) {
  margin-bottom: 8px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding: 0 20px;
  width: 100%;
}

.header_upper .wrapper {
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_bottom .wrapper {
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clr {
  clear: both;
  float: none;
  display: block;
}

.clr:after,
.afclr:after {
  clear: both;
  float: none;
  display: block;
  content: "";
}

input[type="submit"],
button {
  -webkit-appearance: none;
}

select {
  word-wrap: normal;
}

.header_upper {
  padding: 8px 0;
  border-bottom: 1px solid #d2d2d2;
}

.header_up_inner {
  float: right;
}

.header_up_inner ul {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 4px;
}

.menu-top-menu-container {
  display: inline-block;
}

.header_up_inner ul li {
  float: left;
  margin: 0 10px;
}

.header_up_inner ul li a {
  color: #f1f0f0;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_up_inner ul li a:hover,
.phone_no a:hover,
.s_icon a:hover {
  color: #fff;
}

.s_icon {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #adadb5;
  border-right: 1px solid #adadb5;
  line-height: 1;
}

.s_icon a {
  font-size: 18px;
  margin: 0 5px;
  color: #adadb5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.phone_no {
  display: inline-block;
  padding-left: 10px;
}

.phone_no a {
  color: #f1f0f0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.postimg img {
  width: 100%;
}

.info_contac {
}

.bb_bottom_text.bb_bottom_text1 {
  float: none;
  width: 100%;
  padding-top: 0px;
}

.service_list.service_list2 {
  width: 100%;
}

.bb_bottom_text1 .orange_btn a {
  margin-left: 8px;
}

.header_bottom {
  padding: 10px 0;
}

.logo {
  width: 20%;
}

.logo img {
  margin: 8px 0;
  max-width: 110%;
}

.site-menu {
  width: 100%;
}

.nav-menu {
  padding-top: 13px;
}

.nav-menu li {
  float: left;
  margin: 0 20px;
  position: relative;
}

.nav-menu li a {
  padding: 5px 0;
  display: block;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.nav-menu > li:hover > a:after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  background: #ea7414;
  width: 100%;
  height: 2px;
}

.nav-menu li:hover a {
  color: #adadb5;
}

.homepage_header {
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  z-index: 10;
}

.banner-one {
  position: relative;
}

.banner_text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.banner_text h2 {
  color: #fff;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.banner_text h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.seprater {
  padding: 60px 0 50px;
  background: url(../images/deprator-line.png) no-repeat center;
}

.banner_text p {
  color: #fff;
}

.banner_btn {
  margin-top: 60px;
}

.banner_btn a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  padding: 20px 50px;
  border-radius: 40px;
  background: #ea8b14;
  background: -webkit-linear-gradient(to right, #ea7414, #eaab14);
  background: linear-gradient(to right, #ea7414, #eaab14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}

.banner_btn a:hover {
  background: #ea7414;
  background: -webkit-linear-gradient(to right, #eaab14, #ea7414);
  background: linear-gradient(to right, #eaab14, #ea7414);
}

.banner_btn a img {
  position: relative;
  top: -2px;
  padding-left: 30px;
}

.swiper-pagination-banner .swiper-pagination-bullet {
  opacity: 1;
  background: #7a7ba3;
  width: 20px;
  height: 6px;
  border-radius: 0;
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
  background: #071486;
}

.web_agency {
  background: #f4f4f4;
}

.agency_left {
  float: left;
  width: 35%;
}

.agency_left img {
  float: right;
  max-width: 150%;
}

.agency_right {
  float: right;
  width: 60%;
  padding: 60px 0;
}

.agency_right h2 {
  font-weight: normal;
  color: #161722;
  font-size: 50px;
  margin-bottom: 20px;
}

.agency_right h2 b {
  font-weight: normal;
  color: #0a23b9;
  font-weight: 600;
}

.agency_right h3 {
  color: #acacac;
  font-size: 30px;
  font-weight: normal;
}

.agency_right h4 {
  margin-top: 30px;
  color: #ea7414;
  font-size: 24px;
  font-weight: normal;
  font-weight: 600;
  margin-bottom: 5px;
}

.agency_right p {
  margin-bottom: 5px;
  color: #222736;
  font-size: 20px;
  font-weight: 300;
}

.agency_btn {
  margin-top: 30px;
}

.agency_btn a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 15px 50px;
  border-radius: 40px;
  background: #ea8b14;
  background: -webkit-linear-gradient(to right, #ea7414, #eaab14);
  background: linear-gradient(to right, #ea7414, #eaab14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 6px 15px #fae0ca;
}

.agency_btn a:hover {
  background: #ea7414;
  background: -webkit-linear-gradient(to right, #eaab14, #ea7414);
  background: linear-gradient(to right, #eaab14, #ea7414);
}

.agency_btn a img {
  position: relative;
  top: -2px;
  padding-left: 20px;
}

.service_section {
  padding: 100px 0;
}

.service_section h2 {
  color: #161722;
  font-size: 50px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}

.service_list {
  margin: 0 auto;
  width: 90%;
}

.service_one {
  float: left;
  width: 33.33%;
  padding: 50px 10px;
}

.icon-s {
  width: 90px;
  margin-bottom: 5%;
}

.service_list_inner {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.text-s {
  overflow: hidden;
}

.text-s h3 {
  color: #0a23b9;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}

.text-s p {
  color: #222736;
  font-size: 16px;
}

.featured_section {
  padding: 70px 0;
  background: #f4f4f4;
}

.featured_section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: rgba(22, 23, 34, 0.2);
  font-size: 30px;
  font-weight: 600;
}

.featured_logo span {
  float: left;
  width: 25%;
  padding: 0 20px;
}

.testimonial_section {
  padding: 140px 0;
}

.testimonial_section h2 {
  color: #161722;
  font-size: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}

.talk_section {
  background: #ea8b14;
  background: -webkit-linear-gradient(to right, #ea7414, #eaab14);
  background: linear-gradient(to right, #ea7414, #eaab14);
  padding: 70px 0;
}

.talk_inner {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.talk_inner p {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.7;
}

.talk_inner h4 {
  color: #fff;
  font-size: 35px;
  margin: 10px 0;
  font-weight: 600;
  font-weight: normal;
}

.talk_btn {
  margin-top: 50px;
}

.talk_btn a {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
}

.talk_btn a i {
  padding-left: 20px;
}

.talk_btn a:hover {
  background: #fff;
  color: #ea7414;
}

.post_section {
  padding: 120px 0px;
}

.post_text {
  width: 80%;
  margin: 0 auto 60px;
  text-align: center;
}

.post_text p {
  color: #7d7d7d;
  font-size: 30px;
}

.post_inner {
  margin: 0 -10px;
}

.post_one {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.postimg {
  display: block;
  margin-bottom: 30px;
}

.postimg a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.postimg a:hover .post_overlay {
  opacity: 1;
  visibility: visible;
}

.post_one h2 {
  margin: 30px 0 10px;
  font-weight: normal;
}

.post_one h2 a {
  color: #222736;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_one h2 a:hover {
  color: #000;
}

.post_one p {
  color: #222736;
  font-size: 20px;
  font-weight: 300;
}

.fb_right ul li a:hover {
  color: #403e3e;
}

.contact_heading {
  text-align: center;
  margin-bottom: 40px;
}

.contact_heading h2 {
  color: #161722;
  font-size: 50px;
  font-weight: 600;
  font-weight: normal;
}

.contact_section {
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0;
}

.contact_section form {
  width: 60%;
  margin: 0 auto;
}

.field_one {
  margin: 0 -10px;
  margin-bottom: 20px;
}

.fo_one {
  float: left;
  width: 50%;
  padding: 0 10px;
}

/* .fo_one input, .message_field textarea{ width:100%; padding:20px; border:none; border-radius:2px; font-size:26px; resize:none;font-weight: 300;} */

.message_field textarea {
  height: 150px;
}

.sbtn {
  margin-top: 40px;
}

.sbtn input {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  font-weight: 600;
}

.sbtn button,
.sbtn input[type="submit"] {
  border: 1px solid #fff;
  position: relative;
  border-radius: 40px;
  padding: 15px 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  background: none;
  cursor: pointer;
}

.sbtn button:hover,
.sbtn input[type="submit"]:hover {
  background: #fff;
  color: #ea7414;
}

.sbtn input[type="submit"]:after {
  content: "\f105";
  font-family: "FontAwesome";
}

.sbtn button i {
  padding-left: 20px;
}

.footer_bottom {
  padding: 30px 0;
}

.fb_left {
  float: left;
}

.fb_left p {
  color: #7d7d7d;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.fb_right {
  float: right;
}

.fb_right ul li {
  float: left;
  margin: 0 6px;
}

.fb_right ul li a {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.single_info_block p {
  margin-bottom: 5px;
  color: #222736;
  font-size: 20px;
  font-weight: 300;
}

.single_info_main {
  padding: 60px 0;
}

.post-thumbnail img,
.single_post_cont img {
  height: auto;
}

.post-thumbnail {
  margin: 20px 0;
}

.footer_upper {
  padding: 100px 0;
  background: #071850 url(../images/footer_pattern.png) 0 0 repeat;
}

.page-id-7 .footer_upper {
  border-top: none;
}

.fu_left {
  float: left;
  width: 55%;
}

.fu_right {
  float: right;
  width: 40%;
}

.fu_right h3,
.fu_right h4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-weight: normal;
}

.tips-one {
  margin: 20px 0;
  display: table;
}

.tips_img {
  min-width: 65px;
  display: table-cell;
}

.tips_text {
  width: 85%;
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.tips_text a {
  color: #fff;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tips_text a:hover {
  color: #fff;
}

.fuin {
  width: 80%;
  margin: 0 auto;
}

.google_img {
  margin-top: 40px;
}

.ful_in_left {
  float: left;
  width: 30%;
}

.ful_in_left h3,
.ful_in_right h3,
.ful_in_left h4,
.ful_in_right h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  font-weight: normal;
}

.news_letter_section h4 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: normal;
}

.fphone a {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.s_icon_footer {
  margin: 0px 0 20px;
}

.s_icon_footer a {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fphone a:hover,
.s_icon_footer a:hover {
  color: #fff;
}

.ful_in_right {
  float: right;
  width: 60%;
}

.ful_in_right p {
  color: #fff;
  font-size: 21px;
}

.bb_inner {
  width: 70%;
  margin: 0 auto;
}

.orange_btn {
  margin-top: 30px;
}

.orange_btn a,
input[type="submit"].orange_btn {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 15px 50px;
  border-radius: 40px;
  background: #ea8b14;
  background: -webkit-linear-gradient(to right, #ea7414, #eaab14);
  background: linear-gradient(to right, #ea7414, #eaab14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 6px 15px #fae0ca;
}

.orange_btn a:hover,
input[type="submit"].orange_btn {
  background: #ea7414;
  background: -webkit-linear-gradient(to right, #eaab14, #ea7414);
  background: linear-gradient(to right, #eaab14, #ea7414);
}

input[type="submit"].orange_btn {
  border: none;
  margin-top: 20px;
}

.orange_btn a img {
  position: relative;
  top: -2px;
  padding-left: 20px;
}

.bb_bottom_text {
  float: left;
  width: 50%;
  padding-top: 20px;
}

.bb_bottom_img {
  float: right;
  width: 45%;
  text-align: center;
}

.bb_bottom_text h3 {
  color: #161722;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 20px;
}

.bb_bottom_text h3 span {
  color: #0a23b9;
  font-weight: 600;
}

.bb_bottom_text p {
  margin: 20px 0;
  color: #585858;
  font-size: 22px;
  font-weight: 300;
}

.banner-bottom {
  padding: 60px 0;
}

.bb_bottom {
  margin: 50px 0;
}

.top_banner_b .bb_bottom_img {
  float: left;
  width: 40%;
  text-align: center;
}

.top_banner_b .bb_bottom_text {
  float: right;
  width: 50%;
  padding-top: 0;
}

.swiper-pagination-text .swiper-pagination-bullet {
  opacity: 1;
  background: #f0f0f0;
  width: 20px;
  height: 6px;
  border-radius: 0;
}

.swiper-pagination-text .swiper-pagination-bullet-active {
  background: #071486;
}

.swiper-pagination-text {
  text-align: left;
  bottom: 0;
}

.swiper-text {
  padding-bottom: 50px;
}

.slide_text_t_ {
  text-align: center;
  padding-top: 40px;
  opacity: 0;
  visibility: hidden;
}

.link a {
  color: #eb7b1f;
  font-size: 35px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link a:hover {
  color: #eaa914;
}

.link {
  margin: 40px 0;
}

.slide_text_t_ p {
  width: 80%;
  margin: 0 auto;
  color: #7d7d7d;
  font-size: 28px;
}

.slide_text_t_ h3 {
  color: #7d7d7d;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
}

.slide_video a {
  display: block;
  position: relative;
}

.toverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
}

.swiper-slide-active .toverlay {
  background: rgba(10, 35, 185, 0.8);
}

.toverlay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-slide-active .slide_text_t_ {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .slide_video {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  position: relative;
  top: -15px;
  z-index: 100;
}

.testimonial-swiper {
  padding-top: 50px !important;
}

.swiper-slide-next .toverlay img {
  right: auto;
  left: 28%;
  width: 60px;
}

.swiper-slide-prev .toverlay img {
  left: auto;
  right: 28%;
  width: 60px;
}

.news_letter_section {
  margin-top: 60px;
}

.news_letter_section h2 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 600;
  font-weight: normal;
}

.news_letter_section form {
  width: 70%;
}

/* .news_letter_section form input[type="email"] {
    border: 1px solid #fff;
    background: none;
    padding: 12px;
    border-radius: 2px;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
} */

.news_letter_section form input[type="submit"] {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 15px 50px;
  border-radius: 40px;
  background: #ea8b14;
  background: -webkit-linear-gradient(to right, #ea7414, #eaab14);
  background: linear-gradient(to right, #ea7414, #eaab14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.news_letter_section button {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 14px 30px;
  border-radius: 40px;
  background: #ea8b14;
  background: -webkit-linear-gradient(to right, #ea7414, #eaab14);
  background: linear-gradient(to right, #ea7414, #eaab14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border: none;
  margin-top: 30px;
}

.news_letter_section button i {
  padding-left: 20px;
}

.news_letter_section button:hover {
  background: #ea7414;
  background: -webkit-linear-gradient(to right, #eaab14, #ea7414);
  background: linear-gradient(to right, #eaab14, #ea7414);
}

.news_letter_section form input[type="submit"]:hover {
  background: #ea7414;
  background: -webkit-linear-gradient(to right, #eaab14, #ea7414);
  background: linear-gradient(to right, #eaab14, #ea7414);
}

.menu_expand {
  display: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  letter-spacing: 3px;
  text-decoration: none;
  float: right;
  border-radius: 5px;
}

.menu a {
}

.menu_expand.active i {
}

.overlay_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.overlay_menu.active {
  z-index: 50;
  opacity: 1;
  visibility: visible;
}

.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 1000;
  filter: alpha(opacity=0);
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  padding-top: 10px;
}

.nav-menu .sub-menu:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ea7814;
  top: 0;
  left: 20px;
}

.nav-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.nav-menu .sub-menu li {
  float: none;
  background: #e8e8e8;
  border-bottom: 1px solid #cfd3d6;
  border-left: none;
  padding: 0;
  position: relative;
  margin: 0;
}

.nav-menu .sub-menu li:first-child {
  border-top: 3px solid #ea7814;
}

.nav-menu .sub-menu li a {
  text-align: left;
  border-top: none;
  color: #000;
  border-radius: 0;
  font-size: 15px;
  border-left: 5px solid #e8e8e8;
}

.nav-menu .sub-menu a {
  padding: 10px;
}

.nav-menu .sub-menu a:hover {
  border-top: none;
  background: #d8d6d6;
  border-left: 5px solid #ea7814;
}

.nav-menu .sub-menu ul {
  position: absolute;
  top: 0px;
  left: 100%;
  border-top: 0;
  padding-top: 0;
  filter: alpha(opacity=0);
  width: 200px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  padding-left: 10px;
}

.nav-menu .sub-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.nav-menu .sub-menu ul li:first-child {
  border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
  background: #dfdfdf;
}

.nav-menu .sub-menu ul li a {
  border-left: 5px solid #dfdfdf;
}

.nav-menu .sub-menu ul:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ea7814;
  top: 13px;
  left: -10px;
}

.tips_text h4 {
  font-weight: normal;
}

.swiper-button-white {
  background-color: rgba(255, 255, 255, 0.2);
  background-size: 20px;
  width: 35px;
  height: 65px;
}

.swiper-button-prev.swiper-button-white {
  left: 0;
}

.swiper-button-next.swiper-button-white {
  right: 0;
}

.swiper-button-white:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.blue_logo {
  display: none;
}

.white_logo {
  display: block;
}

.inner_page_header {
  background: #1b2fa2;
}

.elementor-widget-wrap > .elementor-element.form_center {
  width: 80%;
  margin: auto;
  text-align: center;
}

.h2_title h2 {
}

.elementor-text-editor p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
}

.elementor-text-editor ol {
  margin-bottom: 20px;
  margin-left: 18px;
}

.elementor-text-editor ul {
  margin-bottom: 20px;
}

.elementor-text-editor h2 {
  margin-bottom: 20px;
}

.elementor-text-editor h1 {
  margin-bottom: 20px;
}

.news_letter_section .so-field {
  background: none !important;
  color: white;
}

.so-field {
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
  color: #333333;
  border-radius: 5px;
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 15px;
  text-indent: 10px;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  outline: none;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}

/* WordPress content form 7 css edits */

.so-field_half.squaredThree {
  padding-left: 20px;
  margin-bottom: 30px;
}

.so-field_half.squaredThree > label {
  font-weight: bold;
}

.wpcf7-list-item {
  margin: 14px 0 12px 0 !important;
  display: inline-block;
  width: 50%;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  cursor: pointer;
  font-size: 1.085rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgb(156, 156, 156);
  text-align: left;
  vertical-align: top;
}

.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
}

.wpcf7-list-item-label::before {
  position: absolute;
  border-radius: 4px;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #eaab14;
}

.wpcf7-list-item:hover input ~ .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #eaab14;
}

.wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
  background-color: #fff;
}

.wpcf7-list-item:after {
  content: "";
  position: absolute;
  display: none;
}

.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
}

.wpcf7-list-item .wpcf7-list-item-label:after {
  left: 7px;
  display: none;
  top: 7px;
  width: 6px;
  height: 12px;
  border: solid #ea7714;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7-response-output,
span.wpcf7-not-valid-tip {
  font-size: 0.823rem;
}

/* WordPress content form 7 css edits */

textarea.so-field {
  resize: none;
  height: 120px;
  text-indent: 0;
  padding-left: 20px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.audit_form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.keyword_section {
  background-size: 571px;
}

.audit_form div.wpcf7-response-output {
  margin: 1em 0 0 0;
  position: absolute;
}

.elementor-page .page_inner_block .wrapper {
  padding: 0 0px;
}

.so-fieldswrap input[type="submit"].orange_btn {
  margin-top: 0;
}

.elementor-text-editor ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

.elementor-text-editor ul li {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 20px;
}

.seo_service_left .elementor-column-wrap {
  padding: 10px 10px 0 10px !important;
}

.content_list ul li {
  padding-left: 42px;
  background: url(../images/li_bg.png) no-repeat left 8px;
}

.content_list ul {
  list-style-type: none;
}

.content_list_white ul {
  list-style-type: none;
  margin-left: 0;
}

.content_list_white ul li {
  padding-left: 35px;
  margin-left: 0;
  background: url(../images/li_bg_white.png) no-repeat left 8px;
}

.list_style_2 ul li {
  background: url(../images/li_bg2.png) no-repeat left 8px;
}

.list_style_2 ul {
  margin-left: 90px;
}

.elementor-text-editor2 ul {
}

.elementor-text-editor2.list_center ul {
  display: table;
  margin: auto;
  max-width: 600px;
}

.elementor-page .page_inner_block {
  padding: 0;
}

.elementor-button-link {
  font-family: "Source Sans Pro" !important;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 15px !important;
  background: #ea8b14;
  background: -webkit-linear-gradient(to right, #ea7414, #eaab14);
  background: linear-gradient(to right, #ea7414, #eaab14);
}

.elementor-button-link:hover {
  background: #ea7414;
  background: -webkit-linear-gradient(to right, #eaab14, #ea7414);
  background: linear-gradient(to right, #eaab14, #ea7414);
}

.magnto_logo_paddng .elementor-image img {
  padding: 86px 44px;
  background: #fff;
}

.magento_block {
  background-size: 469px;
}

#magento_block_info {
  margin: -159px auto;
  max-width: 1140px;
  margin-bottom: 25px !important;
}

.outgrow_block {
  background-position: 0% 100% !important;
}

.elementor-button.elementor-size-lg {
  padding: 15px 50px;
}

.web_info {
  margin-bottom: 5px !important;
}

.btn_2 .elementor-button {
  background-color: #ea741400 !important;
  background: none;
}

.btn_2 .elementor-button:hover {
  background: #fff !important;
}

/* wordpress css */

.breadcrumb {
  padding: 30px 0px;
  font-size: 20px;
  list-style: none;
  color: #b6b6b6;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #f1f2f4;
}

.breadcrumb a {
  color: #b6b6b6;
  text-transform: capitalize;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-weight: 600;
}

.breadcrumb a:hover {
  color: #ea7414;
}

.elementor-text-editor2 ul li {
  margin-bottom: 5px;
}

.elementor-text-editor2.list ul li {
  display: inline-block;
  margin-left: 25px;
  padding-left: 30px;
}

/* wordpress css ends */

.orange_btn_center {
  text-align: center;
}

.con_marketing_right_img {
  position: relative;
  right: -47%;
}

.content_top_heading_man {
  padding: 0 130px;
}

.content_marketing_main {
}

.content_market_skew_bl {
  position: relative;
}

.content_market_skew_bl:after {
  position: absolute;
  content: "";
  left: -25%;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px #75757585;
  transform: skewX(-15deg);
  background: #fff;
  bottom: -40px;
}

.custom_web_skew_bl {
  position: relative;
}

.custom_web_skew_bl:after {
  position: absolute;
  content: "";
  right: -35%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 30px #75757585;
  transform: skewX(-15deg);
  background: #fff;
  bottom: -40px;
}

.content_left_managment {
  z-index: 1;
}

.digital_per_block {
  background-color: #ea8214;
  background-image: linear-gradient(#ea8214, #ea9c14);
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 200%;
  margin: 0 auto;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  padding: 50px 0;
  box-shadow: 0px 5px 10px #ea871454;
  margin-top: -70px;
  line-height: 1;
}

.digital_eng_bl_box {
  padding: 0 15px;
  margin-top: 70px;
}

.digital_eng_bl_box .elementor-widget-wrap {
  box-shadow: 0 0 20px #adadad80;
  padding: 0 15px;
  background: #fff;
}

.digital_sp_orange {
  color: #ea9514;
}

.digital_marketing_section {
  overflow: hidden;
}

.gain_se_left {
  float: left;
  width: 50%;
}

.what_ecommerce_main_se {
  overflow: hidden;
}

.what_ecommerce_main_se:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 0;
  content: "";
  display: inline-block;
  width: 60%;
  height: 100%;
  background-color: #ea7c14;
  background-image: linear-gradient(#ea7c14, #ea9814);
  transform: skewX(15deg);
}

.what_ecommerce_main_inner {
  z-index: 1;
}

.what_ecommerce_main_inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -20%;
  content: "";
  display: inline-block;
  width: 120%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 0 10px #7d7d7d59;
}

.site_covert_slider {
}

.site_covert_slider .slick-slide {
  padding: 0 10px;
}

.site_covert_slider .elementor-slick-slider .slick-prev:before {
  content: "";
  background: url(../images/slik_sl_left_arrw.png) no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  left: -20px;
  top: -18px;
}

.site_covert_slider .elementor-slick-slider .slick-prev:hover:before {
  background: url(../images/slik_sl_left_arrw_hover.png) no-repeat;
}

.site_covert_slider .elementor-slick-slider .slick-next:before {
  content: "";
  background: url(../images/slik_sl_right_arrw.png) no-repeat;
  width: 39px;
  height: 39px;
  position: absolute;
  right: -20px;
  top: -18px;
}

.site_covert_slider .elementor-slick-slider .slick-next:hover:before {
  background: url(../images/slik_sl_right_arrw_hover.png) no-repeat;
}

.email_market_left_img {
  position: absolute;
  left: -70%;
  margin-bottom: 0;
  top: 10px;
}

.email_market_right_img {
  position: absolute;
  right: -95%;
  margin-bottom: 0;
  top: 10px;
}

.email_market_left_bl_mn {
  padding-left: 15%;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.email_market_left_bl_mn .elementor-text-editor p {
  font-size: 18px;
}

.email_market_left_bl_mn .elementor-column-wrap {
  z-index: 10;
}

.email_market_right_bl_mn {
  padding-right: 15%;
  padding-left: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.email_market_right_bl_mn .elementor-text-editor p {
  font-size: 18px;
}

.email_market_left_bl_mn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  box-shadow: 3px 0 20px #75757517;
  transform: skew(15deg, 0deg);
  background: #fff;
  bottom: 0;
}

.email_market_left_bl_mn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 18%;
  width: 72%;
  height: 100%;
  box-shadow: -6px 0 10px #cecece40;
  background: #fff;
  bottom: 0;
  z-index: 1;
}

.email_market_right_bl_mn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  width: 15%;
  height: 100%;
  box-shadow: -8px 0 20px #7575750d;
  transform: skew(15deg, 0deg);
  background: #fff;
  bottom: 0;
  z-index: 1;
}

.email_market_right_bl_mn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 16%;
  width: 74%;
  height: 100%;
  box-shadow: 3px 0 10px #cecece40;
  background: #fff;
  bottom: 0;
  z-index: 1;
}

.email_market_right_bl_mn .elementor-column-wrap {
  z-index: 10;
}

.s_media_market_main {
  overflow: hidden;
}

.s_media_market_main:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 25%;
  height: 100%;
  background: #fbfbfb;
  z-index: -1;
}

.engaging_en_main {
}

.engaging_en_main:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
  display: inline-block;
  content: "";
  box-shadow: 0 0 20px #adadad80;
  width: 100%;
  height: 100%;
  background: #fff;
}

.engaging_en_main .elementor-container {
  z-index: 1;
}

.web_managed_service {
}

.web_managed_service:after {
  position: absolute;
  content: "";
  left: -25%;
  right: 0;
  width: 88%;
  height: 100%;
  box-shadow: 0 0 10px #7575753b;
  transform: skewX(15deg);
  background: #f7f6f6;
  bottom: 0px;
}

.web_managed_ser_left {
  z-index: 1;
}

.web_managed_service:before {
  position: absolute;
  content: "";
  top: 30px;
  left: 54.5%;
  right: 0;
  width: 10%;
  height: calc(100% - 30px);
  transform: skewX(15deg);
  background: #e5e4e4;
  bottom: 0px;
}

.web_key_fe_bg {
}

.web_key_fe_bg:after {
  position: absolute;
  content: "";
  left: -25%;
  right: 0;
  width: 60%;
  height: 100%;
  transform: skewX(15deg);
  background-color: #ea9614;
  background-image: linear-gradient(to right, #ea9614, #ea7914);
  bottom: 0px;
}

.web_key_fe_left {
  z-index: 1;
}

.comman_q_toggle_main {
}

.comman_q_toggle_inner {
  width: 80%;
  margin: 0 auto;
}

.comman_q_toggle_inner .elementor-tab-title {
  color: #232836 !important;
  font-size: 22px;
  padding: 25px 30px;
  border: 1px solid #dbdada !important;
  box-shadow: 0 0 10px #00000026;
  margin: 25px 0;
  line-height: 1.3;
  background: #fff;
}

.comman_q_toggle_inner .elementor-tab-title a {
  color: #232836;
}

.comman_q_toggle_inner .elementor-tab-content {
  background: #fdfcfc;
  padding: 20px 30px !important;
  border: 1px solid #dbdada !important;
}

.comman_q_toggle_inner .elementor-tab-content ul {
  list-style: disc;
  margin-left: 25px;
}

.comman_q_toggle_inner .elementor-tab-content ul li {
  list-style: disc;
  padding-bottom: 15px;
  color: #232836;
  font-size: 20px;
}

.comman_q_toggle_inner .elementor-tab-content p {
  padding-bottom: 15px;
  color: #232836;
  font-size: 20px;
}

.no_mistaking_ad_section {
  overflow: hidden;
}

.no_mistaking_ad_section:after {
  position: absolute;
  bottom: 10px;
  right: -20%;
  content: "";
  display: inline-block;
  width: 48%;
  height: 70%;
  background-color: #ea7c14;
  background-image: linear-gradient(#ea7c14, #ea9814);
  transform: skewX(25deg);
}

.mistaking_right_img {
  z-index: 1;
}

.ppc_serv_other_bt {
  overflow: hidden;
}

.ppc_serv_other_bt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  right: 0;
  content: "";
  display: inline-block;
  width: 47%;
  height: 100%;
  background-color: #ea7c14;
  background-image: linear-gradient(#ea7c14, #ea9814);
  transform: skewX(25deg);
}

.ppc_other_service_img_bot {
  z-index: 1;
}

.about_bot_ri_section {
  overflow: hidden;
}

.about_bot_ri_section:after {
  position: absolute;
  bottom: 0;
  right: -20%;
  content: "";
  display: inline-block;
  width: 55%;
  height: 72%;
  background-color: #ea7c14;
  background-image: linear-gradient(#ea7c14, #ea9814);
  transform: skewX(-15deg);
}

.about_bot_rig_img {
  z-index: 1;
  margin-top: -50px;
}

/* page-optimize  */

body.page-template-template-speed-optimize .header_upper {
  border-bottom: none;
}

body.page-template-template-speed-optimize .s_icon a {
  color: #fff;
}

/* page-optimize ends */

.single_post_left {
  float: left;
  width: 65%;
}

.single_post_left p {
  color: #112646;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.single_post_left ul {
  list-style: disc;
  padding-left: 30px;
  margin: 10px 0;
}

.single_post_left ul li {
  color: #112646;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.single_post_page #secondary {
  float: right;
  width: 30%;
}

.single_post_page {
  padding: 60px 0;
}

.single_post_page #secondary h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  color: #112848;
  margin-bottom: 20px;
}

.single_post_page #secondary ul li {
  margin: 10px 0;
}

.single_post_page #secondary ul li a {
  font-size: 18px;
  display: block;
  padding: 10px 0;
  color: #112849;
  border-top: 1px solid #ddd;
}

.single_info_main1 h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
}

/*======mega menu css starts =====*/

#mega-menu-wrap-primary #mega-menu-primary {
  text-align: right;
}

@media screen and (max-width: 1920px) {
  .con_marketing_right_img {
    position: relative;
    right: -97%;
  }
}

@media screen and (max-width: 1580px) {
  .con_marketing_right_img {
    position: relative;
    right: -47%;
  }
}

@media screen and (max-width: 1380px) {
  .con_marketing_right_img {
    position: relative;
    right: -28%;
  }
}

@media screen and (max-width: 1350px) {
  .fb_left p,
  .fb_right ul li a {
    font-size: 13px;
  }
  .fb_right ul li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 1200px) {
  .nav-menu li {
    margin: 0 10px;
  }
  .nav-menu {
    padding-top: 0;
  }
  .banner_text h2 {
    font-size: 50px;
  }
  .banner_text h3 {
    font-size: 30px;
  }
  .seprater,
  .agency_right {
    padding: 30px 0 30px;
  }
  .banner_btn {
    margin-top: 30px;
  }
  .bb_bottom_text h3 {
    font-size: 30px;
  }
  .bb_bottom_text p {
    font-size: 19px;
  }
  .agency_right h2 {
    font-size: 40px;
  }
  .agency_right h3 {
    font-size: 25px;
  }
  .agency_right h4 {
    margin-top: 20px;
  }
  .agency_right p {
    font-size: 17px;
  }
  .text-s p {
    font-size: 16px;
  }
  .slide_text_t_ p {
    font-size: 22px;
  }
  .fphone a {
    font-size: 22px;
  }
  .keyword_section {
    background-size: 519px;
  }
  .seo_service_left {
    background: #fcfcfc;
    background-image: none !important;
  }
  .email_market_left_img,
  .email_market_right_img {
    display: none;
  }
  .email_market_left_bl_mn {
    padding-left: 10%;
    padding-right: 60px;
  }
  .email_market_right_bl_mn {
    padding-right: 10%;
    padding-left: 50px;
  }
}

@media screen and (max-width: 1050px) {
  .agency_left img {
    max-width: 180%;
  }
  .tips_text a {
    font-size: 18px;
  }
  .fb_left {
    float: none;
    text-align: center;
  }
  .fb_right {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .fb_right ul li {
    float: none;
    display: inline-block;
  }
  .content_market_skew_bl:after {
    display: none;
  }
  .site_covert_slider .elementor-slick-slider .slick-prev:before {
    left: 0;
  }
  .site_covert_slider .elementor-slick-slider .slick-next:before {
    right: 0;
  }
  .site_covert_slider .elementor-slick-slider .slick-prev {
    left: 10px;
  }
  .site_covert_slider .elementor-slick-slider .slick-next {
    right: 10px;
  }
  .elementor-745
    .elementor-element.elementor-element-da2c2cf
    > .elementor-element-populated {
    padding: 40px 0px 0px 0px;
  }
  .custom_web_skew_bl:after {
    right: 0;
    width: 73%;
    transform: skewX(0deg);
  }
  .content_marketing_main {
    overflow: hidden;
  }
  .no_mistaking_ad_section:after,
  .ppc_serv_other_bt:after {
    display: none;
  }
  .about_bot_ri_section:after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .menu_expand {
    display: block;
  }
  .site-menu {
    position: relative;
    min-height: 1px;
    margin-top: 0px;
  }
  .nav-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: 150;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .nav-menu.state-active {
    clear: both;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 111111;
  }
  .nav-menu {
    float: none;
    text-align: center;
    margin-right: 0px;
    background: #f5f5f5;
    width: 220px;
    padding-top: 40px;
  }
  .nav-menu li {
    float: none;
    margin: 0px;
    border-bottom: 1px solid #c7c7c7;
    padding: 0;
    display: block;
  }
  .nav-menu li a {
    padding: 10px;
    color: #000;
  }
  .nav-menu li a:hover {
    border-radius: 0;
  }
  .expand_plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 42px;
    padding: 10px 10px 2px;
    cursor: pointer;
    z-index: 100;
  }
  .expand_plus i {
    display: block;
    position: relative;
    background: url(../images/plus.svg) no-repeat 0px 0px;
    width: 20px;
    height: 20px;
    top: 0px;
  }
  .expand_plus.active i {
    background: url(../images/minus.svg) no-repeat 0px 0px;
  }
  .nav-menu .sub-menu .expand_plus {
    height: 34px;
  }
  .nav-menu .sub-menu,
  .nav-menu .sub-menu ul {
    width: auto;
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .nav-menu .sub-menu li {
    background: #e4e4e4;
    border-bottom: 1px solid #cac8c8;
  }
  .nav-menu .sub-menu li a {
    padding: 10px;
  }
  .nav-menu .sub-menu li:hover > a,
  .nav-menu .sub-menu ul li a {
    border: none;
  }
  .nav-menu .sub-menu.active-children {
    display: block;
  }
  .nav-menu .sub-menu ul {
    padding: 0px;
  }
  .nav-menu .sub-menu ul {
    left: 0;
  }
  .nav-menu .sub-menu ul li,
  .nav-menu .sub-menu ul li:first-child {
    border: none;
  }
  .nav-menu .sub-menu ul:before {
    display: none;
  }
  .nav-menu li a {
    text-align: left;
  }
  .nav-menu .sub-menu li a:hover {
    border: none;
  }
  .nav-menu .sub-menu ul li,
  .nav-menu .sub-menu ul li:first-child {
    background: none;
  }
  .nav-menu .sub-menu li a {
    border: none;
    padding-left: 25px;
    color: #000;
  }
  .nav-menu .sub-menu ul {
    background: #d0d0d0;
  }
  .nav-menu .sub-menu {
    padding: 0;
  }
  .expand_plus active {
    top: 100px;
  }
  .expand_plus active i {
    top: 200px;
  }
  .nav-menu .sub-menu ul li a {
    padding-left: 40px;
  }
  .nav-menu .sub-menu li:first-child {
    border-top: none;
  }
  .cross_button {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .cross_button a {
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/close.svg) no-repeat center;
    background-size: 75%;
  }
  .menu_expand i {
    height: 3px;
    background: #fff;
    display: block;
    width: 35px;
    border-radius: 10px;
  }
  .page-id-7 .menu_expand i {
    background: white;
    margin-top: 6px;
  }
  .nav-menu .sub-menu:before,
  .nav-menu .sub-menu ul:before {
    display: none;
  }
  .fuin,
  .talk_inner,
  .service_list,
  .bb_inner {
    width: auto;
  }
  .fphone a {
    font-size: 20px;
  }
  .contact_section form {
    width: auto;
  }
  .post_text p {
    font-size: 25px;
  }
  .agency_right h2 {
    font-size: 30px;
  }
  .banner_text h2 {
    font-size: 40px;
  }
  .banner_btn a {
    padding: 10px 40px;
  }
  .keyword_section {
    background-image: none !important;
  }
  .magento_block {
    background-image: none !important;
  }
  .outgrow_block {
    background-image: none !important;
  }
  .nav-menu > li:hover > a:after {
    display: none;
  }
  .site_covert_slider .elementor-slick-slider .slick-prev:before {
    left: 0;
  }
  .site_covert_slider .elementor-slick-slider .slick-next:before {
    right: 0;
  }
  .site_covert_slider .elementor-slick-slider .slick-prev {
    left: 10px;
  }
  .site_covert_slider .elementor-slick-slider .slick-next {
    right: 10px;
  }
  .content_marketing_main {
    overflow: hidden;
  }
  .con_marketing_right_img {
    right: -9%;
  }
  .content_top_heading_man {
    padding: 0;
  }
  .web_key_fe_bg:after {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
  }
  .digital_eng_bl_box {
    margin-top: 30px;
  }
  .top_banner_b .bb_bottom_img,
  .bb_bottom_img,
  .fu_left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .top_banner_b .bb_bottom_text,
  .bb_bottom_text,
  .agency_left,
  .agency_right,
  .fu_right {
    float: none;
    width: auto;
  }
  .agency_right {
    padding-top: 40px;
  }
  .post_text {
    width: auto;
  }
  .agency_left img {
    float: none;
    max-width: 100%;
  }
  .web_agency {
    padding-top: 20px;
  }
  .service_one {
    width: 50%;
  }
  .link a {
    font-size: 20px;
  }
  .post_one {
    width: 50%;
    margin: 30px 0;
  }
  .fo_one {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .service_section,
  .featured_section,
  .testimonial_section,
  .post_section,
  .footer_upper {
    padding: 60px 0;
  }
  .service_section h2 {
    margin-bottom: 20px;
  }
  .featured_logo span {
    width: 50%;
    margin: 20px 0;
  }
  .homepage_header {
    position: static;
  }
  .logo img {
    max-width: 100%;
  }
  .logo {
    width: 40%;
    top: 10px;
  }
  img {
    position: relative;
  }
  .site-menu {
    width: 50%;
  }
  .menu_expand {
    margin-top: 5px;
  }
  .header_upper {
    border-bottom: 1px solid #d47416;
  }
  .header_up_inner ul {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .header_up_inner {
    float: none;
  }
  .header_up_inner ul li {
    float: none;
    display: inline-block;
  }
  .s_icon a {
    color: #fff;
  }
  .header_up_inner {
    text-align: center;
  }
  .s_icon {
    border-left: none;
    border-right: 1px solid #fff;
  }
  .banner_text {
    top: 15%;
  }
  .banner_text h2 {
    font-size: 20px;
  }
  .banner_text h3 {
    font-size: 15px;
  }
  .seprater {
    padding: 10px 0;
  }
  .banner_text p {
    font-size: 15px;
  }
  .header_upper {
    display: none;
  }
  .blue_logo {
    display: block;
  }
  .white_logo {
    display: none;
  }
  .fo_one input,
  .message_field textarea {
    padding: 10px;
    font-size: 18px;
  }
  .inner_page_header {
    background: #fff;
  }
  .menu_expand i {
    background: #0a23b9;
  }
  .con_marketing_right_img {
    position: relative;
    right: 0;
  }
  .content_top_heading_man {
    padding: 0;
  }
  .content_marketing_main {
    overflow: hidden;
  }
  .gain_se_left {
    float: none;
    width: auto;
  }
  .gain_se_left:first-child {
    margin-bottom: 40px;
  }
  .email_market_left_bl_mn:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 1px 0 10px #cecece40;
  }
  .email_market_left_bl_mn:after {
    display: none;
  }
  .email_market_left_bl_mn {
    padding-left: 15px;
    padding-right: 20px;
  }
  .email_market_right_bl_mn {
    padding-right: 15px;
    padding-left: 20px;
  }
  .email_market_right_bl_mn:before {
    right: 0;
    width: 100%;
    box-shadow: 0px 0 10px #cecece40;
  }
  .email_market_right_bl_mn:after {
    display: none;
  }
  .engaging_en_main {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .s_media_market_main:after {
    display: none;
  }
  .content_left_managment .elementor-column-wrap {
    padding-left: 10px !important;
  }
  .custom_web_skew_bl:after {
    right: 0;
    transform: skewX(0deg);
    bottom: 0;
  }
  .cont_mar_ben_left_img {
    z-index: 1;
  }
  .web_managed_service:before {
    display: none;
  }
  .web_managed_service:after,
  .web_key_fe_bg:after {
    display: none;
  }
  .comman_q_toggle_inner {
    width: 100%;
  }
  .web_managed_service {
    text-align: center;
  }
  .web_managed_service .elementor-heading-title {
    text-align: center;
  }
  .elementor-805
    .elementor-element.elementor-element-11e5307
    > .elementor-element-populated {
    padding: 0% 0% 0% 0%;
  }
  .custom_web_skew_bl:after {
    width: 100%;
  }
  .elementor-widget-wrap > .elementor-element.form_center {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .content_list ul li {
    background-position: left 5px;
  }
  .elementor-text-editor2.list_center ul {
    display: block;
    margin: auto;
    text-align: left;
    max-width: none;
    margin-left: 20px;
  }
  .single_post_left {
    float: none;
    width: auto;
  }
  .single_post_page #secondary {
    float: none;
    width: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 486px) {
  .page-id-7 .menu_expand i {
    margin-top: 6px;
    background: #0a23b9;
  }
}

@media screen and (max-width: 479px) {
  .content_list ul li {
    padding-left: 30px;
  }
  .elementor-text-editor p {
    font-size: 16px;
  }
  .elementor-text-editor li,
  .elementor-text-editor ul li {
    font-size: 16px;
  }
  .service_one {
    float: none;
    width: auto;
    padding: 0;
    margin: 30px 0;
  }
  .service_one:after {
    clear: both;
    float: none;
    display: block;
    content: "";
  }
  .featured_logo span {
    float: none;
    width: auto;
    text-align: center;
    display: block;
  }
  .post_one {
    float: none;
    width: auto;
    margin: 60px 0;
  }
  .ful_in_left,
  .ful_in_right {
    float: none;
    width: auto;
  }
  .header_up_inner ul li a {
    font-size: 15px;
  }
  .swiper-pagination-banner {
    bottom: 0;
  }
  .swiper-banner {
    padding-bottom: 30px !important;
  }
  .banner_btn a {
    font-size: 15px;
    padding: 7px 20px;
  }
  .service_section h2,
  .testimonial_section h2,
  .contact_heading h2 {
    font-size: 30px;
  }
  .talk_inner p {
    font-size: 20px;
  }
  .talk_inner h4 {
    font-size: 25px;
  }
  /* .elementor-page .page_inner_block {
        padding: 50px 0 0;
    } */
  .elementor-page .page_inner_block .wrapper .elementor-row {
    padding: 0 10px;
  }
  .elementor-page .page_inner_block .wrapper {
  }
  .page-id-96 .page_inner_block .wrapper {
    padding: 0 0px;
  }
  .what_ecommerce_main_se:after {
    display: none;
  }
  .what_ecommerce_main_inner:after {
  }
  .site_covert_slider .elementor-slick-slider .slick-prev {
    left: -21px;
  }
  .site_covert_slider .elementor-slick-slider .slick-next {
    right: -21px;
  }
  span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 0 1em;
  }
  textarea.so-field {
    font-size: 14px;
  }
  .so-field {
    font-size: 14px;
  }
  .so-field_half.squaredThree {
    padding-left: 0;
  }
}

.simple-banner .simple-banner-text {
  font-weight: 500 !important;
  padding: 20px !important;
}

.simple-banner .simple-banner-text a {
  text-decoration: underline;
}

/*====== sticky header css starts =====*/

.header_bottom {
  transition: all 0.2s ease-out;
  border-bottom: 1px solid rgba(33, 78, 163, 0.33);
}

.header_bottom--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  box-shadow: 17px 17px 34px rgba(227, 227, 227, 0.4),
    -17px -17px 34px rgba(227, 227, 227, 0.4);
}

.header_bottom--fixed .header_up_inner ul li a {
  color: #0a23b9;
  font-size: 14px;
  font-weight: 600;
}

.header_bottom--fixed .phone_no a {
  color: #0a23b9;
  font-size: 16px;
  font-weight: 600;
}

.header_bottom--fixed .s_icon a {
  color: #0a23b9;
  font-size: 14px;
  font-weight: 600;
}

.header_bottom--fixed .menu_expand i {
  background: #0a23b9;
  margin: 8px 0;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  /*.header_bottom--fixed {
        padding: 15px 0;
    }*/
  .header_bottom--fixed .nav-menu li a {
    color: #0a23b9;
  }
  .header_bottom--fixed .nav-menu .sub-menu li a {
    color: #000;
  }
  .header_bottom--fixed .white_logo {
    display: none;
  }
  .header_bottom--fixed .blue_logo {
    display: block;
    max-width: 61%;
    margin: 7px 0;
  }
  .header_bottom--fixed .menu-main-menu-container {
    float: right;
  }
}

@media (min-width: 993px) {
  .headerShrink header .logo img.blue_logo {
    max-width: 130px;
  }
  header .logo img.blue_logo {
    transition: all 0.3s linear;
  }
  .headerShrink header ul.nav-menu {
    padding-top: 8px;
  }
  header ul.nav-menu {
    transition: all 0.3s linear;
  }
}

/*====== sticky header css ends =====*/

/*===== blog page css ==*/

.twoColLayout {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.twoColLayout .archive-flex {
  max-width: 100%;
  margin: 0;
}

.twoColLayout .archive-flex .archive-post {
  width: calc(100% / 3 - 32px);
}

.twoColLayout #primary {
  width: 70%;
  margin: 15px 0;
}

.twoColLayout #secondary {
  width: 30%;
  padding: 10px 20px;
  margin: 20px 0;
  padding-left: 50px;
}

.twoColLayout #secondary .widget {
  background-color: #fff;
  border-radius: 10px;
}

.twoColLayout #secondary .widget:not(:last-child) {
  margin-bottom: 30px;
}

.twoColLayout #secondary .widget .widget-title {
  margin-bottom: 15px;
  font-size: 40px;
  padding-bottom: 5px;
  color: #112848;
  text-transform: uppercase;
}

.twoColLayout #secondary .widget li {
  margin: 10px 0;
  color: #656565;
}

.twoColLayout #secondary .widget li a {
  color: #656565;
  font-size: 19px;
  text-transform: capitalize;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}

.twoColLayout #secondary .widget li a:hover {
  color: #000;
  transform: scale(1.1);
}

/* 
.homeBanner {
    display: none;
} */

@media screen and (min-width: 767px) {
  /*.header_bottom--fixed {
        padding: 15px 0;
    }*/
  .header_bottom--fixed .nav-menu li a {
    color: #0a23b9;
  }
  .header_bottom--fixed .nav-menu .sub-menu li a {
    color: #000;
  }
  .header_bottom--fixed .white_logo {
    display: none;
  }
  .header_bottom--fixed .blue_logo {
    display: block;
    max-width: 61%;
    margin: 7px 0;
  }
  .header_bottom--fixed .menu-main-menu-container {
    float: right;
  }
}

@media (min-width: 993px) {
  .headerShrink header .logo img.blue_logo {
    max-width: 130px;
  }
  header .logo img.blue_logo {
    transition: all 0.3s linear;
  }
  .headerShrink header ul.nav-menu {
    padding-top: 8px;
  }
  header ul.nav-menu {
    transition: all 0.3s linear;
  }
}

@media (max-width: 1199.98px) {
  .twoColLayout .archive-flex .archive-post {
    width: calc(100% / 2 - 32px);
  }
}

@media (max-width: 991.98px) {
  .twoColLayout {
    display: block;
  }
  .twoColLayout #primary {
    width: 100%;
  }
  .twoColLayout #secondary {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .twoColLayout .archive-flex .archive-post {
    width: calc(100% / 1 - 32px);
  }
}

/*==== mega menu css added on 16 August, 2021 ====*/

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  padding: 0;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary {
    background: transparent;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    line-height: 55px;
    height: 55px;
    vertical-align: baseline;
    padding: 0 15px;
    width: auto;
    display: block;
    color: #0a23b9;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 17px;
    font-weight: normal;
    outline: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }
  #mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: left;
    padding: 0px 0px 0px 0px;
  }
  #mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    background: transparent !important;
    color: #ea7414 !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    background: transparent !important;
    color: #ea7414 !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
    background: transparent !important;
    color: #ea7414 !important;
  }
}

@media (max-width: 1200px) {
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 5px;
  }
}

@media (max-width: 1000px) {
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0;
  }
}

@media (max-width: 769px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    background: transparent;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #4267b2;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner {
    top: 2px;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #4267b2;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    top: 20px;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::after {
    bottom: -10px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fff;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #333;
    font-size: 14px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    color: #fff;
    background: #4267b2;
  }
  .homeBanner {
    padding-top: 0px !important;
  }
  .home .site-content {
    margin-top: 59px;
  }
}

/*==== mega menu css added on 16 August, 2021 ends====*/

/*==== 17-12-2021 CSS Start====*/

html {
  margin-top: 32px !important;
}

html,
body {
  overflow-x: hidden !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item.mega-menu-megamenu
  > ul.mega-sub-menu,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item.mega-menu-flyout
  ul.mega-sub-menu {
  -webkit-box-shadow: 0px 50px 80px -22px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 50px 80px -22px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 50px 80px -22px rgba(0, 0, 0, 0.32);
  top: 66px;
}

.mega-menu-custom > .mega-sub-menu {
  background: #fcfcfc !important;
}

.mega-menu-custom .mega-sub-menu .mega-block-title {
  color: #0a23b9 !important;
  /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.mega-menu-custom > .mega-sub-menu > .mega-menu-custom-row > .mega-sub-menu {
  margin: 0 -15px !important;
}

.mega-menu-custom
  > .mega-sub-menu
  > .mega-menu-custom-row
  > .mega-sub-menu
  .mega-menu-image-col {
  position: relative;
}

.mega-menu-custom
  > .mega-sub-menu
  > .mega-menu-custom-row
  > .mega-sub-menu
  .mega-menu-image-col
  li.mega-menu-item.widget_media_image {
  position: relative !important;
  padding: 0 !important;
  height: 100% !important;
}

.mega-menu-custom
  > .mega-sub-menu
  > .mega-menu-custom-row
  > .mega-sub-menu
  .mega-menu-image-col
  li.widget_custom_html {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  float: none !important;
  padding: 0 !important;
  width: auto !important;
}

.mega-menu-custom
  > .mega-sub-menu
  > .mega-menu-custom-row
  > .mega-sub-menu
  .mega-menu-image-col
  li.mega-menu-item.widget_media_image
  img {
  width: 100% !important;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}

.mega-menu-custom
  > .mega-sub-menu
  > .mega-menu-custom-row
  > .mega-sub-menu
  .mega-menu-image-col {
  display: inline-block !important;
}

.mega-menu-custom
  > .mega-sub-menu
  > .mega-menu-custom-row
  > .mega-sub-menu
  .mega-menu-image-col
  .mega-sub-menu {
  display: inline-block !important;
  width: calc(100% + 11vw) !important;
  height: 350px !important;
  margin-bottom: -8px !important;
}

.mega-menu-learn-btn a {
  color: #0a23b9 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  text-align: center !important;
  padding: 15px 50px !important;
  border-radius: 40px !important;
  background: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.mega-menu-learn-btn a span.dashicons {
  height: auto !important;
  width: auto !important;
  position: relative !important;
  top: 2px !important;
}

.mega-menu-custom-row
  > .mega-sub-menu
  > .mega-menu-custom-sub-menu
  > .mega-sub-menu {
  /* display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
  display: flex !important;
  flex-wrap: wrap !important;
  margin-right: -2px !important;
}

.mega-menu-custom-row
  > .mega-sub-menu
  > .mega-menu-custom-sub-menu
  > .mega-sub-menu
  > li.mega-menu-item {
  flex: 0 0 25% !important;
}

.mega-menu-custom-row
  > .mega-sub-menu
  > .mega-menu-custom-sub-menu
  > .mega-sub-menu
  > li.mega-menu-item
  ul
  li.menu-item
  a {
  transition: 0.5s !important;
  color: #666;
}

.mega-menu-custom-row
  > .mega-sub-menu
  > .mega-menu-custom-sub-menu
  > .mega-sub-menu
  > li.mega-menu-item
  ul
  li.menu-item
  a:hover {
  padding-left: 5px !important;
  color: #0a23b9 !important;
}

.mega-menu-custom-row > .mega-sub-menu {
  display: flex !important;
  align-items: center;
}

.client_logo-slider .slick-track {
  height: 110px;
}

.client_logo-slider .slick-slider {
  padding-bottom: 30px !important;
}

.main-footer {
  border-top: 10px solid #4268b3;
  padding: 75px 0 35px 0;
}

.footer-menu-wrap ul.menu li a {
  color: #6a727d;
}

.footer-menu-wrap ul.menu li.menu-title > a {
  font-weight: 600;
  color: #112848;
}

.footer-menu-wrap .widget-title {
  color: #112848;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 35px;
}

.footer-menu-wrap ul.menu li {
  margin-bottom: 10px;
}

.footer-menu-wrap ul.menu li:last-child {
  margin-bottom: 0;
}

.footer-menu-wrap ul.menu li.menu-item-has-children ul.sub-menu {
  transform: scaleY(0);
  height: 0;
  transition: 0.3s;
  transform-origin: top;
}

.footer-menu-wrap ul.menu li.menu-item-has-children.active ul.sub-menu {
  transform: scaleY(1);
  height: auto;
  margin-top: 10px;
}

.footer-menu-wrap ul.menu li.menu-item-has-children {
  cursor: pointer;
}

.footer-menu-wrap ul.menu li.menu-item-has-children > a {
  display: inline-block;
  width: auto;
  position: relative;
  padding-right: 20px;
  font-weight: 600;
}

.footer-menu-wrap ul.menu li.menu-item-has-children > a:after {
  content: "\f078";
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 14px;
  font-weight: 900;
  color: #6a727d;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  transition: 0.3s;
}

.footer-menu-wrap ul.menu li.menu-item-has-children.active > a:after {
  transform: rotate(180deg);
}

.footer-bottom {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid rgb(106 114 125 / 30%);
}

.footer-copyright .textwidget p {
  color: #112848;
  font-size: 16px;
}

@media (min-width: 1500px) {
  .main-footer .container {
    max-width: 1480px;
  }
}

@media (max-width: 1499px) {
  .footer-menu-wrap .widget-title {
    font-size: 14px;
  }
  .footer-menu-wrap ul.menu li a {
    font-size: 14px;
  }
  .footer-menu-wrap ul.menu li.menu-item-has-children > a:after {
    top: 4px;
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .footer-menu-wrap .widget-title {
    font-size: 11px;
  }
  .footer-menu-wrap ul.menu li a {
    font-size: 11px;
  }
  .footer-menu-wrap ul.menu li.menu-item-has-children > a:after {
    top: 2px;
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .mega-menu-custom-row
    > .mega-sub-menu
    > .mega-menu-custom-sub-menu
    > .mega-sub-menu
    > li.mega-menu-item {
    flex: 0 0 100% !important;
  }
  .mega-menu-custom
    > .mega-sub-menu
    > .mega-menu-custom-row
    > .mega-sub-menu
    .mega-menu-image-col
    .mega-sub-menu {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .mega-menu-learn-btn a {
    padding: 9px 15px !important;
  }
  .mega-menu-custom-row > .mega-sub-menu {
    display: block !important;
  }
  .mega-menu-custom-row
    > .mega-sub-menu
    > .mega-menu-custom-sub-menu
    > .mega-sub-menu {
    margin: 0 !important;
  }
  .mega-menu-custom > .mega-sub-menu > .mega-menu-custom-row > .mega-sub-menu {
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  .footer-menu-wrap .widget-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer-menu-wrap .footer-menu-side-bar-menu {
    margin-bottom: 30px;
  }
  .footer-menu-wrap ul.menu li a {
    font-size: 14px;
  }
  .footer-menu-wrap ul.menu li.menu-item-has-children > a:after {
    top: 4px;
    font-size: 12px;
  }
  .footer-copyright .textwidget p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-footer {
    padding: 55px 0 35px 0;
  }
  .footer-top-contact {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .footer-top-row {
    margin-bottom: 30px;
  }
  .home .site-content {
    margin-top: 69px;
  }
  html {
    margin-top: 0 !important;
  }
}

/*==== 17-12-2021 CSS End ====*/

/*==== Related Shopify Link Popup CSS Start ====*/

.related-shopify-link-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(89px, -50%) rotate(-90deg);
  z-index: 99999;
  display: none;
}

.sec-btn {
  background: #4167b2;
  color: #fff;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 7px 0 0;
  padding: 10px;
  width: 230px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
  font-size: 18px;
}

.sec-btn:hover {
  background: #ea7814;
}

.related-shopify-link-box {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background: #fafafa;
  overflow: hidden;
  border-radius: 7px;
  width: 285px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 16%);
  z-index: 99999;
  display: none;
}

.related-shopify-link-box-header {
  background: #4167b2;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 7px 7px 0 0;
  padding: 15px 50px 15px 25px;
  position: relative;
}

.related-shopify-link-box-header h3 {
  flex: 1;
  text-transform: uppercase;
  font-weight: 500;
}

.related-shopify-link-popup-close {
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.related-shopify-link-popup-close-btn {
  background: #365ba9;
  outline: none !important;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
}

.related-shopify-link-popup-close-btn:hover {
  background: #ea7814;
}

.related-shopify-link-box-content {
  padding: 0 25px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
}

.related-shopify-link-box-content::-webkit-scrollbar {
  width: 2px;
}

.related-shopify-link-box-content::-webkit-scrollbar-thumb {
  background: #365ba9;
}

.related-shopify-link-box-content::-webkit-scrollbar-track {
  background: #fff;
}

.related-shopify-link-box-content ul li {
  display: block;
}

.related-shopify-link-box-content ul li:last-child a {
  border-bottom: none;
}

.related-shopify-link-box-content ul li a {
  display: block;
  color: #4167b2;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #dadfef;
  transition: 0.5s;
}

.related-shopify-link-box-content ul li a:hover {
  color: #ea7814;
}

@media (max-width: 400px) {
  .related-shopify-link-box {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .sec-btn {
    width: 200px;
    height: 44px;
    font-size: 14px;
  }
  .related-shopify-link-btn {
    transform: translate(78px, -50%) rotate(-90deg);
  }
}

/*==== Related Shopify Link Popup CSS End ====*/

@media only screen and (max-width: 992px) {
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fff;
    padding: 0px 0px 0px 0px;
    display: none;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-primary {
    display: block;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 200ms ease-in-out, right 200ms ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: -300px;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-primary {
    left: 0;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
    position: fixed;
    width: 100%;
    height: 99999px;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
    background: black;
    cursor: pointer;
    z-index: 9999999998;
  }
}

/* Helper */
.wc-hidden-temp {
    display: none !important;
}

/*
#wpadminbar {
  z-index: 100000;
}
*/

.footer-locations {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid rgb(106 114 125 / 30%);
}

#menu-footer-locations {
  display: flex;
  gap: 16px;
  position: relative;
}

#menu-footer-locations li ul {
  display: none;
  position: absolute;
  gap: 16px;
  left: 0;
  margin-top: 8px;
}

#menu-footer-locations a {
  color: #6a727d;
}

#menu-footer-locations > li > a {
  color: #112848;
  font-weight: 600;
}

#menu-footer-locations > li.active > a {
  color: #ea7414;
}

#menu-footer-locations > li.active > ul {
  display: flex;
}

.footer-locations:has(li.active) {
  padding-bottom: 24px;
}