/*=======================================================================
* Template Name: Nilson - Personal Portfolio Template
* Template URL: https://themeforest.net/item/nilson-personal-portfolio-template/25126048
* Author: ThemesHolder
* Author URL: https://themeforest.net/user/themesholder
* Version: 2.1
* Tags: personal, portfolio, resume, cv, template
======================================================================= */

/*------------------------------------------------------
Table of content
--------------------------------------------------------
*--> Header Area Style
*--> Hero Area Style
*--> About  Area Style
*--> Service Area Style
*--> Portfolio Area Style
*--> Counter Area Style
*--> CTA Area Style
*--> Price Area Style
*--> Testimonial Area Style
*--> Logo Carousel Area Style
*--> Contact Area Style
*--> Blog  Area Style
*--> Footer Area Style
------------------------------------------------------*/

/*google-Fonts*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
@font-face {
  font-family: 'Artysignature';
  src: url('../fonts/Arty_Signature.otf');
}
/*
-------------------------------------------
   Default Style
-------------------------------------------
*/

body {
    padding-top: 0px;
}

.row .flex {
    display: inline-flex;
    width: 100%;
}

img {
    width: 100%;
    min-height: 100px;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #717584;
}
ul,
ol {
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus,
:focus {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, sans-serif;
}
p {
  color: #717584;
  font-weight: 400;
  font-size: 16px;
}
.section-padding {
  padding: 130px 0;
}
.section-margin {
  margin: 130px 0;
}
.pd-80 {
  padding: 80px 0;
}
.p-t-40 {
  padding-top: 40px;
}
.pt-65 {
  padding-top: 65px;
}
.p-t-140 {
  padding-top: 140px;
}
.m-b-65 {
  margin-bottom: 50px;
}
.pd-70 {
  padding: 70px 0;
}
.pd-50 {
  padding: 50px 0;
}
.mt-30 {
  margin-top: 30px;
}
/*
----------------------
 Elements Style
---------------------
*/
.bio-element {
  background: rgba(248, 28, 71, 0.1);
}
.about-element {
  background: #f9f9f9;
}
.hire-btn-2, .hire-btn-2:hover {
  background: #F81C47!important;
  border-color: #F81C47!important;
  color: #fff!important;
}
.lite-bg {
  background: #F0F8F9;
}
.lite-bg2 {
  background: #F8F8F8;
}
/*
-------------------------------------------
   Base Style
-------------------------------------------
*/

.section-title h3 {
  font-size: 24px;
  color: #FE805A;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.section-title h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-title h2 b {
  color: red;
}
.section-title p {
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0;
}
.scrollup {
  height: 50px;
  width: 50px;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: fixed;
  right: 50px;
  bottom: 30px;
  cursor: pointer;
  color: #ffffff;
  transition: .5s;
  z-index: 999;
}
.bdr-r {
  border-right: 1px solid #ddd;
}
.scrollup:hover{
  color: #fff;
}
.scrollup:hover, .buttons-wrap ul li a:hover, .cta:hover, .hire-btn.footer a:hover, .hire-btn a:hover, #pop-contact:hover {

  transform: translateY(-5px);
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
}

.scrollup i {
  font-size: 24px;
  margin-top: 10px;
}
.sticky {
  background: #141F4E;
  position: fixed;
  box-shadow: 0px 0px 10px rgb(99, 104, 142, 0.2);
  z-index: 999;
  top: 0;
  padding: 24px 0;
}
header.off-canvas.sticky {
    padding: 14px 0;
    background: rgba(20, 31, 78, 0.8);
}
.sticky .logo a img {
  height: 30px;
}
.sticky header {
  padding: 10px 0;
}
#mobile-menu {
  display: none;
}
.slicknav_menu {
  background: transparent;
}
.sticky #mobile-menu .slicknav_btn {
  padding: 10px 20px;
  bottom: 60px;
}
#mobile-menu .slicknav_btn {
  background: transparent;
  border-radius: 2px;
  display: block;
  padding: 0px 20px;
  bottom: 50px;
}
#mobile-menu .slicknav_btn span {
  text-shadow: none;
}
.slicknav_nav {
  background: #141f4e;
  text-align: left;
  position: absolute;
  width: 94%;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  font-size: 30px;
}
.slicknav_nav a,
a.slicknav_row:hover {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.slicknav_nav a:hover,
a.slicknav_row:hover {
  background: transparent;
  color: #FF3A33;
}
.slicknav_nav>ul {
  margin: 0;
  padding: 0;
}
.slicknav_nav li {
  border-bottom: 1px solid #171F53;
}
.slicknav_nav li:last-child {
  border: none;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 20px;
  margin: 0px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0;
  background: #141D3E;
  color: #fff;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li ul {
  margin-left: 20px;
  background: #141D3E;
}
.slicknav_item.slicknav_row:hover a {
  color: #fff;
}
/*popup animation*/
.sp-style:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90%;
    height: 90%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 3500ms ease-out infinite;
    /*background: rgba(248, 28, 71, 1);*/
    z-index: -1;
}
.sp-style:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    transition: all 2000ms;
    background: #000;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0.2;
  }
}
/*
--------------------------------------------
        | Preeloader CSS |
 -------------------------------------------
 */

