/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: TANVIR AHMED
    Author URI: site.com
    Version: 4.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Services
	04. About Us
	05. Footer
	06. Footer
	07. Footer
	08. Footer
	09. Footer
	10. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:400,500,700");
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #69798d; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #223a66;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #69798d;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #fab43b;
  padding: 0 48px;
  font-size: 14px;
  line-height: 48px;
  border-radius: 5px;
  color: #223a66;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fab43b; }
  .main-btn:hover {
    background-color: #dbdbdb;
    color: #223a66;
    border-color: #dbdbdb; }
  .main-btn.main-btn-2 {
    background-color: #dbdbdb;
    color: #223a66;
    border-color: #dbdbdb; }
    .main-btn.main-btn-2:hover {
      background-color: #fab43b;
      color: #223a66;
      border-color: #f6f6f6; }

/*===== Section Title Style =====*/
.section-title .title {
  font-size: 50px;
  line-height: 65px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title .title {
      font-size: 42px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
      font-size: 38px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 22px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
      font-size: 30px; } }
.section-title .text {
  padding-top: 30px;
  font-size: 15px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title .text {
      font-size: 14px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .text {
      padding: 30px 70px 0; } }
  @media (max-width: 767px) {
    .section-title .text {
      font-size: 14px; } }
.section-title.section-title-2 .title {
  color: #fff; }
.section-title.section-title-2 .text {
  color: #fff; }

/*===== PRELOADER =====*/
.over-loader {
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999991; }
  .over-loader .loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999; }
    .over-loader .loader .loader-item {
      width: 40px;
      height: 40px;
      position: relative; }
      .over-loader .loader .loader-item .cube1 {
        background-color: #fab43b;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
        animation: sk-cubemove 1.8s infinite ease-in-out; }
      .over-loader .loader .loader-item .cube2 {
        background-color: #fab43b;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
        animation: sk-cubemove 1.8s infinite ease-in-out;
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
/*===========================
    2.HEADER css 
===========================*/
/*===== NAVBAR AREA =====*/
.navbar-area {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .navbar-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    animation: navigation .4s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area {
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .navbar-area {
      padding: 10px 0; } }
  .navbar-area .navbar {
    position: relative;
    padding: 0; }
    .navbar-area .navbar .navbar-toggler {
      margin-top: -10px; }
      .navbar-area .navbar .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #fab43b;
        margin: 5px 0;
        display: block;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px; }
      .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0; }
      .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #fab43b;
        z-index: 8;
        padding: 10px 16px; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        background-color: #fab43b;
        z-index: 8;
        padding: 10px 16px; } }
    .navbar-area .navbar .navbar-nav {
      margin-right: 18px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-area .navbar .navbar-nav {
          margin-right: 0; } }
      @media (max-width: 767px) {
        .navbar-area .navbar .navbar-nav {
          margin-right: 0; } }
      .navbar-area .navbar .navbar-nav .nav-item {
        position: relative;
        margin-right: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .navbar-area .navbar .navbar-nav .nav-item {
            margin-right: 25px; } }
        .navbar-area .navbar .navbar-nav .nav-item a {
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          padding: 11px 0;
          text-transform: uppercase;
          position: relative;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          margin: 14px 0;
          font-family: "Rubik", sans-serif;
          color: #69798d;
          text-transform: capitalize; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .navbar-area .navbar .navbar-nav .nav-item a {
              font-size: 15px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item a {
              padding: 10px 0;
              display: block;
              border: 0; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item a {
              padding: 10px 0;
              display: block;
              border: 0; } }
          .navbar-area .navbar .navbar-nav .nav-item a i {
            margin-left: 5px;
            font-size: 18px; }
          .navbar-area .navbar .navbar-nav .nav-item a::before {
            position: absolute;
            content: '';
            height: 12px;
            width: 12px;
            background: #fab43b;
            border-radius: 0%;
            left: -20px;
            top: 16px;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            opacity: 0; }
          .navbar-area .navbar .navbar-nav .nav-item a.active {
            color: #fab43b; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .navbar-area .navbar .navbar-nav .nav-item a.active {
                color: #fff; } }
            @media (max-width: 767px) {
              .navbar-area .navbar .navbar-nav .nav-item a.active {
                color: #fff; } }
            .navbar-area .navbar .navbar-nav .nav-item a.active::before {
              opacity: 1;
              border-radius: 50%; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .navbar-area .navbar .navbar-nav .nav-item a.active::before {
                  opacity: 0; } }
              @media (max-width: 767px) {
                .navbar-area .navbar .navbar-nav .nav-item a.active::before {
                  opacity: 0; } }
        .navbar-area .navbar .navbar-nav .nav-item:hover > a {
          color: #fab43b; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item:hover > a {
              color: #fff; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item:hover > a {
              color: #fff; } }
          .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
            opacity: 1;
            border-radius: 50%; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
                opacity: 0; } }
            @media (max-width: 767px) {
              .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
                opacity: 0; } }
        .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
          display: none; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 7px; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 7px; } }
    .navbar-area .navbar .navbar-btn .main-btn {
      border-color: #fff;
      border: 0; }
      .navbar-area .navbar .navbar-btn .main-btn:hover {
        border-color: #fab43b; }

/*===== header banner area =====*/
.header-banner-area {
  background-color: #f9f9ff;
  height: 800px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .header-banner-area {
      height: 850px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-banner-area {
      height: 600px; } }
  .header-banner-area::before {
    position: absolute;
    content: '';
    background-color:#FAB43B;
    background-repeat: repeat;
    height: 100%;
    width: 30%;
    left: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 767px) {
      .header-banner-area::before {
        width: 0; } }
  .header-banner-area::after {
    position: absolute;
    content: '';
    background-image: url(../images/dot-2.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 70%;
    right: 0;
    z-index: 1; }
    @media (max-width: 767px) {
      .header-banner-area::after {
        width: 100%; } }
  .header-banner-area .man-thumb {
    position: relative;
    z-index: 4;
    margin-top: 70px; }
    @media (max-width: 767px) {
      .header-banner-area .man-thumb {
        margin-top: 20px; } }
    .header-banner-area .man-thumb img {
      border-radius: 50%;
      border: 60px solid #fab43b; }
      @media (max-width: 767px) {
        .header-banner-area .man-thumb img {
          border: 5px solid #fab43b; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-banner-area .man-thumb img {
          border: 25px solid #fab43b; } }
    .header-banner-area .man-thumb::before {
      position: absolute;
      content: '';
      height: 445px;
      width: 445px;
      background: #000;
      border-radius: 50%;
      left: -31px;
      top: -15px;
      z-index: -1; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-banner-area .man-thumb::before {
          width: 400px;
          height: 400px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-banner-area .man-thumb::before {
          width: 300px;
          height: 300px; } }
      @media (max-width: 767px) {
        .header-banner-area .man-thumb::before {
          opacity: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-banner-area .man-thumb::before {
          width: 180px;
          height: 180px; } }
  .header-banner-area .banner-content {
    position: relative;
    z-index: 2;
    margin-top: 120px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .header-banner-area .banner-content {
        margin-top: 20px; } }
    .header-banner-area .banner-content span {
      font-size: 36px;
      font-weight: 500;
      padding-bottom: 14px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-banner-area .banner-content span {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .header-banner-area .banner-content span {
          font-size: 26px; } }
    .header-banner-area .banner-content .title {
      font-size: 80px;
      font-weight: 600;
      color: #223a66;
      padding-bottom: 25px;
      position: relative;
      display: inline-block;
      z-index: 5; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-banner-area .banner-content .title {
          font-size: 70px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-banner-area .banner-content .title {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .header-banner-area .banner-content .title {
          font-size: 46px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-banner-area .banner-content .title {
          font-size: 50px; } }
      .header-banner-area .banner-content .title::after {
        position: absolute;
        content: '';
        height: 16px;
        width: 100%;
        background: rgba(250, 180, 59, 0.3);
        left: 4px;
        bottom: 44px;
        z-index: -1; }
        @media (max-width: 767px) {
          .header-banner-area .banner-content .title::after {
            height: 12px;
            bottom: 38px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-banner-area .banner-content .title::after {
            height: 16px;
            bottom: 44px; } }
    .header-banner-area .banner-content p {
      /*font-size: 20px;*/
      padding-bottom: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-banner-area .banner-content p {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .header-banner-area .banner-content p {
          font-size: 16px; } }
    .header-banner-area .banner-content a {
      padding: 0 35px;
      text-transform: uppercase; }
  .header-banner-area .socail {
    bottom: 30px;
    left: 40px;
    z-index: 5; }
    .header-banner-area .socail ul li {
      display: inline-block;
      margin-right: 25px; }
      .header-banner-area .socail ul li a {
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        background: #393939;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .header-banner-area .socail ul li a:hover {
          background: #fab43b;
          color: #223a66; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    margin-top: -26px; } }

@-webkit-keyframes navigation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes navigation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*===========================
    3.SERVICES css 
===========================*/
.services-area {
  /*padding-top: 120px;*/
  padding-bottom: 130px; }
  .services-area .single-services {
    background-image: url(../images/services-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden; }
    .services-area .single-services.single-services-2 .services-overlay {
      background: linear-gradient(-45deg, rgba(56, 19, 194, 0.95) 0%, rgba(255, 111, 216, 0.95) 100%); }
    .services-area .single-services.single-services-3 .services-overlay {
      background: linear-gradient(-45deg, rgba(76, 131, 255, 0.95) 0%, rgba(42, 250, 223, 0.95) 100%); }
    .services-area .single-services.single-services-4 .services-overlay {
      background: linear-gradient(-45deg, rgba(199, 163, 40, 0.95) 0%, rgba(129, 251, 184, 0.95) 100%); }
    .services-area .single-services .services-overlay {
      background-image: linear-gradient(-45deg, rgba(75, 164, 236, 0.95) 0%, rgba(55, 54, 224, 0.95) 100%);
      padding: 55px 60px 60px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .services-area .single-services .services-overlay {
          padding: 55px 30px 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .services-area .single-services .services-overlay {
          padding: 55px 30px 60px; } }
      @media (max-width: 767px) {
        .services-area .single-services .services-overlay {
          padding: 55px 30px 60px; } }
      .services-area .single-services .services-overlay .title {
        font-size: 30px;
        padding-bottom: 15px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .services-area .single-services .services-overlay .title {
            font-size: 26px; } }
        @media (max-width: 767px) {
          .services-area .single-services .services-overlay .title {
            font-size: 26px; } }
        .services-area .single-services .services-overlay .title a {
          color: #fff; }
      .services-area .single-services .services-overlay p {
        color: #fff;
        line-height: 28px;
        padding-bottom: 20px; }
        @media (max-width: 767px) {
          .services-area .single-services .services-overlay p {
            font-size: 14px; } }
      .services-area .single-services .services-overlay > a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        border: 1px solid #fff;
        line-height: 50px;
        padding: 0 42px;
        border-radius: 4px; }

.Overlay {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-45deg, #81fbb8 0%, #c7a328 100%);
  background-image: -webkit-linear-gradient(-45deg, #81fbb8 0%, #c7a328 100%);
  background-image: -ms-linear-gradient(-45deg, 0%, 100%);
  opacity: 0.902;
  position: absolute;
  left: 976px;
  top: 1480px;
  width: 555px;
  height: 324px;
  z-index: 247; }

/*===========================
    3.ABOUT US css 
===========================*/
.about-area .about-content {
  padding-top: 115px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area .about-content {
      margin-bottom: 130px; } }
  .about-area .about-content .title {
    font-size: 50px;
    line-height: 72px;
    padding-bottom: 18px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-area .about-content .title {
        font-size: 44px; } }
    @media (max-width: 767px) {
      .about-area .about-content .title {
        font-size: 32px;
        line-height: 46px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-area .about-content .title {
        font-size: 40px; } }
  .about-area .about-content a {
    margin-right: 28px;
    line-height: 60px;
    position: 0 50px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .about-area .about-content a {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-area .about-content a {
        margin-bottom: 0; } }
  .about-area .about-content p {
    line-height: 28px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-area .about-content p {
        font-size: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-area .about-content p {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .about-area .about-content p {
        font-size: 14px; } }
    .about-area .about-content p b {
      font-weight: 500;
      color: #223a66; }
.about-area .about-thumb {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center; }

/*===========================
    4.RECENT WORKS css 
===========================*/
.recent-works .project-menu {
  padding-top: 55px;
  padding-bottom: 10px; }
  .recent-works .project-menu ul {
    white-space: nowrap; }
    @media (max-width: 767px) {
      .recent-works .project-menu ul {
        white-space: normal; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .recent-works .project-menu ul {
        white-space: nowrap; } }
    .recent-works .project-menu ul li {
      display: inline-block;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      margin: 0 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .recent-works .project-menu ul li {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .recent-works .project-menu ul li {
          margin: 8px 5px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .recent-works .project-menu ul li {
          margin: 0 10px; } }
      .recent-works .project-menu ul li.active {
        color: #fab43b; }
.recent-works .recent-btn a {
  line-height: 60px;
  text-transform: uppercase; }
.recent-works .recent-thumb {
  position: relative;
  overflow: hidden; }
  .recent-works .recent-thumb img {
    width: 100%; }
  .recent-works .recent-thumb .recent-overlay {
    position: absolute;
    bottom: -190px;
    height: 160px;
    width: 103%;
    background: #fab43b;
    transform: rotate(-4deg);
    left: -7px;
    padding: 48px 68px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    @media (max-width: 767px) {
      .recent-works .recent-thumb .recent-overlay {
        padding: 48px 40px; } }
    .recent-works .recent-thumb .recent-overlay h4 {
      transform: rotate(4deg);
      font-size: 24px;
      line-height: 32px; }
      @media (max-width: 767px) {
        .recent-works .recent-thumb .recent-overlay h4 {
          font-size: 16px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .recent-works .recent-thumb .recent-overlay h4 {
          font-size: 24px; } }
    .recent-works .recent-thumb .recent-overlay span {
      transform: rotate(4deg);
      color: #223a66; }
      @media (max-width: 767px) {
        .recent-works .recent-thumb .recent-overlay span {
          font-size: 14px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .recent-works .recent-thumb .recent-overlay span {
          font-size: 16px; } }
    .recent-works .recent-thumb .recent-overlay.recent-overlay2 {
      bottom: -190px;
      left: 0;
      padding: 30px; }
      .recent-works .recent-thumb .recent-overlay.recent-overlay2 h4 {
        font-size: 18px; }
      .recent-works .recent-thumb .recent-overlay.recent-overlay2 span {
        font-size: 16px; }
  .recent-works .recent-thumb:hover .recent-overlay {
    bottom: -20px; }
  .recent-works .recent-thumb:hover .recent-overlay.recent-overlay2 {
    bottom: -49px; }

/*===========================
    5. WORK css 
===========================*/
.work-area {
  margin-bottom: 125px; }
  .work-area .single-work {
    padding: 60px 20px 55px;
    border-radius: 8px;
    box-shadow: 0px 17px 24px 0px rgba(102, 102, 102, 0.13); }
    .work-area .single-work .work-icon .work-icon-area {
      height: 120px;
      width: 120px;
      background: linear-gradient(90deg, #faa53d 0%, #f78048 100%);
      border-radius: 50%;
      padding-top: 17px; }
      .work-area .single-work .work-icon .work-icon-area i {
        color: #fff;
        font-size: 48px;
        display: block;
        line-height: 50px; }
      .work-area .single-work .work-icon .work-icon-area span {
        color: #fff;
        text-transform: capitalize; }
      .work-area .single-work .work-icon .work-icon-area.work-icon-area-2 {
        background: linear-gradient(90deg, #d351a9 0%, #ae32a8 100%); }
      .work-area .single-work .work-icon .work-icon-area.work-icon-area-3 {
        background: linear-gradient(90deg, #feb09b 0%, #fe868f 100%); }
    .work-area .single-work .work-content .title {
      font-size: 24px;
      text-transform: capitalize;
      padding-top: 35px;
      padding-bottom: 25px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .work-area .single-work .work-content .title {
          font-size: 20px;
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .work-area .single-work .work-content .title {
          font-size: 20px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .work-area .single-work .work-content p {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .work-area .single-work .work-content p {
        font-size: 15px; } }
  .work-area .contact-me {
    height: 250px;
    background: #fff;
    margin-top: 130px;
    box-shadow: 0px 11px 65px 0px rgba(102, 102, 102, 0.13);
    position: relative;
    margin-bottom: -125px;
    overflow: hidden;
    z-index: 20; }
    .work-area .contact-me::before {
      position: absolute;
      content: '';
      height: 145%;
      width: 77%;
      top: -102px;
      left: 50%;
      transform: translateX(-50%);
      background-image: url(../images/contact-me-dot-bg.png);
      background-repeat: no-repeat;
      z-index: -1; }
    .work-area .contact-me .title {
      font-size: 35px;
      padding-top: 55px;
      padding-bottom: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .work-area .contact-me .title {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .work-area .contact-me .title {
          font-size: 22px;
          padding-bottom: 20px; } }
    .work-area .contact-me a {
      color: #223a66;
      text-transform: uppercase;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .work-area .contact-me a {
          margin: 5px 15px; } }
      .work-area .contact-me a:last-child {
        text-decoration: underline; }

/*===========================
    5. TESTIMONIALS css 
===========================*/
.testimonials-area .section-title .text {
  padding: 30px 40px 0; }
  @media (max-width: 767px) {
    .testimonials-area .section-title .text {
      padding: 30px 0px 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonials-area .section-title .text {
      padding: 30px 40px 0; } }
.testimonials-area .testimonials-item {
  background: #fffaf0;
  padding: 50px 100px 55px;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0 60px; }
  @media (max-width: 767px) {
    .testimonials-area .testimonials-item {
      padding: 50px 20px 55px;
      margin: 0 15px; } }
  .testimonials-area .testimonials-item .icon {
    position: absolute;
    left: 25px;
    top: 45px;
    width: 23%;
    z-index: -1; }
  .testimonials-area .testimonials-item .text {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: #69798d;
    line-height: 40px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .testimonials-area .testimonials-item .text {
        font-size: 16px; } }
  .testimonials-area .testimonials-item > img {
    border: 2px solid #fab43b;
    border-radius: 50%;
    margin-top: 20px; }
  .testimonials-area .testimonials-item h5 {
    font-size: 20px;
    text-transform: capitalize;
    padding-top: 25px; }
  .testimonials-area .testimonials-item span {
    padding-top: 10px; }
.testimonials-area .testimonials-slide img {
  display: inline-block; }
.testimonials-area .testimonials-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  color: #223a66; }
  .testimonials-area .testimonials-slide .slick-arrow.prev {
    left: 16%;
    position: absolute;
    z-index: 5; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonials-area .testimonials-slide .slick-arrow.prev {
        left: 11%; } }
  .testimonials-area .testimonials-slide .slick-arrow.next {
    right: 12%;
    position: absolute;
    z-index: 5; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonials-area .testimonials-slide .slick-arrow.next {
        right: 6%; } }
  .testimonials-area .testimonials-slide .slick-arrow:hover {
    background: #fab43b; }

/*===========================
    6. CONTACT css 
===========================*/
.contact-area .input-box input {
  width: 100%;
  background-color: #fff;
  line-height: 65px;
  padding-left: 20px;
  border: 1px solid #ddd;
  color: #69798d; }
  .contact-area .input-box input::placeholder {
    opacity: 1;
    color: #69798d;
    text-transform: capitalize; }
.contact-area .input-box textarea {
  color: #69798d;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  resize: none;
  height: 210px; }
  .contact-area .input-box textarea::placeholder {
    color: #69798d;
    opacity: 1; }
.contact-area .input-box button {
  text-transform: uppercase;
  line-height: 60px;
  padding: 0 45px; }

/*===========================
    7. FOOTER css 
===========================*/
.footer-area {
  position: relative;
  z-index: 20; }
  .footer-area::after {
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .footer-area .section-title .social ul li {
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .footer-area .section-title .social ul li {
        margin-top: 15px;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-area .section-title .social ul li {
        margin-top: 45px;
        margin-bottom: 60px; } }
    .footer-area .section-title .social ul li a {
      color: #223a66;
      height: 65px;
      width: 65px;
      text-align: center;
      border-radius: 50%;
      background: #f6f6f6;
      line-height: 65px;
      margin: 0 14px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      font-size: 24px; }
      .footer-area .section-title .social ul li a:hover {
        background: #fab43b; }
  .footer-area .section-title p {
    color: #223a66;
    line-height: 85px;
    border-top: 1px solid #ddd; }

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  background: #f6f6f6;
  text-align: center;
  border-radius: 50%;
  color: #223a66;
  line-height: 46px;
  border: 2px solid #fab43b;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
  display: none;
  font-size: 24px; }
  .back-to-top:hover {
    background: #fab43b; }

/*# sourceMappingURL=style.css.map */
