/*=============================================
Fonts style
=============================================*/
@font-face {
  font-family: 'OpenSans';
  src: url('../eot/opensans.eot');
  src: url('../eot/opensansd41d.eot?#iefix') format('embedded-opentype'), url('../woff/opensans.woff') format('woff'), url('../ttf/opensans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../eot/opensans-bold.eot');
  src: url('../eot/opensans-boldd41d.eot?#iefix') format('embedded-opentype'), url('../woff/opensans-bold.woff') format('woff'), url('../ttf/opensans-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../eot/opensans-semibold.eot');
  src: url('../eot/opensans-semiboldd41d.eot?#iefix') format('embedded-opentype'), url('../woff/opensans-semibold.woff') format('woff'), url('../ttf/opensans-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('../eot/opensans-light.eot');
  src: url('../eot/opensans-lightd41d.eot?#iefix') format('embedded-opentype'), url('../woff/opensans-light.woff') format('woff'), url('../ttf/opensans-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FaunaOne';
  src: url('../eot/faunaone.eot');
  src: url('../eot/faunaoned41d.eot?#iefix') format('embedded-opentype'), url('../woff/faunaone.woff') format('woff'), url('../ttf/faunaone.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  src: url('../eot/opensans.eot');
  src: url('../eot/opensansd41d.eot?#iefix') format('embedded-opentype'), url('../woff/opensans.woff') format('woff'), url('../ttf/opensans.ttf') format('truetype');
  font-display: swap;
}

/*=============================================
Global Declaration
===============================================*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 1rem;
  font-family: "OpenSans", "Helvetica", "Arial", sans-serif;
  color: #000;
  /* background-color: #E2E2E2; */
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  color: #005eb8;
}

a:hover {
  color: #001127;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OpenSans-Bold', sans-serif !important;
}

.text-muted {
  color: #9a9a9a !important;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-85 {
  width: 85% !important;
}

.body-gray {
  background-color: #E5E5E5;
}

.p-12 {
  font-size: 12px;
}

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

.p-14 {
  font-size: 14px;
}

.pl-16 {
  padding-left: 16px;
}

.p-15 {
  font-size: 15px;
}

.p-16 {
  font-size: 16px;
}

.p-36 {
  font-size: 36px;
}

.p-700 {
  font-weight: 700;
}

.p-800 {
  font-weight: 800;
}

.text-upper {
  text-transform: uppercase;
}

/*==============================
Margin / padding / listign class Css
================================*/
.mrtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-0 {
  margin: 0px;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-8 {
  margin-top: 8rem;
}

.mt--50 {
  margin-top: -50px;
}

.min-height-342 {
  min-height: 342px;
}

ul.circle-list {
  padding-left: 20px;
}

ul.circle-list li {
  list-style-type: disc;
  font-size: 16px;
  margin-top: 5px;
}

.graybg {
  background-color: #e5e5e5;
}

.white-bg {
  background-color: #FFF;
}

.inline-block {
  display: inline-block;
}

.background-attach {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.min-height-965 {
  min-height: 965px;
}

.min-height370 {
  min-height: 370px;
}

.bg-gray {
  background-color: #FBFBFB;
}

.bg-gray2 {
  background-color: #F8FCFF;
}

.section-gradient {
  background: linear-gradient(0deg, #F8FCFF 0%, rgba(250, 253, 255, 0) 100%);
}

.mob-display {
  display: none;
}

img {
  max-width: 100%;
}

.container-custom {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
}

.container {
  max-width: 1170px;
}
.desktop-hide{
  display: none;
}

/*===============================
Header Menu Navigatin
=================================*/
#header {
  transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  position: absolute;
  width: 100%;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #0067ac;
  text-decoration: none;
}

#header .logo {
  padding-top: 5px;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
}

/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  /*padding:0;*/
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  /*white-space:nowrap;*/
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #121212;
  padding: 22px 25px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: normal;
  font-family: 'OpenSans-Semibold';
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-menu a svg {
  max-width: 25px;
  fill: #005eb8;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  text-decoration: none;
}

.nav-menu a.active {
  color: #005eb8;
}

.nav-menu a.getquote-btn,
a.getquote-btn {
  background-color: #005eb8;
  color: #FFF;
  border-radius: .25rem;
  padding: 12px 20px;
  margin-top: 9px;
  transition: 0.3s;
}

a.getquote-btn:hover {
  background-color: #005eb8;
  color: #FFF;
  transition: 0.3s;
}


.nav-menu a.connectnow-btn,
a.connectnow-btn {
  background-color: #005eb8 !important;
  color: #FFF !important;
  border-radius: .25rem !important;
  padding: 12px 20px !important;
  margin-top: 9px !important;
  transition: 0.3s !important;
}

a.connectnow-btn:hover {
  background-color: #005eb8 !important;
  color: #FFF !important;
  transition: 0.3s !important;
}


.nav-menu .drop-down ul,
.nav-menu .drop-down .megamenu {
  display: block;
  position: absolute;
  left: 15px;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  max-height: 500px;
  overflow-y: auto;
}

/*.nav-menu .drop-down .megamenu{position: fixed;top: 66px!important;}*/
.nav-menu .drop-down:hover>ul,
.nav-menu .drop-down:hover>.megamenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #428bca;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: "IcoFont";
  padding-left: 5px;
  font-weight: 900;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\ea99";
  font-family: "IcoFont";
  position: absolute;
  right: 15px;
  font-weight: 900;
}

.megamenu .portfolio-img {
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu .portfolio-img.portfolio-img-rght {
  padding-right: 30px;
}

.megamenu .portfolio-img.portfolio-img-left {
  padding-left: 30px;
}

.megamenu ul.megasubmenu {
  position: relative;
  opacity: 1;
  box-shadow: none;
  left: 0 !important;
}

.main-menu li.drop-down:hover .megamenu ul.megasubmenu {
  visibility: visible;
}

.megamenu ul.megasubmenu li a {
  padding: 10px 10px;
  /* color: #5b5c66; */
  color: #121212;
  font-family: "OpenSans", "Helvetica", "Arial", sans-serif;
}

.megamenu ul.megasubmenu li a:hover {
  background-color: #f4f4f4;
  color: #121212;
}

.menubtn {
  margin-left: 38px;
}

.nav-menu .drop-down .colm2:after {
  position: relative;
  display: block;
  content: '';
  clear: both;
}

.nav-menu .drop-down .colm2 li {
  float: left;
  width: 50%;
  min-width: inherit;
}

.nav-menu .drop-down .megamenu.solution-menu .drop-down {
  background-color: #fff;
  margin-bottom: 10px;
}

@media (max-width:1100px) {
  .nav-menu a {
    padding: 22px 18px;
  }
}

@media (min-width:993px) {
  .megamenu .drop-down a::after {
    display: none;
  }

  .megamenu .drop-down>a::before {
    background-color: #005eb8;
    height: 1px;
    content: '';
    display: block;
    width: 80px;
    margin-top: 14px;
    position: absolute;
    z-index: 999;
    bottom: -5px;
  }
}

/**/
#header .container {
  position: relative;
}

#header .container-fluid {
  padding: 0 30px;
  position: relative;
}

.megamenu {
  max-width: 1180px;
  margin: 0px auto;
  left: 0%;
  right: 0%;
}

.portfolio-img a {
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(27, 27, 27, .3);
  border-radius: 6px;
  /* overflow: hidden; */
  margin-top: 30px;
}

.portfolio-img a img {
  border-radius: 6px;
}

.portfolio-img a h5 {
  position: absolute;
  background-color: #fcc83a;
  padding: 8px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 14px;
  color: #121212;
  top: -40px;
}

.portfolio-img a:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #fcc83a;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
}

