/*
* Project Name : Designer Country
* Project Author : Nayeem Khan
* Project Start Date : 29.01.2020
* All Section
*   1. Base Css
*/
/* ============> **Base Css Start** <============ */
/* ===============> **Font-Family Css Start** <==============*/
@import url("https://fonts.googleapis.com/css?family=Dosis|Josefin+Sans|Signika&amp;display=swap");
/* font-family: 'Dosis', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Signika', sans-serif; */
/* * body{
  font-family: 'Montserrat', sans-serif;
  -webkit-font-family: 'Montserrat', sans-serif;
  -moz-font-family: 'Montserrat', sans-serif;
  -ms-font-family: 'Montserrat', sans-serif;
} */
/*
/* ===============> **Font-Family Css End** <==============*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 18px 0;
    background: #00313f;
}
#header.header-scrolled,
.header.header-inner-pages {
    background: #00313f;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#header .logo a {
    color: #fff;
}
#header .logo img {
    max-height: 40px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu > ul {
    display: flex;
}
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
    text-transform: uppercase;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
    color: #19beb9;
}
.nav-menu .drop-down ul {
    border-radius: 6px;
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav-menu .drop-down li {
    min-width: 200px;
    position: relative;
}
.nav-menu .drop-down ul a {
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #0c3c53;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
    color: #19beb9;
}
.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}
/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #19beb9;
    font-weight: 600;
}
.get-started-btn:hover {
    background: #19beb9;
    color: #fff;
}
/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.mobile-nav-toggle i {
    color: #fff;
}
.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #37517e;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #19beb9;
    text-decoration: none;
}
.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}
.mobile-nav .drop-down > a {
    padding-right: 35px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 58, 90, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}
.mobile-nav a {
    padding: 0px 20px;
    font-size: 17px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: #00313f;
}
#hero .container {
    padding-top: 72px;
}
#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}
#hero h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}
#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #19beb9;
}
#hero .btn-get-started:hover {
    background: #109994;
}
#hero .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    padding: 10px 0 8px 40px;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    position: relative;
}
#hero .btn-watch-video i {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}
#hero .btn-watch-video:hover i {
    color: #19beb9;
}
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
    background-color: #f3f5fa;
}
.section-title {
    text-align: center;
    /* padding-bottom: 30px; */
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #00313f;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #19beb9;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-title p {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}
.services .icon-box .icon {
    margin-bottom: 10px;
}
.services .icon-box .icon i {
    color: #19beb9;
    font-size: 36px;
    transition: 0.3s;
}
.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}
.services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.services .icon-box:hover {
    transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
    color: #19beb9;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: url("../img/home_page/cta.jpg") fixed center center;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 150px 0px;
}
.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta p {
    color: #fff;
}
.cta .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.cta .cta-btn:hover {
    background: #19beb9;
    border: 2px solid #19beb9;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    background: #f1f1f1;
}
.faq .faq-list {
    padding: 0 100px;
}
.faq .faq-list ul {
    padding: 0;
    list-style: none;
}
.faq .faq-list li + li {
    margin-top: 15px;
}
.faq .faq-list li {
    padding: 20px;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}