.main-site,
.main-site.loaded {
  overflow: hidden;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FAA733;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(248, 28, 71, 0.9);
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #EF4C5F;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #141f4e;
  z-index: 10;
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #9397B1;
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #9397B1;
}
.loaded #loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
/*Transition Class*/

.main-menu ul li a,
.main-menu ul li a:after,
.main-menu ul li.dropdown ul,
.main-menu ul li.dropdown ul li a,
.single-service,
.hire-btn a, #pop-contact {
  transition: all 0.3s ease-in-out;
}
/*
--------------------------------------------
   Browser Scroll Control CSS |
 -------------------------------------------
 */

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #271F62;
  border-radius: 10px;
}
/*
-------------------------------------------
   Header Area Style
-------------------------------------------
*/

header {
  padding: 40px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.main-menu ul li {
  display: inline-block;
  padding: 0 15px;
}
.main-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}
.main-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 1;
  left: 0;
}
.main-menu ul li a:hover:after {
  width: 100%;
}
header.sticky .main-menu ul li a:after {
  bottom: -4px;
}
.main-menu ul li.dropdown {
  position: relative;
}
.main-menu ul li.dropdown ul {
  width: 200px;
  background: #fff;
  position: absolute;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 15px 36px 4px rgba(79, 35, 35, 0.1);
  padding: 10px 0;
  border-radius: 5px;
  padding: 20px 20px;
  left: 0;
}
.main-menu ul li.dropdown ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.main-menu ul li.dropdown ul li a::after {
  background: #141f4e;
}
.main-menu ul li.dropdown ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #141f4e;
  padding: 3px 0;
}
.main-menu ul li.dropdown:hover ul {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.hire-btn a:hover, #pop-contact:hover {
  background-color: #fff;
  color: #141f4e;
}
.hire-btn a, #pop-contact {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 15px 36px;
  border-radius: 3px;
  margin-left: 20px;
  border: 1px solid #fff;
  text-transform: capitalize;
}
.sticky .hire-btn a {
  padding: 10px 30px
}
/*
-------------------------------------------
   Hero Area Style
-------------------------------------------
*/

.hero-area.parallax {
  background-attachment: fixed;
}
.hero-area {
  background-image: url(../img/hero1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  display: table;
  width: 100vw; /*Added VW for video full width*/
  height: 100vh; /*Added VH for video full height*/
  z-index: 0;
}
.hero-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: -1;
}
.hero-area.video::after {
  background-color: rgba(20,47,78,0.7);
}
#particles-js, #particles-snow-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#videoBG {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: inherit;
  pointer-events: none;
}
.hero-content h1 {
  font-family: 'Artysignature';
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
}
.hero-content h3 {
  font-size: 120px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.hero-content.typing-head h3 {
  font-size: 70px;
  height: 90px;
  text-transform: capitalize;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  background: #fff!important;
}
.cd-headline.loading-bar b {
  transition: .9s!important;
}
ul.hero-social li {
  display: inline-block;
}
.hero-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
ul.hero-social li a {
  display: block;
  color: #fff;
  padding: 5px;
}
.scroll_down {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.scroll_down i {
  position: relative;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  height: 44px;
  width: 28px;
  line-height: 54px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  display: inline-block;
  color: #fff;
  font-size: 10px;
}
.scroll_down i:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  border-radius: 2px;
  z-index: -1;
  bottom: 0px;
  transition: all .2s;
  height: 10px;
  width: 3px;
  background: #fff;
}
/*
-------------------------------------------
   Bio Area Style
-------------------------------------------
*/

.about-bio i {
  color: #F81C47;
  font-size: 40px;
}
p.bio-text {
  font-size: 35px;
  color: #141f4e;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
}
/*
-------------------------------------------
   About Area Style
-------------------------------------------
*/

.about-area {
  position: relative;
}
.about-owner-img {
  position: relative;
}
.about-owner-img {
  position: absolute;
  left: 0;
  width: 630px;
  height: 640px;
  display: flex;
}
.about-wrapper {
  padding: 40px 0;
}
.about-area::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 95%;
  background: #feeadf;
  top: 0px;
  right: 0;
  z-index: -1;
}
.about-area .section-title p {
  margin: 10px 0;
}
/*skills*/

