h2, .h2 {
  font-size: 30px; }

h5, .h5 {
  font-size: 18px; }

.btn-line-def {
  padding: 3px 6px;
  border-radius: 5px;
  background: rgba(102, 109, 137, 0.1);
  color: #767e9e;
  border: 1px solid #666d89;
  font-family: "Lato-Regular", sans-serif;
  font-size: 12px;
  cursor: pointer; }
  .btn-line-def:hover, .btn-line-def:active, .btn-line-def.active {
    border-color: #f6f6f8;
    color: white; }

.btn-light-def {
  padding: 13px 43px;
  border-radius: 5px;
  background: #f0d8d9;
  color: #d6564f;
  border: 1px solid #f0d8d9;
  font-family: "Lato-Regular", sans-serif;
  font-size: 18px;
  cursor: pointer; }
  .btn-light-def:hover, .btn-light-def:active, .btn-light-def.active {
    background: white; }

@font-face {
  font-family: "MyriadPro-Regular", sans-serif;
  src: url("../fonts/myriadpro/MyriadPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Light", sans-serif;
  src: url("../fonts/lato/Lato-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Regular", sans-serif;
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lato-Bold", sans-serif;
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Lato-Black", sans-serif;
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/*------------------------------Nav START------------------------------*/
.header {
  background: #2d303a;
  border-bottom: 6px solid #363a45; }
  .header .navbar-brand {
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
    font-family: "MyriadPro-Regular", sans-serif; }
    .header .navbar-brand:hover {
      color: #f06c64; }
    .header .navbar-brand sup {
      color: #f06c64; }
  .header .navbar-nav .nav-item {
    position: relative;
    margin: auto 19px auto 19px; }
    .header .navbar-nav .nav-item .nav-link {
      text-transform: uppercase;
      font-size: 12px;
      color: #ffffff;
      font-family: "Lato-Bold", sans-serif; }
      .header .navbar-nav .nav-item .nav-link:hover {
        color: #f06c64; }
    .header .navbar-nav .nav-item:last-child {
      margin-right: inherit; }
    .header .navbar-nav .nav-item:first-child:after {
      content: '';
      display: none; }
      @media only screen and (max-width: 767px) {
        .header .navbar-nav .nav-item:first-child:after {
          content: '';
          display: block; } }
    .header .navbar-nav .nav-item:after {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-color: #4a4f5f;
      position: absolute;
      left: -19px;
      top: calc(50% - 2px); }
  .header .navbar-nav .active > .nav-link {
    color: #f06c64; }

/*------------------------------Nav END------------------------------*/
/*------------------------------Slider START------------------------------*/
.main-slider {
  width: 100%; }
  .main-slider .carousel-inner .slider {
    background: #f06c64;
    border-bottom: 6px solid #f27e77;
    height: calc(100vh - 69px); }
    .main-slider .carousel-inner .slider-1 {
      background: url("../img/slider/slider-1.png") center no-repeat;
      background-size: inherit; }
    .main-slider .carousel-inner .slider-2 {
      background: url("../img/slider/slider-1.png") center no-repeat;
      background-size: inherit; }
    .main-slider .carousel-inner .slider-3 {
      background: url("../img/slider/slider-1.png") center no-repeat;
      background-size: inherit; }
    .main-slider .carousel-inner .slider-4 {
      background: url("../img/slider/slider-1.png") center no-repeat;
      background-size: inherit; }
    .main-slider .carousel-inner .slider-1, .main-slider .carousel-inner .slider-2, .main-slider .carousel-inner .slider-3, .main-slider .carousel-inner .slider-4 {
      height: 100%; }
      @media only screen and (max-width: 991px) {
        .main-slider .carousel-inner .slider-1, .main-slider .carousel-inner .slider-2, .main-slider .carousel-inner .slider-3, .main-slider .carousel-inner .slider-4 {
          background-size: 80%; } }

/*------------------------------Slider END------------------------------*/
/*------------------------------Common Section START------------------------------*/
.section {
  padding: 65px 15px;
  font-family: "Lato-Light", sans-serif;
  font-size: 18px; }
  .section h2, .section h5 {
    font-family: "Lato-Black", sans-serif; }

/*------------------------------Common Section END------------------------------*/
/*------------------------------Our Services START------------------------------*/
.our-services {
  background: #f2f2f2;
  color: #767e9e;
  padding: 65px 15px 45px;
  border-bottom: 6px solid #fcfcfc; }
  .our-services h2, .our-services h5 {
    color: #666d89; }
  .our-services .service-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px; }
    .our-services .service-item .item-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1px solid #666d89;
      margin-right: 20px; }
    .our-services .service-item .item-details {
      justify-content: flex-end;
      width: calc(100% - 80px);
      font-size: 12px;
      font-family: "Lato-Regular", sans-serif;
      line-height: 22px; }
    .our-services .service-item .item-icon-buble {
      background: url("../img/icons/buble.svg") center no-repeat;
      background-size: 50%; }
    .our-services .service-item .item-icon-bulb {
      background: url("../img/icons/bulb.svg") center no-repeat;
      background-size: 50%; }
    .our-services .service-item .item-icon-design {
      background: url("../img/icons/design.svg") center no-repeat;
      background-size: 50%; }
    .our-services .service-item .item-icon-heart {
      background: url("../img/icons/heart.svg") center no-repeat;
      background-size: 50%; }
    .our-services .service-item .item-icon-responsive {
      background: url("../img/icons/responsive.svg") center no-repeat;
      background-size: 50%; }
    .our-services .service-item .item-icon-star {
      background: url("../img/icons/star.svg") center no-repeat;
      background-size: 50%; }

/*------------------------------Our Services END------------------------------*/
/*------------------------------Portfolio START------------------------------*/
.portfolio {
  padding: 65px 15px 35px;
  background: #2d303a;
  color: #767e9e;
  border-bottom: 6px solid #363a45; }
  .portfolio h2, .portfolio h5 {
    color: #666d89; }
  .portfolio .img-section img {
    width: 100%;
    margin-bottom: 30px; }
  .portfolio .btn-panel .btn-line-def {
    margin-right: 10px;
    margin-bottom: 20px; }

/*------------------------------Portfolio END------------------------------*/
/*------------------------------Get a Quote START------------------------------*/
.get-quote {
  background: #f06c64;
  color: #f0d8d9;
  border-bottom: 6px solid #f27e77; }
  .get-quote h2, .get-quote h5 {
    color: #f0d8d9; }
  .get-quote .get-quote-form input, .get-quote .get-quote-form textarea {
    background: #d6564f;
    border-color: #d6564f;
    font-size: 12px;
    font-family: "Lato-Regular", sans-serif; }
    .get-quote .get-quote-form input::-webkit-input-placeholder, .get-quote .get-quote-form textarea::-webkit-input-placeholder {
      color: #f48c8f; }
    .get-quote .get-quote-form input:-moz-placeholder, .get-quote .get-quote-form textarea:-moz-placeholder {
      color: #f48c8f; }
    .get-quote .get-quote-form input::-moz-placeholder, .get-quote .get-quote-form textarea::-moz-placeholder {
      color: #f48c8f; }
    .get-quote .get-quote-form input:-ms-input-placeholder, .get-quote .get-quote-form textarea:-ms-input-placeholder {
      color: #f48c8f; }
  .get-quote .contact-details {
    font-size: 12px;
    line-height: 22px; }
    .get-quote .contact-details ul {
      list-style: none;
      padding-left: 0; }
      .get-quote .contact-details ul li .fa {
        margin-right: 15px; }

/*------------------------------Get a Quote END------------------------------*/
/*------------------------------footer START------------------------------*/
.footer {
  padding: 22px 15px;
  background: #2d303a;
  color: #666d89; }
  .footer .copy-right {
    font-size: 12px;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .footer .copy-right {
        justify-content: space-around; } }
  .footer .social-links {
    text-align: right; }
    @media only screen and (max-width: 991px) {
      .footer .social-links {
        text-align: center;
        margin-top: 20px; } }
    .footer .social-links ul {
      padding: 0;
      margin: 0; }
      .footer .social-links ul li {
        font-size: 15px;
        margin-left: 30px;
        padding: 7px 9px;
        border-radius: 30px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        border: 1px solid #666d89;
        transition: ease-in 0.4s;
        -webkit-transition: ease-in 0.4s;
        -moz-transition: ease-in 0.4s;
        -o-transition: ease-in 0.4s; }
        .footer .social-links ul li:first-child {
          margin-left: 0; }
        .footer .social-links ul li:hover {
          transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transition: ease-in-out 0.6s;
          -webkit-transition: ease-in-out 0.6s;
          -moz-transition: ease-in-out 0.6s;
          -o-transition: ease-in-out 0.6s; }

/*------------------------------footer END------------------------------*/