.partmenu {
  padding: 15px 15px 15px 0;
  position: relative;
}

.partmenu:hover {
  background-color: #f9f9f9;
}

.partmenu:after {
  background-color: #005eb8;
  height: 1px;
  content: '';
  display: block;
  width: 80px;
  margin-top: 14px;
}

.partmenu p {
  font-size: 14px;
  white-space: normal;
  /* color: #5b5c66;  */
  color: #3d3d46;
  font-family: "OpenSans", "Helvetica", "Arial", sans-serif;
}

.megamenu .drop-down a i {
  font-size: 20px;
  margin-right: 3px;
  color: #005eb8;
}


@media (max-width:1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -75%;
    /*width:240px;*/
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\f104";
  }

  .nav-menu a {
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 0;
  background: #ffffff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #353744;
  padding: 10px 20px;
  font-weight: 500;
  font-family: 'opensans', sans-serif !important;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #010101;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: "IcoFont";
  font-weight: 900;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\ea99";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0px;
  top: 20px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-active .mobile-nav-toggle {
  z-index: 9998;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@media (max-width:992px) {
  #header {
    padding: 5px 0;
  }

  #header .logo img {
    max-height: 50px;
  }

  .mobile-nav .drop-down li a {
    font-size: 14px;
  }

  .megamenu .portfolio-img {
    display: none;
  }

  .megamenu .partmenu {
    padding: 0px 20px;
  }

  .megamenu .partmenu::after {
    display: none;
  }

  .mobile-nav a {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
  }

  .megamenu .partmenu a,
  .megamenu .drop-down a {
    font-size: 15px;
    font-family: 'OpenSans', sans-serif !important;
    padding: 5px 10px !important;
  }

  .megamenu .partmenu a:hover {
    color: #010101;
  }

  .megamenu .partmenu a p,
  .hideimgon-tab,
  .megamenu .drop-down .iconmoon,
  .megamenu .drop-down>a::before,
  .megamenu .drop-down a svg {
    display: none;
  }

  .megamenu {
    display: none;
  }

  .solution-menu .row .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .solution-menu .drop-down a {
    /*font-size: 14px;padding: 5px 20px!important;*/
  }

  .solution-menu .drop-down a:hover {
    background-color: #f9f9f9;
    color: #005eb8;
  }

  .solution-menu .drop-down a:after {
    /*display:none;*/
  }

  .services-megamenu .drop-down {
    padding: 5px 20px !important;
  }

  .megamenu.services-megamenu ul.megasubmenu {
    /*background-color: #fff3;*/
  }

  .megamenu.services-megamenu ul.megasubmenu li {
    padding-left: 0;
  }

  .megamenu.services-megamenu ul.megasubmenu li a {
    font-size: 14px;
  }

  .nav-menu a.getquote-btn,
  .nav-menu a.getquote-btn:hover,
  a.getquote-btn {
    margin-top: 3px;
  }

  .menubtn {
    margin-right: 30px;
    margin-left: 0;
  }

  .getquote-btn:hover {
    color: #fff !important;
  }

  .mobile-nav li a.getquote-btn {
    background: none;
    padding: 10px 0px;
    color: #353744;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .mobile-nav li a.getquote-btn:hover {
    color: #353744 !important;
  }

  .mobile-nav li a.connectnow-btn {
    background-color: #005eb8 !important;
    color: #FFF !important;
    width: 98% !important;
    margin-bottom: 15px !important;
  }

  .mobile-nav li a.connectnow-btn:hover {
    color: #FFF !important;
  }


  .contactdetails a {
    font-size: 13px !important;
    padding: 5px 0 !important;
  }
}