.tab-content {
  min-height: 320px;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  background-image: url(../img/tab-bg.png);
  background-size: cover;
  background-position: left center;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.nav-tabs .nav-link.active {
  position: relative;
}
.nav-tabs .nav-link.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  top: 35px;
  left: 15px;
  background-repeat: no-repeat;
  background-image: url(../img/tab-hovert.png);
  background-size: contain;
  background-position: left center;
  z-index: 5;
  right: 0;
  margin: 0 auto;
  transition: .5s;
}
.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #141f4e;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #F81C47;
  background-color: transparent;
  border: none;
}
.skillbar {
  margin-bottom: 20px;
  background: #D7C9C6;
  z-index: 1;
  height: 5px;
  position: relative;
}
.progress-fill-bar {
  height: 5px;
  background: #F81C47;
}
.skill-percent-count-wrap {
  top: -30px;
  right: 0;
  position: absolute;
  content: "";
}
.progress-wrapper {
  font-size: 14px;
  font-weight: 400;
  color: #717584;
}
.skill-title {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/*Experience*/

.single-experience h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-experience h5 {
  font-size: 14px;
  font-weight: 600;
  color: #F81C47;
  text-transform: capitalize;
}
.single-experience p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
}
.single-experience {
  width: 46%;
  float: left;
}
.single-experience:last-child {
  float: right;
}
/*Awwards*/

.single-logo {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
  width: 20%;
}

/*
 -----------------------
 About Two Area Style
 -----------------------
*/


.effects {
    position: relative;
}
.about-box-wrapper:hover .effects::before {
  background: rgba(248, 28, 71, 0.3);
}
.effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 35px;
  left: 15px;
  z-index: -4;
  background: rgba(248, 28, 71, 0.1);
  transition: .5s;
}
.about-box-wrapper:hover .effects::after {
  background: rgba(248, 28, 71, 0.5);
}
.effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50px;
  left: 30px;
  z-index: -4;
  background: rgba(248, 28, 71, 0.1);
  transition: .9s;
}

.overly::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
    rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
}
.sp-style {
  background-image: url(../img/about-owner.jpg);
  outline: 10px solid #343a40;
  outline-offset: 3px;
  /*border: 10px solid #fff;*/
}
.overly {
  background-image: url(../img/about2-bg.jpg);
  z-index: 0;
}
.about-box-wrapper {
  position: relative;
    width: 100%;
    height: 420px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
  background-attachment: scroll;

}

/*about content*/
.about-box-content {

    z-index: 1;
    color: 

    #fff;
    text-align: center;

}
.about-image img {
  width: 270px;
  margin: 30px 0 20px;
  border-radius: 100%;
  height: 270px;
  border: 5px solid #fff;
}
.about-image {
  text-align: center;
}
.about-box-content h4 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  font-family: Artysignature;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-box-content nav ul li {
  display: inline-block;
}
.about-box-content nav ul li:hover a {
  background: #F81C47;
  border-color: #F81C47;
}
.about-box-content nav ul li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  transition: .5s;
}
/*about title*/
.about-two-title h4 {
  line-height: 1;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 400;
}
.cd-headline span {
    padding: .0em 0!important;
}
.resume-txt {
  margin-bottom: 20px;
}
.resume-txt strong, .about-two-title h4 span {
    color: 
    #F81C47;
}
.about-two-title .cd-headline.loading-bar .cd-words-wrapper::after {
  background: #F81C47!important;
}
/*details*/
.about-details {
    margin-bottom: 20px;
    overflow: hidden;
}
.about-details ul li label {
    font-family: "Nunito";
    font-weight: 700;
    font-size: 14px;
    color: 
    #141F4E;
    min-width: 85px;
    display: inline-block;
    margin: 0;
}
.about-details ul li {
    margin: 0px 0px 5px 0px;
    width: 45%;
    float: left;
    border-bottom: 1px dotted;
}
.about-details ul  li  span  a {
    text-decoration: none;
    color:  #717584;
    position: relative;
    transition: all .3s ease;
}
.buttons-wrap ul li {
    margin: 0px 30px 10px 0px;
    float: left;
}
.buttons-wrap ul li a, .cta, .single-pricing-table .price-btn, .single-pricing-table.popular .price-btn, .contact-area-form input[type="submit"]  {
    text-decoration: none;
    color: #fff;
    background-color: #F81C47;
    font-weight: 600;
    font-family: "Nunito";
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-color: #F81C47;
}

/*------------------
  Experience area
--------------------
*/
.item-expe-edu .single-experience {
  float: none;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px #F0F8F9;
  border-radius: 5px;
  margin-bottom: 20px;
}
.item-expe-edu .single-experience p {
  margin-bottom: 0;
}
.single-experience h2 span {
  opacity: 0.5;
}
.item-expe-edu {
  position: relative;
}
.item-expe-edu::after {
  position: absolute;
  content: "";
  width: 1%;
  height: 100%;
  border-left: 5px solid #FEEADF;
  top: 0;
  left: 0;
  transition: .5s;
}
.item-expe-edu:hover::after {
  border-color: #E62758;
}
/*------------------
  Skills area
--------------------
*/
.nilson-skills-area {
  background: #F0F8F9;
}
.about-skills-text {
  padding: 30px 0;
}
.about-skills-text h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.skill-btn {
  font-size: 14px;
  color: #141F4E;
  font-weight: 600;
  border-bottom: 1px solid #141F4E;
  transition: .5s;
}
.skill-btn:hover {
  color: #F81C47;
  border-color: #F81C47;
}
.nilson-skills-area .skill-title {
  margin-bottom: 5px;
}
.nilson-skills-area .skillbar {
  margin-bottom: 10px;
}

