/*-----------------------------------------------------------------------------------

  Template Name: Responsive Multipurpose HTML5 Template
  Template URI: 
  Description: Responsive Multipurpose, one page, Portfolio, Business,  Creative HTML Templatee
  Author: Mehedi Hasan
  Author URI: http://mrmehedihasan.com
  Version: 1.0

CSS INDEX
===================

-----------------------------------------------------------------------------------*/
/* **********************************
Reset CSS
************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/********************************
 Typography Style
******************************** */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  font-size: 15px; }

a {
  text-decoration: none;
  font-size: 15px; }

/* theme-color */
/* theme-bg */
/* section */
.expertise, .work, .project, .contact, .footer-area {
  overflow: hidden;
  padding: 80px 0;
  text-align: center; }

.expertise .title, .work .title, .project .title, .contact .contact-info {
  margin-bottom: 50px; }
  .expertise .title h2, .work .title h2, .project .title h2, .contact .contact-info h2 {
    color: #2A3A3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 2.5; }
  .expertise .title p, .work .title p, .project .title p, .contact .contact-info p {
    font-size: 20px;
    line-height: 1.5;
    color: #524e4d; }

.work .work-list .btn-cus, .project .project-list .btn-cus, .contact .cd-modal-content .contact-form .btn-cus {
  display: inline-block;
  padding: 14px 30px;
  border: 2px solid #FDCD3B;
  text-decoration: none;
  color: #2A3A3F;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.4s ease; }
  .work .work-list .btn-cus:hover, .project .project-list .btn-cus:hover, .contact .cd-modal-content .contact-form .btn-cus:hover {
    transition: all 0.4s ease;
    background: #2A3A3F;
    color: #FDCD3B;
    border: 2px solid #2A3A3F;
    padding: 14px 36px; }

/* Header-area */
.header-area {
  position: relative;
  background: url(../img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .header-area .logo {
    text-align: center;
    margin-top: 48px;
    display: block; }
    .header-area .logo img {
      height: 85px; }
    .header-area .logo .social ul {
      margin: 0;
      padding: 0; }
      .header-area .logo .social ul li {
        list-style: none;
        display: inline; }
        .header-area .logo .social ul li a {
          display: inline-block;
          padding: 18px;
          margin: 15px 3px 0;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.3);
          border: 2px solid transparent;
          list-style: 0;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .header-area .logo .social ul li a:hover {
            transition: all 0.5s ease;
            border: 2px solid #f4c739; }
          .header-area .logo .social ul li a img {
            height: 22px;
            width: 23px; }
          .header-area .logo .social ul li a .sms {
            height: 20px;
            width: 25px;
            padding: 3px; }
  .header-area .scroll-down {
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 15%; }
    .header-area .scroll-down a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.7);
      display: block;
      margin: 10px 0;
      font-size: 18px; }

/* expertise */
.expertise {
  background: #fff; }
  .expertise .expertise-list {
    text-align: center; }
    .expertise .expertise-list i {
      color: #FDCD3B;
      font-size: 48px; }
    .expertise .expertise-list h2 {
      color: #2A3A3F;
      font-size: 32px;
      font-weight: 700;
      line-height: 2.5; }
    .expertise .expertise-list p {
      color: #93a4aa;
      line-height: 1.6;
      font-size: 14px; }

/* work */
.work {
  background: #eee;
  padding: 80px 0 0; }
  .work .title a {
    font-size: 20px;
    text-decoration: none; }
  .work .work-list {
    text-align: left;
    padding: 0 30px; }
    .work .work-list h3 {
      color: #2A3A3F;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.5; }
    .work .work-list h4 {
      color: #b2c6cd;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.5; }
      .work .work-list h4:before {
        display: inline-block;
        content: '';
        clear: both;
        height: 5px;
        width: 5px;
        background: #FDCD3B;
        border-radius: 50%;
        margin-right: 8px;
        vertical-align: middle; }
    .work .work-list p {
      color: #93a4aa;
      line-height: 1.6;
      font-size: 14px;
      margin-top: 30px; }
    .work .work-list a {
      text-decoration: none;
      font-size: 14px; }
    .work .work-list .btn-cus {
      margin-top: 30px; }
  .work .testimonial {
    overflow: hidden;
    margin: 60px 0;
    padding: 60px 0;
    border-top: 1px solid #d6e1e5;
    border-bottom: 1px solid #d6e1e5; }
    .work .testimonial .man {
      width: 70px;
      display: inline-block; }
    .work .testimonial .text {
      padding: 30px 10px;
      overflow: hidden;
      display: inline-block; }
    .work .testimonial p {
      font-size: 20px;
      color: #524e4d;
      margin-bottom: 15px;
      line-height: 1.5; }
    .work .testimonial img {
      height: 70px;
      width: 70px;
      border-radius: 50%;
      display: inline-block; }
    .work .testimonial h5 {
      display: inline-block;
      font-size: 14px;
      color: #93a4aa; }
  .work .last-tes {
    overflow: hidden;
    margin: 60px 0;
    padding: 60px 0 0;
    border-top: 1px solid #d6e1e5;
    border-bottom: 1px solid transparent; }

/* project */
.project {
  background: #fff; }
  .project .project-list {
    overflow: hidden;
    margin: 0 20px; }
    .project .project-list img {
      border-radius: 6px;
      margin: 20px 0; }
    .project .project-list p {
      color: #93a4aa;
      line-height: 1.6;
      font-size: 14px; }
    .project .project-list .btn-cus {
      margin-top: 30px; }

/* contact */
.contact {
  background-color: #FDCD3B;
  text-align: center;
  margin: 0 auto; }
  .contact .contact-info p {
    color: #2A3A3F; }
  .contact .cd-modal-content {
    text-align: center; }
    .contact .cd-modal-content p {
      font-size: 14px;
      color: #fff; }
    .contact .cd-modal-content h4 {
      color: rgba(255, 255, 255, 0.7);
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 30px; }
    .contact .cd-modal-content .contact-form .form-group {
      margin-bottom: 10px; }
      .contact .cd-modal-content .contact-form .form-group .col-md-6:first-child {
        padding-right: 5px; }
      .contact .cd-modal-content .contact-form .form-group .col-md-6:last-child {
        padding-left: 5px; }
      .contact .cd-modal-content .contact-form .form-group .form-control {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background-color: transparent;
        background-clip: padding-box;
        border: 1px solid #fff;
        border-radius: 0; }
        .contact .cd-modal-content .contact-form .form-group .form-control:focus {
          outline: inherit;
          box-shadow: inherit;
          border: 1px solid #FDCD3B; }
        .contact .cd-modal-content .contact-form .form-group .form-control:hover {
          border: 1px solid #FDCD3B; }
    .contact .cd-modal-content .contact-form .btn-cus {
      background: transparent;
      color: #fff;
      margin-top: 30px; }
      .contact .cd-modal-content .contact-form .btn-cus:hover {
        color: #2A3A3F;
        border: 2px solid #FDCD3B;
        background: #FDCD3B; }

/* -Main Components */
.cd-section {
  margin-top: 50px; }

.cd-section p {
  margin: 2em 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s; }

.cd-modal::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent; }

.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  padding: 3em 5%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  background: #2A3A3F; }

.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch; }

@media only screen and (min-width: 768px) {
  .cd-modal .cd-modal-content {
    padding: 4em 10%; } }
@media only screen and (min-width: 1170px) {
  .cd-modal .cd-modal-content {
    padding: 6em 20%; }

  .cd-modal p {
    font-size: 2rem;
    line-height: 2; } }
.cd-modal-action {
  position: relative; }

.cd-modal-action .btn {
  display: inline-block;
  height: 55px;
  background-color: transparent;
  border: 2px solid #2A3A3F;
  transition: all 0.2s ease; }
  .cd-modal-action .btn:hover {
    background-color: #2A3A3F;
    transition: all 0.2s ease;
    color: #FDCD3B;
    width: 16em; }

.cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 55px;
  background-color: #2A3A3F;
  border: 2px solid #2A3A3F; }

.cd-modal-action .btn {
  width: 15em;
  border-radius: 5em;
  transition: all 0.2s ease;
  color: #2A3A3F;
  line-height: 3;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700; }

.cd-modal-action .btn.to-circle {
  width: 3em;
  color: transparent; }

.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s; }

.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible; }

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close_copy.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; }

.no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 70px; } }
/* footer-area */
.footer-area {
  background: #2A3A3F; }
  .footer-area .footer h5 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 2; }
  .footer-area .footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 1.5; }
  .footer-area .social {
    margin-top: 30px; }
    .footer-area .social ul {
      margin: 0;
      padding: 0; }
      .footer-area .social ul li {
        list-style: none;
        display: inline; }
        .footer-area .social ul li a {
          display: inline-block;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.6);
          background: rgba(0, 0, 0, 0.1);
          height: 36px;
          width: 36px;
          border-radius: 50%;
          font-size: 16px;
          line-height: 2.4;
          transition: all 0.4s ease;
          margin-right: 3px; }
          .footer-area .social ul li a:hover {
            transition: all 0.4s ease;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.3); }

/*# sourceMappingURL=style.css.map */