@media (max-width:767px) {

  .nav-menu a.getquote-btn,
  .nav-menu a.getquote-btn:hover,
  a.getquote-btn {
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 0;
  }

  .menubtn {
    margin-right: 38px;
  }

  #header .logo img {
    max-height: 40px;
  }

  #header .container-fluid {
    padding: 0 15px;
  }

  #header .logo {
    padding-top: 0;
  }

  .mobile-nav-toggle {
    top: 12px;
  }

  .contact-menu-heading {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #0058ac;
  }

  .mobile-nav img {
    max-height: 40px;
  }
}


/*Menu Animated icon*/
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 14px;
  cursor: pointer;
}

.hamburger div {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: #3E4651;
  border-radius: 2px;
}

.hamburger .meat {
  width: 75%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hamburger:hover div,
.hamburger.active div {
  width: 100%;
}

.hamburger:hover .top-bun,
.hamburger.active .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger:hover .meat,
.hamburger.active .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger:hover .bottom-bun,
.hamburger.active .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.cloasebtn {
  position: absolute;
  right: 10px;
  top: 0;
}

.cloasebtn .mobile-nav-toggle {
  position: relative;
  top: 0;
  left: 0;
  font-size: 28px;
}

.mobile-nav-overly {
  background: rgba(31, 53, 72, 0.3);
}

@media (max-width:767px) {
  .mobile-nav-toggle {
    top: 15px;
    right: 0px;
  }
}

/*===========================
Button CSS
============================*/
button,
button:hover,
button:focus,
button:visited {
  outline: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:visited {
  outline: none;
}

.btn-primary {
  color: #fff;
  border-color: #0F74B6;
  background: #0F74B6;
  border-radius: 5px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #044bb6;
  border-color: #044bb6;
}

.getquote-btn {
  background-color: #005eb8;
  color: #fff;
  border: 2px solid #005eb8;
  border-radius: 0.25rem;
  padding: 12px 20px;
  margin-top: 9px;
  transition: .3s;
}

.getquote-btn:hover {
  color: #fff;
}

.arrow-btn {
  color: #FFF;
  border-color: #0F74B6;
  background: #0F74B6;
}

.arrow-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.arrow-btn:hover {
  color: #FFF;
  border-color: #0F74B6;
  background: #0F74B6;
}

.arrow-btn:hover::after {
  transform: translateX(4px);
}

.arrow-link-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.arrow-link-btn:hover {
  color: #FFF;
  color: #0F74B6;
}

.arrow-link-btn:hover::after {
  transform: translateX(4px);
}

.orange-btn {
  background: #fcc83a;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}

.orange-btn:hover {
  background: #f5bc21;
  color: #000;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.orange-arrow-btn {
  color: #000;
  border-color: #f5bc21;
  background: #f5bc21;
}

.orange-arrow-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.orange-arrow-btn:hover {
  color: #000;
  border-color: #f5bc21;
  background: #f5bc21;
}

.orange-arrow-btn:hover::after {
  transform: translateX(4px);
}

/*=============================
Heading Styles
===============================*/

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

.p-14 {
  font-size: 14px;
}

.p-16 {
  font-size: 16px;
}

.p-18 {
  font-size: 18px;
}

.p-20 {
  font-size: 20px;
}

.p-24 {
  font-size: 24px;
}

.p-28 {
  font-size: 28px;
}

.p-36 {
  font-size: 36px;
}


.p-500 {
  font-weight: 500;
  font-family: 'OpenSans-Semibold';
}

.p-600 {
  font-weight: 600;
  font-family: 'OpenSans-Semibold';
}

.text-elpsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.achivement-counter {
  font-size: 36px;
  font-weight: 700;
}

.achivement-icon {
  font-size: 5rem;
  color: #044bb6;
}

.TitleHeading {
  font-size: 36px;
  font-family: 'OpenSans-Bold';
}

/*=================================
Hero section
==================================*/
#FusionheroSection {
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}

#FusionheroSection .heroTitle {
  font-size: 46px;
  font-family: 'OpenSans-Bold';
}

/*==============================
Owl Carousel slider
===============================*/
.client-slider {
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.client-logo {
  background: #FFFFFF;
  /* box-shadow: rgba(217, 213, 213, 0.2) 0px 7px 19px 0px; */
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 0px 3px 0px #e6e6e6;
  justify-content: center;
  padding: 15px;
  align-items: center;
  min-height: 110px;
  cursor: pointer;
  margin-bottom: 10px;
}

.clientLogo-carousel .owl-dots {
  margin-top: 0px !important;
}

.clientLogo-carousel .owl-dots .owl-dot,
.digitalServices-carousel .owl-dots .owl-dot,
.clientTestimonial-carousel .owl-dots .owl-dot {
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  margin: 3px;
  margin-top: 0px;
}

.clientLogo-carousel .owl-dots .owl-dot span,
.digitalServices-carousel .owl-dots .owl-dot span,
.clientTestimonial-carousel .owl-dots .owl-dot span {
  display: block;
  height: 5px;
  width: 20px;
  background-color: #D9D9D9;
  margin: 1px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.clientLogo-carousel .owl-dots .owl-dot.active,
.digitalServices-carousel .owl-dots .owl-dot.active,
.clientTestimonial-carousel .owl-dots .owl-dot.active {
  border-color: #0F74B6;
}

.clientLogo-carousel .owl-dots .owl-dot.active span,
.digitalServices-carousel .owl-dots .owl-dot.active span,
.clientTestimonial-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #0F74B6;
}

.clientTestimonial-carousel .item {
  padding-top: 70px;
  padding-bottom: 30px;
}

.clientTestimonial-carousel .item::before {
  content: '';
  background: url("../svg/quotes.svg");
  width: 56px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 45%;
}

.clientLogo-carousel .client-logo img {
  width: auto;
  max-height: 100px;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
}

.clientTestimonial-carousel p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.client-avtar {
  width: 82px;
  height: 82px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #0F74B6;
  margin-bottom: 15px;
}

.client-avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/*====================================
Who Wea Are / What We Do / Why Choose us
=======================================*/
.whoweareSection {
  background-image: url(../webp/who-we-are-superman-kids-background.webp);
  background-position: center center;
  background-size: cover;
  min-height: 630px;
  position: relative;
}

.whatwedoSection {
  background-image: url(../webp/what-we-do-woodcar-background.webp);
  background-position: center center;
  background-size: cover;
  min-height: 630px;
  position: relative;
}

.whoweareSection .Whoweare-content {
  padding: 60px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 15%;
  width: 52%;
  right: 0;
}

.whatwedoSection .Whoweare-content {
  padding: 100px 60px 60px 190px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  left: 0;
}

.get-know-btn,
.get-know-btn:hover {
  font-size: 16px;
  color: #000;
}

.get-know-btn:hover img {
  transition: all .5s;
  transform: translateX(10px);
}

.whychooseus {
  position: relative;
  display: block;
}

.whychooseus img {
  position: relative;
  top: -30px;
}

.whychooseus .experience-div {
  background-color: #005EB8;
  padding: 25px 50px;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  border-radius: 20px;
}

.big-count-num {
  font-size: 42px;
  font-weight: 600;
  font-family: 'OpenSans-Bold';
}

.whychooseus .countries-div {
  background-color: #FFF;
  padding: 25px 50px;
  width: fit-content;
  position: absolute;
  right: -50px;
  bottom: 50px;
  color: #000;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.20);
}

.whychooseus .projects-div {
  background-color: #FFF;
  padding: 25px 50px;
  width: fit-content;
  position: absolute;
  left: 50px;
  bottom: 150px;
  color: #000;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.20);
}

.whychooseus .awardswinners-div {
  background: linear-gradient(180deg, #8B8A8A 0%, #646464 100%);
  padding: 25px 50px;
  width: fit-content;
  position: absolute;
  right: 15px;
  bottom: 200px;
  color: #FFF;
  border-radius: 20px;
}

.team-image-right {
  text-align: right;
}

/*====================================
UL LI Listing
=======================================*/
ul.presence-listing li {
  display: inline-block;
  width: 19%;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}

ul.presence-listing li img {
  border-radius: 10px;
}

ul.presence-listing li p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}


ul.presence-listing li .tooltip {
  height: 0;
  opacity: 0;
}

ul.presence-listing li .tooltip {
  position: absolute;
  /* right: 0; */
  left: 0;
  top: 0px;
  font-size: 16px;
  text-align: left;
  transition: ease all 0.3s;
  /* max-width: 100%;
  width: 100%; */
}

ul.presence-listing li .tooltip::before {
  content: "\F229";
  font-family: "bootstrap-icons";
  position: absolute;
  bottom: -16px;
  left: 50%;
  right: 50%;
  color: #FFF;
  z-index: 1;
}

ul.presence-listing li .tooltip.two-address {
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
  min-width: 160px;
  height: 144px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* display: flex; 
  justify-content: space-between;
   flex-wrap: wrap;  */
}

ul.presence-listing li .tooltip.two-address .f-add {
  width: 100%;
}

ul.presence-listing li .tooltip.two-address .f-add:not(:last-child) {
  margin: 0px;
}

ul.presence-listing li .tooltip.two-address .f-add {
  width: 100%;
}

ul.presence-listing li .tooltip.two-address .f-add .fw {
  color: #818181;
}


ul.presence-listing li:hover .tooltip {
  opacity: 1;
}

ul.presence-listing li:hover .tooltip {
  padding-top: 28px;
}

ul.tick-bullet {
  position: relative;
}

ul.tick-bullet li {
  position: relative;
  margin-bottom: 15px;
}

ul.tick-bullet li::before {
  content: "\F270";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #005eb8;
  z-index: 1;
  font-weight: bolder;
  font-size: 1.5rem;
}

/*===============================
 Card Styles 
 ================================*/
.whitecard {
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
}

.whitecard .description {
  min-height: 165px;
}

.whitecard .description p {
  margin-bottom: 0;
}

.whitecard .arrow-link-btn {
  text-transform: uppercase;
}

.tab-card {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 15px;
  position: relative;
}

.tab-card::before {
  content: '';
  background-image: url("../png/tab-design-top.png");
  background-repeat: no-repeat;
  width: 129px;
  height: 145px;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
}

.tab-card::after {
  content: '';
  background-image: url("../png/tab-design-bottom.png");
  background-repeat: no-repeat;
  width: 212px;
  height: 185px;
  position: absolute;
  top: 140px;
  left: 190px;
  z-index: -1;
}

.box-shadow {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
}

.icon-box {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  line-height: 80px;
  margin-bottom: 30px;
}

.counter {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 600;
  font-size: 38px;
  line-height: 57px;
  color: rgba(0, 0, 0, 0.1);
}

.min-height323 {
  min-height: 323px;
}

.padding-box-left {
  padding: 150px 0 100px 15px;
}

.padding-box-right {
  padding: 150px 30px 100px 0;
}

.fromBlog-card {
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 20;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.fromBlog-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
  opacity: 0.8;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}

.blog-description {
  position: absolute;
  width: 92%;
  display: block;
  z-index: 20;
  bottom: 15px;
  left: 15px;
  color: white;
}

.blog-description .blog-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 80px;
  margin: 0 auto;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-description .linkarrow-btn {
  display: block;
  color: #F48C06;
}

.fromBlog-card .blog-badge {
  background: #FFF;
  padding: 5px 10px;
  border-radius: 100px;
  top: 15px;
  left: 15px;
  position: relative;
  font-size: 13px;
}

.casestudy-card {
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  border: 1px solid #EFF1F1;
}

.card-img-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  object-fit: cover;
}



.height51 {
  height: 51vh;
}

.clutch-review-box {
  border-radius: 20px;
  background-color: #0058ac;
  color: #fff;
  padding: 50px 30px 30px 30px;
  min-height: 333px;
  position: relative
}

.clutch-review-box::before {
  content: "\F6B0";
  font-family: bootstrap-icons;
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 2rem
}

.review-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600
}