.bar {
  float: left;
  width: 25%;
  text-align: center;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.bar h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.bar-circle {
  display: block;
  margin: 0.7em auto;
}
/*------------------
  Counter area
--------------------
*/
.counter-area {
  background: #F0F8F9;
  }
.single-counter-box {
  color: #141F4E;
  margin-left: 40px;
  /*border-right: 1px dotted #d7d7d7;*/
}
.count-icon {
  font-size: 40px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -28px;
  opacity: .9;
}
.count-content {
  display: inline-block;
  text-align: left;
  margin-left: 30px;
  opacity: .8;
}
.count-number {
  font-size: 30px;
  display: inline-block;
  font-weight: 800;
}
.count-text {
  opacity: .9;
  font-size: 16px;
  font-weight: 600;
}
/*Counter style 2*/
.single-counter-box.counter-2, .single-counter-box.counter-3 .count-content {
  margin-left: 0;
}
.single-counter-box.counter-2 .count-content, .single-counter-box.counter-3 .count-content  {
  text-align: center;
  margin-left: 0;
  }
.single-counter-box.counter-2 .count-icon {
  font-size: 40px;
  height: auto;
  width: auto;
  text-align: center;
  line-height: 50px;
  position: unset;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: .9;
  margin-bottom: 10px;
}
/*Counter Style 3*/
.single-counter-box.counter-3 .count-content .count-number {
  font-size: 36px;
  font-weight: 900;
}
.single-counter-box.counter-3 {
  margin-left: 0; 
}
/*------------------
  Pricing area
--------------------
*/
.pricing-area {
  background: #F8F8F8;
}
.single-pricing-table {
  text-align: center;
  padding: 40px;
  margin-top: 60px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.single-pricing-table h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.single-pricing-table ul li {
  color: #141F4E;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.single-pricing-table ul li del {
  opacity: .6;
}
.single-pricing-table.popular h2 {
  color: #F81C47;
}
.single-pricing-table h2 {
  font-size: 50px;
  font-weight: 900;
  color: #141F4E;
  margin: 30px 0;
}

.single-pricing-table h2 span {
  color: #717584;
  font-size: 24px;
  font-weight: 400;
}
.table-rm {
  font-size: 14px;
  position: absolute;
  padding: 10px 20px;
  left: -30px;
  top: 25%;
  line-height: 1;
  color: #fff;
  margin-right: -5px;
  background: #F81C47;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-weight: 300;
}
.table-rm::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border-right: 0 solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 20px solid transparent;
  border-top: 18px solid transparent;
  top: 0;
  left: 0;
}
.single-pricing-table .price-btn:hover {
  background: #FFE9ED;
}

.single-pricing-table .price-btn {
  background: transparent;
  color: #141F4E;
  border: 1px solid #FFE9ED;
  margin: 15px;
  font-weight: 700;
}
.single-pricing-table.popular .price-btn:hover {
  background: #F81C47;
}
/*Price Style 2*/
.single-pricing-table.price2 {
  background: #F81C47;
}
.single-pricing-table.price2 .table-rm::before {
  border-left-color: #F81C47;
}
.single-pricing-table.price2 .table-rm {
  background: #fff;
}
.single-pricing-table.price2 .table-rm, .single-pricing-table.price2.popular .price-btn {
  color: #141F4E;
}
.single-pricing-table.price2 h2, .single-pricing-table.price2 h2 span, .single-pricing-table.price2 h4, .single-pricing-table.price2 ul li {
  color: #fff;
}
.single-pricing-table.price2 .price-btn, .single-pricing-table.price2.popular .price-btn  {
  background: #FFE9ED;

}
/*
-------------------------------------------
   Service Area Style
-------------------------------------------
*/

.single-service {
  text-align: center;
}
.single-service i {
  font-size: 60px;
  color: #fa0a48;
  background-image: url(../img/service-icon-bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 110px;
  height: 110px;
  line-height: 100px;
  text-align: center;
  transition: .5s;
}
.single-service h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px
}
.single-service {
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.single-service.two {
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(248, 28, 71, 0.1);
  transition: .7s;
  position: relative;
  z-index: 0;
}
.single-service.two::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: .4s;
}
 .single-service.two:hover::after {
  height: 100%;
}
.single-service.two:hover { 
   transform: translateY(-5px);
   box-shadow: 0 10px 50px rgba(248, 28, 71, 0.1);
}
  .single-service.three {
  box-shadow: 0px 0px 20px #f1f1f1;
  padding: 40px;
  text-align: left;
}
.single-service.three:hover {
    box-shadow: 0px 30px 50px 0px 
    rgba(0, 0, 29, 0.1);
    transform: translateY(-5px);
}
.single-service.s-bg, .single-service.two::after {
  background: rgba(248, 28, 71, 0.9);
}
.single-service.s-bg h2, .single-service.s-bg i, .single-service.s-bg p, 
.single-service.two:hover h2, .single-service.two:hover i, .single-service.two:hover p {
  color: #fff;
}
/*
-------------------------------------------
   Portfolio Area Style
-------------------------------------------
*/

.portfolio-menu {
  background: #F81C47;
  padding: 60px 60px;
}
.portfolio-menu h2 {
  font-size: 72px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: left;
}
.np {
  padding: 0;
}
.portfolio-item-gellary {} .portfolio-item-gellary .grid {
  width: 134%;
  overflow: hidden;
}
.portfolio-menu ul li {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: 'Nunito', sans-serif;
  transition: .5s;
  position: relative;
}

.portfolio-menu ul li::after {
  position: absolute;
  content: "\f178";
  width: 100%;
  height: 100%;
  top: 0;
  font-family: fontawesome;
  text-align: right;
  right: 230px;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}
.portfolio-menu ul li.active::after {
  opacity: 1;
  visibility: visible;
  right: 200px;
}

.portfolio-menu ul li.active {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.single-portfolio {
  float: left;
  width: 25.1%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 250px;
  cursor: all-scroll;
}
.single-portfolio img {
  width: 100%;
  height: 100%;
  transition: transform 5s, filter 3s ease-in-out;

}
.portfolio-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.4s 0s linear;
}
.single-portfolio:hover .portfolio-wrapper {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.portfolio-content {
  vertical-align: middle;
  text-align: left;
  text-transform: capitalize;
  transform: translateY(-50%);
  width: 100%;
  top: 80%;
  position: absolute;
  left: 0;
  margin-left: 30px;
}
.portfolio-content h3 {
  font-size: 18px;
  font-weight: 700;
  transform: translateY(-60px);
  transition: .9s;
  color: #fff;
  margin: 0;
}
.portfolio-content p {
  transform: translateY(60px);
  transition: .9s;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.single-portfolio:hover .portfolio-content h3,
.single-portfolio:hover .portfolio-content p {
  transform: translateY(0px);
}
/*portfolio Style two*/
.portfolio-area.two .portfolio-menu ul li, .portfolio-area.three .portfolio-menu ul li {
    display: inline-block;
    padding: 0 10px;
}
.portfolio-area.two .portfolio-menu ul li::after, .portfolio-area.three .portfolio-menu ul li::after {
  display: none;
}
.portfolio-area.two .single-portfolio {
  width: 25%;
}
.portfolio-area.two .single-portfolio:hover img {
  filter: brightness(100%);
    transform: scale(1.5);
}
.portfolio-area.two .portfolio-wrapper { 
  width: 0;
}
.portfolio-area.two .single-portfolio:hover .portfolio-wrapper{
  width: 100%;
}
.portfolio-area.two .portfolio-menu {
  padding: 60px 60px 20px;
}
.portfolio-area.two .portfolio-menu h2, .portfolio-area.three .portfolio-menu h2 {
  font-size: 60px;
  margin-bottom: 30px;
  text-align: center;
}
/*Style three*/
.portfolio-area.three, .portfolio-area.three .portfolio-menu {
  background: #F6FAFD;
}
.portfolio-area.three .portfolio-menu h2, .portfolio-area.three .portfolio-menu ul li {
  color: #141F4E;
  text-align: left;
}
.portfolio-area.three .portfolio-menu {
  padding-left: 0;
  padding-bottom: 10px;
}
.portfolio-area.three .single-portfolio {
  width: 31.50%;
  height: 350px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.portfolio-area.three .portfolio-wrapper {
  background: rgba(248, 28, 71, 0.9);

}
/*
-------------------------------------------
   CTA Area Style
-------------------------------------------
*/
.cta-area {
  background: #0D1549;
}
.cta-text h2 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
}
.cta-area.cta-3 {
  background: #fff;
}
.cta-area.cta-two {
  background: #F0F8F9;
}
.cta-area.cta-two h2 {
  margin-bottom: 20px;
  color: #0D1549;
}
.cta-area.cta-3 h2 {
  color: #0D1549; 
}
.cta-btn {
  display: block;
  width: 100%;
}
a.cta:hover {
  color: #fff;
}

.n-bdr {
    border: 1px solid #ddd;
    padding: 20px 0;
    border-radius: 5px;
}
/*
-------------------------------------------
   Testimonial Area Style
-------------------------------------------
*/

.single-testimonial.style-two .author-image img {
  width: 98px;
  height: 98px;
  margin-top: -32px;
}
.single-testimonial {
  text-align: center;
  padding: 40px 30px;
  position: relative;
  cursor: e-resize;
}
.author-image {
  text-align: center;
  display: inline-block;
  padding-bottom: 20px;
}
.testimonial-content p {
  padding-bottom: 40px;
  font-size: 18px;
  color: #141f4e;
  margin-bottom: 0;
}
.single-testimonial.style-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  background: #FEEADE;
  z-index: -1;
  left: 0;
  margin: 0 auto;
  border-radius: 30px;
  top: 75px;
}
.single-testimonial.style-1::after {
  position: absolute;
  content: "";
  border-left: 60px solid transparent;
  border-right: 0 solid transparent;
  border-top: 50px solid #FEEADE;
  bottom: 55px;
  left: 30px;
  height: 0;
  width: 0;
}
.ratting a {
  color: #FAA733;
}
.author-details h4 {
  font-size: 18px;
}
/*Testimonial Style 2 */
.single-testimonial.style-2 {
  background-color: #F0F8F9;
  border-radius: 5px;
  display: block;
  padding: 30px;
  border-bottom: none;
}
.single-testimonial.style-2 .author-image {
  width: 100px;
  height: 100px;
  float: none;
}
.single-testimonial.style-2::after, .single-testimonial.style-2::before {
  display: none;
}
.single-testimonial.style-2 .testimonial-content p {
  padding: 20px 0;
}
/*Testimonial style 3*/
.testimonail-area.style3 .owl-carousel .owl-item img {
  border-radius: 96px;
  border: 5px solid #ddd;
  width: 90px;
  height: 90px;
}
.testimonail-area.style3 .testimonial-content {
  max-width: 700px;
  margin: 0 auto;
}
.testimonail-area.style3 .testimonial-content p {
  padding-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
}
.testimonail-area.style3 .testimonial-content p, .testimonail-area.style3 .testimonial-content .author-details h4{
  color: #fff;

}
.testimonail-area.style3 .testimonial-content > i {
  font-size: 50px;
  color: #F81C47;
  margin-bottom: 20px;
}
.testimonail-area.style3 .author-image {
  padding-bottom: 0;
}
.testimonail-area.style3 {
  background-image: url(../img/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}
.testimonail-area.style3::after {
  background: rgba(0,0,0,0.9);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/*
-------------------------------------------
   Blog Area Style
-------------------------------------------
*/

.blog-area {
  background: #F0F8F9;
}
.single-blog {
  position: relative;
  overflow: hidden;
}
.single-blog img {
  transition: transform .5s ease;
}
.single-blog:hover img {
  transform: scale(1.1) rotate(5deg);
}
.blog-meta {
  margin-bottom: 10px;
}
.blog-content {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: left;
  background: linear-gradient(to top, #212529 0%, rgba(19, 19, 19, -0.12) 100%);
  padding: 30px 40px;
}
.blog-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  transition: .5s;
}
.blog-content a {
  transition: .5s;
}
.blog-content a:hover h2 {
  color: #F81C47;
  text-decoration: underline;
}
.blog-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  text-transform: capitalize;
}
.blog-meta ul li i {
  margin-right: 5px;
}
/*
-------------------------------------------
   Client Logo Style
-------------------------------------------
*/

.client-logo-title {
  text-align: center;
}
.client-logo-title h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.client-logo-carousel .single-client-logo .brand-logo img {
  width: 70%;
  height: auto;
}
.single-client-logo {
    cursor: ew-resize;
}
/*
-------------------------------------------
   Footer Style
-------------------------------------------
*/

footer {
  background-image: url(../img/footer-bg.jpg);
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0
}
footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: -1;
}
.get-touch-title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 72px;
  text-transform: capitalize;
  margin: 0;
}
.get-touch-title p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding: 20px 0;
}
.hire-btn.footer a {
  display: inline-block;
}
.foter-bottom {
  padding-top: 70px;
}
.foter-bottom p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
/*footer style 2*/
.footer-2 .foter-bottom {
  padding: 20px 0;
}
.footer-2 {
  background-color: #141F4E;
  background-image: none;
  padding: 0;
  margin: 0;
}
/*
-------------------------------------------
   Breadcumb Page Style
-------------------------------------------
*/

