@charset "utf-8";
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

html {
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 28px;
    overflow-x: hidden;
    font-weight: 400;
    color: #555b62;
    left: 0;
    background-color: #fff;
    transition: 0.3s;
}

.section-padding {
    padding: 120px 0;
}

.section-title-center {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    word-break: break-word;
}
.section-title-center:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;

}
.section-title-center p {
    font-size: 16px;
}
.p0 {
    padding: 0 !important;
}
.primary-overlay {
    position: relative;
    z-index: 1;
}

.primary-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: rgba(20, 54, 108, 0.9);
}

.col-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seperator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
#declaracoes {
    text-align:center;
}
.slick-slide:focus {
    outline: none;
}

.exp-img-wrapper {
    margin: 20px 0;
}

.mfp-fade {
    animation: fadeIn .3s ease-in;
}

.mfp-fade.mfp-removing {
    animation: fadeInOut .3s ease-out;
}

.slick-modified-dots {
    text-align: center;
    padding: 50px;
}

.slick-modified-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.slick-modified-dots li button:focus {
    outline: 0;
}

.slick-modified-dots li button {
    border-radius: 50%;
    border: none;
    width: 15px;
    height: 15px;
    color: transparent;
    vertical-align: middle;
    transition: .3s;
    cursor: pointer;
    background-color: #ff8400;
    opacity: .5;
}

.slick-modified-dots li.slick-active button {
    width: 35px;
    height: 7px;
    border-radius: 10px;
    opacity: 1;
}

.exp-stylish-border {
    position: relative;
    width: 100%;
}

.exp-stylish-border:before {
    position: absolute;
    content: "";
    top: -95px;
    left: 90px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 200px solid #ff8400;
    transform: rotate(88deg);
    border-radius: 50px;
    z-index: 2;
}

.shadow-hover:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.before-none:before {
    display: none;
}

.tab-pane {
    animation: fadeIn .3s ease-in;
}

.border-l-r {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}


/*----------------------

	1.1. Typography

------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0f2952;
    margin: 0 auto 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    width: 100%;
    word-break: break-word;
    line-height: 1.4;
}

h1 {
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
    word-break: break-word;
    font-family: 'Rubik', sans-serif;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    word-break: break-word;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ff8400;
}

blockquote {
    background: #f4f4f4;
    position: relative;
    padding: 20px;
    line-height: 25px;
    border-left: 5px solid #eee;
}

blockquote p {
    color: #022147;
    font-size: 16px;
    font-weight: normal;
    word-break: break-word;
}

blockquote h6 {
    color: #ff6a48;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

ul,
ol {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

article {
    margin: 0 auto 40px;
}

article h2 a {
    color: #000;
}

select {
    background: #fff4d9 none repeat scroll 0 0;
    border: 1px solid #eeecec;
    color: #555555;
    font-size: 14px;
    height: 38px;
    padding: 0 20px;
    width: 100%;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 15px;
}

table {
    border: 1px solid #ccc;
    padding: 15px;
}


/*color and background

============================================*/

.exp-primary-color {
    color: #ff8400;
}

.exp-txt-color {
    color: #b6c0d1;
}

.light-color {
    color: #c3d0e4;
}

.exp-primary-bg {
    background-color: #103268;
}

.exp-secondary-bg {
    background-color: #f9fbff;
}

.light-bg {
    background-color: #f9f9f9;
}

.exp-gold {
    color: #ffae00;
}

.exp-dark-bg {
    background-color: #0c2b5b;
}

.shout-color {
    color: #889ef7;
}

.code-color {
    color: #ff9a5d;
}

.bulb-color {
    color: #8568ff;
}

.cart-color {
    color: #5baff8;
}

.shout-icon-block:before {
    background-color: #f0f3fd;
}

.code-icon-block:before {
    background-color: #fff6f0;
}

.bulb-icon-block:before {
    background-color: #f3f0ff;
}

.code-icon-block.cart-icon-block:before {
    background-color: #edf6fe;
}

.blue-gradient {
    background: linear-gradient(to left, #627eec, #9baefd);
}

.orange-gradient {
    background: linear-gradient(to left, #ff9458, #ffc37a);
}

.purple-gradient {
    background: linear-gradient(to left, #9b5ef7, #c097fc);
}

.green-gradient {
    background: linear-gradient(to left, #64c873, #76ec88);
}

.video-btn i {
    color: #1c4689;
}


/*Spacing and alignment

============================================*/

.inline-block li {
    display: inline-block;
}

.btn-top-20 {
    margin-top: 20px;
}

.btn-top-70 {
    margin-top: 70px;
}

.btn-top-50 {
    margin-top: 50px;
}

.margin-top-20 {
    margin-top: 22px;
}

.padding-right-0 {
    padding-right: 0;
}

.title-padding-right {
    padding-right: 60px;
}


/*Buttons

==========================================*/

.btn-primary {
    color: #fff;
    background-color: #ff8400;
    border-color: #ff8400;
    box-shadow: 0 0 12px rgba(255, 132, 0, 0.6);
    transition: .3s;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

button:focus,
button:hover {
    cursor: pointer;
    outline: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.ms-btn-icon-outline.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
    background-color: #db7100;
    border-color: #db7100;
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 132, 0, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #54c5d0;
    border-color: #54c5d0;
    padding: 15px 21px;
    text-transform:uppercase;
    font-size: 15px;
    font-weight: 500;
    
}

.btn-secondary:hover,
.btn-secondary:focus,
.ms-btn-icon-outline.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff6a48;
    border-color: #ff6a48;
}

.exp-slick-dots li {
    display: inline-block;
    border-radius: 50%;
}

.exp-slick-dots li button {
    border-radius: 50%;
    border: 0;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    color: transparent;
    opacity: .5;
    transition: .3s;
}

.exp-slick-dots li button:focus {
    outline: none;
}

.circle {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.circle:before,
.circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.circle:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.circle:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.circle:hover:before,
.circle:hover:after {
    -webkit-animation: none;
    animation: none;
}

.video-btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: inherit;
}


/* #Navigation

================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    padding: 20px 0;
    padding-top: 0;
}

.start-header.scroll-on {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #0f2952;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-light .navbar-nav .nav-link {
    padding: 25px 15px;
}

.start-header.scroll-on .seperator {
    display: none;
}

.row:before,
.row:after {
    display: inline-block;
}

.start-header .navbar ul {
    top: 30px;
}

.primary-bg {
    background-color: #173d7a;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 175px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 10px 0;
}

.navbar-toggler {
    float: right;
    border: none;
    padding: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #ff8400;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #ff8400;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.exp-home4-slider p {
    font-size: 22px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 12.4px;
    text-transform: uppercase;
    padding: 30px 15px;
    position: relative;
    transition: all 200ms linear;
}

.navbar-light .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 10px;
}

.navbar-light .dropdown-item:hover {
    color: #ff8400;
    background-color: transparent;
}

.navbar-light .dropdown-item:last-child {
    border: 0;
}

#searchLink .dropdown-toggle:after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #ff8400;
}

.navbar-light .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}


/*---------Mega Menu--------------*/

.mega-menu {
    left: 0;
    width: 100%;
    background: #fff;
}

.mega-menu .mega-menu-inner {
    padding: 20px;
}

.mega-menu .mega-menu-inner .dropdown-item {
    padding: 10px 0;
}


/*----------END Mega Menu-------------------*/

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.nav-item.mega-menu-link {
    position: static;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff8400;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff8400;
}

.close-search {
    display: none;
}

button#searchsubmit {
    line-height: inherit;
    border-radius: 0;
    background-color: #ff8400;
    color: #fff;
}

#searchLink a {
    color: #fff;
    padding: 5px 15px;
}

#searchbox {
    box-shadow: none;
    padding: 8px 14px;
    border-radius: 0px;
}

#searchbox:hover {
    box-shadow: none;
}

#searchform .form-control:focus {
    border-color: #ccc;
    outline: 0;
}


/* #Banner

================================*/

