/*==========================================================
    Megla theme Main Style
============================================================*/

/*========================================================== 
=> CSS Indexing
=> Default CSS
=> Breadcrumb CSS
=> Preloader CSS
=> Header CSS & Mainmenu CSS
=> Footer CSS
=> Page CSS
=> Comments CSS
=> Paginition CSS
=> Contact Form CSS
=> Responsive CSS
============================================================*/
/*========================================================== 
    Default CSS 
============================================================*/ 
html,body {
  height: 100%;
  margin: 0;
}
body {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    color:#252525;
    background:#F9F9FE;
    position:relative;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    background-image: url(../img/bacground-img1.jpg);
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
    margin:0 0 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
p {
    margin:0 0 5px;
    color:#555;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: #FF4C60;
}
img{
    max-width: 100%;
    display:block;
    height: auto;
}
a:hover,
a:focus  {
    color: #252525;
    outline: none;
    text-decoration: none;
    background:none;
    transition: all 0.5s ease;
}
ul,
ul li {
    margin: 0;
    padding: 0;
    list-style:none;
} .nav li a:focus{
    background:none;
    outline:none;
}
.section {
    padding:70px 0;
}
.no-margin{
    margin:0;
}
#scrollUp {
    bottom: 20px;
    right: 20px;
    background: #FF4C60;
    color: #fff;
    font-size: 30px;
    opacity: 0.5;
    padding: 4px 10px;
}
#scrollUp:hover {
    opacity:1;
}
/*========================================================== 
    Breadcrumb CSS
============================================================*/  
#breadcrumbs {
    text-align: center;
    padding: 55px 0;
    color: #000;
    border-bottom:1px solid #ddd;
    margin-bottom:60px;
}
.blog-padding-top{
    padding-top: 130px;
}
#breadcrumbs h2{
    color:#000;
    text-transform:uppercase;
}
#breadcrumbs span{
    display: inline-block;
    color:#000;
    font-size:18px;
    text-transform:capitalize;
}
/*========================================================== 
    Preloader CSS
============================================================*/  
.loader{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(37, 37, 37, 0.9);
    opacity: 0.9;
    z-index:4444;
}
.loader-inner{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-40px;
}
.k-line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background:#FF4C60;
}
.k-line11-1 {
    animation: k-loadingP 2s infinite;
}
.k-line11-2 {
    animation: k-loadingP 2s infinite;
    animation-delay: .15s;
}
.k-line11-3 {
    animation: k-loadingP 2s infinite;
    animation-delay: .30s;
}
.k-line11-4 {
    animation: k-loadingP 2s infinite;
    animation-delay: .45s;
}
.k-line11-5 {
    animation: k-loadingP 2s infinite;
    animation-delay: .60s;
}