.breadcrumb-area {
    background-image: url(../img/breadcumb-bg.jpg);
    text-align: center;
    height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.breadcrumb-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
.breadcrumb-area h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 20px;
  word-break: break-word;
  color: #fff;
}
.breadcrumb-area ul {
  position: relative;
  z-index: 22;
  padding: 0;
}
.breadcrumb-area ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  transition: .5s;
  color: #fff;
}
.breadcrumb-area ul li.active:hover {
  cursor: pointer;
  color: #ddd;
}
.breadcrumb-area ul li:not(:last-child):after {
  position: absolute;
  content: '';
  right: -20px;
  top: 7px;
  width: 2px;
  height: 14px;
  background: #fff;
}
/*
-------------------------------------------
   Blog Style
-------------------------------------------
*/

.blog-page,
.single-blog-page {
  padding-top: 80px;
}
.post-thumb {
  margin-bottom: 25px;
}
.post-thumb img {
  border-radius: 5px;
}
h3.blog-title {
  margin: 10px 0 20px;
}
h3.blog-title a {
  font-size: 30px;
  transition: .5s;
}
h3.blog-title a:hover {
    color: #FA0A48;
}
.blog-post p {
  margin-bottom: 35px;
}
.blog-post {
  padding-bottom: 40px;
  border-bottom: 1px solid #caceff;
  margin-bottom: 40px;
}
.blog-posts-meta ul li::before {
  position: absolute;
  content: "|";
  color: #63688e;
  right: -15px;
}
.blog-posts-meta ul li:last-child::before {
  opacity: 0;
  visibility: hidden;
}
.blog-posts-meta ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 25px;
  position: relative;
}
.blog-posts-meta ul li i {
  margin-right: 10px;
  color: #FA0A48;
}
.blog-title a {
  color: #141f4e;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
}
.read-more-btn:hover {
  color: #fff;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
  transform: translateY(-5px);
}
.read-more-btn {
  color: #fff;
  background: #FA0A48;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 40px;
  transition: .5s;
}
.blog-Pagination a {
  font-size: 16px;
  width: 50px;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  margin-right: 20px;
  transition: .5s;
  color: #141F4E;
}
.blog-Pagination a i {
  font-weight: 600;
  font-size: 20px;
}
.blog-Pagination {
  margin: 50px 0;
}
.blog-Pagination a:hover,
.blog-Pagination a.active {
  background: #FA0A48;
  color: #fff;
  border-color: #FA0A48;
}
/*
 -----------------------
 Single Blog Style
 -----------------------
*/

