html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html,
body {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lh-lg {
  line-height: 2 !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
}

::-moz-selection {
  background: rgb(0, 0, 139);
  color: #fff !important;
}

::selection {
  background: rgb(0, 0, 139);
  color: #fff !important;
}

::-moz-selection {
  background: rgb(0, 0, 139);
  color: #fff !important;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }

  .nav,
  .navButton {
    display: none;
  }
}

.hamburger-menu {
  display: block;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;

  margin-bottom: 10px;
}

.section-heading h2 em {
  font-style: normal;
  font-weight: bold;
  color: rgb(0, 0, 139);
}

.section-heading img {
  width: 45px;
  height: 2px;
}

.section-heading p {
  margin-top: 10px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(0, 0, 139);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
  outline: none !important;
  border: none !important;
  cursor: pointer !important;
}

.gradient-button button {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(0, 0, 139);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
  outline: none !important;
  border: none !important;
  cursor: pointer !important;
}

.gradient-button .membar_portal_button {
  display: inline-block !important;
  padding: 6px 7px !important;
  text-transform: capitalize;
  font-size: 15px;
  background: linear-gradient(215deg, #646363, #797575, #161414);
  border: 1px solid #bbb;
  color: #1d1c1c;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.membar_portal_button a:hover {
  background: linear-gradient(215deg, #9b9a9a, #797575, #161414);
}

.hero_work_button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(2, 2, 71);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.hero_work_button a:hover {
  color: #fff !important;
  background: rgb(0, 0, 31);
}

.gradient-button .work_With_us:hover {
  color: #fff !important;
  background: rgb(2, 2, 71);
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  border-bottom: none !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}

.logo img {
  width: 200px;
}

.header-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
  line-height: 94px;
  float: left;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 94px;
}

.header-area .main-nav .nav {
  float: left;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .navButton {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: rgb(0, 0, 139) !important;
}

.header-area.header-sticky {
  min-height: 90px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: rgb(0, 0, 139);
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: rgb(0, 0, 139);
  border-radius: 50%;
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: rgb(0, 0, 139);
  border-radius: 50%;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  padding: 160px 0px 120px;
  position: relative;
  overflow: hidden;
}

.main_banner_static {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: "";
  background-image: url(../images/banner-hero.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 900px;
  height: 525px;
  z-index: -1;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  line-height: 70px;
  font-size: 40px;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin: 30px 0px;
  color: #000000;
  font-weight: 500;
}

.main-banner .left-content .typed-text-output {
  color: #000000 !important;
  font-weight: bold;
  font-size: 1.7rem !important;
}

.main-banner .right-image {
  text-align: end;
  position: relative;
  z-index: 20;
}

.main-banner .left-content .white-button a {
  background-color: rgb(0, 0, 139);
  color: #fff !important;
}

.hero_type_writter {
  color: rgb(0, 0, 139) !important;
  height: 5.8rem;
  font-size: 1.7rem;
}

.built_hero {
  color: rgb(0, 0, 139);
  border-bottom: 3px solid #fff;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services_section {
  position: relative;
}

.services_section .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services_section .service-item {
  position: relative;
  z-index: 1;

  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all 0.3s;
}

.services_section .service-item .icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  margin: auto;
  transform: translateY(-18px);
}

.services_section .service-item h4 {
  transition: all 0.3s;
  font-size: 17px;
  font-weight: 600;
}

.first-service .icon {
  background-image: url(../images/service-icon-01.png);
}

.second-service .icon {
  background-image: url(../images/service-icon-02.png);
}

.third-service .icon {
  background-image: url(../images/service-icon-03.png);
}

.fourth-service .icon {
  background-image: url(../images/service-icon-04.png);
}

/*
---------------------------------------------
About Us
---------------------------------------------
*/

.about-us {
  padding-top: 130px;
  position: relative;
}

.about-us .section-heading {
  margin-bottom: 10px;
}

.about-us .section-heading em {
  color: rgb(0, 0, 139);
  font-style: normal;
  font-weight: bold;
}

.about-us .box-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
  padding: 24px 25px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 14px;
  justify-content: center;
  align-items: center;
}

.about-us .box-item p {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  margin: 22px 0px;
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.box-item:hover .feature_icon {
  background-color: rgb(0, 0, 139);
  color: #fff;
}

/* ---------------------------------------------
WORK  Style
--------------------------------------------- 
*/

.work_section {
  padding-top: 130px;
  position: relative;
}

.work_section:after {
  content: "";
  background-image: url(../images/services-left-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;
}

.work_section:before {
  content: "";
  background-image: url(../images/services-right-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 1136px;
  height: 244px;
  z-index: 0;
}

.work_section .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.work_section .section-heading .line-dec {
  margin: 0 auto;
}

.work_section .service-item {
  position: relative;
  z-index: 1;
  padding: 14px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all 0.3s;
  min-height: 355px;
}

.work_section .service-item img {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  margin: 17px 0px;
}

.work_section .service-item h4 {
  transition: all 0.3s;
  font-size: 17px;
  font-weight: 700;
  margin: 8px 0px;
}

.work_section .service-item h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0px;
}

.work_section .service-item p {
  transition: all 0.3s;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.work_section .first-service .icon {
  background-image: url(../images/service-icon-01.png);
}

.work_section .second-service .icon {
  background-image: url(../images/service-icon-02.png);
}

.work_section .third-service .icon {
  background-image: url(../images/service-icon-03.pfaqg);
}

.work_section .fourth-service .icon {
  background-image: url(../images/service-icon-04.png);
}

/* ---------------------------------------------
MARKETING SECTION 
---------------------------------------------
 */
.marketing_section {
  padding-top: 80px;
  position: relative;
}

.marketing_section .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.marketing_section .section_inner_heading h4 {
  transition: all 0.3s;
  font-size: 22px;
  font-weight: 700;
}

.section_inner_heading img {
  width: 45px;
  height: 2px;
}

.section_inner_heading p {
  transition: all 0.3s;
  font-size: 17px;
  color: #000;
  line-height: 35px !important;
  font-weight: 400;
}

/*** TOOLKIT SECTION ***/
.toolkit_section {
  padding-top: 60px;
  position: relative;
}

.toolkit_section .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.toolkit_section .card img {
  width: 60px;
  height: 60px;
}

.toolkit_section .card h5 {
  font-size: 1.2rem;
}

/* COMMITMENT SECTION  */
.committment_section {
  padding-top: 130px;
  position: relative;
}

.committment_section .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.committment_section .section-heading .line-dec {
  margin: 0 auto;
}

.committment_section .service-item {
  position: relative;
  z-index: 1;
  padding: 0px 12px;
  background-color: #fff;
  border-radius: 10px;
  border-top-left-radius: 50px;
  transition: all 0.2s ease-in-out;
  min-height: 355px;
}

.committment_section .service-item img {
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  transform: translate(65px, -18px);
}

.committment_section .service-item h4 {
  transition: all 0.3s;
  font-size: 17px;
  font-weight: 700;
  margin: 8px 0px;
}

.committment_section .service-item p {
  transition: all 0.3s;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.committment_section .service-item:hover {
  scale: 1.02;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* FAQ  */
.faq {
  padding-top: 80px;
  position: relative;
}

.faq .section-heading {
  text-align: center;
}

/* ADVERTISING */
.advertising {
  position: relative;
}

.advertising .section-heading h2 {
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 38px;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer_section {
  padding-top: 80px;
  position: relative;
  background-color: rgb(4, 4, 54);
}

.footer_section ul li a {
  border-bottom: 2px solid transparent;
  font-size: 17px;
}

.footer_section ul li a:hover {
  transition: all 0.3s ease-in-out;
  color: rgb(11, 11, 221) !important;
  border-color: #fff;
}

.footer_bottom_mn {
  text-align: center;
  padding: 14px 0;
  background: rgb(0, 0, 139);
}

.footer_right {
  float: none;
  width: auto;
  display: inline-block;
}

.footer_listing {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #fff;
}

.footer_listing p {
  color: #fff;
  font-weight: 400;
}

.cms_inner {
  margin: 60px 0 0 0;
}

.cms_inner p {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 18px;
}

.cms_inner h2 {
  float: left;
  width: 100%;
  font-size: 25px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.cms_inner h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.cms_inner a {
  color: rgb(0, 0, 139);
}

.cms_inner ul {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}

.cms_inner ul li {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.inner_outer {
  text-align: center;
  background: rgb(0, 0, 139);
  padding: 50px 0;
}

.inner_outer h2 {
  display: inline-block;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

/*
---------------about_us_new-------------
  */
.about_us_new h2 {
  font-size: 1.2rem;
  font-weight: 400 !important;
}

.about_us_new h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.about_us_new p {
  margin: 10px 0px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.aboutus_list_parent li span {
  position: relative;
  font-size: 15px;
}

.aboutus_list_parent li span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-left: 3px solid #3707bb;
  overflow: hidden;
  margin-right: 12px;
}

/*
--------------------------
PROCESS NEW HERO SECTION 
/* -------------------------------------   */
.process_hero_new {
  background-position: center;
  padding-top: 50px;
}

.process_hero_new .card {
  padding: 22px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
  min-height: 406px;
}

.process_hero_new .card p {
  margin: 25px 0px;
  font-weight: 400;
  font-size: 17px;
}

.process_hero_new .process_card_image {
  text-align: center;
}

.process_hero_new img {
  width: 150px;
  text-align: center;
  margin: 30px 0px;
}

/*     Invitation     */
/**********************/
.basic-3 {
  padding: 2rem 0rem 5rem 0rem;
  background-size: cover;
  text-align: center;
}

.basic-3 .text-container {
  padding: 4rem 1.5rem 2.5rem 1.5rem;
  border-radius: 28px;
  background: url("../images/invitation.png") center center no-repeat;
  background-size: cover;
}

.basic-3 h2 {
  margin-bottom: 1rem;
  color: #ffffff;
}

.basic-3 .p-large {
  margin-bottom: 2.75rem;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

/* WORK HERO FORM  */

.work_Hero_Image img {
  width: 70%;
}

.work_hero_text p {
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
}

.work_headline_text {
  background-color: rgb(3, 3, 94);
  color: #fff;
  padding: 18px;
  border-radius: 10px;
  margin: 20px 0px;
}

.work_headline_text p {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}

#description {
  font-size: 24px;
}

.form-wrap {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  max-width: 850px;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-wrap:before {
  content: "";
  width: 90%;
  height: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  background: rgb(0, 0, 139);
  z-index: -1;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-group {
  margin-bottom: 25px;
}

.form-group>label {
  display: block;
  font-size: 16px;
  color: #000;
}

.custom-control-label {
  color: #000;
  font-size: 16px;
}

.form-control {
  height: 50px;
  background: #ecf0f4;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #00bcd9;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.dropdown {
  position: relative;
  font-size: 14px;
  color: #333;

  .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    overflow-y: scroll;
  }

  .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
  }

  .dropdown-label {
    display: block;

    line-height: 3;
    cursor: pointer;
    height: 50px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;

    &:before {
      content: "▼";
      float: right;
    }
  }

  &.on {
    .dropdown-list {
      transform: scale(1, 1);
      transition-delay: 0s;

      .dropdown-option {
        opacity: 1;
        transition-delay: 0.2s;
      }
    }

    .dropdown-label:before {
      content: "▲";
    }
  }

  [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
  }
}

/* ---------------------------------- */
/* CASE STUDIES SECTION START 
-----------------------------------  */
hr.vertical.dark {
  background-image: linear-gradient(90deg,
      transparent,
      rgba(0, 0, 0, 0.4),
      transparent);
}

hr.vertical {
  position: absolute;
  background-color: transparent;
  height: 100%;
  right: 0;
  top: 0;
  width: 1px;
}

#count-stats p {
  font-size: 1.4em;
  font-weight: 400;
  margin: 12px 0px;
}

.case_hero_parent {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
}

.project_deatail_number {
  color: rgb(0, 0, 139);
}

.project_detail_list {
  margin: 0px 0px 0px 12px;
}

.hamburger-menu {
  display: none;
}

.about_mobile_view {
  display: none;
}

.work_headline_mobile {
  display: none;
}

/* ---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 992px) {
  .header-area {
    background-color: #fff;
  }

  .main-banner {
    padding: 131px 0px 79px;
  }

  .about-us {
    padding: 30px 0px;
  }

  .work_headline_text p {
    font-size: 1rem;
  }

  .work_section .service-item img {
    margin: 15px auto;
  }

  .hero_type_writter {
    height: 6.8rem;
  }

  .main-banner:after {
    display: none;
  }

  .main-banner .left-content h2 {
    color: #2a2a2a;
    margin-right: 0;
  }

  .main-banner .left-content p {
    color: #000000;
    margin-right: 0;
  }

  .built_hero {
    color: rgb(0, 0, 139);
  }

  .marketing_section .section-heading {
    margin-bottom: 15px;
  }

  .committment_section .service-item img {
    transform: translate(0px, 0px);
  }

  .advertising_heading {
    font-size: 1.3rem !important;
  }

  .footer_listing p {
    font-size: 13px;
  }

  .main-banner .left-content .typed-text-output {
    color: #000000 !important;
  }

  .main-banner .left-content p {
    margin: 22px 0px !important;
  }

  .main-banner .left-content .white-button a {
    background-color: rgb(0, 0, 139);
    color: #fff !important;
  }

  .main-banner .left-content {
    margin-right: 0px;
  }

  .main-banner {
    text-align: center;
  }

  .main-banner:before {
    display: none;
  }

  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;
  }

  .about-us .box-item {
    text-align: center;
  }

  .about-us .right-image {
    margin-top: 30px;
  }

  .service-item .icon {
    margin: 0 auto 30px auto;
  }

  .about-us .section-heading {
    text-align: center;
  }

  .committment_section {
    padding: 0px;
  }

  .work_headline_Desktop {
    display: none;
  }

  .work_headline_mobile {
    display: block;
  }

  .work_headline_mobile .work_headline_text {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .hamburger-menu {
    display: block;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
  }

  #menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked~.menu__box {
    left: 0 !important;
  }

  .menu__btn {
    position: absolute;
    top: 47px;
    right: 66px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 9999;
  }

  .menu__btn>span,
  .menu__btn>span::before,
  .menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: 0.25s;
  }

  .menu__btn>span::before {
    content: "";
    top: -8px;
  }

  .menu__btn>span::after {
    content: "";
    top: 8px;
  }

  .menu__box {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 300px;
    background-color: #fff;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
    transition-duration: 0.25s;
    z-index: -1;
  }

  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }

  .menu__item:hover {
    color: rgb(0, 0, 139);
  }

  .affiliate-section::before {
    z-index: -1;
  }

  .affiliate-section::after {
    z-index: -1;
  }

  .toolkit_section .section-heading {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .service-item {
    text-align: center;
    margin: 30px 0px;
  }

  .work_section .section-heading,
  .committment_section .section-heading {
    margin-bottom: 0px;
  }

  .services .icon img {
    margin: 0px;
  }

  .service-item {
    text-align: center;
    margin-bottom: 30px;
  }

  .services_section .section-heading {
    margin-bottom: 24px;
  }

  .features_hide_section,
  .marketing_section {
    display: none;
  }

  .committment_section .service-item {
    min-height: 0px;
  }

  .about_hero_desktop {
    display: none;
  }

  .about_mobile_view {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-item {
    text-align: center;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .hero_pera {
    font-size: 11px;
  }
}