@keyframes k-loadingP {
    0% {
        transform:translateY(0)
    }
    35% {
        transform:translateY(0);
        opacity:.3
    }
    50% {
        transform:translateY(-20px);
        opacity:.8
    }
    70% {
        transform:translateY(3px);
        opacity:.8
    }
    85% {
        transform:translateY(-3px)
    }
}
/*========================================================== 
    Header CSS & Mainmenu CSS
============================================================*/ 
.admin-bar .header-area.navbar-fixed-top{
    padding-top: 32px;
}
.site-title a{
    color:#4b4870;
    text-transform:uppercase;
    font-size: 60px;
    font-weight:700;
}
.page-title.screen-reader-text {
    display: none;
}
header.megla-header-img {
    position: relative;
    padding-top: 0;
}
header.megla-header-img .container {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    margin: auto;
    right:  auto;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 110px;
}
.container.logo-bg-container{
    background-color: #333;
}
.header-img img {
    max-width: 100%;
    height: 250px;
}
.logo-bg-pri{
    background: #fff;
}
.logo-area {
    padding: 50px 0;
}
.navbar-logo{
    position: relative;
}
.navbar-logo:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#333333;
}
.logo-bg.navbar-logo-bg{
    background: transparent;
    padding-top: 30px;
}
.main-menu-bg {
    padding: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.07);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,.07);
    margin-bottom: 50px;
}
.mainmenu.float-none{
    float: none;
}
.mainmenu ul li{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.mainmenu li a {
    color: #4b4870;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    position: relative;
    display: block;
    transition: 0.3s;
}
.logo-bg-sec .mainmenu li a{
    color: #4b4870;
}
.mainmenu li:last-child {
    border: 0px;
}
.mainmenu li:hover a,
.mainmenu li.active a {
    color: #FF4C60;
    transition: 0.3s;
}
.logo-bg-sec .mainmenu li a:hover{
    opacity: 0.9;
    transition: 0.3s;
}
.mainmenu ul li ul {
    position: absolute;
    left: 0;
    z-index: 8;
    width: 220px;
    top: 150%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
}
.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.mainmenu ul li ul li {
    border-right: none;
}
.mainmenu ul li ul.sub-menu li a {
    padding: 8px 20px;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
}
.mainmenu ul li ul.sub-menu li:hover a {
    color: #252525;
}
.mainmenu li ul li:hover a {
    color: #252525;
}
.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid;
}
.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 40px 100px rgba(0,0,0,.2);
    transition: 0.5s;
}
.megla-responsive-menu {
    position: absolute;
    right: 40%;
    top: -60px;
    z-index: 9;
    display: none;
}
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_btn {
    background: transparent;
    padding: 18px;
}
.slicknav_menu {
    padding: 0;
    background: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #FF4C60;
    box-shadow: 0 0 0;
}
.slicknav_nav {
    background: #333;
    width: 250px;
    margin-right: 22px;
    position: relative;
    top: -2px;
    left: 44%;
}
.slicknav_nav a{
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background: #FF4C60;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
.slicknav_nav li.active a{
    background: #FF4C60;
    color: #fff;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    margin: 0;
}
.slicknav_nav li {
    padding: 0px;
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    border: none;
}
.main-navigation .btn > a:hover {
    background-color: #333;
    color: #fff;
    transition: 0.5s;
}
input.search-field.form-control.input-lg {
    width: 500px;
}
.search-header .search-form input[type="search"] {
    width: 100%;
    padding: 5px 25px;
    margin: 0px;
    display: block;
}
.search-header .search-form input[type="submit"] {
    width: 32%;
    padding: 6px 15px;
    color: #fff;
    display: inline-block;
    margin-left: -5px;
    background-color: #FF4C60;
}
.search-header .search-form .screen-reader-text {
    display: none;
}
.search-header {
    margin-top: 10px;
}
/*========================================================== 
    Footer CSS
============================================================*/ 
#footer {
    padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
#footer .copyright{
    padding:5px 0;
    float:left;
}
#footer .copyright.right{
    float:right;
}
#footer .copyright.float-none {
    float: none;
}
#footer .copyright p {
    color:#4b4870;
    margin:0;
}
#footer .copyright span{
    margin:0px 5px;
}
#footer .social {
    float: right;
    margin-top: 5px;
}
#footer .social.float-none {
    float: none;
}
#footer .social.left {
    float: left;
}
.logo-area .social {
    padding-top: 18px;
}
.social li {
    display: inline-block;
    margin-right: 10px;
    color:#4b4870;
    font-weight:500;
}
.social li:last-child{
    margin-right:0;
}
.social a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #4b4870;
    border-radius: 100%;
}
.logo-area .social a {
    color: #FF4C60;
}
.logo-area .social a i {
    font-size: 24px;
}
.social li:hover a i{
    opacity: 0;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*========================================================== 
   Page CSS
============================================================*/  
.page .map,
.page #particles-js{
    display:none;
}
article.sticky{
    background-color: #f2f2f2;
    display: block;
}
article.post,
article.project {
    margin: 0 auto 50px;
    background: #fff;
    padding: 50px 60px;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,.1),0 22px 27px -30px rgba(7,10,25,.1);
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.1),0 22px 27px -30px rgba(7,10,25,.1);
    position: relative;
    z-index: 2;
}
.elementor-widget-container article.post {
    margin: 0 auto 50px;
}
article.post:last-child{
    margin-bottom: 0px;
}
..elementor-widget-container article.post:last-child{
    margin-bottom: inherit;
}
.masonry-post article.post{
    margin-bottom: 30px;
}
article.post header {
    position: relative;
    z-index: 1;
}
.featured-image.epcl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
}
.thumb {
    position: relative;
    z-index: 1;
    min-height: 80px;
    display: block;
    box-shadow: 0 3px 5px -2px rgba(7,10,25,.2);
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.epcl-loader {
    position: relative;
}
.epcl-loader::before {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 2;
}
.entry-meta {
    margin-bottom: 10px;
    display: inline-block;
}
.entry-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
}
.entry-meta i,
.entry-footer i{
    color: #FF4C60;
    margin-right: 5px;
}
.entry-title a,
.posted-on a,
.entry-footer span a,
.entry-meta a{
    color: #454360;;
}
.entry-meta i {
    margin: 0px 15px;
}
.entry-title a:hover ,
.entry-footer span a:hover,
.entry-meta a:hover{
    color: #FF4C60;
}
.entry-footer{
    margin-top: 10px;
}
.entry-footer span,
.entry-meta span{
    margin-right: 5px;
}
.post-excerpt {
    margin: 35px 0 60px;
}
a.button {
    color: #fff;
    background-color: #FF4C60;
    border: 1px solid #FF4C60;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 15px;
    transition: 0.5s;
}
a.button i{
    color: #fff;
    margin: 0px;
}
a.button:hover{
  background-color: #fff;
  border: 1px solid #FF4C60;
  color: #FF4C60;
  transition: 0.5s;
}
a.button:hover i {
    color: #FF4C60;
}
a.button.error-button {
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    display: inline-block;
    background: transparent;
    color: #FF4C60;
    transition: 0.3s;
}
a.button.error-button:hover{
    background-color: #FF4C60;
    color: #fff;
    transition: 0.3s;
}
p.comment-notes {
    margin-bottom: 30px;
}
.nav-links{
    overflow: hidden;
}
.nav-previous{
    float: left;
    width: 47%;
    text-align: left;
}
.nav-next{
    text-align: right;
    width: 47%;
    float: right;
}
.nav-links a {
    display: inline-block;
    color: #FF4C60;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    border: 1px solid #FF4C60;
    padding: 5px 15px;
}
.page-links{
    margin-top: 10px;
}
.page-links a{
    display: inline-block;
    border: 1px solid #FF4C60;
    color: #FF4C60;
    padding: 0px 10px;
    transition: 0.5s;
    margin: 0px 5px;
}
.nav-links a:hover,
.page-links a:hover{
    color: #252525;
    transition: 0.5s;
    border-color: #252525;
}
.search-results article.page .entry-summary {
    display: none;
}
.entry-content h2{
    margin-top: 15px;
}
.entry-content table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.entry-content table th,
.entry-content table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.entry-content table th {
    background-color: #f9f9f9;
}
.entry-content dd {
    margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    margin: 0px;
}
.entry-content address {
    border: 1px solid #ddd;
    padding: 20px;
}
.tagcloud a {
	display: block;
}
a.tag-cloud-link {
	font-size:15px ! important;
}
/*========================================================== 
   Comments CSS
============================================================*/
.comments-area {
    margin-top: 40px;
}
.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 25px;
}
.comment-content h2{
    margin-top: 15px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-list {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.comment-meta {
    margin-bottom: 20px;
}
.comment-meta a {
    color: #333;
}
.bypostauthor {
    display: block;
}
.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}
.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 7px;
}
.comment-metadata {
    margin-left: 50px;
}
.comments-area table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.comments-area table th,
.comments-area table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comments-area table th {
    background-color: #f9f9f9;
}
.comments-area dd {
    margin-bottom: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
    margin: 0;
}
.comments-area address {
    border: 1px solid #ddd;
    padding: 20px;
}
.comment-reply-link {
    display: inline-block;
    color: #FF4C60;
    margin-top: 10px;
    transition: 0.5s;
    text-transform: uppercase;
}
.comment-reply-link:hover{
    color: #252525;
}
.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.comment-list li.comment:last-child {
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.comment-metadata {
    font-size: 80%;
}
.comment-list li.comment ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
.comment-list li.comment ol.children ol.children {
    padding-left: 20px;
}
.comment-respond {
    margin-top: 50px;
} 
.comment-form label{
    margin-bottom: 5px;
}
.comment-form input,
.comment-form textarea{
    margin-bottom: 15px
}
.comment-form textarea{
    resize: vertical;
}
.comment-reply-title{
    margin-top: 30px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    width: 100%;
    height: 44px;
    border: 1px solid #bbb;
    padding-left: 10px;
    transition: 0.5s;
}
.comment-form input[type="checkbox"]{
    width: 2%;
    border:1px solid #bbb;
    margin-top: 0px;
    margin-right: 5px;
}
.comment-form textarea{
    width: 100%;
    border:1px solid #bbb;
    padding:10px;
    transition: 0.5s;
}
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:hover,
.comment-form input[type="url"]:focus,
.comment-form textarea:hover,
.comment-form textarea:focus{
    border: 1px solid #FF4C60;
}
.comment-form input[type="submit"]{
    height: 44px;
    width: 100%;
    border: 0px solid;
    color: #fff;
    transition: 0.5s;
    background: #FF4C60;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}
.comment-form input[type="submit"]:hover{
    background:#252525;
    color: #fff;
    transition: 0.5s;
}
.post-password-form {
    margin-top: 15px;
}
.post-password-form input[type="password"]{
    border: 1px solid #ddd;
    padding: 10px 25px;
}
.post-password-form input[type="submit"]{
    border: 1px solid #ddd;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    margin-left: -6px;
}
.post-password-form input[type="submit"]:hover{
    background: #FF4C60;
    border: 1px solid #FF4C60;
    transition: 0.5s;
}

.page-content .search-form input[type="search"]{
    width: 100%;
    display: inline-block;
}
.page-content .search-form input[type="submit"] {
    width: 15%;
    display: inline-block;
    margin-left: -6px;
}
.screen-reader-text {
    visibility: hidden;
    display: none;
}
.search-form .screen-reader-text {
    display: inherit;
}
.search-form input[type="search"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 25px;
    margin: 10px 0px;
    transition: 0.5s;
    color: #333;
}
.search-form input[type="submit"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus{
    border: 1px solid #FF4C60;
}
.search-form input[type="submit"]:hover{
    background: #FF4C60;
    border: 1px solid #FF4C60;
    transition: 0.5s;
}
/* ==========================================================================
   Pagination css
========================================================================== */
.pagination {
    text-align: center;
    display: block;
}
.pagination ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 0 6rem;
    margin-bottom: 0px;
}
.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination_num {
    font-size: 1.5rem;
    line-height: 2.4rem;
    display: inline-block;
    padding: 3px 10px;
    height: 35px;
    margin: 0 .15rem;
    color: #151515;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}
a.pagination_num {
    background-color: transparent;
    text-decoration: none;
    font-weight: 400;
    line-height: 25px;
}
a.pagination_num:hover {
    background: #333;
    color: #fff;
}
.pagination_num.current,
.pagination_num.current:hover {
    background-color: #333;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
}
.pagination.inactive,
.pagination.inactive:hover {
    color: #ddd;
    cursor: default;
}
.pagination_prev,
.pagination_next {
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    height: 35px;
    width: 35px;
    line-height: 4rem;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    border: 1px solid #ddd;
}
.pagination_prev {
    margin: 0 0 0 50px;
}
.pagination_next {
    margin: 0 50px 0 0;
}
.pagination_prev:hover,
.pagination_next:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}
a.pagination_prev {
    background-image: url("../img/icon-arrow-left.svg");
    left: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination_prev:hover {
    background-image: url("../img/icon-arrow-left-w.svg");
}
a.pagination_next {
    background-image: url("../img/icon-arrow-right.svg");
    right: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination_next:hover {
    background-image: url("../img/icon-arrow-right-w.svg");
}
.pagination_prev.inactive,
.pagination_next.inactive {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default;
}
.pagination_prev.inactive:hover {
    background-image: url("../img/icon-arrow-left.svg");
}
.pagination_next.inactive:hover {
    background-image: url("../img/icon-arrow-right.svg");
}
.social-share {
    margin: 0px;
    padding: 0px;
    list-style:none;
}
.social-share li{
    display: inline-block;
    margin: 5px 15px;
}
.elementor-widget-container h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #424242;
}
.elementor-widget-container ul {
    padding-left:0px;
}
.elementor-widget-container .megla-recent-item {
    margin-bottom:20px;
}
.elementor-widget-container .megla-recent-img {
	display: inline-block;
	float: inherit;
}
.elementor-widget-container .megla-recent-text {
	display: inline-block;
	width: 58%;
	float: inherit;
}
.elementor-widget-container .megla-recent-text a {
    color:#252525;
}
.elementor-widget-container .megla-recent-text a:hover {
    color:#FF4C60;
}
.widget.megla_about_me,
.widget.megla_social_widget,
.widget.megla_recent_posts {
    margin: 0px;
	background: transparent;
	padding: 0px;
	-webkit-box-shadow: 0 0px 0px 0px rgba(7,10,25,.1),0 0px 0px 0px rgba(7,10,25,.1);
	box-shadow: 0 0px 0px 0px rgba(7,10,25,.1),0 0px 0px 0px rgba(7,10,25,.1);
}
.elementor-widget-container a,
.elementor-widget-container .cat-item a {
    color:#252525;
}
.elementor-widget-container a:hover,
.elementor-widget-container .cat-item a:hover {
    color:#FF4C60;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px;
}
/*========================================================== 
    Contact Form CSS
============================================================*/
.contact-form-area input[type="text"], 
.contact-form-area input[type="email"], 
.contact-form-area input[type="tel"], 
.contact-form-area textarea {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
}
.contact-form-area textarea, 
.comment-form textarea {
    height: 120px;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 30px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    clear: both;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
}
.contact-form-area input[type="submit"] {
    border: 1px solid #FF4C60;
    background-color: #FF4C60;
    color: #fff;
    padding: 10px 25px;
    transition: 0.5s;
    border-radius: 5px;
}
.contact-form-area input[type="submit"]:hover{
    background-color: #fff;
    color: #FF4C60;
    transition: 0.5s;
}
/*========================================================== 
    Responsive
============================================================*/
/*========================================================== 
    Tablet Layout: 768px
============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body{
    font-size:14px;
}
.site-title {
    text-align: center;
}
.mainmenu ul li{
    margin-right:3px;
}
.mainmenu li a{
    padding:15px 12px;
    font-size:13px;
}
.widget:first-child{
	margin-top: 30px;
}
.logo-area .social {
    text-align: center;
}
.search-header .search-form {
    text-align: center;
}
.search-header .search-form .screen-reader-text {
    display: block;
}
.search-header .search-form input[type="search"] {
    margin: 10px 18px;
    text-align: center;
}
.blog-padding-top {
    padding-top: 50px;
}
.top-trending .industry-single-slide {
    margin-bottom: 30px;
}
.featured-bottom, .blog-section-top {
    margin-top: 20px;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 481px) and (max-width: 767px) {
body{
    font-size: 14px;
}
.admin-bar .header-area.navbar-fixed-top {
    padding-top: 45px;
}
.mainmenu{
    display: none;
}
.megla-responsive-menu{
    display: block;
}
.widget h2 {
    margin-top: 30px;
}
#footer .copyright {
    float: none;
    text-align: center;
}
#footer .social {
    text-align: center;
    float: none;
}
article.post, article.project {
    padding: 10px;
}
.widget:first-child{
    margin-top: 30px;
}
.nav-previous {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.nav-next {
    text-align: center;
    width: 100%;
    float: none;
    font-size: 12px;
}
.comment-form{
    margin-bottom: 30px;
}
.logo-area .social {
    text-align: center;
}
.search-header .search-form {
    text-align: center;
}
.search-header .search-form .screen-reader-text {
    display: block;
}
.search-header .search-form input[type="search"] {
    margin: 10px 18px;
    text-align: center;
}
.blog-padding-top {
    padding-top: 50px;
}
.top-trending .industry-single-slide {
    margin-bottom: 30px;
}
.featured-bottom, .blog-section-top {
    margin-top: 20px;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
}
@media (min-width: 481px) and (max-width: 600px) {
.admin-bar .header-area.navbar-fixed-top {
    padding-top: 90px;
}
.mainmenu{
    display: none;
}
.megla-responsive-menu{
    display: block;
}
.logo-area .social {
    text-align: center;
}
.search-header .search-form .screen-reader-text {
    display: block;
}
.search-header .search-form input[type="search"] {
    margin: 10px 18px;
    text-align: center;
}
.blog-padding-top {
    padding-top: 50px;
}
.top-trending .industry-single-slide {
    margin-bottom: 30px;
}
.featured-bottom, .blog-section-top {
    margin-top: 20px;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
}
/*========================================================== 
    Mobile Layout
============================================================*/
@media (min-width: 320px) and (max-width: 480px) {
.admin-bar .header-area.navbar-fixed-top {
    padding-top: 90px;
}
.mainmenu{
    display: none;
}
.megla-responsive-menu{
    display: block;
}
.logo-area .social {
    text-align: center;
}
.search-header .search-form input[type="search"] {
    margin: 10px 18px;
    text-align: center;
}
.search-header .search-form input[type="submit"] {
    width: 90%;
    margin-left: -5px;
    text-align: center;
    margin-left: 18px;
    margin-right: 18px;
}
.blog-padding-top {
    padding-top: 50px;
}
.top-trending .industry-single-slide {
    margin-bottom: 30px;
}
.featured-bottom, .blog-section-top {
    margin-top: 20px;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
.slicknav_nav {
    left: 24%;
}
.slicknav_nav ul {
    margin: 0px; 
}
}