.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #19beb9;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list a.collapsed {
    color: #00313f;
    transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
    color: #19beb9;
}
.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
    display: none;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .section-title {
    padding: 30px 0px 20px 0px;
}
.contact .info {
    border-top: 3px solid #19beb9;
    border-bottom: 3px solid #19beb9;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
    font-size: 20px;
    color: #19beb9;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #00313f;
}
.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #00313f;
}
.contact .info .email p {
    padding-top: 5px;
}
.contact .info .social-links {
    padding-left: 60px;
}
.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #00313f;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}
.contact .info .social-links a:hover {
    background: #19beb9;
    color: #fff;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #19beb9;
    color: #fff;
}
.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #19beb9;
    border-bottom: 3px solid #19beb9;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .form-group {
    margin-bottom: 20px;
}
.contact .php-email-form label {
    padding-bottom: 8px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #19beb9;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.contact_us label {
    padding-bottom: 15px;
}
.contact_us .varification i {
    font-size: 35px;
}
.contact_us .varification a {
    color: #009b97;
    text-decoration: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 17px;
    background: #00313f;
}
.footer .footer-newsletter form {
    padding-top: 40px;
}
.footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
}
.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #00313f;
}
.footer .footer-top {
    padding: 60px 0 30px 0;
    background: #023b49;
}
.footer .footer-top h4 {
    font-size: 25px;
    font-weight: bold;
    color: #1ae6df;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-top .footer-links {
    margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1ae6df;
    font-size: 22px;
    line-height: 1;
}
.footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    color: #1ae6df;
    font-size: 16px;
}
.footer .footer-top .footer-links ul a {
    color: #fafafa;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #19beb9;
}
.dc-social-media {
    margin: auto;
    display: flex;
    justify-content: center;
}
.dc-social-media i {
    background: #15c7c3;
    color: #ffffff;
    width: 38px;
    height: 38px;
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.dc-social-media i:hover {
    background: #0d9c9a;
    transition: 0.5s all ease;
}
.footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
.footer .credits {
    text-align: right;
    font-size: 16px;
}
.footer .credits a {
    transition: 0.3s;
    color: white;
}
/*-----------------------------------------------------------------------------------------
# Pages Css Start
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------
# Index Page Css Start
--------------------------------------------------------------*/
.around .resize-tag {
    max-width: 1100px;
    margin: auto;
}
.around img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.howWork i {
    font-size: 50px;
    color: #19beb9;
}
.design_sample img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}
.why-designer-country i {
    padding: 20px;
    color: #19beb9;
    font-size: 50px;
    border-radius: 50%;
}
.free-trail {
    background: rgb(2, 0, 36);
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(0, 49, 63, 1) 48%,
        rgba(0, 212, 255, 1) 100%
    );
    padding: 60px 0px;
}
/*--------------------------------------------------------------
# About page Css Start
--------------------------------------------------------------*/
.about_us_bg {
    background-image: url("../img/about/designercountry_team.png");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team {
    padding: 60px 0px;
}
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 380px;
}
.team .member .pic {
    overflow: hidden;
    width: 35%;
    border-radius: 50%;
    margin: auto;
}
.team .member .pic img {
    transition: ease-in-out 0.3s;
}
.team .member:hover {
    transform: translateY(-10px);
}
.team .member .member-info {
    padding-left: 30px;
    width: 65%;
    margin: auto;
}
.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
    color: #00313f;
}
.team .member span {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}
.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}
.team .member p {
    margin: 10px 0 0 0;
    font-size: 16px;
}
.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}
.team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}
.team .member .social a:hover {
    background: #19beb9;
}
.team .member .social a:hover i {
    color: #fff;
}
.team .member .social a + a {
    margin-left: 8px;
}
/*--------------------------------------------------------------
# Pricing page Css Start
--------------------------------------------------------------*/
.nav-link {
    color: #fff;
    background-color: #009b97;
    margin: 2px;
    padding: 0.3rem 0.5rem;
}
.nav-pills .nav-link {
    border-radius: 1rem;
}
.nav-link:hover {
    color: rgb(255, 255, 255);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007571;
}
.pricing-card {
    background: rgb(236, 236, 236);
    max-width: 900px;
    margin: auto;
    padding: 60px 50px 20px 50px;
    box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.38);
}
.price-body {
    display: flex;
    flex-direction: column;
    width: 530px;
    margin: auto;
}
.price-tag {
    background-color: #007571;
    color: white;
    text-align: center;
    padding: 12px 0px;
    margin-top: 20px;
}
/* End Pricing & Sample Css */
/* Get A Quote*/
.file-upload a {
    text-decoration: none;
}
.card-header {
    border: 1px solid #19beb9;
}
.card-body {
    border: 1px solid #19beb9;
}
/* End Get A Quote*/
/* File Upload Get Quotepage */
.file_upload_message {
    background-color: #009b97;
    color: white;
}
.file_upload_body .card-body i {
    font-size: 50px;
    color: #009b97;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.2rem + 10px);
}
/* End File Upload Get Quote *page/ 

/* Sample Page */
.sample-card-wrap {
    max-width: 960px;
    margin: auto;
}
.sample-btn-group {
    max-width: 800px;
    margin: auto;
}
.sample-head h2 {
    max-width: 800px;
    margin: auto;
}
/* Sample Card Css */
.sample_card {
    background-color: #19beb9;
    color: white;
}
.sample_card i {
    font-size: 40px;
    padding-bottom: 30px;
}
.sample_card .border-right {
    border-right: 1px solid white;
}
/* End Sample Page */

/* Blog Page Css */
.blog-card {
    box-shadow: 0 20px 80px -20px rgb(0 0 0 / 38%);
    padding: 15px 10px;
    height: 410px;
    margin-bottom: 20px;
}
.blog-card a {
    text-decoration: underline;
}
/* End Blog Page Css */