#exp-inner-banner {
    background-image: url('../img/about-us-2/banner.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head {
    background-image: url('../img/Services/banner.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-2 {
    background-image: url('../img/Services/service-3.jpg');
    background-size: cover;
    background-position: center
}

.exp-banner-head-3 {
    background-image: url('../img/Services/service-4.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-4 {
    background-image: url('../img/Services/service-5.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-pricing {
    background-image: url('../img/pricing/pricing-banner-3.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-pricing-3 {
    background-image: url('../img/pricing/pricing-banner-4.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-contact {
    background-image: url('../img/contact/banner-3.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-contact-2 {
    background-image: url('../img/contact/banner-1.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-team1 {
    background-image: url('../img/Team/team-banner.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head .section-title-center h1 {
    margin-bottom: 10px;
}

.exp-banner-head .exp-banner-title {
    padding: 200px 0;
}

.exp-banner-head .exp-banner-title p {
    margin-bottom: 0;
}

.exp-banner-head .exp-banner-title p span:before {
    content: ".";
    font-size: 25px;
    vertical-align: text-bottom;
    padding: 0 10px;
    color: #fff;
}


/*Homepage 1

================================================*/

.exp-home1-header {
    padding: 120px 0;
    position: relative;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
}

.exp-home1-header img {
    max-width: inherit;
}

.exp-home1-header .slick-modified-dots {
    text-align: left;
    width: 100%;
    padding: 30px 0;
    position: relative;
    bottom: -50px;
}

.exp-home1-header .slick-modified-dots li button {
    background-color: #fff;
}

.exp-home1-header .btn-primary {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.exp-home1-header .exp-slick-dots {
    position: relative;
    bottom: -120px;
    left: 20%;
    width: 100%;
}

.exp-home1-header .exp-slick-dots li.slick-active button {
    width: 35px;
    opacity: 1;
    border-radius: 50px;
}


/*---Services--*/

.exp-services-a .exp-services-item .exp-icon-block {
    position: relative;
}

.exp-services-a h6 {
    margin-bottom: 10px;
}

.exp-services-a p {
    margin-bottom: 0;
}

.exp-services-a a {
    color: #ff8400;
    font-weight: 600;
    transition: .3s;
}

.exp-services-a a:hover,
.exp-services-a a:focus {
    padding: 5px 10px;
}

.exp-services-a .exp-services-item .exp-icon-block i {
    font-size: 38px;
}

.exp-services-a .exp-services-item .exp-icon-block span:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 5px;
    z-index: -1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.exp-services-a .exp-services-item .exp-services-content {
    margin: 30px 0;
}

.exp-services-a .exp-services-item {
    padding: 40px 10px;
}


/*------Product Section-------*/

.exp-product-section .container-wrapper {
    position: relative;
    z-index: 1;
}

.container-wrapper .exp-img-wrapper {
    padding: 20px 0;
}

.container-wrapper .exp-img-wrapper.left-side:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    background-color: #6b58ff;
}

.container-wrapper .exp-img-wrapper.right-side:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    background-color: #6b58ff;
}

.container-wrapper .exp-img-wrapper.left-triangle:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-bottom: 300px solid #6b58ff;
    border-right: 300px solid transparent;
}

.container-wrapper .exp-img-wrapper.right-triangle:after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-bottom: 300px solid #6b58ff;
    border-left: 300px solid transparent;
}

.exp-img-wrapper.right-triangle img {
    float: right;
}

.exp-img-wrapper.right-side {
    float: right;
}

.exp-product-section .exp-product-points {
    margin-top: 20px;
}

.exp-product-section .exp-product-points li {
    margin-bottom: 30px;
    display: flex;
    width: 95%;
    word-break: break-word;
}

.exp-product-section .exp-product-points li i {
    color: #61d09f;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

.exp-product-section .exp-designation {
    margin: 30px 0;
}

.exp-product-section .exp-designation h6 {
    margin-bottom: 5px;
}


/*----Portfolio---*/

.exp-portfolio .exp-home1-grid {
    margin: 0 auto;
}

.exp-portfolio .exp-home1-grid img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.exp-portfolio .grid-sizer,
.exp-portfolio .grid-item {
    width: 450px;
    height: 280px;
    margin-bottom: 30px;
}

.exp-portfolio .grid-item--width2 {
    width: 450px;
    height: 590px;
}


/*-----Achievments----------*/

.exp-achievments {
    background-image: url('../img/homepage-1/sucess-b.jpg');
    background-size: cover;
    background-position: center;
}

.exp-achievments .achievments-counter {
    padding: 30px 20px;
    background-color: #4770b1;
    border-radius: 15px;
    color: #fff;
    margin-top: 25px;
}

.video-img .img-wrap {
    position: relative;
}

.video-img .video-btn-wrapper {
    position: absolute;
    width: 90%;
    height: 100%;
    display: flex;
    left: 0;
    top: 0;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
}

.exp-achievments .achievments-counter .counter {
    font-size: 40px;
    font-weight: 600;
}

.exp-achievments .achievments-counter .icon-block {
    margin-right: 20px;
    font-size: 35px;
    color: #c3d0e4a8;
}

.exp-achievments p {
    margin-bottom: 50px;
}

.exp-achievments .exp-achievments-wrap {
    height: 100%;
}

.exp-achievments .achievments-counter p {
    margin-bottom: 0;
    color: #c3d0e4;
}

.exp-achievments .counter-number span:nth-child(2) {
    font-size: 25px;
}


/*-----------Testimonial-------*/

.exp-testimonial-1 .exp-img-wrapper {
    position: relative;
}

.exp-testimonial-1 .exp-testimonial-item {
    position: relative;
}

.exp-testimonial-1 .exp-testimonial-content {
    padding: 20px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    margin-right: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.exp-testimonial-1 .exp-testimonial-content.margin-right-10 {
    margin-right: 10px;
}

.exp-testimonial-1 .exp-testimonial-content:before {
    content: "\f100";
    font-family: 'Flaticon';
    position: absolute;
    right: 20px;
    top: -20px;
    font-size: 45px;
    color: #ffe6cc;
}

.exp-testimonial-1 .exp-testimonial-content ul {
    margin: 15px 0;
}

.exp-testimonial-1 .exp-testimonial-content h6,
.exp-testimonial-1 .exp-testimonial-content p {
    margin-bottom: 0;
}


/*---------Pricing and Plans-----------*/

.exp-pricing-plans .exp-tab-wrap {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

.exp-pricing-plans .section-title-center {
    padding-bottom: 0;
}

.exp-pricing-plans .tab-pane {
    padding: 0 30px;
    animation: fadeIn .3s ease-in;
}

.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item {
    position: relative;
    padding: 10px 0;
}

.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link.active {
    background-color: #ff8400;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 999;
    padding: 10px 40px;
}

.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link {
    padding: 10px 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    margin: 0;
}

.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    border: 1px solid silver;
    left: -40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link.active:before {
    display: none;
}

.exp-pricing-plans .exp-pricing-plans-inner {
    text-align: center;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    transition: .3s;
    margin: 20px 0;
}

.exp-pricing-plans .exp-pricing-plans-inner.shadow-hover:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.exp-pricing-plans .exp-pricing-plans-inner:before {
    position: absolute;
    content: "";
    top: -71px;
    left: 65px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 150px solid #ff8400;
    transform: rotate(88deg);
    border-radius: 50px;
    z-index: 2;
}

.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-top {
    padding: 30px 0;
}

.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-top h6 {
    margin-bottom: 10px;
}

.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-mid {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
    margin: 30px 0;
}

.exp-pricing-btn .btn.theme-bg-btn i {
    background-color: #e57700;
    color: #fff;
}

.exp-pricing-btn .btn i {
    float: right;
    padding: 15px;
    background-color: #eee;
    border-radius: 50%;
    color: #ff8400;
}

.exp-pricing-btn .theme-border-btn {
    width: 80%;
    line-height: 40px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ff8400;
    background-color: inherit;
    color: #ff8400;
    font-weight: 500;
    border-radius: 50px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exp-pricing-btn .theme-border-btn span {
    width: 100%;
}

.exp-pricing-plans .exp-price-mrp {
    font-size: 50px;
    color: #ff8400;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0;
}

.exp-pricing-btn .theme-border-btn:hover,
.exp-pricing-btn .theme-border-btn:focus {
    background-color: #ff8400;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.exp-pricing-btn .theme-border-btn:hover i,
.exp-pricing-btn .theme-border-btn:focus i {
    background-color: #e57700;
    color: #fff;
}

.exp-pricing-plans.exp-pricing-plans-2.blue-bottom {
    margin-top: 0;
}


/*----Contact Us-------*/

.exp-contact-us {
    position: relative;
}

.exp-contact-us .contact-us-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    left: 25%;
    margin: 0 auto;
    z-index: -1;
    background-image: url(../img/map2.png);
    background-size: cover;
    background-position: center;
    padding: 0 30px;
}

.exp-contact-us h6 {
    font-weight: normal;
}


/* #END Homepage 1

=====================================*/


/* #Homepage 2

=====================================*/

.exp-home2-header {
    position: relative;
}

.exp-home2-header .exp-home2-banner {
    padding: 295px 0;
}

.exp-home2-header .banner-title {
    max-width: 900px;
    margin: 0 auto;
}

.exp-home2-header .exp-home2-thumbnail {
    position: absolute;
    right: 5px;
    bottom: 20px;
    z-index: 2;
    width: 27%;
}

.exp-home2-banner.bg-1 {
    background-image: url('../img/homepage-2/banner.jpg');
    background-size: cover;
    background-position: center;
}

.exp-home2-banner.bg-2 {
    background-image: url('../img/homepage-2/banner-2.jpg');
    background-size: cover;
    background-position: center;
}

.exp-home2-banner.bg-3 {
    background-image: url('../img/homepage-2/banner-3.jpg');
    background-size: cover;
    background-position: center;
}

.exp-home2-header .slick-modified-dots {
    position: absolute;
    bottom: 5%;
    width: 72%;
    padding: 0;
    z-index: 999;
    text-align: right;
}

.exp-home2-header .exp-home2-thumbnail ul li {
    margin: 0px;
    padding-right: 2px;
}

.exp-home2-header .exp-home2-thumbnail img {
    border-radius: 5px;
    margin: 0 auto;
}

.exp-home2-header .slick-modified-dots li button {
    background-color: #fff;
}

.exp-home2-about .exp-about-title {
    padding-right: 40px;
}

.exp-home2-about.section-padding {
    padding: 200px 0;
}

.exp-home2-about {
    position: relative;
}

.exp-home2-about .exp-about-title a {
    margin-top: 30px;
}

.exp-home2-about .exp-about-item .about-content {
    padding: 30px;
}

.exp-home2-about .exp-about-item a {
    color: #ff8400;
    vertical-align: middle;
    font-weight: 500;
}

.exp-home2-about .exp-about-item {
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.exp-home2-about .exp-about-item a:hover {
    font-weight: 600;
}

.exp-home2-about .exp-about-item a i {
    vertical-align: middle;
    margin-left: 5px;
}

.exp-home2-about .col-lg-8 {
    position: absolute;
    width: 100%;
    right: -50px;
    top: 70px;
}

.exp-home2-about .exp-about-wrapper {
    padding: 40px 20px 0 120px;
}

.exp-home2-about img {
    width: 100%;
}

.exp-home2-product-a .exp-product-points li {
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}

.exp-home2-product-a .exp-ceo {
    margin-top: 30px;
}

.exp-home2-product-a .exp-primary-color:nth-child(1) {
    margin-bottom: 5px;
}

.exp-home2-product-a .exp-ceo h6 {
    margin-bottom: 5px;
}

.exp-home2-product-b .exp-points .exp-num-block {
    margin-right: 30px;
}

.exp-home2-product-b .exp-points-txt h6 {
    margin-bottom: 5px;
}

.exp-home2-product-b .exp-points {
    margin: 20px 0;
}

.exp-home2-product-b .exp-primary-color {
    margin-bottom: 0;
}

.exp-home2-product-b .exp-points .exp-num-block p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.exp-home2-product-b .exp-product-content .exp-product-title {
    padding: 5px 0;
}

.exp-home2-product-b .container-wrapper .exp-img-wrapper {
    padding: 0;
    margin: 0;
}

.exp-home2-video {
    background-image: url('../img/homepage-2/banner-bg.jpg');
    background-size: cover;
    background-position: center;
}

.exp-home2-video .exp-video-main {
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.exp-home2-testimonial .exp-testimonial-slider2 {
    padding: 0 228px;
}

.exp-home2-testimonial .exp-testimonial-item {
    padding: 0 30px;
    margin: 20px 0;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-item-inner {
    display: flex;
    padding: 30px 20px;
    width: 200px;
    margin: 0 auto;
    align-items: center;
    z-index: 1;
    position: relative;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content:after {
    content: '\f100';
    font-family: 'Flaticon';
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ff8400;
    opacity: .3;
}

.exp-home2-testimonial .slick-modified-dots li button,
.exp-home2-portfolio .slick-modified-dots li button,
.exp-about1-slider .slick-modified-dots li button {
    border-radius: 0;
    opacity: .3;
}

.exp-home2-testimonial .slick-modified-dots li.slick-active button,
.exp-home2-portfolio .slick-modified-dots li.slick-active button,
.exp-about1-slider .slick-modified-dots li.slick-active button {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.exp-home2-testimonial .slick-arrow,
.exp-about1-slider .slick-arrow {
    width: 70px;
    height: 50px;
    border: 1px solid rgba(255, 132, 0, 0.3);
    color: #ff8400;
    display: flex;
    align-items: center;
    z-index: 99;
    justify-content: center;
}

.exp-banner-head-about-1 {
    background-image: url('../img/about-us-1/banner-bg.jpg');
    background-size: cover;
    background-position: center;
}

.exp-home2-testimonial button.slick-next {
    right: 150px;
    top: 140px;
}

.exp-home2-testimonial button.slick-prev {
    left: 150px;
    top: 140px;
}

.exp-home2-testimonial button.slick-next:before,
.exp-home2-testimonial button.slick-prev:before,
.exp-about1-slider button.slick-prev:before,
.exp-about1-slider button.slick-next:before {
    color: #ff8400;
    font-weight: 700;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content {
    display: none;
    width: 70%;
    padding: 0 20px;
    margin-left: 20px;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content p:nth-child(1) {
    font-style: italic;
}

.exp-home2-testimonial .exp-testimonial-item.slick-center .exp-testimonial-content {
    display: block;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content h6 {
    margin-bottom: 5px;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author {
    position: relative;
    display: flex;
    flex-direction: column;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author p {
    margin-bottom: 0;
}

.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author div {
    margin-left: 70px;
}

.exp-home2-testimonial .exp-testimonial-item .exp-author span {
    width: 50px;
    height: 2px;
    top: 13px;
    position: absolute;
    background-color: #ff8400;
}

.exp-home2-testimonial .exp-testimonial-item.slick-center .exp-testimonial-item-inner {
    -webkit-transform: translate(-160px, -10px);
    transform: translate(-160px, -10px);
    width: calc(100% + 320px);
    max-width: initial;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.exp-home2-updates .post-meta {
    display: flex;
    align-items: center;
    padding: 20px;
    padding-bottom: 0;
}

.exp-home2-updates .author-meta h6 {
    font-size: 18px;
}

.exp-home2-updates .author-meta p a {
    color: #6a6a67;
}

.exp-home2-updates .author-meta p a:hover {
    color: #ff8400;
}

.exp-home2-updates .author-meta {
    margin-left: 20px;
}

.exp-home2-updates .author-img img {
    border-radius: 50%;
}

.exp-home2-updates .post-img img {
    width: 100%;
}

.exp-home2-updates .author-meta h6,
.exp-home2-updates .author-meta p {
    margin-bottom: 0;
}

.exp-banner-head-service {
    background-image: url('../img/Services/service-3.jpg');
    background-size: cover;
    background-position: center;
}

.exp-services-1.exp-home2-updates .exp-services-wrapper .post-content {
    padding: 20px;
}

.exp-services-1.exp-home2-updates .exp-services-wrapper .post-content h5 a,
.exp-services-1.exp-home2-updates .exp-services-wrapper .exp-link-wrap a {
    font-weight: 500;
}

.exp-home2-download .download-circle {
    width: 590px;
    height: 590px;
    border-radius: 50%;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

.exp-home2-download .download-circle .download-img-1 {
    transform: translateY(150px) translateX(20px);
    z-index: 2;
    position: absolute;
    box-sizing: border-box;
}

.exp-home2-download .download-circle .download-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(20px);
    z-index: 1;
}

.exp-home2-download .download-wrap {
    margin-bottom: 20px;
}

.exp-home2-portfolio .home2-portfolio .item {
    margin-left: 20px;
}

.exp-home2-portfolio .home2-portfolio .item img {
    width: 100%;
    height: 100%;
}

.exp-home2-portfolio .home2-portfolio .item.slick-current.slick-active {
    height: 550px;
}

.exp-project-2.exp-home2-portfolio {
    padding-bottom: 120px;
    position: relative;
}

.exp-project-2.exp-home2-portfolio:before {
    content: "";
    width: 100%;
    height: 250%;
    top: 0;
    position: absolute;
    z-index: -1;
    background-color: #f9fbff;
}

.exp-home2-portfolio .portfolio-cont .col-12 {
    position: absolute;
    z-index: 999;
    padding: 0;
}

.exp-home2-portfolio .slick-modified-dots {
    width: 80%;
    margin-top: -100px;
}

.exp-values.blue-top:after {
    width: 100%;
    height: 500px;
}


/* #HomePage 3
==========================================*/

.exp-home3-header {
    border-radius: 0;
    border-bottom-left-radius: 8%;
    position: relative;
}

.exp-home3-header svg {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 5vw;
    right: 0;
}

.exp-about-product2.exp-home3-product2 .exp-product-title {
    margin-bottom: 60px;
}

.container-wrapper .exp-img-wrapper.right-side.height-50:after {
    height: 50%;
}

.container-wrapper .exp-img-wrapper.right-side.height-50.bottom:after {
    top: auto;
    bottom: 0;
}

.container-wrapper .exp-img-wrapper.left-side.height-50:after {
    height: 50%;
    bottom: 0;
    top: auto;
}

.exp-about-product2 .exp-points.margin-l-30 {
    margin-left: 30px;
}

.exp-about-product2 .exp-points.margin-l-50 {
    margin-left: 50px;
}

.exp-about-product2.exp-home3-product2 .exp-points {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}

.exp-about-product2.exp-home3-product2 .exp-points p {
    margin-bottom: 0;
}

.exp-about-product2.exp-home3-product2 .exp-num-block p {
    width: 60px;
    height: 60px;
    font-size: 25px;
}

.exp-home3-project .exp-tab-wrap {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.exp-home3-project .exp-tab-wrap a {
    position: relative;
    color: #6b6d73;
    margin: 0 30px 0 0;
    padding: 5px 0;
    overflow: hidden;
}

.exp-home3-project .exp-tab-wrap a.active {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

.exp-home3-project .exp-tab-wrap a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    transform: translateX(-100px);
    left: 0;
    transition: .3s;
    background-color: #ff8400;
}

.exp-home3-project .exp-tab-wrap a.active:after {
    transform: translateX(0);
}

.exp-home3-project .top-wrapper {
    height: 400px;
    margin-top: 50px;
}

.exp-home3-project .top-wrapper .col-12 {
    position: absolute;
    padding: 0;
}

.exp-home3-project .top-wrapper .content a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    background: linear-gradient(to right, #ff8400 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

.exp-home3-project .top-wrapper .content a:hover {
    background-position: left bottom;
}

.exp-home3-project .top-wrapper .content a:hover .item-inner .img img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.exp-home3-project .top-wrapper .content a:hover>p,
.exp-home3-project .top-wrapper .content a:hover>span i {
    color: #fff;
}

.exp-home3-project .top-wrapper .item-inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.exp-home3-project .top-wrapper .content p {
    margin-bottom: 0;
    font-weight: 500;
    color: black;
}

.exp-home3-project .top-wrapper .content i {
    vertical-align: middle;
    color: #ff8400;
    font-size: 22px;
}

.exp-home3-video,
.exp-home3-newsletter {
    background-image: url('../img/homepage-3/work-banner.jpg');
    background-size: cover;
    background-position: center;
}

.exp-home3-video:after {
    content: "";
    background-color: rgba(20, 54, 108, 0.8);
    position: absolute;
    height: 100%;
    width: 75%;
    top: 0;
    left: 0;
    z-index: -1;
}

.exp-home3-video h6,
.exp-home3-video h3 {
    color: #fff;
}

.exp-home3-video p {
    color: #cdd1da;
}

.exp-home3-video .video-title {
    max-width: 500px;
    margin-bottom: 50px;
}

.exp-home3-video .video-points {
    display: flex;
    margin: 20px 0;
}

.exp-home3-video .video-points .content {
    padding: 0 20px;
}

.exp-home3-video .video-points span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #335180;
}

.exp-home3-video .col-lg-3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp-home3-video.primary-overlay:before {
    background-color: rgba(20, 54, 108, 0.5);
}

.exp-home3-testimonial .testimonial-item {
    box-shadow: 0 0 8px .5px rgba(0, 0, 0, .1);
    text-align: center;
    padding: 30px;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.exp-home3-testimonial .testimonial-item .img-cover {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.exp-home3-testimonial .testimonial-item .img-cover img {
    border-radius: 50%;
}

.exp-home3-testimonial .testimonial-item .img-cover a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #1da1f2;
    position: absolute;
    bottom: 5px;
    color: #fff;
    right: 0;
}

.exp-home3-testimonial .testimonial-item .img-cover a i {
    vertical-align: middle;
    line-height: 2.3;
}

.exp-home3-testimonial .testimonial-item .img-cover,
.exp-home3-testimonial .testimonial-item ul {
    margin-bottom: 15px;
}

.exp-home3-testimonial .testimonial-item ul li {
    margin: 0 3px;
}

.exp-home3-testimonial .slick-prev {
    left: -150px;
    top: 40%;
}

.exp-home3-testimonial .slick-next {
    right: -150px;
    top: 40%;
}

.exp-home3-testimonial .slick-prev:before {
    content: "<";
    vertical-align: middle;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color: #ff8400;
    font-weight: 500;
    z-index: 2;
}

.exp-home3-testimonial .slick-next:before {
    content: ">";
    vertical-align: middle;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color: #ff8400;
    font-weight: 500;
    z-index: 2;
}

.exp-home3-testimonial .slick-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff8400;
}

.exp-home3-testimonial .slick-arrow:focus {
    background-color: #ff8400;
}

.exp-home3-testimonial .slick-arrow.slick-next:focus:before,
.exp-home3-testimonial .slick-arrow.slick-prev:focus:before {
    color: #fff;
}

.exp-home3-price .exp-tab-wrap {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
    margin-left: 40px;
}

.exp-home3-price .exp-product-points {
    padding: 20px 0;
}

.exp-home3-price .exp-product-points li {
    margin-bottom: 10px;
    color: #000;
    font-size: 17px;
}

.exp-home3-price .exp-product-points li i {
    color: #61d09f;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}

.exp-home3-price .tab-content .price-block {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.exp-home3-price .tab-content .price-block.top-50 {
    margin: 50px 0;
}

.exp-home3-price .tab-content .price-block .price-mid {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.exp-home3-price .tab-content .price-block .price-bottom {
    padding-top: 30px;
}

.exp-home3-price .tab-content .price-block .price-mid ul li {
    margin-bottom: 20px;
}

.exp-home3-price .tab-content .price-block .price-top i {
    font-size: 40px;
    color: #ff8400;
    opacity: .3;
}

.exp-home3-price .tab-content .tab-pane {
    padding: 0;
}

.exp-home3-price .tab-content .price-block .price-top p {
    color: #222;
    font-weight: 500;
    font-size: 18px;
}

.exp-home3-price .tab-content .price-block .btn-outline-primary {
    border: 1px solid #ff8400;
    color: #ff8400;
    padding: 10px 30px;
    border-radius: 50px;
}

.exp-home3-price .tab-content .price-block .btn-outline-primary:hover {
    color: #fff;
}

.exp-home3-newsletter form .input-group {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50px;
}

.exp-home3-newsletter .input-group input {
    padding: 15px 30px;
    color: #fff;
    background-color: inherit;
    border: 0;
}

.exp-home3-newsletter .input-group input:focus {
    box-shadow: none;
    border: none;
}

.exp-home3-newsletter .input-group input::placeholder {
    color: #fff;
}

.exp-home3-newsletter .input-group button {
    border: 0;
    padding: 0 30px;
    border-radius: 50px;
}

.exp-home3-newsletter .input-group button:hover {
    background-color: #ff8400;
    color: #ff8400;
}

.exp-home3-newsletter .input-group button i {
    transform: rotate(55deg);
    color: #fff;
    font-size: 20px;
}

.exp-home3-newsletter ul {
    text-align: center;
    padding-top: 50px;
}

.exp-home3-newsletter ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5c7085;
    border-radius: 50%;
    color: #fff;
    margin: 0 10px;
}

.exp-home3-newsletter ul li a:hover {
    background-color: #ff8400;
    color: #fff;
}

.exp-home3-blog .post-article .post-img {
    border-radius: 5px;
    overflow: hidden;
}

.exp-home3-blog .post-article .post-img img {
    width: 100%;
}

.exp-home3-blog .post-article {
    padding: 0 8px;
}

.exp-home3-blog .post-article h5 {
    margin-bottom: 8px;
}

.exp-home3-blog .post-article h5 a {
    font-weight: 500;
}

.exp-home3-blog .post-article .post-img:hover .exp-link-wrap,
.exp-home3-blog .post-article .post-content:hover .exp-link-wrap {
    display: block;
    opacity: 1;
}

.exp-home3-blog .post-article .post-content:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.exp-home3-blog .post-article .post-content {
    padding: 25px 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    bottom: 70px;
    background-color: #fff;
    left: 20px;
    transition: .3s;
    height: auto;
}

.exp-home3-blog .post-article .post-content p {
    margin-bottom: 0;
}

.exp-home3-blog .post-article .post-content .author-meta {
    padding-bottom: 10px;
}

.exp-home3-blog .post-article .exp-link-wrap {
    display: none;
    padding-top: 8px;
    transition: all .2s ease-in;
}

.exp-home3-blog .post-article .exp-link-wrap a {
    font-weight: 500;
}


/* Banners */

.hero-banner-02 {
    webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
}

.hero-banner-triangle {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
}

.hero-banner-rouned-curve {
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 40%;
}

.hero-banner-split:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #133569;
}

.hero-banner-zigzac:after {
    content: '';
    width: 100%;
    height: 20px;
    background: linear-gradient(-45deg, transparent 33.33%, #103268 33.33%, #103268 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #103268 33.33%, #103268 66.66%, transparent 66.66%);
    position: absolute;
    background-size: 20px 50px;
    transform: rotateX(180deg);
}

.p-relative {
    position: relative;
}

.exp-home4-header.hero-banner-pyramid svg {
    width: 300vh;
    height: 20vh;
}

.hero-banner-book svg,
.hero-banner-mount svg,
.hero-banner-curve svg,
.hero-banner-tilt svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vw;
    /* set height to pixels if you want angle to change with screen width */
}

.v-none {
    visibility: hidden;
}


/* - Decor -*/

.decor-wrapper {
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .decor-wrapper {
        max-height: 150px;
    }
    .hidden-mb {
        display: none;
    }
    h3 {
        font-size: 27px;
    }
    .card-header {
        padding: .55rem .10rem;
    }
    #Generals button {
        font-size: 14px;
    }
    .btn-secondary {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .decor-wrapper {
        max-height: 100px;
    }
}

.decor {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.decor.bottom {
    bottom: -1px;
}

.decor.top {
    top: -1px;
}

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0f2952;
}

.wave {
    background: url(../img/wave-2.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}


/* #Homepage 4
=============================================*/

.exp-home4-header-solid .exp-header-item .exp-home4-header .exp-header-item {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.exp-home4-header {
    background-image: url('../img/homepage-4/homepage-4-banner.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.exp-home4-header-solid {
    background-color: #0f2952;
    overflow: hidden;
    position: relative;
    background-image: none;
}

.exp-home4-header-solid svg,
.exp-home4-header svg {
    position: absolute;
    bottom: -14px;
    width: 100%;
}

.exp-home4-header .slick-modified-dots {
    position: absolute;
    left: 0;
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    top: 25%;
    padding: 30px;
}

.exp-home4-header .slick-modified-dots li button {
    background-color: #fff;
}

.banner-padding {
    padding: 300px 0;
}

.exp-home4-about .about-content,
.exp-home4-about .about-quote .author {
    position: relative;
}

.exp-home4-about .about-img img {
    float: right;
}

.exp-home4-about .about-content span,
.exp-home4-about .about-quote .author span {
    width: 40px;
    height: 2px;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #ff8400;
}

.exp-home4-about .about-quote .small-title {
    margin-bottom: 0;
    margin-left: 50px;
}

.exp-home4-about h3 {
    text-transform: uppercase;
    font-size: 28px;
}

.exp-home4-about .about-content .small-title {
    margin-left: 50px;
    color: #ff8400;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.exp-home4-about .about-quote {
    background-color: #fff;
    position: absolute;
    bottom: 40px;
    right: 70px;
    padding: 30px;
    max-width: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.exp-home4-about .about-quote i {
    font-size: 40px;
    color: #ff8400;
    opacity: .3;
}

.exp-services-4.exp-home4-services {
    padding-top: 0;
}

.exp-services-4.exp-home4-services .exp-services-item .exp-icon-block span {
    background-color: #ff8400;
    color: #fff;
}

.exp-home4-countdown .section-title-center {
    max-width: 780px;
}

.exp-home4-countdown .col-content-center {
    margin-left: 45px;
    padding: 0;
}

.exp-home4-countdown .col-content-center:nth-child(1) {
    margin-left: 0;
}

.progress-circle-prog.prog-1.fill-mode {
    stroke: #ff8400;
    stroke-dasharray: 800;
    transition: stroke-dasharray 2s ease-in;
}

.exp-home4-video .video-box {
    background-image: url('../img/homepage-4/video-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: -250px;
    position: relative;
}

.exp-home4-video .content {
    padding: 50px 70px;
}

.exp-home4-video .content h4 {
    line-height: 1.6;
}

.exp-home4-video .col-content-center {
    align-items: center;
}

.exp-home4-values .container {
    padding-bottom: 0;
}

.exp-home4-pricing.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
    display: flex;
    align-items: center;
    padding: 20px;
}

.exp-home4-pricing.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid ul li:last-child {
    border-bottom: 0;
}

.exp-home4-pricing .exp-pricing-plans-mid ul li i {
    margin-right: 20px;
    color: #61d09f;
}

.exp-home4-pricing .exp-pricing-plans-mid ul li .flaticon-checkmark {
    color: #61d09f;
    font-weight: 600;
}

.exp-home4-pricing .exp-pricing-plans-mid ul li .line-through {
    text-decoration: line-through;
    color: #b9b9b9;
}

.exp-home4-pricing .exp-pricing-btn .theme-border-btn {
    width: 70%;
    border-radius: 10px;
}

.exp-home4-pricing .exp-pricing-btn {
    margin: 30px 0;
}

.exp-home4-pricing .exp-price-mrp {
    margin-bottom: 0;
}

.exp-pricing-plans-2.exp-home4-pricing .exp-pricing-plans-inner:after {
    display: none;
}

.exp-home4-pricing .faq-banner {
    background-image: url('../img/homepage-4/check-faq.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.exp-home4-pricing .faq-banner.primary-overlay:before {
    background-color: rgba(100, 103, 221, 0.9);
}

.exp-home4-pricing .faq-banner .inner-content {
    padding: 30px;
}

.exp-home4-pricing .faq-banner a {
    padding: 15px 40px;
    border: 1px solid #eee;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
}

.exp-home4-contact .video-img .video-btn-wrapper {
    width: 90%;
    height: 100%;
    right: 0;
    left: auto;
}

.exp-home4-contact .contact-img {
    margin: 50px 0;
}


/* #Homepage 5
==========================================*/

.exp-home5-header {
    background-image: url('../img/homepage-5/pricing-2.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.exp-home5-header.primary-overlay:before {
    background-color: rgba(59, 69, 91, 0.9);
}

.exp-home5-header .slick-modified-dots {
    transform: translateY(150%) translateX(-150px);
    text-align: right;
    position: relative;
    padding: 30px;
    top: 100px;
}

.exp-home5-header .slick-modified-dots button {
    background-color: #fff;
}

.exp-home5-header form {
    margin-top: 70px;
}

.exp-home5-header p {
    padding-right: 70px;
}

.exp-home5-header .col-lg-4.col-content-center {
    align-items: flex-end;
}

.exp-home5-header form .input-group input {
    width: 300px;
    border: 1px solid #a7a7ad;
    background-color: inherit;
    padding: 10px 15px;
    margin-top: 20px;
}

.exp-home5-header form .input-group input::placeholder {
    color: #a7a7ad;
}

.exp-home5-header form .input-group-append {
    margin-left: 10px;
}

.exp-home5-header form .input-group-append button {
    border-radius: 0;
    margin-top: 20px;
}

.exp-home5-values {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.exp-home5-video {
    position: relative;
    bottom: -150px;
}

.exp-home5-video .video-content {
    max-width: 900px;
    margin: 0 auto;
    min-height: 400px;
    background-image: url('../img/homepage-5/h5-video-banner.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 5px -6px #fff, 0 20px 6px -6px rgba(0, 0, 0, 0.2);
}

.secondary-overlay {
    position: relative;
    z-index: 1;
}

.secondary-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.exp-home5-testimonial.section-padding {
    padding-top: 280px;
}


/* #Homepage 6
==========================================*/

.start-header.scroll-on.exp-home6-nav {
    background-color: #eee;
}

.exp-home6-nav .navbar-light .navbar-nav .nav-link,
.exp-home6-nav #searchLink a {
    color: #2e2e2e;
    font-weight: 400;
}

.exp-home6-nav .seperator {
    background-color: rgba(46, 46, 46, 0.1);
}

.exp-home6-project .row {
    min-height: 700px;
}

.exp-home6-project {
    overflow: hidden;
}

.container-wrapper .exp-img-wrapper.left-side.height-50.top-0:after {
    bottom: auto;
    top: 0;
}

.exp-home6-services.exp-services-2 .exp-services-wrapper .exp-icon-block span {
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.exp-home6-services.exp-services-2 .exp-services-wrapper {
    padding: 40px 10px;
}

.exp-home6-services.exp-services-2 .exp-services-wrapper .exp-services-content {
    padding-bottom: 0;
}

.exp-home6-services .exp-product-content {
    padding-left: 40px;
}

.exp-home6-project.exp-project-2.exp-home2-portfolio:before {
    display: none;
}

.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-plans-mid {
    padding: 30px 0;
    margin-bottom: 0;
    position: relative;
}

.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-plans-mid:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 70%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
}

.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-btn {
    border-radius: 50px;
    width: 70%;
}

.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn {
    padding: 8px 30px;
}


/* #About Us Page 1

==========================================*/

.exp-about-product2 .exp-num-block {
    margin-right: 20px;
}

.exp-about-product2 .exp-num-block p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.exp-about-product2 .exp-points {
    padding-top: 30px;
    padding-right: 10px;
}

.exp-about-product2 .exp-points h6 {
    margin-bottom: 10px;
}

.exp-about-video .exp-product-points {
    padding: 20px 0;
}

.exp-about-video .exp-product-points li i {
    color: #61d09f;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

.exp-about-video .exp-product-points li {
    margin-bottom: 10px;
    font-weight: 500;
}

.exp-about-video .exp-tab-wrap {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
    margin-left: 40px;
}

.exp-about-video .video-item {
    position: relative;
    margin: 0 10px;
}

.exp-about-video .vid-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exp-about-video .about-video-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    position: absolute;
    left: 49%;
    top: 0;
    justify-content: center;
    transform: translate(-49.9%, 0%);
    align-self: center;
}

.exp-about-video .tab-pane {
    padding: 0;
}

.exp-about-video .vid-btn .video-btn {
    width: 90px;
    height: 90px;
    background-color: #fff;
}

.exp-about-video .col-lg-8 {
    position: absolute;
    right: -15px;
    width: auto;
    left: 45%;
}

.blue-top {
    position: relative;
    width: 100%;
}

.blue-top:after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 200px;
    background-color: #2258ae;
}

.exp-about-workflow .workflow-item {
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.exp-about-workflow .workflow-item p {
    margin-bottom: 0;
}

.exp-about-workflow .exp-workflow-content {
    margin: 20px 0;
}

.exp-about-workflow .container-wrapper .exp-img-wrapper.left-side:after {
    z-index: 0;
}

.exp-about-workflow .video-img .img-wrap {
    z-index: 1;
}

.exp-about-workflow .video-img .video-btn-wrapper {
    z-index: 2;
    margin-right: 0;
}

.exp-about-workflow .workflow-item .icon-block {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff930d;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

.exp-about-testimonial .testimonial-item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.exp-about-testimonial .testimonial-item .testimonial-content .author span {
    width: 50px;
    height: 2px;
    margin-top: 12px;
    opacity: 1;
    background-color: #ff8400;
}

.exp-about-testimonial .testimonial-item .author {
    display: flex;
    position: relative;
    margin: 20px 0;
}

.exp-about-testimonial .testimonial-item .author div {
    margin-left: 20px;
}

.exp-about-testimonial .testimonial-item .author div p {
    margin: 0;
}

.exp-about-testimonial .testimonial-item .testimonial-content {
    max-width: 650px;
    padding: 0 70px;
}

.exp-about-testimonial .testimonial-item .testimonial-content p {
    margin: 20px 0;
}

.exp-about-testimonial .testimonial-item .testimonial-content span {
    font-size: 40px;
    color: #ff8400;
    opacity: .3;
}

.exp-about-testimonial .slick-modified-dots {
    padding: 0;
    bottom: 20px;
    position: absolute;
    width: 100%;
}

.exp-about-testimonial .exp-about1-slider .slick-arrow:before,
.exp-home2-portfolio .slick-arrow:before {
    color: #222;
}

.exp-about-testimonial .exp-about1-slider .slick-arrow {
    position: absolute;
    right: 20%;
    margin-top: 13%;
    width: 80px;
    height: 60px;
    border: 1px solid silver;
}

.exp-about-testimonial .exp-about1-slider .slick-arrow:focus,
.exp-home2-portfolio .slick-arrow:focus {
    border: 1px solid #ff8400;
}

.exp-about-testimonial .testimonial-content ul li {
    margin-right: 5px;
}

.exp-about-testimonial .exp-about1-slider .slick-arrow:focus:before,
.exp-home2-portfolio .slick-arrow:focus:before {
    color: #ff8400;
}

.exp-about1-slider .slick-prev {
    left: 65.6%;
}


/* #About Us Page 2

==========================================*/

.exp-about2-video .video-img .video-btn-wrapper {
    left: auto;
}


/* #Pricing Page 1

========================================*/

.exp-banner-head-p {
    background-image: url('../img/pricing/pricing-b.jpg');
    background-size: cover;
    background-position: center;
}

.exp-values .section-title-center {
    z-index: 999;
}

.exp-values .exp-values-item {
    text-align: center;
    background-color: #fff;
    padding: 60px 20px;
    border-radius: 5px;
    margin: 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.exp-values .exp-values-item p {
    line-height: 30px;
    margin-bottom: 0;
}

.exp-values .exp-values-item h6 {
    margin-bottom: 5px;
}

.exp-values .exp-values-item .icon {
    font-size: 40px;
    color: #ff8400;
}

.exp-values .exp-values-item .exp-values-content {
    padding-top: 40px;
}


/* #Pricing Page 2

========================================*/

.blue-bottom {
    position: relative;
    z-index: 1;
}

.blue-bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 310px;
    width: 100%;
    background-color: #0e3b84;
}

.exp-pricing-plans.blue-bottom.exp-pricing-plans-2.big-margin {
    margin-top: 620px;
}

.exp-pricing-plans-2 .tab-pane.padding-0 {
    padding: 0;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner.top-80 {
    margin-top: 90px;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-top {
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner {
    position: relative;
    overflow: hidden;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner:after {
    font-family: 'Flaticon';
    position: absolute;
    opacity: .1;
    z-index: 1;
    color: #ff8400;
    font-size: 110px;
    top: 45px;
    left: 0;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner.pencil-bg:after {
    content: "\f113";
}

.exp-pricing-plans-2 .exp-pricing-plans-inner.rocket-bg:after {
    content: "\f103";
}

.exp-pricing-plans-2 .exp-pricing-plans-inner.building-bg:after {
    content: "\f116";
}

.exp-pricing-plans-2 .exp-pricing-btn .theme-border-btn span {
    text-align: left;
    padding-left: 20px;
}

.exp-pricing-plans-2 .exp-pricing-btn .theme-border-btn i {
    background-color: inherit;
    padding-right: 20px;
}

.exp-pricing-plans-2 .exp-pricing-plans-top h3 {
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 0;
}

.exp-pricing-plans-2 .exp-pricing-plans-top p {
    color: #5e5e5e;
    font-size: 40px;
}

.exp-pricing-plans-2 .exp-pricing-plans-top span {
    font-size: 18px;
    font-weight: 400;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid {
    padding: 0;
    border: 0;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.exp-pricing-plans-2 .exp-pricing-plans-inner .pricing-icon {
    font-size: 40px;
    color: #ff8400;
}

.exp-pricing-plans-2 .exp-price-mrp {
    padding: 10px 0;
}

.exp-pricing-plans-2 .section-title-center {
    padding-bottom: 50px;
}


/* #Pricing page 3

====================================*/

.exp-pricing-plans-3 .section-title-center {
    padding-bottom: 0;
}

.exp-pricing-plans-3 .exp-tab-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}

.exp-pricing-plans-3 .tab-pane {
    animation: fadeIn .3s ease-in;
}

.exp-pricing-plans-3 .exp-tab-wrap .nav-pills {
    border: 1px solid #ff8400;
    border-radius: 20px;
    height: 30px;
    position: relative;
}

.exp-pricing-plans-3 .exp-tab-wrap .nav-pills .nav-link {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-top: -4px;
    color: rgba(0, 0, 0, 0);
    transition: .3s;
}

.exp-pricing-plans-3 .exp-tab-wrap .nav-pills .nav-link.active {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    background-color: #ff8400;
    transition: .3s;
}

.exp-pricing-plans-3 .exp-tab-wrap .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: -2px;
    top: -5px;
    border-radius: 50%;
    background-color: #ff8400;
}

.exp-pricing-plans-3 .tab-switch-text {
    padding-top: 30px;
    font-size: 17px;
}

.exp-pricing-plans-3 .tab-switch-text span:nth-child(2) {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 22px;
    color: gray;
}

.exp-pricing-plans-3 .exp-tab-wrap .annualy-txt.active-color,
.exp-pricing-plans-3 .exp-tab-wrap .monthly-txt.active-color {
    color: #ff8400;
    font-weight: 500;
}

.exp-pricing-plans-3 .exp-pricing-plans-inner {
    text-align: center;
    padding: 30px 20px;
}

.exp-pricing-plans-3 .exp-price-mrp {
    font-size: 36px;
    font-weight: 500;
    color: black;
    font-family: 'Rubik', sans-serif;
}

.exp-pricing-plans-3 .exp-pricing-plans-top h6 {
    color: #ff8400;
}

.exp-pricing-plans-3 .quantity-box {
    display: flex;
    justify-content: center;
    border: 1px solid #eee;
    width: 60%;
    border-radius: 5px;
    margin: 30px auto;
}

.exp-pricing-plans-3 .quantity-box .form-control {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 10px 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.exp-pricing-plans-3 .quantity-box button {
    border: 0;
    padding: 0 15px;
    background-color: inherit;
}

.exp-pricing-plans-3 .exp-pricing-plans-mid {
    margin-bottom: 30px;
}

.exp-pricing-plans-3 .exp-pricing-plans-mid ul li {
    padding: 15px 0;
    font-family: 'Rubik', sans-serif;
}

.exp-pricing-plans-3 .exp-pricing-btn {
    width: 60%;
    border-radius: 5px;
    border: 1px solid #ff8400;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
}

.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn {
    margin: 0;
    border: 0;
    width: 100%;
    padding: 5px 10px;
    justify-content: space-around;
    border-radius: 0;
}

.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn span {
    width: auto;
}

.exp-pricing-plans-3 .exp-tab-wrap .nav-item:before {
    background-color: inherit;
}

.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn i {
    background-color: inherit;
    padding: 5px;
    float: none;
}

.exp-pricing-accordion .card {
    border: 0;
    margin: 10px 0;
}

.exp-pricing-accordion .card .card-header {
    border: 1px solid #eee;
    border-radius: 5px;
}

.exp-pricing-accordion .card .card-header button {
    width: 100%;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}

.exp-pricing-accordion .card .card-body p {
    width: 75%;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.exp-pricing-accordion .card .card-body {
    margin: 10px 0;
    transition: .3s;
}

.exp-pricing-accordion .card .collapse.show .card-body {
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}

.exp-pricing-accordion .card-header button:after {
    content: "-";
    color: #222;
    font-size: 22px;
    font-weight: 400;
}

.exp-pricing-accordion .card-header button.collapsed:after {
    content: "+";
    color: #222;
    font-size: 22px;
    font-weight: 400;
}

.exp-pricing-accordion .card-header {
    padding: 5px;
}


/* #Blog-grid-2

========================================*/

.exp-banner-head-blog-r {
    background-image: url('../img/blog/ban-1.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-bl {
    background-image: url('../img/blog/ban-4.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-details-r {
    background-image: url('../img/blog/ban-4.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-b-left {
    background-image: url('../img/blog/blog-left.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-blog-g {
    background-image: url('../img/blog/blog-grid-1-b.jpg');
    background-size: cover;
    background-position: center;
}

#exp-blog5 .exp-blog-wrapper {
    margin-bottom: 40px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    text-align: left;
    font-family: 'Rubik', sans-serif;
}

#exp-blog5 .exp-blog-wrapper .blog-meta {
    width: 80px;
    height: 80px;
    padding: 15px 10px;
    position: absolute;
    background: #FF8400;
    right: 0;
    color: #fff;
    text-align: center;
}

#exp-blog5 .exp-blog-wrapper .exp-blog-content {
    padding: 30px;
}

#exp-blog5 .exp-blog-wrapper .exp-blog-content h5 a {
    font-weight: 500;
}

#exp-blog5 .exp-blog-wrapper .exp-blog-content .exp-primary-color {
    font-weight: 500;
}

#exp-blog5 .exp-blog-wrapper a.anchor-btn {
    color: #ff8400;
    font-weight: 500;
}

#exp-blog5 .exp-blog-wrapper .blog-meta span {
    display: block;
}

#exp-blog5 .exp-blog-wrapper .blog-meta span.date {
    font-size: 25px;
}

.exp-blog-content a i {
    margin-left: 15px;
    vertical-align: middle;
}


/* #Blog  Details

==================================*/

#exp-blog-details {
    background-color: #fcfcfc;
}

.widget_title h4 {
    display: inline-block;
    margin: 0 auto 25px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

#exp-blog5 .exp-blog-wrapper.exp-blog-post-wrap {
    box-shadow: none;
    border: 1px solid #eee;
}

.sidebar_widget:first-child {
    padding: 0px;
}

.sidebar_wrap {
    padding-right: 10px;
}

.categories_widget ul li a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: #e6e5e5 solid 1px;
}

.categories_widget ul li a span {
    float: right;
    font-weight: normal;
}

.categories_widget ul li a {
    font-weight: 500;
}

.search_widget {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.search_widget .mycustom {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}

.search_widget .mycustom .btn-primary {
    box-shadow: none;
    border-radius: 5px;
}

.search_widget .mycustom input {
    border: 0;
}

.search_widget .mycustom input:focus {
    outline: none;
    box-shadow: none;
}

.sidebar_widget {
    padding: 30px 0 0 0;
    overflow: hidden;
}

.recent_post_widget li {
    position: relative;
    padding-left: 90px;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-bottom: 1px solid #DADADA;
}

.post_thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    background: #000;
}

.recent_post_widget h6 {
    font-size: 16px;
}

.recent_post_widget h6 a {
    font-weight: 500;
    margin: 0 0 6px;
}

.recent_post_widget p {
    color: #838383;
    font-size: 14px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.exp-blog-wrapper-2 .exp-blog-video-post {
    position: relative;
}

.exp-blog-wrapper-2 .video-btn-wrapper {
    position: absolute;
    top: 0;
    left: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-blog-wrapper-2 .video-btn-wrapper .video-btn {
    border-radius: 50%;
    background-color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-avatar {
    width: 100px;
    margin-right: 20px;
    float: left;
    height: 100px;
    overflow: hidden;
}

.exp-tag-social {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 30px;
}

.exp-blog-post-wrap .exp-blog-content {
    background-color: #ffff;
}

.exp-blog-post-wrap .exp-blog-imag img,
.exp-blog-video-post img {
    width: 100%;
    height: 100%;
}

.exp-tag-social .tag-list li {
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.social-share .social-icons li {
    margin-right: 5px;
}

.exp-tag-social span {
    margin-right: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.exp-tag-social .social-icons a {
    height: 30px;
    width: 30px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    line-height: 31px;
    font-size: 16px;
}

.exp-tag-social li {
    display: inline-block;
}

.exp-tag-social .fb a {
    background-color: #3B5999;
}

.exp-tag-social .tweet a {
    background-color: #399FED;
}

.exp-tag-social .messenger a {
    background-color: #0084FF;
}

.exp-tag-social .pintrist a {
    background-color: #BD081C;
}

.exp-tag-social .whastsapp a {
    background-color: #25D366;
}

.comment.the-comment {
    overflow: hidden;
    margin: 0 auto 40px;
}

.comment-avatar {
    width: 100px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    height: 100px;
}

.comment-content {
    float: right;
    width: calc(100% - 130px);
}

.comment-time {
    color: #ff8400;
    font-size: 14px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 auto 5px;
}

#comments h4 {
    margin: 10px 0 40px;
    font-size: 26px;
}

.comment-author a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

#comments ul.comment-answer {
    padding-left: 40px;
}

.comment-respond,
.all_comments {
    padding-top: 30px;
}

.comment-respond {
    border-top: #eaeaea solid 1px;
}

.comment-form .form-control {
    border: #e5e5e5 solid 2px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 50px;
}

.comment-form .form-control:focus {
    box-shadow: none;
}

#exp-blog5 .comment-respond .msg_input textarea {
    border-radius: 25px;
}


/* #Blog Left Side

=======================================*/

.exp-pegination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exp-pegination .exp-pegi a {
    padding: 10px 30px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 2.7;
}

.exp-num-pegination li a {
    margin: 0 5px;
    color: #222;
    border-radius: 5px;
}

.exp-num-pegination li a:hover,
.exp-num-pegination li a:focus {
    color: #ff8400;
}

.exp-num-pegination li a.active {
    background-color: #ff8400;
    color: #fff;
    border: 0;
}


/* #FAQ Page 1

=======================================*/

.exp-faq-1 .exp-tab-wrap {
    padding: 0 10px 120px;
    margin: 0 auto;
}

.exp-faq-1 .exp-tab-wrap ul {
    display: flex;
    justify-content: space-around;
}

.exp-faq-1 .exp-tab-wrap ul li {
    width: 220px;
    height: 160px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.exp-faq-1 .exp-tab-wrap ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s;
}

.exp-faq-1 .exp-tab-wrap ul li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 25px;
    margin-bottom: 5px;
    color: #ff8400;
    background-color: #fff2e5;
    border-radius: 50%;
    transition: .3s;
}

.exp-faq-1 .exp-tab-wrap ul li a.active {
    background-color: #fff;
    color: #222;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.exp-faq-1 .exp-tab-wrap ul li a.active span {
    background-color: #ff8400;
    color: #fff;
}

.exp-faq-1 .exp-tab-wrap ul li a p {
    margin-bottom: 0;
    font-weight: 500;
}

.exp-faq-1 .tab-content {
    padding: 0 30px;
}


/* #Faq Page 2

================================*/

.exp-faq-2 .exp-tab-wrap ul li a.active {
    border: 1px solid rgba(255, 132, 0, 0.5);
}

.exp-faq-2 .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.exp-faq-2 .card {
    margin: 0;
}

.exp-faq-2 .card .card-body {
    margin: 0;
}

.exp-faq-2 .card .collapse.show .card-body {
    box-shadow: none;
    border-bottom: 1px solid #eee;
    transition: none;
    margin: 0;
}


/* #Services Page 2

===============================*/

.exp-services-1 .exp-services-wrapper {
    margin: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.exp-services-1 .exp-services-wrapper .exp-services-content {
    padding: 30px;
}

.exp-services-1 .exp-services-wrapper .exp-services-img img {
    border-radius: 10px;
    width: 100%;
}

.exp-services-1 .exp-services-wrapper .exp-link-wrap a i {
    margin-left: 10px;
    vertical-align: middle;
}

.exp-services-1 .exp-services-wrapper .exp-link-wrap a {
    color: #ff8400;
    vertical-align: middle;
    font-weight: 500;
}

.exp-services-1 .exp-services-wrapper .exp-link-wrap a:hover {
    font-weight: 600;
}


/* #Services Page 2

===============================*/

.exp-services-2 .exp-services-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    padding: 40px 30px;
    border-radius: 10px;
    transition: .3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.1);
}

.exp-services-2 .exp-services-wrapper:after {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    background-image: url('../img/dots.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    opacity: .1;
    display: none;
    transform: rotate(220deg);
}

.exp-services-2 .exp-services-wrapper:before {
    content: "";
    position: absolute;
    bottom: -160px;
    left: -160px;
    background-image: url('../img/dots.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    display: none;
    opacity: .1;
    transform: rotate(220deg);
}

.exp-services-2 .exp-services-wrapper:hover:before,
.exp-services-2 .exp-services-wrapper:focus:before,
.exp-services-2 .exp-services-wrapper:hover:after,
.exp-services-2 .exp-services-wrapper:focus:after {
    display: block;
}

.exp-services-2 .exp-services-wrapper:hover,
.exp-services-2 .exp-services-wrapper:focus {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.exp-services-2 .exp-services-wrapper:hover .exp-arrow a,
.exp-services-2 .exp-services-wrapper:focus .exp-arrow a {
    border: 1px solid #ff8400;
    color: #ff8400;
}

.exp-services-2 .exp-services-content h6 .exp-services-2 .exp-services-content p {
    margin-bottom: 0;
}

.exp-services-2 .exp-services-wrapper .exp-icon-block span {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.exp-services-2 .exp-services-wrapper .exp-services-content {
    padding: 30px 0;
}

.exp-services-2 .exp-services-wrapper .exp-arrow a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #969697;
    border: 1px solid #969697;
    transition: .3s;
}


/* #Services Page 3

================================*/

.exp-services-3 .exp-services-item {
    padding-right: 10px;
    padding-left: 0;
    margin-top: 30px;
}


/* #Services Page 4

=================================*/

.exp-services-4 .exp-services-item {
    padding: 30px 20px;
    margin-top: 30px;
    transition: .3s;
    border-radius: 10px;
}

.exp-services-4 .exp-services-item:hover,
.exp-services-4 .exp-services-item:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.exp-services-4 .exp-services-item:hover .exp-icon-block span,
.exp-services-4 .exp-services-item:focus .exp-icon-block span {
    background-color: #ff8400;
    color: #fff;
}

.exp-services-4 .exp-services-item .exp-icon-block span {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #ff8400;
    transition: .4s;
}

.exp-services-4 .exp-services-item .exp-icon-block span i {
    font-size: 28px;
}

.exp-services-4 .exp-services-item .exp-link-wrap span {
    vertical-align: middle;
    margin-left: 10px;
    color: #ff8400;
}


/* #Services Page 5

======================================*/

.exp-services-5 .exp-services-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.exp-services-5 .exp-services-item .exp-icon-block span {
    box-shadow: none;
    justify-content: flex-start;
    width: 30px;
    height: 30px;
}

.exp-services-5 .exp-services-item .exp-services-content {
    margin-bottom: 20px;
}

.exp-services-5 .exp-services-item .exp-icon-block span i {
    font-size: 40px;
}

.exp-services-4.exp-services-5 .exp-services-item:hover .exp-icon-block span {
    background-color: #fff;
    color: #ff8400;
}


/* #Services  Page 6

================================*/

.exp-services-6 .exp-services-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
}

.exp-services-6 .exp-services-item .exp-icon-block span {
    width: 100%;
}

.exp-services-6 .exp-services-item .exp-services-content {
    margin-top: 30px;
    margin-bottom: 0;
}


/* #Team Page 1

======================================*/

.exp-banner-head-team-3 {
    background-image: url('../img/Team/team-3-banner.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-team-4 {
    background-image: url('../img/Team/team-4-banner.jpg');
    background-size: cover;
    background-position: center;
}

.exp-team-1 .exp-team-item img {
    width: 100%;
}

.exp-team-1 .exp-team-item {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 15px 0;
}

.exp-team-1 .exp-team-item .team-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.exp-team-1 .exp-team-item .team-content {
    padding: 20px 0;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.exp-team-1 .exp-team-item .team-content h6,
.exp-team-1 .exp-team-item .team-content p {
    margin-bottom: 5px;
}


/* #Team Page 2

======================================*/

.exp-team-2 .exp-team-item {
    margin: 15px 0;
}

.exp-team-2 .exp-team-item img {
    width: 100%;
}

.exp-team-2 .exp-team-item .exp-team-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.exp-team-2 .exp-team-item:hover .exp-team-content {
    transform: translateY(0);
    opacity: 1;
}

.exp-team-2 .exp-team-item:hover .exp-team-img img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.exp-team-2 .exp-team-item .exp-team-content {
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    transform: translateY(180px);
    transition: .3s;
    opacity: 0;
    border: 1px solid #eee;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.exp-team-2 .exp-team-item .exp-team-content h6,
.exp-team-2 .exp-team-item .exp-team-content p {
    margin-bottom: 5px;
}

.exp-team-2 .exp-team-item .exp-team-content ul li a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #ff8400;
    border-radius: 50%;
    margin: 10px 5px;
    border: 1px solid rgba(255, 132, 0, 0.3);
}

.exp-team-2 .exp-team-item .exp-team-content ul li a:hover {
    background-color: #ff8400;
    color: #fff;
}


/* #Team Page 2

======================================*/

.exp-team-3 .exp-team-item img {
    width: 100%;
}

.exp-team-3 .exp-team-item {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 15px 0;
    background-color: #fff;
    padding: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}

.exp-team-3 .exp-team-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.exp-team-3 .exp-team-item .exp-team-img {
    border-radius: 50%;
    overflow: hidden;
}

.exp-team-3 .exp-team-item .exp-team-content h6,
.exp-team-3 .exp-team-item .exp-team-content p {
    margin-bottom: 5px;
}

.exp-team-3 .exp-team-item .exp-team-content {
    text-align: center;
    padding-top: 20px;
}

.exp-team-3 .exp-team-item .exp-team-content ul {
    padding-top: 10px;
}

.exp-team-3 .exp-team-item .exp-team-content ul li a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #ff8400;
    border-radius: 50%;
    margin: 10px 5px;
    border: 1px solid rgba(255, 132, 0, 0.3);
}

.exp-team-3 .exp-team-item .exp-team-content ul li a:hover {
    background-color: #ff8400;
    color: #fff;
}


/* #Team Page 4

======================================*/

.exp-team-4 .exp-team-item img {
    width: 100%;
    border-radius: 50%;
}

.exp-team-4 .exp-team-item {
    margin: 30px 0;
}

.exp-team-4 .exp-team-item .exp-team-img {
    border-radius: 50%;
    padding: 0 30px;
}

.exp-team-4 .exp-team-item .exp-team-content {
    text-align: center;
    padding: 30px 0;
}

.exp-team-4 .exp-team-item .exp-team-content h6,
.exp-team-4 .exp-team-item .exp-team-content p {
    margin-bottom: 5px;
}


/* #Portfolio Page 1

======================================*/

.exp-project-1 .container {
    max-width: 1200px;
}

.exp-banner-head-project-1 {
    background-image: url('../img/project/banner-3.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-project-2 {
    background-image: url('../img/project/banner-2.jpg');
    background-size: cover;
    background-position: center;
}

.exp-banner-head-project-3 {
    background-image: url('../img/project/banner-4.jpg');
    background-size: cover;
    background-position: center;
}

.exp-portfolio-1 {
    margin: 0 auto;
    width: 100%;
}

.exp-portfolio-1:after {
    content: '';
    display: block;
    clear: both;
}

.exp-portfolio-1 .grid-item {
    width: 265px;
    height: 250px;
    padding: 0;
}

.exp-portfolio-1 .grid-item img,
.exp-portfolio-2 img,
.exp-project-3 img,
.exp-project-4 img,
.exp-project-5 img {
    width: 100%;
    height: 100%;
}

.exp-portfolio-1 .height-1 {
    height: 500px;
}

.exp-portfolio-1 .width-1 {
    width: 370px;
}

.exp-portfolio-1 .width-2 {
    width: 530px;
}

.exp-portfolio-1 .width-3 {
    width: 535px;
}

.exp-portfolio-1 .width-4 {
    width: 270px;
}


/* #Project 2

===================================*/

.exp-project-2 {
    padding-bottom: 0;
}

.exp-project-2 .exp-tab-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
}

.exp-project-2 .exp-tab-wrap ul {
    border: 1px solid #eee;
    padding: 0 30px;
    border-radius: 50px;
}

.exp-project-2 .exp-tab-wrap ul li a {
    padding: 15px 20px;
    border-radius: 0;
    transition: .3s;
}

.exp-project-2 .exp-tab-wrap a.active {
    background-color: inherit;
    color: #ff8400;
    border-bottom: 3px solid #ff8400;
}

.exp-project-2 .container-fluid,
.exp-project-3 .container-fluid {
    padding: 0;
}

.exp-project-2 .project-img {
    padding: 0;
}

.exp-project-2 .exp-portfolio-2 {
    margin: 0 auto;
}

.exp-project-2 #myTabContent {
    margin-top: 100px;
}


/* #Project -3

=======================================*/

.exp-project-3 .pro-img {
    width: auto;
    height: 550px;
    padding: 0;
}

.exp-project-3 .project-gallery .gallery-size {
    column-width: 32em;
    column-gap: 1px;
}

.exp-project-3 .height-1 {
    height: 550px;
}

.exp-project-3 .height-2 {
    height: 650px;
}


/* #Contact 1

================================*/

.exp-contact-1 .exp-contact-form {
    margin-top: 50px;
}

.exp-contact-1 .exp-contact-form .form-group {
    margin-bottom: 30px;
}

.exp-contact-1 .exp-contact-form .form-control {
    padding: 20px;
    border-radius: 50px;
    margin: 10px 0;
    border-color: #eee;
    transition: box-shadow .3s ease-in;
}

.exp-contact-1 .exp-contact-form .form-control:focus {
    border: none;
    box-shadow: 0 0 25px .5px rgba(0, 0, 0, 0.1);
}

.exp-contact-1 .exp-contact-form .form-control.contact {
    border-radius: 20px;
}

.exp-contact-1 button.send {
    padding: 15px 40px;
}

.exp-contact-1 .exp-contact-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #eee;
    width: 70%;
    height: 76%;
    padding: 20px 57px;
    margin: 0 auto;
    border-radius: 20px;
}

.exp-contact-1 .exp-contact-info p {
    margin-bottom: 25px;
}

.exp-contact-1 .exp-contact-info span {
    margin-bottom: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #ff8400;
    border: 1px solid #ff8400;
    border-radius: 50%;
}

.exp-contact-1 .exp-contact-icons {
    margin-top: 30px;
}

.exp-contact-1 .exp-contact-icons li a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #ff8400;
    border-radius: 50%;
    margin: 10px 2px;
    border: 1px solid rgba(255, 132, 0, 0.3);
}

.exp-contact-1 .exp-contact-icons li a:hover {
    background-color: #ff8400;
    color: #fff;
}

.exp-home4-contact .video-img .video-btn-wrapper {
    width: 90%;
    height: 100%;
    right: 0;
    left: auto;
}

.exp-home4-contact .contact-img {
    margin: 50px 0;
}


/* #Coming Soon 1

===================================*/

.exp-coming-1 {
    background-image: url('../img/coming-soon/banner-1.jpg');
    background-size: cover;
    background-position: center;
}

.exp-coming-2 {
    background-image: url('../img/coming-soon/banner-3.jpg');
    background-size: cover;
    background-position: center;
}

.exp-coming-1 .col-content-center {
    align-items: center;
}

.exp-coming-1 .exp-logo {
    margin-bottom: 50px;
}

.exp-coming-1 .section-title-center {
    padding-bottom: 0;
}

.exp-coming-1 .section-title-center h1 {
    margin-bottom: 10px;
}

.exp-coming-1 .section-title-center p {
    color: #8c98b1;
}

.exp-coming-1 .circle-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exp-coming-1 .circle-wrap p {
    margin-top: 10px;
    color: #fff;
}

.exp-coming-1 .countdown .col-content-center:after {
    content: ".";
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 100%;
    top: 100px;
}

.exp-coming-1 .countdown .col-content-center:last-child:after {
    display: none;
}

.exp-coming-1 .countdown {
    margin: 150px auto;
}

.exp-coming-1 .circle-fill {
    position: relative;
}

.exp-coming-1 .circle-fill .progress-circle {
    transform: rotate(-90deg);
    margin-left: 50px;
}

.progress-circle-back {
    fill: none;
    stroke: #ff8400;
    opacity: .3;
    stroke-width: 3px;
}

.progress-circle-prog {
    fill: none;
    stroke-width: 5px;
    stroke-dasharray: 0;
    stroke-dashoffset: 0px;
}

.progress-circle-prog.prog-2.fill-mode {
    stroke: #ff8400;
    stroke-dasharray: 250;
    transition: stroke-dasharray 2s ease-in;
}

.progress-circle-prog.prog-3.fill-mode {
    stroke: #ff8400;
    stroke-dasharray: 350;
    transition: stroke-dasharray 2s ease-in;
}

.progress-circle-prog.fill-mode {
    stroke: #ff8400;
    stroke-dasharray: 400;
    transition: stroke-dasharray 2s ease-in;
}

.progress-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 5px;
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.exp-coming-1 .exp-footer-social {
    display: flex;
    justify-content: center;
}

.exp-coming-1 .exp-footer-social li a:hover {
    color: #fff;
    background-color: #ff8400;
}


/* #Coming Soon 2

===================================*/

.exp-coming-2 {
    padding: 30px 0;
    min-height: 100vh;
}

.exp-coming-2 .wrapper {
    padding: 150px 0;
}

.exp-coming-2 .section-title {
    padding: 30px 0;
    max-width: 500px;
}

.exp-coming-2 .section-title p {
    padding-top: 20px;
}

.exp-coming-2 .section-title h1 a {
    text-decoration: underline;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-underline-position: under;
}

.exp-coming-2 .counterup {
    display: flex;
    margin: 30px 0;
}

.exp-coming-2 .counterup .wrap {
    margin-right: 20px;
}

.exp-coming-2 .counterup .wrap p {
    text-align: center;
    color: #8c98b1;
}

.exp-coming-2 .counterup div .num {
    width: 70px;
    height: 60px;
    display: flex;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: center;
    align-items: center;
    background-color: #425d88;
}

.exp-coming-2 form .form-control {
    padding: 15px;
    width: 360px;
    margin-right: 10px;
    border-radius: 0;
    color: #fff;
    border-bottom-left-radius: 30px;
    background-color: transparent;
}

.exp-coming-2 form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: inherit;
}

.exp-coming-2 form .form-control::placeholder {
    color: #8c98b1;
}

.exp-coming-2 form .btn-primary {
    border-radius: 0;
    padding: 15px 40px;
    border-top-right-radius: 30px;
    box-shadow: none;
}

.exp-coming-2 .exp-footer-social li a {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#exp-404 {
    height: 100vh;
}

#exp-404 section {
    display: flex;
    justify-content: center;
    height: 100vh;
    text-align: center;
    align-items: center;
    width: 100%;
}

#exp-404 .content h6 {
    margin: 50px 0;
}

#exp-404 .content h6 a {
    text-decoration: underline;
    text-underline-position: under;
    color: #fff;
}

.exp-404-bg {
    background-image: url(../img/coming-soon/banner-3.jpg);
    background-size: cover;
    background-position: center;
}


/* #Footer

=======================================*/

.exp-footer-style-2.section-padding {
    padding-bottom: 0;
}

#exp-home6-footer .exp-wrapper li a:hover,
#exp-home6-footer .exp-wrapper li a:focus {
    color: #ff8400;
}

.exp-footer-wrapper {
    padding: 120px 0;
}
.exp-footer-style-2 .logo {
    max-width: 230px;
}
.exp-footer-style-2 p,
.exp-footer-style-2 h6,
.exp-footer-style-2 a {
    color: #fff;
    letter-spacing: .5px;
    padding-top: 10px;
}

.exp-footer-style-2 .exp-logo {
    margin-bottom: 15px;
}

.exp-footer-style-2 .exp-wrapper li a,
.exp-footer-style-2 .exp-wrapper p {
    color: #b6c0d1;
}

.exp-footer-style-2 .exp-wrapper li a:hover {
    color: #ff8400;
}

.exp-footer-style-2 .exp-footer-item-left {
    padding-right: 50px;
}

.exp-footer-style-2 .exp-footer-item-right {
    padding-left: 50px;
}

.exp-footer-style-2 .exp-footer-item-center-2 {
    margin-left: 10px;
}

.exp-footer-style-2 .exp-footer-item-center li,
.exp-footer-style-2 .exp-footer-item-center-2 li {
    margin-bottom: 10px;
}

.exp-footer-style-2 .exp-footer-social {
    margin-top: 50px;
}

.exp-footer-social li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 5px;
    color: #b6c0d1;
    border-radius: 5px;
}

.exp-footer-style-2 .exp-footer-social li a:hover,
.exp-footer-style-2 .exp-footer-social li a:focus,
#exp-home6-footer .exp-footer-social li a:hover,
#exp-home3-footer .exp-footer-social li a:hover,
#exp-home6-footer .exp-footer-social li a:focus {
    background-color: #ff8400;
    color: #fff;
}

.exp-footer-style-2 .exp-footer-item-right form .form-control {
    line-height: 40px;
    padding: 8px 16px;
    margin-top: 8px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-family: 'Rubik', sans-serif;
}

.exp-footer-style-2 .exp-footer-item-right form .exp-btn-wrapper button {
    float: right;
    border-radius: 50px;
    width: 140px;
    height: 56px;
}

.exp-footer-style-2 .seperator {
    margin: 80px 0;
}

.exp-footer-style-2 .exp-footer-contact span i {
    margin-right: 3px;
    color: #fff;
}

.exp-footer-style-2 .exp-footer-contact ul {
    margin-bottom: 15px;
}

.exp-footer-style-2 .exp-footer-contact span {
    color: #fff;
}

.exp-footer-style-2 .exp-insta-feed ul {
    margin-bottom: 0;
}

.exp-footer-style-2 .exp-footer-contact li a {
    color: #fff;
}

.exp-footer-style-2 .exp-insta-feed ul li {
    margin: 2px 0;
}

.exp-footer-copyright .exp-copyright-left,
.exp-footer-copyright .exp-copyright-right {
    padding: 30px 0;
}

.exp-footer-copyright .exp-copyright-left a:hover,
.exp-footer-copyright .exp-copyright-left a:focus,
.exp-footer-copyright .exp-copyright-right ul li a:hover,
.exp-footer-copyright .exp-copyright-right ul li a:focus,
#exp-home6-footer .exp-footer-copyright a:hover,
#exp-home3-footer .exp-footer-copyright a:hover,
#exp-home6-footer .exp-footer-copyright a:focus {
    color: #ff8400;
}

.exp-footer-copyright .exp-copyright-right {
    float: right;
}

.exp-footer-copyright .exp-copyright-right ul li {
    margin-left: 20px;
}

.exp-footer-copyright .exp-copyright-left p,
.exp-footer-copyright .exp-copyright-right ul {
    margin-bottom: 0;
}

#exp-home6-footer h6,
#exp-home3-footer h6 {
    color: #000;
}

#exp-home6-footer form .form-control,
#exp-home3-footer form .form-control {
    border: 1px solid rgba(105, 105, 105, 0.2);
}

#exp-home6-footer p,
#exp-home3-footer p,
#exp-home6-footer a,
#exp-home3-footer a,
#exp-home6-footer span,
#exp-home3-footer span {
    color: #5e5e5e;
}

#exp-home6-footer span i,
#exp-home3-footer span i {
    color: #ff8400;
}

#exp-home6-footer .seperator,
#exp-home3-footer .seperator {
    background-color: rgba(105, 105, 105, 0.2);
}

#exp-home6-footer .exp-footer-social ul li a,
#exp-home3-footer .exp-footer-social ul li a {
    background-color: #fff2e5;
    color: #ff8400;
}

#exp-home6-footer .exp-footer-copyright .container,
#exp-home3-footer .exp-footer-copyright .container {
    border-top: 1px solid rgba(105, 105, 105, 0.2);
}

#exp-home3-copyright .container {
    border: 0;
}

#exp-home6-footer .exp-footer-wrapper {
    padding-top: 0;
}

#exp-home6-footer .exp-footer-wrapper .seperator:nth-child(1) {
    margin-top: 0;
}


/* #Responsivness

================================================== */

@media(min-width:991px) {
    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
        animation: fadeIn .3s ease-in;
    }
}

@media (max-width: 1800px) {
    .exp-project-3 .project-gallery .gallery-size {
        column-width: 26em;
    }
}

@media (max-width: 1500px) {
    .exp-project-3 .project-gallery .gallery-size {
        column-width: 21.4em;
    }
}

@media(max-width:1600px) {
    .exp-home2-testimonial .exp-testimonial-item.slick-center .exp-testimonial-item-inner {
        transform: none;
        -webkit-transform: none;
        width: calc(100% - 150px);
    }
    .exp-project-4 .pro-img {
        width: calc(100% / 3) !important;
    }
    .exp-home2-portfolio .slick-modified-dots {
        width: 100%;
        margin-top: -150px;
    }
    .exp-home1-header img {
        width: 100%;
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 38px;
    }
    h6 {
        font-size: 18px;
    }
    .exp-project-3 .project-gallery .gallery-size {
        column-width: 17.2em;
    }
    .exp-footer-style-2 .exp-footer-item-center-2,
    .exp-footer-style-2 .exp-footer-item-right {
        margin-left: 0;
        padding-left: 0;
    }
    .exp-wrapper {
        margin: 20px 0;
    }
    .exp-home1-header .exp-slick-dots {
        left: 10%;
    }
    .exp-achievments .achievments-counter {
        padding: 30px 10px;
    }
    .exp-achievments .achievments-counter .icon-block {
        margin-right: 10px;
    }
    .exp-achievments p {
        margin-bottom: 30px;
    }
    .exp-services-6 .exp-services-item {
        padding: 50px 15px;
    }
    .exp-home2-about .exp-about-wrapper {
        padding-top: 20px;
    }
    .exp-home2-about .exp-about-title {
        padding-right: 20px;
    }
    .exp-home2-product-a .exp-ceo {
        margin-top: 20px;
    }
    .exp-ceo p {
        margin-bottom: 0;
    }
    .exp-home2-product-b .exp-points {
        margin: 0;
    }
    .exp-home2-download .download-circle {
        width: 495px;
        height: 495px;
        margin: 0 auto;
    }
    .exp-about-product2 .exp-points {
        padding-top: 5px;
    }
    .exp-about-workflow .workflow-item {
        padding: 15px;
    }
    .exp-about-testimonial .exp-about1-slider .slick-arrow {
        right: 17.2%;
        margin-top: 15%;
    }
    .exp-portfolio-1 .grid-sizer {
        width: calc(100% / 3);
    }
    .exp-project-5 .project-item {
        width: calc((100% - 20px)/2);
    }
    .exp-project-4 .pro-img {
        width: calc(100% / 3) !important;
    }
    .exp-home2-testimonial .exp-testimonial-item.slick-center .exp-testimonial-item-inner {
        transform: none;
        -webkit-transform: none;
        width: calc(100% + 15px);
    }
    .exp-home2-portfolio .slick-modified-dots {
        width: 100%;
    }
    .blue-top:after {
        display: none;
    }
    .exp-values.blue-top:after {
        display: block;
    }
    .exp-about-video .about-video-wrap {
        left: -10%;
        transform: none;
    }
    .exp-pricing-plans.exp-about-video .tab-pane {
        padding: 0;
    }
    .exp-about-video .exp-tab-wrap {
        margin-left: 30px;
    }
    .exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content:after {
        top: 10px;
        right: 10px;
    }
    .exp-home6-services .exp-product-content {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .exp-project-3 .project-gallery .gallery-size {
        column-width: 24em;
    }
    .section-title-center {
        padding-bottom: 40px;
    }
    .exp-product-section .exp-product-content {
        padding: 25px 0;
    }
    .exp-product-section .btn-top-70 {
        margin-bottom: 0;
    }
    .section-padding {
        padding: 60px 0;
    }
    .exp-home1-header {
        padding: 150px 0;
    }
    .btn-top-50,
    .btn-top-70 {
        margin: 30px 0;
    }
    .navbar-light .navbar-nav .nav-link,
    .start-header.scroll-on .navbar-light .navbar-nav .nav-link {
        padding: 20px 5px;
    }
    .exp-footer-style-2 .exp-footer-item-center,
    .exp-footer-style-2 .exp-footer-item-center-2 {
        margin-left: 0;
    }
    .exp-footer-style-2 .exp-footer-item-right {
        padding: 0;
    }
    .exp-footer-style-2 .exp-footer-item-right form .exp-btn-wrapper button {
        float: none;
    }
    .exp-footer-style-2 .seperator {
        margin: 30px 0;
    }
    .exp-footer-copyright .exp-copyright-right {
        float: none;
    }
    .exp-footer-copyright {
        padding: 20px 0;
    }
    .exp-footer-copyright .exp-copyright-left,
    .exp-footer-copyright .exp-copyright-right {
        padding: 0;
    }
    .exp-footer-copyright .exp-copyright-right ul li {
        margin-left: 10px;
    }
    .exp-home1-header .exp-slick-dots {
        text-align: center;
        bottom: -50px;
        left: 0;
    }
    .exp-achievments-content {
        margin-top: 20px;
    }
    .video-img .video-btn-wrapper {
        width: 100%;
    }
    .exp-pricing-plans .exp-pricing-plans-inner {
        padding: 10px;
    }
    .exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
        margin: 20px 0;
    }
    .exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
        margin: 0;
    }
    .exp-pricing-plans .tab-pane {
        padding: 0 15px;
    }
    .exp-pricing-plans .exp-pricing-plans-inner.top-80 {
        margin-top: 90px;
    }
    .exp-faq-1 .exp-tab-wrap ul li {
        margin-left: 20px;
    }
    .exp-faq-1 .exp-tab-wrap ul {
        justify-content: center;
    }
    .exp-home2-thumbnail {
        display: none;
    }
    .exp-home2-header .slick-modified-dots {
        width: 100%;
        text-align: center;
    }
    .exp-home2-header .exp-home2-banner {
        padding: 150px 0;
    }
    .exp-home2-about.section-padding {
        padding: 60px 0;
    }
    .exp-home2-about .col-lg-8 {
        position: static;
    }
    .exp-home2-about .exp-about-wrapper {
        padding: 0;
        margin: 30px 0;
    }
    .container-wrapper .exp-img-wrapper.right-triangle:after {
        bottom: 0;
    }
    .exp-home2-updates .exp-updates-author,
    .exp-services-1.exp-home2-updates .exp-services-wrapper .exp-services-content {
        padding: 20px;
    }
    .exp-about-workflow .workflow-item {
        padding: 30px;
    }
    .exp-about-testimonial .testimonial-item .testimonial-content {
        padding: 0 20px;
    }
    .exp-about-testimonial .testimonial-item .testimonial-content p {
        margin: 5px 0;
    }
    .exp-about-testimonial .slick-modified-dots {
        position: static;
    }
    .exp-achievments .achievments-counter {
        padding: 20px;
    }
    .exp-portfolio-1 .grid-sizer {
        width: calc(100% / 3);
    }
    .exp-portfolio-2 .project-img {
        width: calc(100% / 2);
    }
    .exp-project-4 .pro-img {
        width: calc(100% / 2) !important;
    }
    .exp-contact-1 .exp-contact-card {
        margin: 0;
        width: 100%;
        margin-top: 50px;
        height: auto;
    }
    .search_widget {
        margin-top: 40px;
    }
    .sidebar_wrap {
        padding: 0;
    }
    .col-reverse {
        flex-direction: column-reverse;
    }
    .exp-coming-1 .countdown .col-content-center:nth-child(2):after {
        display: none;
    }
    .exp-coming-1 .countdown {
        margin: 50px 0;
    }
    .exp-home2-testimonial .exp-testimonial-slider2 {
        padding: 0 50px;
    }
    .exp-home2-portfolio .slick-modified-dots {
        width: 100%;
        margin-top: 20px;
        margin: 0 auto;
        text-align: center;
    }
    .exp-pricing-plans.blue-bottom.exp-pricing-plans-2.big-margin {
        margin-top: 700px;
    }
    .exp-about-video .col-lg-8 {
        position: static;
    }
    .exp-about-video .exp-about2-tab {
        padding-top: 30px;
    }
    .exp-about-video .exp-tab-wrap {
        margin-left: 40px;
    }
    .container-wrapper .exp-img-wrapper.right-side,
    .exp-home2-product-b .container-wrapper .exp-img-wrapper.right-side {
        margin-bottom: 20px;
    }
    .container-wrapper .exp-img-wrapper.right-triangle,
    .exp-home2-product-b .container-wrapper .exp-img-wrapper.right-triangle {
        margin-bottom: 40px;
    }
    .exp-img-wrapper img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .exp-img-wrapper.right-triangle img,
    .exp-img-wrapper.right-side {
        float: none;
    }
    .exp-about-video .about-video-wrap {
        position: static;
    }
}

@media (max-width: 767px) {
    .exp-project-3 .project-gallery .gallery-size {
        column-width: 19em;
    }
    .title-padding-right {
        padding-right: 0;
    }
    .video-img .video-btn-wrapper {
        width: 100%;
    }
    .slick-modified-dots {
        padding: 20px;
    }
    .exp-footer-copyright {
        text-align: center;
    }
    .start-header {
        background-color: #0f2952;
        padding: 20px 0;
    }
    .start-header .seperator {
        display: none;
    }
    .exp-footer-style-2 .exp-footer-social {
        margin-top: 20px;
    }
    .start-header.scroll-on {
        padding: 20px 0;
    }
    .start-header.scroll-on .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .mega-menu {
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .mega-menu h6 {
        color: #fff;
        display: none;
    }
    .navbar-brand img {
        height: auto;
    }
    .navbar .nav-item:after {
        display: none;
    }
    .navbar .nav-item::before {
        position: absolute;
        display: block;
        top: 22px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 17px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #fff;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .navbar-light .dropdown-menu {
        padding: 0;
        background-color: transparent;
        transition: all 200ms linear;
        border: 0;
        box-shadow: none;
    }
    .nav-item.mega-menu-link {
        position: relative;
    }
    .dropdown-menu a {
        color: #eee;
        padding: 5px 0;
        opacity: .9;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .mega-menu .mega-menu-inner {
        padding: 0 10px;
    }
    .mega-menu .mega-menu-inner .dropdown-item {
        padding: 10px 0;
    }
    .mega-menu .mega-menu-inner .dropdown-item:last-child,
    .navbar-light .dropdown-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #searchLink {
        display: none;
    }
    .dropdow-menu.search-form {
        display: block;
    }
    .achievments-counter.d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .exp-home1-header .slick-modified-dots {
        text-align: center;
    }
    .achievments-counter.d-flex .icon-block {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .exp-contact-us .contact-us-wrapper:before {
        width: 100%;
        left: 0;
    }
    .exp-pricing-plans .exp-pricing-plans-inner.top-80 {
        margin-top: 20px;
    }
    .exp-faq-1 .tab-content {
        padding: 0;
    }
    .exp-about-testimonial .testimonial-item {
        display: block;
    }
    .exp-about-testimonial .testimonial-item .testimonial-content {
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }
    .exp-about-testimonial .testimonial-item .testimonial-content span {
        float: left;
        font-size: 30px;
    }
    .exp-about-testimonial .testimonial-item .author {
        justify-content: center;
    }
    .exp-about-testimonial .testimonial-item .author span {
        display: none;
    }
    .exp-about-testimonial .testimonial-item .author div {
        margin-left: 0;
    }
    .exp-portfolio-1 .grid-sizer {
        width: calc(100% / 1)
    }
    .exp-portfolio-2 .project-img {
        width: calc(100% / 1);
    }
    .exp-project-3 .pro-img {
        width: 100%;
    }
    .exp-project-5 .project-item {
        width: 100%;
    }
    .exp-project-4 .pro-img {
        width: 100% !important;
    }
    .exp-coming-1 .countdown .col-content-center:after {
        position: static;
    }
    .exp-coming-1 .countdown .col-content-center:nth-child(2):after {
        display: block;
    }
    .exp-coming-2 .form-group {
        margin-bottom: 20px;
    }
    .exp-home2-testimonial .exp-testimonial-slider2 {
        padding: 0 20px;
    }
    .exp-home2-testimonial .exp-testimonial-item .exp-testimonial-item-inner {
        display: block;
    }
    .exp-home2-testimonial .exp-testimonial-item .exp-testimonial-img img {
        margin: 0 auto;
    }
    .exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
    .exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author {
        display: block;
    }
    .exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author span {
        display: none;
    }
    .exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author div {
        margin-left: 0;
    }
    .exp-home2-portfolio .portfolio-cont .col-12 {
        position: static;
        padding-right: 15px;
        padding-left: 15px;
    }
    .exp-home2-portfolio .home2-portfolio .item {
        margin-left: 0;
    }
    .exp-pricing-plans.blue-bottom.exp-pricing-plans-2.big-margin {
        margin-top: 0;
    }
    .exp-about-video .about-video-wrap {
        display: block;
    }
    .exp-about-video .vid-img {
        margin-top: 50px;
    }
    .exp-about-video .vid-img img {
        width: 100%;
    }
    .exp-img-wrapper img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .exp-img-wrapper.right-triangle img {
        float: none;
    }
    .exp-about-video .col-lg-8,
    .exp-about-video .about-video-wrap {
        width: 100%;
    }
    .exp-project-2.exp-home2-portfolio:before {
        height: 100%;
    }
}

@media (max-width: 567px) {
    .exp-project-3 .project-gallery .gallery-size {
        column-width: 22em;
    }
    .container-wrapper .exp-img-wrapper {
        padding: 0;
    }
    .container-wrapper .exp-img-wrapper.right-side:after {
        right: 0;
    }
    .exp-testimonial-1 .exp-testimonial-content {
        padding: 20px;
        left: 5px;
        margin-right: 5px;
        bottom: 25px;
    }
    .exp-testimonial-1 .exp-testimonial-content.margin-right-10 {
        margin-right: 5px;
    }
    .exp-stylish-border:before {
        top: -75px;
    }
    .exp-pricing-accordion .card .card-header button {
        font-size: 13px;
    }
    .exp-pricing-accordion .card-body h6 {
        font-size: 13px;
    }
    .exp-pricing-accordion .card .card-body p {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }
    .container-wrapper .exp-img-wrapper.right-triangle:after {
        bottom: 20px;
    }
    .exp-home2-updates .exp-updates-author,
    .exp-services-1.exp-home2-updates .exp-services-wrapper .exp-services-content {
        padding: 20px;
    }
    .exp-home2-download .download-circle {
        width: 360px;
        height: 360px;
    }
    .exp-portfolio .grid-sizer,
    .exp-portfolio .grid-item {
        margin-left: -25px;
    }
    .exp-project-2 .exp-tab-wrap ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 1px;
        padding: 0;
    }
    .exp-project-2 .exp-tab-wrap ul li a {
        padding: 10px;
    }
    .exp-project-5 .project-item {
        width: 100%;
    }
    .exp-coming-2 .counterup .wrap {
        margin-right: 5px;
    }
    .exp-coming-2 form .form-control {
        width: 250px;
    }
}

@media (max-width: 470px) {
    .exp-coming-2 form .form-control {
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .exp-tag-social span {
        margin-top: 20px;
    }
    .social-share .social-icons li {
        margin-top: 20px;
    }
}

@media (max-width: 340px) {
    .exp-home3-price .exp-tab-wrap {
        margin-left: 0;
    }
    .exp-home3-price .exp-tab-wrap ul {
        flex-direction: column;
    }
    .exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link {
        border: 1px solid silver;
    }
    .exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link:before {
        display: none;
    }
}