/*================================
Blog css
=================================*/
.latestblog-box {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 40px rgb(0 0 0/8%);
  border-radius: 10px;
  padding: 1.25rem;
  display: block;
  transition: all ease-in-out .4s;
}
.latestblog-box:hover {
  box-shadow: 0 0 16px -10px #000;
}
.latestblog-box .imgbox {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  border-radius: 10px;
  margin: 0px auto 15px auto;
}
.latestblog-box .imgbox img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  aspect-ratio: 1.60;
}
.latestblog-box .imgbox img {
  transition: all ease-in-out .4s;
}
.latestblog-box h5, .latestblog-box .h5 {
  color: #121212 !important;
  margin-top: 10px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  display: block !important;
  display: -webkit-box !important;
  max-width: 100% !important;
  height: 70px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.latestblog-box .blog-category {
  color: #000;
}
.latestblog-box .blog-category {
  color: #000 !important;
  width: auto !important;
  background: #eeeeee !important;
  padding: 5px 10px !important;
  border-radius: 100px !important;
  top: 15px !important;
  left: 0 !important;
  position: relative !important;
  font-size: 13px !important;
  width: fit-content !important;
  margin-bottom: 20px !important;
}
.latestblog-box .time {
  font-size: 80%;
  font-weight: 400;
  color: #000;
}

/*===============================
Clutch Review Section
=================================*/
.clutch-review {
  background-image: url("../webp/clutch-review-background.webp");
  min-height: 620px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clutch-review-girl-image {
  position: relative;
  bottom: -50px;
}

/*================================
Call to action
==================================*/
.calltoAction {
  position: relative;
  padding-top: 100px;
}

.calltoAction:after {
  position: absolute;
  content: '';
  height: 50%;
  width: 100%;
  background-color: #f6f7fa;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* .calltoAction::before {
  content: "";
  position: absolute;
  background-image: url(../fimg/three-white-dot.png);
  background-repeat: no-repeat;
  width: 168px;
  height: 140px;
  top: 20px;
  left: 80px;
} */

.section-nextsep {
  border-radius: 6px;
  overflow: hidden;
}

.section-nextsep2 {
  border-radius: 6px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 8%);
  border-radius: 10px;
}

.content-step {
  padding: 20px 50px;
  background-color: #005eb8;
  color: #fff;
}

.content-step p {
  font-size: 16px;
}

.nextsep-img {
  width: 100%;
}

.nextsep-img img {
  width: 100%;
}

/*================================
Footer CSS
=================================*/
footer {
  background: url("../svg/footer-shape.svg") #F6F7FA;
  background-repeat: no-repeat;
  background-position: 0% 210%;
  background-attachment: scroll;
  padding-top: 50px;
}

.footer-widget {
  position: relative;
}

.footer-widget p {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #121212;
  font-family: 'OpenSans' !important;
}

.footer-widget ul li {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.footer-widget ul li strong {
  color: #464646
}

.footer-widget ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.footer-bottom {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #464646;
}

.footer-bottom a {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

ul.footerlogo li {
  display: inline-block;
}

ul.footerlogo li a {
  display: block;
  margin-right: 20px;
}

ul.footerlogo li:last-child a {
  margin-right: 0px;
}

ul.social-media {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.social-media li {
  list-style-type: none;
  display: inline-block;
}

ul.social-media li a {
  display: block;
  color: #464646;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 5px;
}

ul.social-media li a:hover {
  color: #005eb8;
}

footer .footer-newsletter form {
  padding: 6px 0;
  position: relative;
}

footer .footer-newsletter form input[type=email],
footer .footer-newsletter form input[type=text] {
  border: 0;
  padding: 12px 15px;
  background-color: #e4e4e4;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}

footer .footer-newsletter form button[type="submit"] {
  margin-top: 10px;
  position: relative;
  background: none;
  font-size: 16px;
  padding: 10px 35px;
  background: #005eb8;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  border: 0;
}

/*===============================
Form Control CSS
=================================*/
.form-group {
  margin-bottom: 15px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2B3D51;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2B3D51;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2B3D51;
  opacity: 0.5;
}

.notification .form-control {
  font-size: 14px;
  border: none;
  background: #FFFFFF;
  border-radius: 4px;
  height: 44px;
}

/*===============================
Scroll top css
================================*/
.scrollToTop {
  width: 48px;
  height: 48px;
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: none;
  background: #2691d8;
  border-radius: 4px;
  border: 2px solid #76b6e0;
}

.scrollToTop:hover {
  text-decoration: none;
  color: #FFF;
  background: #0f74b6;
}

/*===============================
Page Header
=================================*/
.page-header {
  min-height: 325px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 0 35px;
}

.overlay-header {
  background: #0F74B6;
  opacity: 0.84;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.page-header-content {
  z-index: 1;
  position: relative;
}

.circle-icon {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-icon img {
  width: 48px;
  height: 48px;
}

.main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.user-talk {
  padding: 1em 0;
  float: left;
  /* width: 50%; */
  width: 85%;
  border-radius: 10px;
}

.user-talk .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.singleuser-talk {
  padding: 1em 0;
  /* float: left; */
  width: 95%;
  border-radius: 10px;
  margin: auto;
}

.singleuser-talk .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

.content .content-overlay {
  background: rgba(47, 133, 189, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1rem;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.breadcrumbs {
  background-color: #f3f3f3;
  padding: 15px 0;
  position: relative;
  font-size: 14px;
}

.breadcrumbs a {
  color: #121212;
  text-decoration: underline;
}

.breadcrumbs span {
  font-weight: 700;
}

/*-------------------------------------------
Carousel Client 
---------------------------------------------*/
#carouselClientSlider .carousel-item .client-logo {
  background: #FFFFFF;
  /* box-shadow: rgba(217, 213, 213, 0.2) 0px 7px 19px 0px; */
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 0px 3px 0px #e6e6e6;
  justify-content: center;
  padding: 15px;
  align-items: center;
  min-height: 110px;
  cursor: pointer;
  margin-bottom: 10px;
}
#carouselClientSlider .carousel-indicators{
  bottom: -24px;
}
#carouselClientSlider .carousel-indicators li{
  height: 8px;
  width:24px;
  background-color: #bdbdbd;
  border-radius: 6px;
  border: none;
}
#carouselClientSlider .carousel-indicators li.active{
  background-color: #0F74B6;
}
.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
  .mob-p-0 {
    padding: 0;
  }

}

/*===========================================
Media Query Start
=============================================*/
/* @media screen and (min-width: 1920px) { */
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  body {
    font-size: 1.3rem
  }

  .bigger-heading {
    font-size: 3rem;
    line-height: 70px;
  }

  ul.icon-listing li {
    margin-bottom: 30px;
  }

  ul.company-features li::before {
    right: -94px;
    width: 190px;
  }

  .p-18 {
    font-size: 22px;
  }

  .min-height370 {
    min-height: 370px;
  }
}

@media only screen and (min-device-width : 1367px) and (max-device-width : 1920px) {
  .nav-menu a {
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
}

@media (max-width: 1366px) and (min-width: 1441px) {
  .whatwedoSection .Whoweare-content {
    padding: 100px 60px 60px 110px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .mob-display {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }

  .mob-mb-30 {
    margin-bottom: 30px !important;
  }

  .mob-mb-15 {
    margin-bottom: 15px;
  }

  .mobile-text-center {
    text-align: center;
  }

  #FusionheroSection .heroTitle {
    font-size: 24px;
  }

  .whoweareSection,
  .whatwedoSection {
    min-height: 500px;
  }

  .whoweareSection .Whoweare-content {
    padding: 30px;
    position: relative;
    margin-top: 30px;
    width: 100%;
  }

  .whatwedoSection .Whoweare-content {
    padding: 30px;
    position: relative;
    margin-top: 50px;
    width: 100%;
  }

  .TitleHeading {
    font-size: 24px;
  }

  .mt--50 {
    margin-top: 0px;
  }

  .team-image-right {
    text-align: center;
  }

  .whychooseus .countries-div {
    right: 0px;
  }

  .height52 {
    height: auto;
  }

}


/*Mobile device */
@media (min-width: 320px) and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }

  .mob-mb-30 {
    margin-bottom: 30px !important;
  }

  .mob-mb-15 {
    margin-bottom: 15px;
  }

  .mobile-text-center {
    text-align: center;
  }

  #FusionheroSection .heroTitle {
    font-size: 22px;
  }

  .whoweareSection .Whoweare-content {
    padding: 30px;
    position: relative;
    margin-top: 30px;
    width: 100%;
  }

  .whatwedoSection .Whoweare-content {
    padding: 30px;
    position: relative;
    margin-top: 50px;
    width: 100%;
  }

  .TitleHeading {
    font-size: 22px;
  }

  .mt--50 {
    margin-top: 0px;
  }

  .whychooseus .experience-div,
  .whychooseus .countries-div,
  .whychooseus .projects-div,
  .whychooseus .awardswinners-div {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    background: #FFF;
    color: #000;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.20);
  }

  ul.presence-listing li {
    width: 32%;
  }

  .team-image-right {
    text-align: center;
  }
  .whoweareSection{
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .whatwedoSection{
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: dotted 1px #DDD;
  }

}