/* CSS Document */

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

:focus {
  outline: 0 none;
}

a:focus {
  outline: 0 none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

img,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: checkbox !important;
}

input[type="radio"] {
  border-radius: 0;
  -webkit-appearance: radio !important;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="text"]::-ms-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="email"]::-webkit-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="email"]::-ms-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="password"]::-webkit-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #87a7a5;
}

input[type="password"]::-ms-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #87a7a5;
}

textarea::-ms-input-placeholder {
  opacity: 1;
  color: #87a7a5;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* FONTS */

/*
font-family: 'Poppins', sans-serif;
*/

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
a,
p {
  margin: 0;
  padding: 0;
}

iframe,
video {
  width: 100%;
}

{
  transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  background: #fff;
  font: 200 15px/30px "Poppins", sans-serif;
  color: #695b7d;
}

/* Pre For Default */

h1 {
  font: 600 55px/76px "Poppins", sans-serif;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: 1px;
}

h2 {
  font: 600 55px/76px "Poppins", sans-serif;
  color: #fff;
  margin: 0 0 50px;
  letter-spacing: 1px;
}

h3 {
  font: 500 33px/41px "Poppins", sans-serif;
  color: #362c47;
  margin: 0 0 25px;
  letter-spacing: 1px;
}

h4 {
  font: 500 19px/30px "Poppins", sans-serif;
  color: #191919;
  margin: 0 0 10px;
  letter-spacing: 1px;
}

h5 {
  font: 600 22px/26px "Poppins", sans-serif;
  color: #0476b9;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

h6 {
  font: 500 17px/41px "Poppins", sans-serif;
  color: #5f3b93;
  margin: 0 0 10px;
  letter-spacing: 1px;
}

p {
  font: 200 15px/30px "Poppins", sans-serif;
  color: #695b7d;
  margin: 0 0 30px;
}

p a {
  color: #5f3b93;
}

p a:hover {
  color: #472e7c;
}

p:last-child {
  margin: 0;
}

p strong {
  font-weight: 500;
  color: #362c47;
}

ul,
ol {
  padding-left: 25px;
}

ul li,
ol li {
  font: 200 15px/30px "Poppins", sans-serif;
  color: #472e7c;
  margin: 0 0 10px;
  position: relative;
}

/*ul li::after{content: '\f105';font-family: fontAwesome;position: absolute;top: 1px;left: -30px;font-size: 30px;color: #fdcdc9;font-weight: normal;}*/

ul li a,
ol li a {
  color: #5f3b93;
}

hr {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 0 0 20px;
}

/* Pre For Default */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  padding: 0 15px;
}

a.scrollup {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 70px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background: #2f2f2f url("../storage/images/toTop.png") center center no-repeat;
  z-index: 999999;
}

/* Styling Header */

.header {
  width: 100%;
  position: relative;
  float: left;
  padding: 10px 0 3px;
  background: #fff;
}

.header .container {
  max-width: 1400px;
}

.header .logo {
  display: block;
  max-width: 291px;
}

.header .navigation {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
}

.header ul.navigation {
  margin: 0;
  padding: 0;
}

.header ul.navigation li {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0;
}

.header ul.navigation li a {
  font: 400 17px/40px "Poppins", sans-serif;
  color: #103048;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}

.header ul.navigation li:after {
  display: none;
}

.header ul.navigation li a:hover {
  border-bottom: 2px solid #472e7c;
  color: #472e7c;
}

.header ul.navigation li.active a {
  border-bottom: 2px solid #472e7c;
  color: #472e7c;
}

.mMenuMain {
  display: none;
}

body.fixed .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0;
  margin: 0;
  z-index: 9;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  box-shadow: 0 0 10px #5f3b93;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

body.fixed .header .logo {
  max-width: 220px;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #103048;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 400;
}

.login img {
  margin-right: 10px;
}

.login:hover {
  color: #472e7c;
}

.getStarted {
  display: block;
  width: 195px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #5f3b93;
  border-radius: 4px;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin-left: 40px;
  text-transform: uppercase;
}

.getStarted:hover {
  background: #472e7c;
  color: #fff;
}

.hmBanner {
  width: 100%;
  position: relative;
  float: left;
  background-size: cover !important;
  min-height: 668px;
  padding: 130px 0 50px;
}

.hmBanner h1 {
  font: 300 61px/70px "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.hmBanner h1 span {
  display: block;
  font-weight: 700;
}

.hmBanner h2 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hmBanner h2 span {
  display: block;
  font-weight: 700;
}

.btn {
  width: 211px;
  height: 56px;
  background: #5f3b93;
  border-radius: 6px;
  line-height: 56px;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.btn:hover {
  background: #472e7c;
  color: #fff;
}

.hmBanner p {
  color: #fff;
}

.hmBanner p a {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 23px;
}

.hmBanner p a:hover {
  color: #472e7c;
}

.classification {
  width: 100%;
  position: relative;
  float: left;
  padding: 80px 0 70px;
  background: #fff;
  text-align: center;
}

.classification h6,
.classification h3 {
  text-transform: uppercase;
  margin: 0;
}

.classification .seperator {
  display: block;
  margin: 25px auto;
}

.classBlock {
  width: 100%;
  position: relative;
  margin: 20px auto;
  max-width: 225px;
}

.classBlock img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.classBlock h4 {
  font-size: 17px;
  color: #000;
}

.classBlock:hover h4 {
  color: #472e7c;
}

.portfolioSec {
  width: 100%;
  position: relative;
  float: left;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 80px 0 70px;
  text-align: center;
}

.portfolioSec h6 {
  color: #ede2bf;
  text-transform: uppercase;
  margin: 0;
}

.portfolioSec h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.portfolioSec .seperator {
  display: block;
  margin: 25px auto;
}

.portfolioSec .sliderMain {
  width: 100%;
  position: relative;
  float: left;
}

.portfolioSec .slick-slide {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 15px;
}

.portfolioSec .sliderBlock {
  width: 100%;
  position: relative;
  float: left;
}

.portfolioSec .slick-list.draggable {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}

.sliderBlock a {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 4px;
  border: 3px solid #fff;
  overflow: hidden;
}

.thumbBlock {
  width: 235px;
  height: 264px;
  background-size: cover !important;
  border-radius: 4px;
  float: left;
}

.desc {
  width: calc(100% - 235px);
  float: left;
  position: relative;
  text-align: left;
  padding: 30px;
}

.desc h3 {
  font-size: 18px;
  line-height: 28px;
  color: #362c47;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.desc h3 span {
  position: relative;
  padding-right: 10px;
}

.desc h3 span::after {
  content: "";
  width: 9999px;
  height: 1px;
  background: #e0dae9;
  position: absolute;
  right: -9999px;
  top: 50%;
}

.desc h2 {
  font-size: 27px;
  line-height: 28px;
  font-weight: 700;
  color: #644690;
  text-align: left;
  margin: 10px 0 20px 0;
}

.desc table {
  width: 100%;
}

.desc table td {
  padding: 5px 0;
}

.desc table td:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #362c47;
  text-transform: uppercase;
}

.desc table td:nth-child(2) {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #8c8891;
}

.sliderBlock a:hover {
  background: #e1d5f2;
  border-color: #e1d5f2;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  background: url("../storage/images/arrow.png") center center no-repeat;
  background-size: contain;
  margin-top: -28px;
  cursor: pointer;
  opacity: 0.8;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev.slick-arrow {
  left: -72px;
}

.slick-next.slick-arrow {
  right: -72px;
  transform: rotate(180deg);
}

.howitswork {
  width: 100%;
  position: relative;
  float: left;
  padding: 80px 0 70px;
  background: #fff;
  text-align: center;
}

.howitswork h6,
.howitswork h3 {
  text-transform: uppercase;
  margin: 0;
}

.howitswork .seperator {
  display: block;
  margin: 25px auto;
}

.workBlock {
  width: 100%;
  position: relative;
  max-width: 260px;
  margin: 0 auto;
}

.workImg {
  position: relative;
  margin: 20px auto;
  width: 180px;
  height: 180px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px #dbdfe6;
  border-radius: 50%;
}

.workImg span {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background: #644690;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  margin-top: -20px;
}

.workBlock h4 {
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
}

.workBlock p {
  font-size: 15px;
  color: #695b7d;
  font-weight: 300;
}

.workBlock:hover .workImg {
  box-shadow: 0 0 12px #644690;
}

.workBlock:hover h4 {
  color: #644690;
}

.chartSec {
  width: 100%;
  position: relative;
  float: left;
  padding: 80px 0 70px;
  background: #f5f3f9;
  text-align: center;
}

.chartSec h6,
.chartSec h3 {
  text-transform: uppercase;
  margin: 0;
}

.chartSec h3 span {
  font-weight: 300;
  display: block;
}

.chartSec .seperator {
  display: block;
  margin: 25px auto;
}

.disclaimerSec {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

.disclaimerSec p {
  max-width: 870px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 12px;
  color: #6e5f85;
  line-height: 20px;
}

.teamWork {
  width: 100%;
  position: relative;
  float: left;
  padding: 100px 0;
  background: #fff;
}

.teamWork p {
  font-weight: 200;
  color: #695b7d;
}

.teamImg {
  position: relative;
  z-index: 1;
  margin-left: 25px;
}

.teamImg::after {
  content: "";
  position: absolute;
  width: 311px;
  height: 252px;
  background: url("../storage/images/shape1.png") top right no-repeat;
  bottom: -142px;
  left: -142px;
  z-index: -1;
}

.teamImg span {
  position: absolute;
  left: 357px;
  bottom: -52px;
}

.teamWork h6 {
  text-transform: uppercase;
  margin: 0;
}

.teamWork h3 {
  position: relative;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.teamWork h3::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 109px;
  height: 2px;
  background: #5f3b93;
}

.deeds {
  width: 100%;
  position: relative;
  float: left;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 80px 0 70px;
  text-align: center;
}

.deeds h6 {
  color: #ede2bf;
  text-transform: uppercase;
  margin: 0;
}

.deeds h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.deeds .seperator {
  display: block;
  margin: 25px auto;
}

.deedBlock {
  width: 100%;
  position: relative;
  margin: 25px auto;
  max-width: 263px;
}

.deedBlock .deedImg {
  width: 100%;
  position: relative;
  height: 202px;
  background-size: cover !important;
  border: 3px solid #fff;
  border-radius: 4px;
}

.deedBlock h4 {
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  margin-top: 20px;
}

.deedImg::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(95, 59, 147, 0.5);
  text-align: center;
  line-height: 202px;
  color: #fff;
  font-size: 48px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.deedBlock:hover .deedImg::after {
  visibility: visible;
  opacity: 1;
}

.deeds .btn.btnAlt {
  margin-top: 40px;
  margin-bottom: 0;
}

.btn.btnAlt {
  background: #fff;
  color: #644690;
}

.btn.btnAlt:hover {
  background: #472e7c;
  color: #fff;
}

.faq {
  width: 100%;
  position: relative;
  float: left;
  padding: 80px 0 70px;
  background: #fff;
  text-align: center;
}

.faq .container {
  max-width: 990px;
}

.faq h6,
.chartSec h3 {
  text-transform: uppercase;
  margin: 0;
}

.faq h3 span {
  font-weight: 300;
  display: block;
}

.faq .seperator {
  display: block;
  margin: 25px auto;
}

.ui-accordion-header-icon {
  display: none !important;
}

#accordion h3 {
  font-weight: 400;
  color: #362c47;
  font-size: 20px;
  text-align: left;
  line-height: 26px;
  display: flex;
  align-items: center;
  padding: 20px 14px;
  background: #fff;
  box-shadow: 0 3px 10px #d3dae1;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

#accordion h3 span {
  color: #362c47;
  font-size: 33px;
  font-weight: 500;
  margin-right: 10px;
}

.accBlock {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  padding: 0 72px 35px;
}

#accordion h3::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 14px;
  height: 14px;
  background: url("../storage/images/arrow2.png") center center no-repeat;
  top: 50%;
  margin-top: -7px;
}

#accordion h3.ui-state-active::after {
  transform: rotate(90deg);
}

.footer {
  width: 100%;
  position: relative;
  float: left;
  background: #262a2d;
  padding: 80px 0 0 0;
}

.footerLogo {
  display: block;
  margin: 0 auto;
  max-width: 279px;
  margin-bottom: 20px;
}

.footerMenu {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footerMenu li {
  margin: 0 40px;
  padding: 0;
  display: inline-block;
}

.footerMenu li a {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  line-height: 49px;
  text-transform: uppercase;
}

.social {
  margin: 25px 0;
  padding: 0;
  text-align: center;
}

.social li {
  margin: 0 8px;
  padding: 0;
  display: inline-block;
}

.social li a {
  display: block;
  width: 41px;
  height: 41px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  line-height: 37px;
  border-radius: 50%;
}

.footer p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.copyright {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  padding: 30px 0;
  margin-top: 55px;
  border-top: 1px solid #3c4042;
}

.copyright p a {
  color: #fff;
}

.footer a:hover {
  color: #5f3b93;
  border-color: #5f3b93;
}

.innerBanner {
  width: 100%;
  position: relative;
  float: left;
}

.innerBanner img {
  width: 100%;
}

.innerBanner .bannerContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.innerBanner .bannerContent h1 {
  font-size: 61px;
  line-height: 70px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.innerBanner .bannerContent p {
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
}

.innerBanner .bannerContent p a {
  color: #ddac27;
  font-weight: 700;
}

.bodyContent {
  width: 100%;
  position: relative;
  float: left;
  background: #f3f5f9;
  padding: 75px 0;
}

.faqPg #accordion h3 {
  font-size: 18px;
}

.faqPg #accordion h3.ui-state-active {
  box-shadow: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.faqPg .accBlock {
  background: #fff;
  margin-bottom: 25px;
  padding: 15px 50px 35px;
  font: 300 16px/23px "Poppins", sans-serif;
  color: #000;
}

.faqPg .accBlock p {
  font: 300 16px/23px "Poppins", sans-serif;
  color: #000;
}

.faqPg .container {
  max-width: 990px;
}

.trustDeeds .container {
  max-width: 1005px;
}

.trustDeeds h6,
.trustDeeds h3 {
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.trustDeeds .seperator {
  display: block;
  margin: 25px auto;
}

.trustBlock {
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0 5px #ddd;
  overflow: hidden;
  margin-top: 30px;
}

.trustThumb {
  width: 444px;
  height: 354px;
  background-size: cover !important;
  position: relative;
  float: left;
}

.trustDesc {
  width: calc(100% - 444px);
  position: relative;
  float: left;
  padding: 20px 65px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.trustDesc ul {
  width: 100%;
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
}

.trustDesc ul li {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
}

.trustDesc ul li img {
  margin-right: 15px;
}

.trustTag {
  display: inline-block;
  padding: 0 15px;
  background: #472e7c;
  line-height: 36px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 15px 15px 0;
}

.pagination {
  text-align: center;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0 7px;
}

.pagination li a {
  display: block;
  width: 44px;
  border-radius: 50% !important;
  height: 44px;
  line-height: 40px;
  padding: 0;
  border: 2px solid #d6c0f3;
  font-weight: 600;
  font-size: 20px;
  color: #0f091b;
}

.pagination li a:hover {
  background: #472e7c;
  border-color: #472e7c;
  color: #fff;
}

.pagination li.active a {
  background: #472e7c;
  border-color: #472e7c;
  color: #fff;
}

a,
button,
.workImg {
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

@media (max-width: 1300px) {
  .slick-prev.slick-arrow {
    left: -20px;
    z-index: 99;
  }

  .slick-next.slick-arrow {
    right: -20px;
    z-index: 99;
  }
}

@media (max-width: 1269.98px) {
  .header ul.navigation li {
    margin-right: 25px;
  }

  .header ul.navigation li a {
    font-size: 14px;
  }

  .getStarted {
    margin-left: 25px;
    font-size: 13px;
    width: 120px;
  }

  .login {
    font-size: 13px;
  }

  .slick-prev.slick-arrow {
    left: 0;
  }

  .slick-next.slick-arrow {
    right: 0;
  }

  .thumbBlock {
    width: 200px;
  }

  .desc {
    width: calc(100% - 200px);
    padding: 20px;
  }

  .innerBanner .bannerContent h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 992.98px) {
  .header {
    padding: 14px 0 6px;
  }

  .navigation {
    display: none;
  }

  {
    width: 200px;
  }

  .mMenuMain {
    display: block;
  }

  .header .logo {
    margin: 0 auto;
    max-width: 170px;
  }

  .getStarted {
    display: none;
  }

  .mobileMenu {
    display: block;
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    background: #fdfdfd;
    height: 100vh;
    z-index: 99999;
    overflow: auto;
    padding: 60px 15px 50px;
    border-left: 1px solid #dedede;
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
  }

  .mobileMenu.active {
    left: 0;
  }

  .ham {
    display: block;
    width: 38px;
    height: 32px;
    position: absolute;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    top: -46px;
    left: 16px;
  }

  .ham.current {
    position: fixed;
    top: 10px;
    left: 10px;
    transition: unset;
    z-index: 9999999;
  }

  .ham::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 4px;
    background: #472e7c;
    top: 0;
    border-radius: 4px;
  }

  .ham::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 4px;
    background: #472e7c;
    bottom: 0;
    border-radius: 4px;
  }

  .ham span {
    position: relative;
    width: 100%;
    height: 4px;
    float: right;
    background: #472e7c;
    display: block;
    border-radius: 4px;
  }

  .login {
    position: absolute;
    top: -54px;
    right: 15px;
    width: 103px;
    height: 44px;
    background: #472e7c url("../storage/images/mUserIco.png") no-repeat;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding-left: 22px;
    background-position: 14px 14px;
  }

  .login img {
    display: none;
  }

  .login:hover {
    color: #fff;
  }

  body.fixed .header {
    position: relative;
    -webkit-animation: none;
            animation: none;
  }

  body.fixed .header .logo {
    max-width: 170px;
  }

  .portfolioSec {
    padding: 70px 0 100px;
  }

  .portfolioSec .sliderBlock {
    max-width: 450px;
    margin: 0 auto;
    float: none;
  }

  .thumbBlock {
    width: 190px;
    height: 212px;
  }

  .desc {
    width: calc(100% - 190px);
    padding: 15px 25px;
  }

  .desc h3 {
    font-size: 14px;
  }

  .desc h2 {
    font-size: 21px;
    margin: 0 0 10px;
  }

  .desc table td:nth-child(1),
    .desc table td:nth-child(1) {
    font-size: 12px;
  }

  .slick-arrow {
    width: 38px;
    height: 38px;
    margin: 0;
    bottom: -50px;
    top: auto;
  }

  .slick-prev.slick-arrow {
    left: 50%;
    margin-left: -50px;
  }

  .slick-next.slick-arrow {
    right: 50%;
    margin-right: -50px;
  }

  .portfolioSec .slick-slide {
    margin: 0;
  }

  .teamImg span {
    position: absolute;
    left: auto;
    right: 0;
    max-width: 140px;
    bottom: -50px;
  }

  .innerBanner .bannerContent h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }

  .bodyContent {
    padding: 40px 0;
  }

  .trustThumb {
    width: 300px;
    height: 350px;
  }

  .trustDesc {
    width: calc(100% - 300px);
    padding: 20px 35px;
  }

  .trustDesc ul li {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .hmBanner {
    padding: 50px 40px;
    height: 746px;
    background: url("../storage/images/mobileBanner.jpg") center center no-repeat !important;
    background-size: cover !important;
  }

  .hmBanner h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .hmBanner h2 {
    font-size: 17px;
    line-height: 28px;
  }

  .classification {
    padding: 70px 0 100px;
  }

  .classification .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }

  .classification .col-xs-6:nth-child(5) {
    border: 0;
  }

  .classification .col-xs-6:nth-child(6) {
    border: 0;
  }

  .classification .col-xs-6::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }

  .howitswork {
    padding: 60px 0;
  }

  .howitswork p br {
    display: none;
  }

  .workBlock {
    margin-bottom: 50px;
  }

  .teamWork {
    padding: 55px 0;
  }

  .teamImg {
    max-width: 526px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .deeds h3 {
    font-size: 32px;
  }

  .deeds .col-lg-3.col-md-3.col-sm-12:nth-child(3),
    .deeds .col-lg-3.col-md-3.col-sm-12:nth-child(4) {
    display: none;
  }

  #accordion h3 span {
    font-size: 23px;
  }

  #accordion h3 {
    font-size: 16px;
  }

  #accordion h3::after {
    right: 10px;
  }

  .accBlock {
    padding: 0 50px 35px;
  }

  .footer {
    padding: 35px 0 0;
  }

  .footerMenu li {
    margin: 0 10px;
  }

  .footerMenu li a {
    font-size: 15px;
  }

  .footer .text-right p {
    text-align: left !important;
  }

  .copyright br {
    display: none;
  }

  .innerBanner {
    height: 333px;
  }

  .innerBanner img {
    display: none;
  }

  .innerBanner .bannerContent {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0;
    top: auto;
    left: auto;
  }

  .faqPg .accBlock {
    padding: 15px;
  }

  .trustThumb {
    width: 100%;
    height: 250px;
  }

  .trustDesc {
    width: 100%;
    padding: 20px 15px;
  }

  .pagination li {
    margin: 0 4px;
  }

  .pagination li a {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
  }
}

@media (max-width: 460px) {
  .login {
    width: 60px;
    font-size: 14px;
    padding: 0;
    background-image: none !important;
  }

  .hmBanner {
    padding: 30px 0;
    height: 640px;
  }

  .hmBanner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hmBanner h2 {
    font-size: 13px;
    line-height: 24px;
  }

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

  .btn {
    width: auto;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .thumbBlock {
    width: 100%;
  }

  .desc {
    width: 100%;
    padding: 15px 10px;
  }

  .teamImg span {
    max-width: 120px;
  }
}
