/*
Hydro Template
http://www.templatemo.com/tm-509-hydro
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------
   TYPOGRAPHY
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: inherit;
  letter-spacing: -1px;
}
h1 {
  color: #292929;
  font-size: 3em;
  margin-bottom: 30px;
}
h2 {
  color: #393939;
  font-size: 2em;
}
h3 {
  color: #505050;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0;
}
h4 {
  color: #696969;
  font-size: 18px;
  line-height: normal;
}
p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}
strong {
  font-weight: 500;
}

/*---------------------------------------
   GENERAL
-----------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #252525;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
  color: #ce3232;
  outline: none;
}
.section-title {
  margin-bottom: 60px;
}
.section-title h2 {
  margin-top: 0;
  line-height: 0;
}
.section-title .line-bar {
  color: #d9d9d9;
  display: block;
  font-size: 5em;
  line-height: 0;
}
.section-btn {
  background: #f0f0f0;
  border: 0;
  border-radius: none;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.9px;
  padding: 15px 22.47px 15px 22.25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section {
  padding-top: 80px;
  text-align: center;
}
/*
---------------------------------------------
global styles
---------------------------------------------
*/

hr.divider {
  margin: auto;
  width: 10%;
  border-top: 8px solid #bbb;
  border-radius: 5px;
}

html,
body {
  background: #fff;
  font-family: "Inter", sans-serif;
}
::selection {
  background: #f98d5e;
  color: #fff !important;
}
::-moz-selection {
  background: #f98d5e;
  color: #fff !important;
}
.section-heading {
  position: relative;
  z-index: 2;
}
.section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section-heading h4 em {
  font-style: normal;
  color: #f98d5e;
}
.section-heading img {
  width: 45px;
  height: 2px;
}
.section-heading p {
  margin-top: 10px;
}
.show-up {
  position: relative;
  z-index: 2;
}
.white-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.first-button a {
  background-color: #f98d5e;
  color: #fff;
}

.white-button a i {
  margin-left: 5px;
  font-size: 16px;
}
.white-button a:hover {
  background-color: #f65914;
  color: #fff !important;
}
.white-button.second-button a {
  border: 1px solid black;
  color: #011219 ;
}
.white-button.second-button a:hover {
  border: 1px solid #f65914;
  color: #fff;
}
.text-button a {
  font-size: 15px;
}
.text-button a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all 0.3s;
}
.text-button a:hover i {
  margin-left: 8px;
}
.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: #f98d5e;
  border-radius: 2px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}
.gradient-button a:hover {
  color: #fff !important;
  background: #f65914;
}
.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #f98d5e !important;
  border: 1px solid #f98d5e;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}
.border-button a:hover {
  background-color: #f65914;
  color: #fff !important;
}
/*---------------------------------------
     PRE LOADER
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #a71b1b;
}
.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}
@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*
---------------------------------------------
Icon
---------------------------------------------
*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-clock-o:before {
  content: "\f017";
}

/*
---------------------------------------------
header
---------------------------------------------
*/
.background-header {
  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);
}
.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}
.background-header .main-nav .nav li:hover a {
  color: #f98d5e;
}
.background-header .nav li a.active {
  position: relative;
  color: #fff;
}
.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f98d5e;
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.header-area {
  background-color: #FAFAFA !important;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}
.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo {
  line-height: 100px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.background-header .main-nav .logo {
  line-height: 80px;
}
.background-header .main-nav .nav {
  margin-top: 20px !important;
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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:nth-child(6) {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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: #f98d5e !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f98d5e !important;
  opacity: 1;
}
.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}
.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}
.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}
.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}
.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #f98d5e !important;
  padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.background-header .main-nav .menu-trigger {
  top: 23px;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}
.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}
.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}
.header-area.header-sticky {
  min-height: 80px;
}
.header-area .nav {
  margin-top: 30px;
}

/*
---------------------------------------------
Popup Style
---------------------------------------------
*/
.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}
.popupHeader {
  background: #f4f4f2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #f98d5e;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.popupBody {
  padding: 20px;
}
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pre-header ul.info li:last-child,
  .pre-header ul.info li:nth-child(6) {
    display: none !important;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f98d5e !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f98d5e !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}