.blog-posts-meta.single {
  margin-bottom: 30px;
}
.single-posts h2 {
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
  margin: 0;
}
.single-post-meta ul li {
  display: inline-block;
  padding-right: 20px;
  text-transform: capitalize;
  color: #63688e;
  font-weight: 400;
  position: relative;
}
.single-post-meta {
  margin-bottom: 20px;
}
.single-post-meta ul li::before {
  position: absolute;
  content: "|";
  color: rgba(255, 59, 51, 0.5);
  right: 5%;
}
.single-post-meta ul li:last-child::before {
  display: none;
}
.single-posts blockquote {
  background: #fff4f4;
  padding: 20px;
}
.single-posts blockquote p {
  font-size: 18px;
  margin: 0;
  font-style: italic;
}
.single-posts blockquote p i {
  margin: 0px 10px;
  font-size: 20px;
  display: inline-block;
}
.image-content img {
  float: left;
  padding-right: 30px;
}
.image-content {
  margin: 20px 0;
  display: inline-block;
  line-height: 26px;
}
.post-tags a {
  color: #141f4e;
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
}
.post-share {
  float: right;
  margin-top: -10px;
}
.post-share li {
  display: inline-block;
  padding: 0 10px;
}
.post-share li a {
  color: #141f4e;
  background: #e7e9ff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  transition: .5s;
}
.post-share li a:hover {
  color: #fff;
  background: #FA0A48;
}
.entry-footer {
  padding: 30px 0;
  border-top: 1px solid #caceff;
  border-bottom: 1px solid #caceff;
  margin: 50px 0;
}
.post-tags {
  display: inline-block;
}
/*
 -----------------------
 Comments Style
 -----------------------
*/