@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/*
---------------------------------------------
Banner Style
---------------------------------------------
*/
.main-banner {
  /* background-image: url(/assets/images/moba-design-cta.png); */
  background-color: #fdfcfc;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 120px 150px 120px;
  position: relative;
  overflow: hidden;
}
.main-banner .left-content {
  margin-right: 15px;
}
.main-banner .left-content h2 {
  color: #f2f8fb;
  z-index: 2;
  position: relative;
  font-weight: 700;
  line-height: 70px;
  font-size: 50px;
  margin-bottom: 20px;
}
.main-banner .left-content p {
  margin-bottom: 45px;
  color: #f2f8fb;
  font-weight: 400;
}
.main-banner .left-content .first-button {
  margin-right: 15px;
}
.main-banner .left-content .white-button {
  display: inline-block;
}
.main-banner .right-image {
  text-align: center;
  position: relative;
  z-index: 20;
}
.main-banner .right-image img {
  max-width: 710px;
}

.main-banner-text {
  color: #011219;
}
/*
  ---------------------------------------------
  Services Style
  ---------------------------------------------
  */

.divider-services {
  width: 100%;
  border: 1px solid #eee;
  opacity: 1;
}

.services-section {
  padding-top: 7.5rem;
  position: relative;
}
.services .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}
.services .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}
.services:after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;
}
.services:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 1136px;
  height: 244px;
  z-index: 0;
}
.section-container .section-heading {
  text-align: center;
  margin-bottom: 80px;
}
.services .section-heading .line-dec {
  margin: 0 auto;
}
.service-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s;
  text-align: center;
}
.service-item .icon {
  margin-left: 0px;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.service-item h4 {
  padding-top: rem;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #04202b;
}

.service-item p {
  transition: all 0.3s;
  font-size: 15px;
  margin-bottom: 20px;
  color: #04202b;
}
.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {
  color: #fff;
}
.service-item:hover .divider-services {
  border: 1px solid #bfd4ea;
}
.first-service .icon {
  background-image: url(../images/one-click-.png);
}
.first-service:hover .icon {
  background-image: url(../images/one-click--white\ 1.png);
}
.second-service .icon {
  background-image: url(../images/ux-ui-design.png);
}
.second-service:hover .icon {
  background-image: url(../images/ux-ui-design-white.png);
}
.third-service .icon {
  background-image: url(../images/seo\ 1.png);
}
.third-service:hover .icon {
  background-image: url(../images/seo-white\ 1.png);
}
.service-item:hover {
  background-color: #426e94;
}
/*---------------------------------------
      WORK
  -----------------------------------------*/
.work-section {
  padding-top: 7.5rem;
}

.work-info img {
  width: 100%;
  border-radius: 100%;
}
#work .work-thumb {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.work-thumb .work-info {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.work-thumb .work-info:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background: rgba(66, 110, 148, 0.9);
  opacity: 0;
  transition: 0.5s;
}
.work-thumb .work-info:hover::after {
  opacity: 0.9;
}
.work-thumb .work-info h3,
.work-thumb .work-info small {
  transform: translateY(100%);
  opacity: 0;
  display: block;
  transition: 0.5s 0.2s;
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 1.5rem;
}
.work-thumb .work-info small {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 3px;
}
.work-thumb:hover .work-info h3,
.work-thumb:hover .work-info small {
  transform: translateY(0px);
  opacity: 1;
}

/*---------------------------------------
   WORK RESPONSIVE
-----------------------------------------*/

/* 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;
  list-style: none;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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: 30px;
  font-weight: 400;
  color: #0e0505;
}
img {
  width: 100%;
  overflow: hidden;
}

/*
---------------------------------------------
Pricing
---------------------------------------------
*/
.pricing-tables {
  padding-top: 7.5rem;
  margin-top: 0px;
}
.item .first-item {
  padding-right: 23px;
}
.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}
.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
}
.pricing-tables .item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 45px;
}
.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #011219;
  padding-bottom: 1.625rem;
}
.pricing-tables .item p {
  font-size: 0.75rem;
  color: #a4a4a4;
  font-style: normal;
  font-weight: 400;
  line-height: 160.023%;
  letter-spacing: 0.24px;
}
.pricing-tables .item span {
  font-size: 44px;
  color: #ffab87;
  font-weight: 700;
  display: block;
  margin-top: -5px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0.88px;
}
.pricing-tables .item em {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 0.32px;
}
.pricing-tables .item ul {
  margin-top: 0.813rem;
  margin-bottom: 3.25rem;
}
.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #011219;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.pricing-button {
  margin-top: 1.875rem;
}
.pricing-button a {
  border: 1px solid #04202b;
  color: #04202b;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: normal;
  padding: 0.875rem 1.75rem;
}