.comment-box h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 30px 0;
}
.comment-box h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.comment-box span {
  color: #63688E;
  font-weight: 400;
}
.comment-box .comment-reply-button {
  float: right;
  font-size: 16px;
  font-weight: 900;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #FA0A48;
}
.comment-box .comment-reply-button i {
  font-weight: 600;
  margin-right: 10px;
}
.comment-box p {
  font-size: 14px;
  margin: 20px 0;
}
.comment-box.children {
  margin-left: 100px;
}
.comment-form h3 {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 500;
}
.comment-form textarea {
  margin-bottom: 0;
  height: 190px;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  margin-bottom: 20px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="url"],
.comment-form textarea {
  border: 1px solid #caceff;
  padding: 15px;
  width: 100%;
}
input[type="submit"]:hover {
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 29, 0.1);
  transform: translateY(-5px);
}
.comment-form input[type="submit"] {
  border: none;
  padding: 15px 30px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  cursor: pointer;
  width: auto;
  background: #FA0A48;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 15px 50px;
  transition: all 0.3s ease-in-out;
}
/*
 -----------------------
 Widget Area Style
 -----------------------
*/

.widget {
  border: 1px solid #caceff;
  padding: 30px;
  margin-bottom: 30px;
}
/*Author Widget*/

.author-widget {
  background-image: url(../img/author-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-position: top center;
  text-align: center;
}

.author-img>img {
    margin: 10%;
    border-radius: 100%;
    border: 5px solid #f7f7f7;
    box-shadow: 0px 0px 5px #ddd;
}

.author-widget p {
  font-size: 14px;
}

.author-widget h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Artysignature';
}
ul.author-social li {
  display: inline-block;
}

ul.author-social li a {
    display: block;
    color: #FA0A48;
    padding: 5px;
    border-radius: 2px;
    font-size: 16px;
}

.signature {
  margin-bottom: 20px;
}

.widget {
  border: 1px solid #caceff;
  padding: 30px;
  margin-bottom: 30px;
}
/* Latest News Widget*/

.widget h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  padding-bottom: 20px;
}
.latest-news-title p a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
  color: #141f4e;
  transition: .5s;
}
.latest-news-title p a:hover {
    color: #FA0A48;
}
.latest-news-title {
  float: right;
}
.latest-news-title p {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.bdr {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bdr:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
/*Category Widget*/

.category li a {
  display: block;
  padding: 8px 0;
  color: #141F4E;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  transition: .5s;
}
.category li a:hover {
    color: #FA0A48;
}
.category li {
  display: block;
}
.category li a span {
  float: right;
}
/*Tags Widget*/

.tags li {
  display: inline-block;
  padding: 5px 5px;
}
.tags li a {
  background: #FA0A48;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  display: block;
  border-radius: 30px;
}

/*------------------------
  Popup Contact Form area
-------------------------
*/
#pop-contact {
  display: inline-block;
  cursor: pointer;
}

#contact:hover { background: #666; }
#contact:active { background: #444; }

#contactForm { 
  display: none;

  border: 6px solid salmon; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
  
}

input, textarea, select { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
  transition: .5s;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  background: #141F4E;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  transition: .5s;
  cursor: pointer;
}
.formBtn[type="reset"] {
  background: #F81C47;
}
/*
-------------------------------------------
  Contact And Info Area 
-------------------------------------------
*/

.contact-area {
  background: #F0F8F9;
  padding: 110px 0;
}

.contact-area-form input[type="text"], .contact-area-form select {
  border: 1px solid #ffffff;
  color: #4b4b4b;
  font-weight: 300;
  height: 55px;
  margin-top: 25px;
  padding: 0 20px;
  width: 100%;
}

input[type="submit"] {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-top: 15px;
  border-color: transparent!important;
  cursor: pointer;
}

.contact-area-form textarea {
  color: #4b4b4b;
  font-weight: 300;
  height: 180px;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 10px 15px;
}

.addreass-icon i {
  border-radius: 100%;
  color: #fefefe;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 25px;
  text-align: center;
  width: 50px;
  font-size: 20px;
  float: left;
}

.addreass-info,
.addreass-info a, .addreass-info p {
  color: #fff;
  display: block;
}

.single-addreass {
  padding: 10px 0;
  background: rgba(248, 28, 71, 0.8);
}
.addreass-info a {
  font-weight: 400;
  font-size: 16px;
}
.adtress-info {
  padding: 20px 0;
  text-align: left;
  outline-offset: 3px;
  margin-top: 50px;
}

.single-addreass:first-child, .single-addreass:last-child {
  transform: skewX(-8deg);
}
.single-addreass:nth-child(2) {
  transform: skewX(8deg);
  background: rgba(248, 28, 71, 0.75);
}

.contact-area-form select {

  /* styling */
  background-color: white;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
    
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-area-form select.styled {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
/*
-----------------------
  Off Canvas Menu
-----------------------
*/
.off-canvas-menu-shade {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #0b3b4b;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.off-canvas-menu-shade.active {
  opacity: .1;
  visibility: visible;
}
.menu-trigger {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  background: #F81C47;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
}

.off-canvas-menu {
    background: #141F4E;
    font-size: 13px;
    height: 100%;
    padding: 25px;
    position: fixed;
    width: 300px;
    z-index: 9999;
    right: -300px;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.off-canvas-menu.show-off-canvas-menu {
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.off-canvas-menu a {
    color: #fff;
    font-size: 16px;
    transition: .5s;
}

.menu-close {
  padding: 10px 20px;
  position: absolute;
  left: 40%;
  cursor: pointer;
  color: #fff;
  top: 0;
  font-size: 26px;
}
.canvas-logo {
    margin-bottom: 100px;
}

.off-canvas-menu ul {
    font-size: 110%;
    font-weight: 400;
    line-height: 2.5;
    list-style: outside none none;
}

.off-canvas-menu ul li.active a,
.off-canvas-menu ul li a:hover {
    color: #f7f7f7;
    text-decoration: underline;
}

.off-canvas-menu ul li a {
    display: block;
}

.off-canvas-menu .social-links {
    margin-top: 50px;
}
.menu-author {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #D9E5E8;
}
.menu-author > img {
  margin: 10%;
  border-radius: 100%;
  border: 5px solid #D9E5E8;
  box-shadow: 0px 0px 5px #ddd;
}
.menu-author h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Artysignature';
  letter-spacing: 5px;
  color: #fff;
  font-weight: 900;
}
.menu-author ul li a {
  display: block;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  font-size: 16px;
}
/*
-----------------------
  Shape
-----------------------
*/
  .arrow-bottom-shape {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.arrow-bottom-shape::before, .arrow-bottom-shape::after {
  position: absolute;
  z-index: 1200;
  bottom: -33px;
  width: 52%;
  height: 60px;
  content: '';
  background: #fff;
}
.arrow-bottom-shape::before {
  left: -1%;
  border-radius: 0 80px 0 0;
}
.arrow-bottom-shape::after {
  right: -1%;
  border-radius: 80px 0 0 0;
}