.pricing-button a:hover {
  border: none;
  background-color: #04202b;
  color: #fff;
}

.second-item .pricing-button a {
  border: none;
  background-color: #f98d5e;
  color: #fff;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: normal;
  padding: 0.875rem 1.75rem;
}

.second-item .pricing-button a:hover {
  border: none;
  background-color: #f65914;
  color: #fff;
}

.pricing-tables .second-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #f9f9f9;
  padding-bottom: 1.625rem;
}
.pricing-tables .second-item .info-second-item {
  color: #d6d6d6;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160.023%;
  letter-spacing: 0.24px;
}
.pricing-tables .second-item .data-pricing {
  color: #f9f9f9;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
}
.pricing-tables .second-item ul {
  margin-top: 0.813rem;
  margin-bottom: 0;
}
.pricing-tables .second-item ul li {
  display: block;
  font-size: 15px;
  color: #ffab87;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.pricing-tables .first-item {
  background-color: #fff;
}
.pricing-tables .second-item {
  background-color: #426e94;
}
/*---------------------------------------
      BLOG
  -----------------------------------------*/
.blog-section {
  padding-top: 7.5rem;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 0;
}

.section-title .line-bar {
  color: #d9d9d9;
  display: block;
  font-size: 5em;
  line-height: 0;
}

.section-btn {
  background: #324cce;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  font-size: inherit;
  font-weight: normal;
  padding: 15px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-btn:hover,
.section-btn:focus {
  background: #f98d5e; /* fallback for old browsers */
  color: #ffffff;
}

.overlay {
  background: #f98d5e; /* fallback for old browsers */
  color: #ffffff;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

#blog-header,
#blog-detail {
  text-align: left;
}

#blog-header {
  /* background: url('../images/blog-header-bg.jpg') no-repeat center center; */
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65vh;
  color: #ffffff;
  position: relative;
  padding-top: 12em;
}

#blog-header h2 {
  color: #ffffff;
}

.blog-thumb {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: left;
  margin-bottom: 30px;
  height: 350px;
  border-radius: 40px;
}

.media.blog-thumb .media-left {
  width: 45%;
}

.blog-thumb small {
  color: #ed875b;
  font-weight: 500;
  display: block;
  font-size: 11.9px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 142.857% */
}

.blog-thumb small .fa {
  margin-right: 5px;
}

.blog-thumb h4 {
  margin-top: 2px;
  margin-bottom: 0px;
}

#blog-detail h2 {
  padding: 25px 0 10px 0;
}

.blog-info {
  padding: 75px 25px;
}

.blog-info h3 {
  margin: 0;
  padding: 8px 0 6px 0;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 142.857% */
  letter-spacing: -1px;
  text-transform: capitalize;
}

.blog-info h3 a {
  color: #252525;
  font-size: 21px;
}

.blog-info h3 a:hover {
  color: #ed875b;
}

.blog-info p {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

.blog-info .section-btn {
  border-radius: 4px;
  background: #f0f0f0;
  color: #393939;
  margin-top: 20px;
}

.blog-info .section-btn:hover {
  background: #f98d5e; /* fallback for old browsers */
  color: #ffffff;
}

.blog-thumb ul {
  margin: 32px 12px 22px 0px;
}

.blog-thumb ul li {
  list-style: square;
  font-weight: normal;
  padding: 4px 12px 4px 0px;
}

.blog-social-share {
  text-align: center;
  padding-top: 22px;
}

.blog-social-share .btn {
  border-radius: 100px;
  border: none;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 20px 6px;
  padding: 10px 16px;
}

.blog-social-share .btn-primary {
  background: #3b5998;
}

.blog-social-share .btn-success {
  background: #1da1f2;
}

.blog-social-share .btn-danger {
  background: #dd4b39;
}

.blog-social-share a .fa {
  padding-right: 4px;
}

.blog-ads {
  background: #f9f9f9;
  border-right: 4px solid #2b2b2b;
  padding: 42px;
  text-align: center;
  margin: 26px 0 26px 0;
}

.blog-ads h4 {
  font-size: 18px;
}

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

/* Button on top of the Input */
.input-container {
  width: 306px;
  max-width: 100%;
  position: relative;
}
.input-container input {
  background: #f9f9f9;
  border: none;
  border-radius: 4px;
  padding: 0.813rem 0.938rem 0.813rem 1.25rem;
  width: 100%;
}
.input-container button {
  background: #f9f9f9;
  aspect-ratio: 1;
  height: 80%;
  position: absolute;
  top: 10%;
  right: 15px;
}

.input-container button:hover {
  svg {
    fill: #f65914;
  }
}
.input-container svg {
  fill: #2a2a2a;
}

.section-heading {
  position: relative;
  z-index: 2;
}
.section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section-heading h4 em {
  font-style: normal;
  color: #f98d5e;
}

footer {
  background-color: #426e94;
  margin-top: 130px;
  padding-top: 100px;
  padding-bottom: 60px;
}
.footer-title {
  color: #f0f0f0;
  font-weight: bold;
}
.footer-text {
  color: #fff;
  font-weight: 400;
}
footer .section-heading {
  margin-bottom: 45px;
}
footer .section-heading h4 {
  line-height: 45px;
  color: #fff;
  margin-left: 13%;
  margin-right: 13%;
  text-align: center;
}
footer #search {
  margin-bottom: 80px;
}
footer #search input::placeholder {
  color: #fff;
}
footer #search input {
  font-size: 15px;
  color: #fff;
  outline: none;
  height: 46px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
}
footer #search button {
  height: 46px;
  border-radius: 23px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
  transition: all 0.5s;
}
footer #search button:hover {
  background-color: #fff;
  color: #f98d5e;
}
.footer-widget .logo img {
  margin-bottom: 30px;
  width: 179.1px;
  height: 21.813px;
}
.footer-widget h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer-widget p {
  margin-bottom: 15px;
}
.footer-widget p,
.footer-widget p a {
  color: #fff;
}
.footer-widget ul {
  display: inline;
  max-width: 40%;
  float: left;
  margin-right: 10%;
}
.footer-widget ul li {
  margin-bottom: 10px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0px;
}
.footer-widget ul li a {
  font-size: 15px;
  color: #fff;
  transition: all 0.3s;
}
.footer-widget a:hover {
  opacity: 0.75;
}
footer .copyright-text p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
}
footer p a {
  color: #fff;
  transition: all 0.5s;
}
footer p a:hover {
  opacity: 0.75;
  color: #fff;
}
/*Input Email*/
button {
  border: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
input {
  color: #04202b;
  font-size: 0.875;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}
input:focus {
  outline: 2px solid white;
}
input::placeholder {
  color: #04202b;
}

.section-heading img {
  width: 45px;
  height: 2px;
}
.section-heading p {
  margin-top: 10px;
}
.show-up {
  position: relative;
  z-index: 2;
}

/*
---------------------------------------------
Accordion / Faqs
---------------------------------------------
*/

.faqs-section {
  padding-top: 7.5rem;
}
.accordion {
  margin-bottom: -40px;
  background-color: #426e94;
  border-radius: 40px;
  padding: 80px 50px 50px 50px;
}
.accordion-item {
  background-color: #fff;
  border-radius: 40px !important;
  margin-bottom: 30px;
  border: none;
}
.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 40px !important;
}
.accordion-button:not(.collapsed) {
  color: #426e94;
  background-color: #fff;
}
h2.accordion-header button {
  padding: 15px 25px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
}
.accordion-button::after {
  font-size: 20px;
  font-weight: 500;
  background-image: none;
  content: "+";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #426e94;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 10px;
  content: "_";
}
.accordion-body {
  padding: 0px 25px 30px 25px;
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/
@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.2em;
  }
  p {
    font-size: 13px;
  }
  #home {
    text-align: center;
  }
  .home-info {
    margin-bottom: 3em;
  }
  .custom-navbar .nav li a {
    font-size: 13px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .custom-navbar .section-btn {
    margin-left: 1em;
  }
  .blog-thumb {
    height: inherit;
  }
  .blog-info {
    padding: 45px 25px;
  }

  .blog-info h3 {
    font-size: 16px;
  }

  .media.blog-thumb .media-left {
    display: block;
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }

  .media.blog-thumb .media-left {
    height: 250px;
  }

  .media.blog-thumb .media-left img {
    position: relative;
    bottom: 10em;
  }

  #work .work-thumb,
  .footer-thumb {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  #blog-header {
    height: 100vh;
  }

  .media.blog-thumb .media-left {
    height: 550px;
  }

  .media.blog-thumb .media-left img {
    position: relative;
    bottom: 10em;
  }
}
@media screen and (max-width: 767px) {
  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  .custom-navbar .nav li a {
    line-height: normal;
    padding: 5px;
  }
  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }
  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }
  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }
  .custom-navbar .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }
  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }
  .home-info span {
    margin-top: 20px;
  }
  #about .about-info:first-child {
    margin-right: 0;
  }
  .about-info {
    margin: 40px 0 40px 0;
  }
  .google-map {
    margin-top: 50px;
  }
  footer {
    text-align: center;
  }
  .footer-info p,
  .footer-bottom .phone-contact {
    margin-right: 0;
  }

  /* .media.blog-thumb .media-left img {
    border-radius: 40px 40px 0 0;
  } */
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 2em;
  }
  .media.blog-thumb .media-left {
    height: 320px;
  }

  .media.blog-thumb .media-left img {
    position: relative;
    bottom: 6em;
  }
}
@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }

  .main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 20px;
  }
  .main-banner .left-content p {
    margin-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .header-area {
    background-color: #fff;
  }
  .main-banner:after {
    display: none;
  }
  .main-banner .left-content h2 {
    color: #f2f8fb;
    margin-right: 0;
  }
  .main-banner .left-content p {
    color: #afafaf;
    margin-right: 0;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .box-item {
    text-align: center;
  }
  .about-us:after {
    display: none;
  }
  .about-us .gradient-button,
  .about-us span {
    text-align: center;
    display: block;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .about-us .section-heading {
    text-align: center;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  /* .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  } */
  .post-item {
    margin-bottom: 70px;
  }
  .pricing-item-regular {
    margin-bottom: 30px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  .footer-container {
    display: grid;
    place-content: center;
    align-self: center;
    text-align: center;
  }
  .footer-text {
    text-align: center;
  }
  .logo-section {
    margin-bottom: 20px;
  }
  .footer-services {
    margin-bottom: 20px;
  }
  .footer-quick {
    margin-bottom: 20px;
  }
  .footer-widget ul {
    float: none;
  }
}

@media (max-width: 767px) {
  /* .media.blog-thumb .media-left img {
    margin-right: 3rem;
    height: 300px;
  } */
  .the-clients .naccs .menu div {
    text-align: center;
  }
  footer .section-heading h4 {
    color: #2a2a2a;
  }
  footer #search {
    margin-bottom: 45px;
  }
  footer {
    padding-top: 0px;
    text-align: center;
  }
  .footer-widget .logo {
    margin-top: 30px;
  }
  .footer-contact {
    display: grid;
    justify-items: center;
  }
  .footer-widget ul {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer-widget h4 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  footer #search input {
    border: 1px solid #eee;
    color: #afafaf;
    background-color: #fff;
    border-radius: 23px;
    margin-bottom: 15px;
    padding: 0px 30px;
  }
  footer #search button {
    background-color: #fff;
    color: #f98d5e;
  }
  footer #search input::placeholder {
    color: #2a2a2a;
  }
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .header-area .main-nav {
    background-color: #fff;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .menu .thumb span.date {
    margin-bottom: -20px;
    display: block;
  }
  .service-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  .menu .thumb span.category {
    display: none;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .the-clients .nacc .thumb .down-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div {
    font-size: 0px;
  }
  .the-clients .nacc .thumb .down-content {
    text-align: center;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  .main-banner .left-content .white-button {
    display: inline-block;
    padding-bottom: 23px;
  }
}

@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }
}
@media (max-width: 992px) {
  .main-banner::before {
    display: none;
  }
  .main-banner .item {
    margin-right: 0px;
  }
  .main-banner {
    padding-bottom: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item {
    text-align: center;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .subscribe .inner-content {
    padding: 60px 30px;
  }
  .our-videos ul.nacc {
    margin-bottom: 30px;
  }
  .our-videos .naccs .menu div img {
    border-radius: 50px;
  }
  .our-videos .menu .thumb .inner-content {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }

  .blog-info h3 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 2em;
  }

  .media.blog-thumb .media-left {
    height: 320px;
  }

  .media.blog-thumb .media-left img {
    position: relative;
    bottom: 6em;
  }
}
@media (max-width: 767px) {
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .subscribe .inner-content:after {
    z-index: -1;
  }
  .subscribe .inner-content {
    padding: 60px 30px 100px 30px;
  }
  .subscribe .inner-content form input {
    width: 49%;
  }
  .subscribe .inner-content form button {
    width: 100%;
    background-color: #ff695f;
    margin-top: 30px;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }
  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;
  }
}
