/* =======================================================================
Template Name: Stok
Author:  ThemeStok
Author URI: https://ThemeStok.Net
Version: 1.0
Description: This Template is created for web template
--------------------------------------------------------------------------
 CSS Index

* Default CSS
* Topbar CSS
* Menu CSS
* Banner CSS
* Features CSS
* Services CSS
* Counter CSS
* Project CSS
* Team CSS
* Testimonial CSS
* Blog CSS
* Consultant CSS
* Footer CSS
* Copyright CSS
* Scroll Top CSS
* Page Header CSS
* Contact Page CSS
* Form Design CSS
* Blog Sidebar CSS
* Blog List CSS
* Single Blog CSS
* Comment list CSS
* Project Signle CSS



/* Google Fonts
   ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");

/* ==========================================================================
   Default CSS
   ========================================================================== */
:root {
    --theme-color: #47c995;
}

body {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    background: transparent;
    line-height: 28px;
    font-weight: 400;
    color: #677286;
    overflow-x: hidden;
}

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

a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #fff;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
    color: #233d63;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

h2 {
    font-size: 45px;
    line-height: 60px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4,
h5,
h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.section-padding {
    /*padding: 130px 0px;*/
    padding: 60px 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    margin-bottom: 20px;
}

.section-title p {
    max-width: 640px;
    margin: 0 auto;
}

.s-table {
    height: 100%;
    width: 100%;
    display: table;
}

.s-tablec {
    display: table-cell;
    vertical-align: middle;
}

.stok-btn {
    display: inline-block;
    background: #039be6;
    border: 3px solid #039be6;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 40px;
    border-radius: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.stok-btn:hover {
    background: #fff;
    color: #233d63;
    border: 3px solid #039be6;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    margin-right: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* ==========================================================================
   Topbar CSS
   ========================================================================== */

.top-bar {
    background: #15374e;
}

.top-left {
    float: left;
    overflow: hidden;
}

.top-left ul li {
    color: #fff;
    display: inline-block;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-left ul li:last-child {
    padding-right: 0;
}

.top-left ul li span {
    margin-right: 5px;
    vertical-align: middle;
    color: #fff;
}

.top-right {
    float: right;
    overflow: hidden;
}

.top-right ul li a span {
    vertical-align: middle;
    margin-left: 2px;
}

/*.top-right ul li a {*/
/*  background: #039be6;*/
/*  padding: 15px 45px;*/
/*  font-weight: 600;*/
/*  text-transform: uppercase;*/
/*  display: inline-block;*/
/*  color: #fff;*/
/*}*/
/* ==========================================================================
   Menu CSS
   ========================================================================== */

.main-menu {
    padding: 0px 0px;
}

.main-logo {
    padding: 25px 0px;
}

.main-logo a img {
    max-width: 256px;
    height: auto;
}

.menu-right ul {
    text-align: right;
}

.menu-right ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 35px 0px;
    position: relative;
}

.menu-right ul li:last-child {
    margin-right: 0px;
}

.menu-right ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #677286;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-right ul li a:hover,
.menu-right ul li a:active {
    color: #039be6;
}

.menu-right li ul {
    background: #fff;
    border-top: 3px solid #039be6;
    left: -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 120px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 230px;
    z-index: -1;
}

.menu-right ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 98px;
    z-index: 99;
}

.menu-right li ul li {
    display: block;
    padding-top: 0;
    margin-right: 0;
}

.menu-right li ul li a {
    padding-bottom: 13px;
    padding-top: 10px;
    display: block;
    text-transform: none;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}

.menu-right li ul li:last-child a {
    border: none;
}

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

#responsive-menu {
    display: none;
}

.slicknav_nav a {
    font-size: 16px;
}

/* ==========================================================================
   Banner CSS
   ========================================================================== */

.banner {
    /*background: url("img/banner.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    /*z-index: 1;*/
}

.banner:after {
    position: absolute;
    /*background: rgba(19, 21, 54, 0.9);*/
    background: #47c995;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.banner-right {
    position: absolute;
    /*background: linear-gradient( rgba(25, 23, 23, 0.6), rgba(45, 47, 49, 0.82) ), url(img/right-banner.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 100%;
    width: 50%;
    right: 0px;
    top: 0px;
}

.banner-right:after {
    position: absolute;
    background: rgba(19, 21, 54, 0.9);
    height: 100%;
    width: 50%;
    right: 0px;
    top: 0px;
    z-index: -1;
}

/*====== slide show======*/

.slideshow,
.slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow: hidden;
}

.slideshow:after {
    content: "";
    background: transparent url(../images/pattern.png) repeat top left;
}

.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}

.slideshow li div h3 {
    font-family: "helvetica neue", helvetica;
    text-transform: uppercase;
    font-size: 80px;
    padding: 0;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.8);
}

.slideshow li:nth-child(1) span {
    background-image: linear-gradient(
        rgba(25, 23, 23, 0.6),
        rgba(45, 47, 49, 0.82)
    ),
    url(img/right-banner.png);
}

.slideshow li:nth-child(2) span {
    background-image: url(img/banner.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background-image: url(img/banner.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background-image: url(img/banner.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow li:nth-child(5) span {
    background-image: url(img/banner.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.slideshow li:nth-child(6) span {
    background-image: url(img/banner.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
    }
}

/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    19% {
        opacity: 0;
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    19% {
        opacity: 0;
    }
    25% {
        opacity: 0;
        -moz-transform: scale(10);
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -o-transform: scale(1);
    }
    19% {
        opacity: 0;
    }
    25% {
        opacity: 0;
        -o-transform: scale(10);
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateY(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    19% {
        opacity: 0;
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(10);
    }
    100% {
        opacity: 0;
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    8% {
        opacity: 1;
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        transform: scale(1);
    }
    19% {
        opacity: 0;
    }
    25% {
        opacity: 0;
        transform: scale(10);
    }
    100% {
        opacity: 0;
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .slideshow li div h3 {
        font-size: 100px;
    }
}

@media screen and (max-width: 600px) {
    .slideshow li div h3 {
        font-size: 50px;
    }
}

/*======slide Show end=====*/

.banner-content {
    text-align: left;
    margin-left: 100px;
}

.banner-content h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-content h2 {
    color: #fff;
    font-size: 54px;
    line-height: 85px;
    margin-bottom: 40px;
    width: 80%;
}

.banner-content ul li {
    display: inline-block;
    margin-right: 30px;
}

.banner-content ul li:last-child {
    margin-right: 0px;
}

.banner-content ul li a {
    display: block;
    background: #039be6;
    border: 3px solid #039be6;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 40px;
    border-radius: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.banner-content ul li a:hover {
    background: #fff;
    color: #233d63;
    border: 3px solid #039be6;
}

.banner-content ul li:last-child a {
    background: #dddddd;
    color: #233d63;
    border: 3px solid #dddddd;
}

.banner-content ul li:last-child a:hover {
    background: #fff;
    border: 3px solid #dddddd;
}

/* ==========================================================================
   Features CSS
   ========================================================================== */

.features-title p {
    max-width: 460px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.features-box {
    text-align: center;
    background: #effaff;
    padding: 30px 20px;
    -webkit-clip-path: polygon(83% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(83% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.features-box:hover {
    background: #039be6;
}

.features-box:hover h3,
.features-box:hover p,
.features-box:hover span:before {
    color: #fff;
}

.features-box span {
    display: block;
}

.features-box span:before {
    color: #039be6;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    vertical-align: middle;
}

.features-box h3 {
    margin: 20px 0px;
}

.features-right {
    padding: 0;
}

.features-right h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
    line-height: 34px;
}

.features-right a {
    margin-top: 30px;
    margin-bottom: 28px;
}

/* ==========================================================================
   Services CSS
   ========================================================================== */

.service {
    background: #f9f7fa;
}

.service-box {
    background: #fff;
    padding: 60px 20px;
    text-align: center;
    border: 2px solid #d1f0ff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-box h3 {
    margin: 20px 0px;
}

.service-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    border: 2px solid #d1f0ff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-box i:before {
    color: #039be6;
    margin: 0;
    font-size: 38px;
    line-height: 38px;
    vertical-align: middle;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-box span {
    position: absolute;
    right: 0;
    top: -4px;
    background: #fff;
    border: 2px solid #d1f0ff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #039be6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-box:hover {
    background: #effaff;
}

.service-box:hover .service-icon {
    background: #039be6;
    border-color: #039be6;
}

.service-box:hover i:before {
    color: #fff;
}

.service-box:hover span {
    background: #039be6;
    color: #fff;
    border-color: #fff;
}

/* ==========================================================================
   Counter CSS
   ========================================================================== */

.counter {
    background: url("img/point.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #131536;
}

.counter-title {
    text-align: left;
    margin-bottom: 60px;
}

.counter-title p {
    color: #fff;
}

.counter-item {
    border: 4px solid #121e42;
    border-right: 0px;
    background: #131536;
    padding: 30px 40px;
    padding-bottom: 35px;
    text-align: center;
}

.counter-br {
    border-right: 4px solid #121e42;
}

.counter-item h3 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-item p {
    color: #fff;
    font-weight: 600;
}

.counter-botm {
    text-align: center;
    margin-top: 55px;
}

.counter-botm h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}

.counter-botm h3 a {
    color: #039be6;
    text-decoration: underline;
}

/* ==========================================================================
   Project CSS
   ========================================================================== */

.project-filter {
    text-align: center;
    margin-bottom: 65px;
}

.project-filter li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 30px;
    cursor: pointer;
    line-height: 36px;
}

.project-filter li:last-child {
    padding-right: 0;
}

.project-filter li.active {
    color: #039be6;
    text-decoration: underline;
}

.project-item img {
    width: 100%;
    height: auto;
}

.project-item {
    position: relative;
}

.project-item:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #17a0e4;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.project-item:hover .project-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-item:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}

.project-content {
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 0px;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.project-content p,
.project-content h3 {
    color: #fff;
}

/* ==========================================================================
   Team CSS
   ========================================================================== */

.team {
    padding-bottom: 130px;
}

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

.team-show h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team-show {
    text-align: center;
}

.team-bottom {
    border: 2px solid #d1f0ff;
    border-top: none;
    padding: 0px 20px;
    padding-bottom: 45px;
}

.team-show p {
    color: #039be6;
}

.team-sh-icon:after {
    font-family: "Font Awesome\ 5 Free";
    content: "\f107";
    font-weight: 900;
    color: #fff;
}

.team-sh-icon[aria-expanded="true"]:after {
    content: "\f106";
}

.team-show button {
    outline: none;
    background: #039be6;
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

.team-show {
    margin-top: -20px;
}

.team-detail {
    text-align: center;
    margin-top: 20px;
}

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

.team-detail li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    vertical-align: middle;
    display: block;
}

.fb-color {
    background: #3b5999;
}

.tw-color {
    background: #55acee;
}

.go-color {
    background: #dd4b39;
}

.team-detail li {
    margin-right: 15px;
}

.team-detail li:last-child {
    margin: 0;
}

.team-detail p {
    margin-bottom: 20px;
    font-size: 14px;
}

/* ==========================================================================
   Testimonial CSS
   ========================================================================== */

.testimonial {
    /*background-color: #131536;*/
    /*background-image: url('img/testimonial.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-item {
    text-align: left;
}

.testimonial-item img {
    max-width: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
}

/*.testimonial-name {*/
/*  border-top: 1px solid #333366;*/
/*  margin-top: 35px;*/
/*  padding-top: 25px;*/
/*}*/
.testimonial-name h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-name p {
    color: #000;
    font-size: 14px;
}

.testimonial-item img {
    width: 100%;
    margin: 0 auto;
}

.testimonial-content span {
    font-size: 60px;
    color: #0099ff;
}

.testimonial-content p {
    color: #000;
    font-style: italic;
    max-width: 650px;
    margin: 30px auto;
    padding-bottom: 5px;
}

/* ==========================================================================
   Blog CSS
   ========================================================================== */

.blog-head-pad {
    margin-bottom: 65px;
}

.blog-title p {
    max-width: 420px;
    margin-top: 25px;
}

.blog-tab {
    text-align: right;
    float: right;
    margin-top: 50px;
}

.blog-tab .nav-tabs {
    border: 0;
}

.blog-tab .nav-tabs .nav-link {
    padding: 10px 40px;
    font-weight: 600;
    background: #ddd;
    color: #233d63;
    border-radius: 25px;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    border: 3px solid #ddd;
}

.blog-tab .nav-tabs .nav-item.show .nav-link,
.blog-tab .nav-tabs .nav-link.active {
    background: #039be6;
    border: 3px solid #039be6;
    color: #fff;
}

.blog-tab .nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 30px;
}

.blog-tab .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}

.blog-content h3 a {
    color: #233d63;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 38px;
}

.blog-content h3 a:hover {
    color: #039be6;
}

.blog-tag li {
    display: inline-block;
    margin-right: 15px;
}

.blog-tag li a {
    color: #039be6;
}

.blog-tag li:last-child {
    margin-right: 0;
}

.blog-tag {
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-meta li {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.blog-meta li:last-child {
    margin-right: 0;
}

.blog-meta {
    margin-top: 15px;
}

.blog-meta li span {
    margin-right: 5px;
    color: #039be6;
}

.blog-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 100%;
    height: 250px;
}

.blog-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ==========================================================================
   Consultant CSS
   ========================================================================== */

.consultant {
    background-image: url("img/consultant.png");
    background-color: #039be6;
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.consultant-left {
    text-align: left;
}

.consultant-left h2 {
    color: #fff;
}

.consultant-right a {
    display: inline-block;
    background: #fff;
    color: #039be6;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 30px;
    border: 3px solid #fff;
}

.consultant-right {
    text-align: right;
}

/* ==========================================================================
   Footer CSS
   ========================================================================== */

.footer {
    background: #131536;
    padding-top: 130px;
    padding-bottom: 80px;
}

.footer-widget h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.widget {
    margin-top: 35px;
}

.contact-info li a span {
    margin-right: 10px;
    color: #039be6;
    vertical-align: middle;
}

.contact-info li {
    margin-bottom: 15px;
}

.contact-info li:last-child {
    margin: 0;
}

.contact-info li a {
    color: #e3e3e3;
}

.social-icon li {
    display: inline-block;
    margin-right: 15px;
}

.social-icon li:last-child {
    margin: 0;
}

.social-icon li a {
    background: #1a1c44;
    color: #fff;
    display: block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    font-size: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.social-icon li a:hover {
    background: #039be6;
}

.footer-menu li a {
    line-height: 36px;
    color: #e3e3e3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-menu li a:hover {
    color: #039be6;
}

.blog-widget ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #323b71;
}

.blog-widget ul li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-widget ul li a img {
    position: absolute;
    left: 0;
    top: 7px;
    width: 65px;
    height: 70px;
}

.blog-widget li h4 a {
    font-weight: 600;
    color: #e3e3e3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-widget li h4 a:hover {
    color: #039be6;
}

.blog-widget ul li p {
    color: #e3e3e3;
    font-size: 14px;
}

.footer-label-box  {
    min-height: 112px;
}
.footer-label-box a  {
    color: #fff !important;
}
.footer-label-box i  {
    color: #59e7ae !important;
}
.footer-title-new{
    display: block !important;
}

/* ==========================================================================
   Copyright CSS
   ========================================================================== */

.copyright {
    background: #000;
    border-top: 1px solid #47c995;
    padding: 10px 0px;
}

.footer-copyeight {
    text-align: center;
}

.footer-copyeight p {
    font-weight: 500;
    color: #e3e3e3;
    margin-top: 10px;
}

.footer-logo img {
    max-width: 140px;
}

/* ==========================================================================
   Scroll Top CSS
   ========================================================================== */

.scroll-top {
    background: #15374e;
    bottom: 1%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 1%;
    text-align: center;
    width: 40px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.scroll-up:hover {
    color: #fff;
}

/* ==========================================================================
   Page Header CSS
   ========================================================================== */

.page-header {
    /*background-color: #131536;*/
    background-color: black;
    /*padding: 100px 0px;*/
    padding: 30px 0px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    z-index: 1;
    position: relative;
}

.page-header:after {
    position: absolute;
    background: rgba(19, 21, 54, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.page-title h2 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px;
    font-weight: normal;
}

.page-title ul li {
    display: inline-block;
    margin-right: 10px;
}

.page-title ul li:last-child {
    margin-right: 0;
}

/*.page-title li:last-child:before {*/
.page-title li:before {
    content: "|";
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
}

.page-title li a {
    font-size: 20px;
}

/* ==========================================================================
   Contact Page CSS
   ========================================================================== */

.contact-list.section-padding {
    padding-bottom: 110px;
}

.contact-item {
    text-align: center;
    border: 2px solid #d1f0ff;
    padding: 50px 10px;
}

.contact-item h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.contact-item i:before {
    margin: 0;
    font-size: 40px;
    color: #0099ff;
    vertical-align: middle;
    display: inline-block;
    background: #effaff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50%;
}

.contact-form {
    padding-bottom: 130px;
}

.contact-left li a:hover i {
    background: #0099ff;
    color: #fff;
}

.contact-left li a i {
    background: #ccc;
    color: #333366;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-left li {
    display: inline-block;
    margin-right: 15px;
}

.contact-left li:last-child {
    margin: 0;
}

.contact-left h2 {
    margin-bottom: 30px;
}

.contact-left p {
    margin: 25px 0px;
}

.contact-left h3 {
    margin-bottom: 30px;
}

.contact-left img {
    width: 100%;
}

/* ==========================================================================
   Form Design CSS
   ========================================================================== */

.contact-right {
    margin-top: 90px;
}

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

.form-group input {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    padding-left: 25px;
    background-color: #faf9ff;
    border-radius: 3px;
}

.form-group button {
    border: none;
}

.form-group textarea {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    padding-left: 25px;
    resize: none;
    height: 230px;
    background-color: #faf9ff;
}

.form-group input:hover,
.form-group input:focus,
.form-group textarea:hover {
    outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #ccc;
}

textarea:focus {
    border-color: #ccc;
}

.form-group.button {
    margin-bottom: 0px;
}

.btn-form {
    background: #0099ff;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 15px 45px;
    border-radius: 40px;
}

/* ==========================================================================
  Blog Sidebar CSS
   ========================================================================== */

.side-widget {
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #cff;
    margin-bottom: 30px;
}

.side-widget h3 {
    margin-bottom: 30px;
}

.side-search {
    margin-bottom: 30px;
}

.side-search form.search-box {
    position: relative;
    width: 100%;
}

.search-box input[type="text"] {
    color: #666699;
    display: block;
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
    position: relative;
    width: 100%;
    font-style: italic;
    border: 2px solid #cff;
    border-radius: 30px;
    background: #f1faff;
}

.search-box button {
    display: block;
    cursor: pointer;
    height: 50px;
    width: 80px;
    padding: 11px 0px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 5px;
    background: #0099ff;
    border: none;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
}

.form-control:focus {
    color: #666699;
    background-color: #ffffff;
    border-color: #cff !important;
    outline: 0;
    box-shadow: none;
}

.about-me b {
    color: #333366;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

.about-me img {
    width: 100%;
}

.cat-list li a {
    color: #666699;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cat-list li {
    margin-bottom: 30px;
}

.cat-list li:last-child {
    margin: 0;
}

.cat-list li a:hover {
    color: #0099ff;
}

.cat-list li a:hover span {
    background: #0099ff;
    color: #fff;
}

.cat-list li a span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    float: right;
    background: #ccffff;
    color: #0099ff;
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
}

.follow-social li {
    display: inline-block;
    margin-right: 15px;
}

.follow-social li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333366;
    background: #ccc;
    height: 45px;
    width: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}

.follow-social li:last-child {
    margin: 0;
}

.follow-social li a:hover {
    background: #0099ff;
    color: #fff;
}

.blog-archive li a {
    color: #666699;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-archive li {
    margin-bottom: 20px;
}

.blog-archive li i {
    margin-right: 5px;
    color: #0099ff;
}

.blog-archive li:last-child {
    margin: 0;
}

.blog-archive li a:hover {
    color: #0099ff;
}

.bg-newsletter {
    background: #131536;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    height: auto;
    position: relative;
    border-radius: 15px;
    border: none;
}

.bg-newsletter:after {
    position: absolute;
    background: rgba(19, 21, 54, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border-radius: 15px;
}

.bg-newsletter h3 {
    color: #fff;
}

.newsletter input {
    width: 100%;
    margin-bottom: 30px;
    border: none;
    background: #fff;
    height: 50px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #233d63;
    border-radius: 30px;
}

.newsletter button {
    width: 100%;
    border: none;
    background: #0099ff;
    color: #fff;
    font-weight: 600;
    height: 50px;
    border-radius: 30px;
    text-transform: uppercase;
}

.blog-tags li a {
    display: inline-block;
    background: #ccc;
    padding: 0px 15px;
    float: right;
    margin-right: 15px;
    color: #666698;
    border-radius: 30px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 7px;
    padding-bottom: 10px;
}

.blog-tags li a:hover {
    color: #fff;
    background: #0099ff;
}

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

.blog-tags li:last-child a {
    margin: 0;
}

/* ==========================================================================
  Blog List CSS
   ========================================================================== */

.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.bloglist-content h2 {
    /*margin-bottom: 20px;*/
    font-size: 18px;
    line-height: 40px;
}

.bloglist-content {
    padding: 30px;
}

.bloglist-content h2 a {
    color: #333366;
}

.bloglist-content > a {
    color: #0099ff;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

.bloglist-content a span {
    margin-left: 8px;
}

.bloglist-img img {
    width: 100%;
}

.bloglist-meta {
    /*border: 2px solid #cff;*/
    /*border-top: 0;*/
    padding: 30px;
}

.bloglist-meta li a {
    color: #0099ff;
}

.bloglist-meta li i {
    color: #0099ff;
    margin-right: 8px;
}

.bloglist-meta li {
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
}

.bloglist-meta li:last-child {
    margin: 0;
}

.blog-pagination li {
    display: inline-block;
    margin-right: 15px;
}

.blog-pagination li a {
    color: #666699;
    background: #ccc;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-pagination li:last-child {
    margin: 0;
}

.blog-pagination li .active,
.blog-pagination li a:hover {
    background: #0099ff;
    color: #fff;
}

.side-widget:last-child {
    margin: 0;
}

/* ==========================================================================
  Single Blog CSS
   ========================================================================== */

.blog-content h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content-img img {
    height: 300px;
}

.blog-content-img {
    margin-bottom: 30px;
}

.blog-con-meta {
    /*margin-bottom: 30px;*/
    margin: 20px 0px;
}

.blog-con-meta li a {
    color: #0099ff;
}

.blog-con-meta li i {
    color: #0099ff;
    margin-right: 8px;
}

.blog-con-meta li {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
}

.blog-con-meta li:last-child {
    margin: 0;
}

.related-tag span {
    display: block;
    font-weight: 500;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.related-tag li {
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}

.related-tag li a {
    color: #666699;
}

.related-tag li a:hover {
    color: #0099ff;
}

.related-tag {
    margin-top: 5px;
}

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

.related-share li a {
    color: #000;
}

.related-share {
    text-align: right;
}

.related-share li a {
    color: #fff;
    height: 40px;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.related-share li {
    margin-right: 15px;
}

.related-share li:last-child {
    margin: 0;
}

.sfb {
    background: #336699;
}

.stwi {
    background: #6699ff;
}

.sin {
    background: #cc3366;
}

.lin {
    background: #0077b5;
}

/* ==========================================================================
  Comment list CSS
   ========================================================================== */

.comt-user {
    float: left;
    margin-top: 8px;
}

.comt-detail {
    overflow: hidden;
    padding-left: 30px;
}

.comtuser-name p {
    margin: 0;
    color: #666699;
    font-size: 14px;
}

.comt-detail p {
    color: #666699;
}

.comtuser-name {
    position: relative;
    overflow: hidden;
}

.comtuser-name a {
    position: absolute;
    top: 0;
    color: #0099ff;
    font-weight: 600;
    right: 0;
}

.comtuser-name h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333366;
}

.comt-user img {
    width: 100%;
    border-radius: 20px;
}

.comment-count {
    margin: 30px 0px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.comtuser-name a i {
    margin-right: 5px;
    color: #0099ff;
}

.comt-sub {
    margin-left: 48px;
}

.comment-temp li {
    margin-bottom: 15px;
}

.comment-temp li:last-child {
    margin: 0;
}

.comment-form-title {
    margin-bottom: 30px;
}

/* ==========================================================================
  Project Signle CSS
   ========================================================================== */

.project-meta {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.project-meta li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}

.project-meta li:last-child {
    margin: 0;
}

.project-meta li a {
    color: #0099ff;
}

.project-meta li i {
    margin-right: 5px;
    color: #0099ff;
}

.project-single-img img {
    width: 100%;
}

.pro-single-content {
    margin-top: 0px;
}

.pro-single-content h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pro-single-content p {
    margin-bottom: 20px;
}

.pro-single-content p:last-child {
    margin-bottom: 0;
}

.project-sidebar {
    background: #effaff;
    padding: 30px;
    margin-top: 85px;
}

.project-sidebar li {
    margin-bottom: 30px;
}

.project-sidebar li:last-child {
    margin: 0;
}

.project-sidebar li span {
    color: #233d63;
    font-weight: 500;
    margin-right: 5px;
}

.project-sidebar li span i {
    color: #0099ff;
    font-size: 14px;
    margin-right: 4px;
}

.project-sidebar li a {
    color: #677286;
}

.pro-single-btn {
    background: #0099ff;
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-weight: 500;
    border-radius: 4px;
}

/*.project-sidebar li:last-child a {
  color: #fff;
}*/
.project-next-prev li a {
    color: #666699;
    background: #ccc;
    padding: 7px 25px;
    display: block;
    font-weight: 500;
    border-radius: 2px;
    transition: 0.3s;
}

.project-next-prev li:first-child a,
.project-next-prev li a:hover {
    background: #0099ff;
    color: #fff;
}

.project-next-prev li {
    display: inline-block;
    margin-right: 15px;
}

.project-next-prev li:last-child {
    margin-right: 0px;
}

.project-next-prev {
    margin-top: 40px;
}

/*/////Tanzid css Start////*/

.menu-right ul li i {
    font-size: 17px;
    color: #47c995;
    padding-right: 20px;
    border-right: 1px solid #47c995;
    font-style: normal;
}

.top-right.social ul li {
    float: left;
}

.top-right.social ul li a i {
    padding: 5px 2px 5px;
    border: 1px solid #47c995;
    border-radius: 4px;
    width: 40px;
    margin: 10px 5px;
    font-size: 25px;
    text-align: center;
}

.top-right.social ul li a i fab:hover {
    color: #47c995;
    background-color: #fff;
}

i.fab.fa-facebook-f:hover {
    color: #47c995;
    /*background-color: #fff;*/
}

i.fab.fa-twitter:hover {
    color: #47c995;
    /*background-color: #fff;*/
}

i.fab.fa-google-plus-g:hover {
    color: #47c995;
    background-color: #fff;
}

i.fab.fa-linkedin-in:hover {
    color: #47c995;
    /*background-color: #fff;*/
}

.login {
    /*padding: 30px;*/
}

.login button {
    /*background: url(img/Path-17667.png);*/
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.registar-popup {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

/*.registar-popup:hover,:active {*/
.registar-popup:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.popup {
    background-color: #fff;
}

.popup-left {
    padding: 80px 10px 10px 42px;
    text-align: center;
    border-right: 1px solid #cecece;
    margin: 15px 0px;
}

.popup-right {
    padding: 0px 25px;
    text-align: center;
}

.drop-list {
    list-style: none;
    padding: 15px 0;
}

.drop-list li {
    padding: 5px;
    background: #ffffff;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 40px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 15px;
    color: #000;
}

.signin-button {
    background-color: #65b688 !important;
    color: #fff !important;
    width: 98% !important;
}

.signin-button {
    /* margin: .375rem; */
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
}

.modal-login .form-group {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

li.ui-sortable-handle i {
    position: absolute;
    top: 17px;
    left: 15px;
}

.modal-login .form-control,
.modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}

.forgot a {
    color: #000000;
    font-size: 15px;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #65b688;
    background-color: #65b688;
}

.user-login-modal .modal-content {
    /*right: -256px;*/
    top: 99px;
    border-radius: 0px;
}

.signup a {
    color: #47c995;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #cecece;
}

.features-title h3 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.features-title h3:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 2px solid #47c995;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 3px solid;
    border-color: #fff #fff #47c995;
    font-size: 20px;
    font-weight: 600;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

li.nav-item a {
    color: #495057;
}

.nav-tabs .nav-link .tab {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #47c995;
    border-bottom: 3px solid;
}

.nav-tabs {
    border-bottom: 1px solid #47c995a3;
}

.banner-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    background-color: #47c995;
}

.eventsection {
    padding: 0px;
    margin-left: 50px;
    margin-bottom: 40px;
    /*background-image: url(https://ewuian.org/themes/east-west-alumni/assets/img/design_images.png);*/
    background-image: url(https://ewuian.org/themes/east-west-alumni/assets/img/ewuian.png);
    background-position: right;
    background-repeat: no-repeat;
}

.eventcontainer {
    padding-right: 0px;
    margin-right: 0px;
}

.banner-content p {
    color: #fff;
    font-size: 14px;
    width: 45%;
    text-align: left;
    margin-bottom: 40px;
}

.banner-content ul li a {
    background: url("img/button.png");
    display: block;
    background: #039be6;
    border: 3px solid #039be6;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 10px 40px;
    border-radius: 1px 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.banner-content p a {
    background: url("img/button.png");
    color: #233d63;
    position: absolute;
    text-align: center;
    padding: 7px 10px;
    width: 21%;
    font-size: 20px;
    /*margin: 0px 50px;*/
}

.tabsection {
    margin-top: 15px;
}

.tab-content {
    margin: 25px 0px;
}

.blog-left {
    float: left;
}

.blog-right {
    float: right;
}

.blog-item {
    margin-bottom: 20px;
}

.registration {
    background: linear-gradient(rgba(45, 47, 49, 0.82), rgba(45, 47, 49, 0.82)),
    url(img/Mask-Group-129.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    height: 280px;
}

.registration :after {
    background-color: #000000;
}

.registration-botm h3 a {
    /*background: url("img/button.png");*/
    color: #233d63;
    position: absolute;
    text-align: center;
    padding: 7px 10px;
    width: 50%;
    font-size: 20px;
}

.registration-title h3 {
    color: #fff;
    margin-left: 100px;
}

.subscriber {
    background: linear-gradient(rgba(45, 47, 49, 0.82), rgba(45, 47, 49, 0.82)),
    url(img/Image-206.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    height: 280px;
}

.subscriber :after {
    background-color: #000000;
}

.subscriber-botm h3 a {
    background: url("img/button.png");
    color: #233d63;
    position: absolute;
    text-align: center;
    padding: 7px 10px;
    width: 42%;
    font-size: 20px;
}

.subscriber-title h3 {
    color: #fff;
    margin-left: 100px;
}

input[type="text"] {
    /*background-color: #3b444c;
    width: 80%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float:left*/
}

button[type="submit"] {
    width: 20%;
    padding: 13px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[placeholder="Your Email Id"] {
    color: #fff;
}

button[type="submit"] {
    background-color: #ffffff;
    color: black;
    border: none;
}

img.team-image {
    float: left;
    margin-right: 13px;
}

.testimonial-name {
    text-align: left;
}

.joined-left {
    float: left;
}

.joined-content h3 a {
    color: black;
}

.row.joined-item {
    margin-bottom: 15px;
}

/*////footer section////*/

.contacttestimonial {
    background: linear-gradient(rgba(45, 47, 49, 0.65), rgba(45, 47, 49, 0.65)),
    url(img/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 400px;*/
    padding: 60px 0px;
}

.footer-contact {
    text-align: center;
}

.footer-map {
    text-align: center;
}

.footer-url {
    text-align: center;
}

.help {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 80px;
}

.student-description {
    border-bottom: 1px solid #b7b7b7;
}

.student-description1 {
    border-bottom: 1px solid #b7b7b7;
}

.blog-date {
    background-color: #15374e;
    width: 30%;
    /*height: 20%;*/
    height: 25%;
    padding: 4px 4px;
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 20px;
    /*margin-top: -12px;*/
    margin-top: 0px;
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 1;
}

.home-event {
    height: 36%;
}

.mdb-lightbox figure {
    float: left;
    margin: 0;
}

/*////gallery////*/
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

.Gallery {
    padding: 19px 0px;
    /*margin-left: 200px;*/
}

#gallery {
    width: 100%;
    /*margin:30px 200px;*/
}

#gallery a {
    text-decoration: none;
}

/*#gallery .item {
  !*width: 214px;*!
  !*height: 200px; *!
  overflow: hidden;
  float: left;
  border: 10px solid #FFF;
  !*margin: 10px;*!
  box-shadow: 0 8px 6px -6px black;
}
#gallery .item1 {
  width: 520px; height: 460px; overflow: hidden;
  float: left;
  border: 10px solid #FFF;
  !*margin: 10px;*!
  box-shadow: 0 8px 6px -6px black;
}
#gallery .item2 {
  width: 540px; height: 220px; overflow: hidden;
  float: left;
  border: 10px solid #FFF;
  margin: 10px;
  box-shadow: 0 8px 6px -6px black;
}
#gallery .item3 {
  width: 540px; height: 220px; overflow: hidden;
  float: left;
  border: 10px solid #FFF;
  margin: 10px;
  box-shadow: 0 8px 6px -6px black;
}
#gallery .item4 {
  width: 347px; height: 200px; overflow: hidden;
  float: left;
  border: 10px solid #FFF;
  margin: 10px;
  box-shadow: 0 8px 6px -6px black;
}
#gallery .item5 {
  width: 347px; height: 200px; overflow: hidden;
  float: left;
  border: 10px solid #FFF;
  margin: 10px;
  box-shadow: 0 8px 6px -6px black;
}
#gallery .item6 {
  width: 347px; height: 200px; overflow: hidden;
  float: left;
  border: 10px solid #FFF;
  margin: 10px;
  box-shadow: 0 8px 6px -6px black;
}*/

#gallery .item a {
    overflow: hidden;
}

#gallery .item a img {
    height: 100%;
    width: 100%;
    align-self: center;
}

.lightbox {
    /** Hide the lightbox */
    width: 0;
    height: 0;
    overflow: hidden;

    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    color: #333333;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.2);
}

/** Show lightbox when it is target */
.lightbox:target {
    width: 100%;
    height: 100%;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 700px;
    margin: 2% auto;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 26px -3px #777777;
    position: relative;
    z-index: 2;
}

.lightbox .title {
    margin: 0;
    padding: 0 0 10px 0px;
    /*border-bottom:1px #ccc solid;*/
    font-size: 22px;
}

.lightbox .content {
    display: block;
    position: relative;
}

.lightbox .content .desc {
    z-index: 99;
    bottom: 0;
    position: absolute;
    padding: 10px;
    margin: 0 0 4px 0;
    background: rgba(0, 0, 0, 0.8);

    color: #fff;
    font-size: 17px;
    opacity: 0;
    text-align: left;
    transition: opacity ease-in-out 0.5s;
}

.lightbox .content:hover .desc {
    opacity: 1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
    display: block;
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #858585;
}

.prev {
    float: left;
}

.next,
.close {
    float: right;
}

.clear {
    display: block;
    clear: both;
}

.close_out {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-title h3:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 2px solid #47c995;
}

.gallery-title h3 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
    width: 50%;
    /*margin-left: 200px;*/
}

/*.gallery-grid{*/
/*  margin-left: 200px;*/
/*}*/

.joined-content a {
    color: #15374e;
}

/*=====event details====*/
/*.upcoming-event {
  margin-left: 30px;
  margin-right: 30px;
}*/
/*.blog-content{
  margin-left: 30px;
  margin-right: 30px;
}*/
.bloglist-date ul li {
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
    padding: 30px;
}

.bloglist-date li i {
    color: #0099ff;
    margin-right: 8px;
}

.event-list {
    /* margin-left: 45px;
    margin-right: 45px; */
    margin-bottom: 40px;
    box-shadow: 2px 2px 2px #cccccc4f;
    width: 100%;
}

.all-event {
    margin-bottom: 20px;
    margin-top: 20px;
}

.event-name {
    margin-left: 45px;
    width: 45%;
}

.blog-grid.section-padding {
    background-color: #fafafa;
    padding: 30px;
}

.bloglist-meta {
    border-bottom: 1px solid #efebeb;
    /* border-top: 0; */
    padding: 10px;
}

.bloglist-content {
    /* border: 2px solid #cff; */
    border-top: none;
    background-color: white;
}

.bloglist-content h2 {
    color: #243b55;
}

.section-padding.current-event {
    padding: 30px 0px;
}

.blog-content .button {
    background-color: #47c995;
    /*padding: 10px 20px;*/
    padding: 5px 5px;
    float: right;
    color: #fff;
}

.bloglist-meta li i {
    color: #47c995;
    margin-right: 8px;
}

.event-date {
    background-color: #47c995;
    width: 40%;
    height: 10%;
    padding: 4px 4px;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    color: #fff;
    z-index: 1;
    text-align: center;
    right: 14px;
}

.event-img img {
    width: 100%;
    height: 135px;
}

.pagination li a {
    color: #47c995;
    font-size: 25px;
    padding: 5px;
}

.pagination li.active {
    font-size: 25px;
    background-color: #15374e;
    color: #fff;
    padding: 0px 5px;
}

.pagination {
    margin-right: 40px;
}

.disabled {
    font-size: 25px;
}

a.all-event-list {
    background-color: #15374e;
    color: #fff;
    padding: 5px 10px;
}

.banner-content h2 {
    /*margin-left:-4%;*/
    margin-left: -10%;
}

.main-logo a img {
    height: 70px;
}

.notfound {
    margin-left: 30%;
}

.discount {
    background: #0b0b0b;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

.slider ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 200px;
    display: inline-block;
    list-style: none;
    background: #458;
}

.slider ul li {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 900px;
    height: 300px;
    background: #fff;
    text-align: center;
    line-height: 300px;
    color: #333;
}

.control {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.c.c {
    background: #222;
    color: #fff;
}

.r.r {
    background: red;
    color: #fff;
}

.g.g {
    background: #999;
    color: #fff;
}

.b.b {
    background: blue;
    color: #fff;
}

/*====== event details====*/

/*====== Shahed start====*/
#parallelogram-btn {
    width: 181px;
    height: 45px;
    transform: skew(-20deg);
    background: #fff;
    text-align: -webkit-match-parent;
    padding-left: 30px;
    margin-left: 36%;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin0 {
    margin: 0px;
}

.bloglist-content-paragraph {
    height: 100px;
}

.gray-bg {
    background: #e0e0e0;
}

/*====== Shahed end====*/
/*====== Parvez Start====*/
/*.modal-dialog {
  margin: .5rem;
}*/
ul.profile-menu {
    background: #47c995;
    height: 100%;
}

ul.profile-menu li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.profile-menu li a {
    padding: 20px 20px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

ul.profile-menu img.profile-icon {
    margin-right: 15px;
}

ul.profile-menu li.active a,
ul.profile-menu li a:hover {
    background: #0556a4;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

/*profile form*/
.previous-job-section {
    border: 1px solid #ddd;
    padding: 0 10px 0;
}

.profile-form .form-section {
    padding: 25px 10px;
    background: white;
    color: black;
    margin: 20px 0 20px;
    border-radius: 5px;
}

.profile-form .form-section > h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #15374e;
    margin-bottom: 30px;
}

.profile-form .previous-job-section .form-section > h3 {
    margin-bottom: 10px;
}

.profile-form .previous-job-section .form-section {
    margin: 10px 0 0px;
}

.profile-form span.title-line-bar {
    background: #eaeaea;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    width: 187px;
    margin-top: 16px;
    margin-left: 15px;
}

.profile-form span.title-line-bar:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 80px;
    background: #47c995;
    height: 3px;
    border-radius: 5px;
}

.profile-form span.title-line-bar.previous-jobs-separator {
    margin-top: -16px;
    margin-left: 2px;
}

.profile-image-warp #profile_pic {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label.profile-pic-label {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #b3b3b3;
    cursor: pointer;
    width: 100%;
}

label.profile-pic-label p {
    margin-top: 15px;
}

.pre-account-title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #15374e;
    margin-top: 80px;
}

.profile-form .form-group {
    margin-bottom: 30px;
}

.profile-form .form-group .form-control {
    width: 100%;
    height: 60px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: left;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #858585;
    padding-left: 20px;
}

.add-previous-job {

}

#add-previous-job {
    border: none;
    color: #fff;
    background: #47c995;
    border-radius: 5px;
    padding: 3px 12px;
}
.add-previous-job img {
    cursor: pointer;
    height: 40px;
}

.profile-form span.cross_btn {
    float: right;
    background: #ff5f5f;
    padding: 3px 12px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    margin-top: -11px;
}

.profile-form button[type="submit"] {
    background: #47c995;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    width: initial;
    padding: 20px 50px;
    margin: 0;
}

.profile-form .apply-btn-warp .btn {
    background: #15374e;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    width: initial;
    padding: 20px 50px;
}

.row.member-top {
    margin-left: -30px;
    padding: 20px !important;
}

.member-registration-page .event-name {
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 1em;
}

input[type="checkbox"].is_continue {
    width: auto;
    height: auto;
}

/*====== Parvez End====*/

/* Extra for update */

.footer-box-new {
    background: #999999ab;
    border-radius: 8px;
    padding: 20px 50px;
}

.footer-title-new {
    color: #59e7ae;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 2px;
    padding-right: 55px;
}

.footer-contact label {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.footer-item {
    padding-left: 10px;
}

.custom-testimonial .testimonial-group {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px 30px;
    background: #fcfcfc;
    border-left: 5px solid #47c995;
}

.custom-testimonial .testimonial-name {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 5px;
}

#gallery .item {
    border: 12px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0px 8px 20px -5px #bcb9b9;
}

.all-event-list {
    background: #47c995 !important;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 25px !important;
}

.discount-slider .control {
    padding: 15px;
    border-radius: 8px 0 0 8px;
}

.discount-slider .prev {
    padding: 15px;
    border-radius: 0 8px 8px 0;
}

/* Extra for update end */
/*---- masionary gallery----*/
.grid-wrapper .item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all var(--animation-time) cubic-bezier(0.19, 1, 0.22, 1);
}

.grid-wrapper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 280px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.grid-wrapper .item:hover img:after {
    transform: translateY(0);
}

.grid-wrapper .item:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    opacity: 1;
    transition: opacity 0.4s linear;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.grid-wrapper .item .lis-overlay {
    position: absolute;
    bottom: 0;
    left: 20px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: 2;
    color: #fff;
}

.grid-wrapper .item:hover .lis-overlay {
    transform: scaleX(1) rotateX(0deg);
    opacity: 1;
}

.lis-p {
    color: #47c995;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
}

.rotate-custom {
    transform: rotate(45deg);
    display: inline-block;
}

/*---- slider css start----*/
.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0;
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
    opacity: 0;
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    margin: 10px 0 10px 0;
    line-height: 12px;
    height: 12px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    cursor: pointer;
}

.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.slider-area {
    position: relative;
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ebedf1;
    -webkit-filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
    color: var(--theme-color);
    position: absolute;
    top: 50%;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 55px);
    height: var(--icon-size, 55px);
    line-height: var(--icon-size, 55px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 55px) / -2);
    z-index: 3;
    border-radius: 50%;
}

@media (max-width: 1500px) {
    .slider-arrow {
        display: none !important;
    }
}

.slider-arrow.style2:hover {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.slider-arrow.style3 {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.slider-arrow.style3:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.slider-arrow.style4 {
    background-color: #656a74;
    color: #fff;
    border-color: #656a74;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.slider-arrow.style4:hover {
    background: -webkit-linear-gradient(top, #02ce80 0%, #7bd706 100%);
    background: linear-gradient(180deg, #02ce80 0%, #7bd706 100%);
    border-color: #02ce80;
}

.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}

.slider-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto;
}

.slider-arrow:hover {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}

.arrow-margin .slider-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap {
    position: relative;
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display: none;
    }
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
}

.icon-box .slider-arrow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px;
}

.swiper-pagination-bullets {
    text-align: center;
}

@media (max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 40px;
        font-size: 14px;
    }

    .slider-arrow.slider-next {
        margin-right: 0;
        margin-left: 40px;
    }

    .slick-dots {
        margin: 40px 0 0 0;
    }

    .icon-box .slider-arrow {
        margin-right: 0;
    }
}

.testi-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0px 6px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    gap: 30px;
    padding: 40px;
}

.testi-box_img {
    min-width: 150px;
    text-align: center;
}

.testi-box_img > img {
    border-radius: 10px;
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    object-position: center;
}

.testi-box_quote {
    height: 56px;
    width: 56px;
    line-height: 52px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -28px auto 0 auto;
}

.testi-box_quote img {
    position: relative;
    z-index: 1;
}

.testi-box_quote:after,
.testi-box_quote:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #47c995;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.testi-box_quote:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.testi-box_avater {
    margin-bottom: 12px;
}

.testi-box_avater img {
    border-radius: 999px;
}

.testi-box .box-title {
    margin-bottom: 4px;
}

.testi-box_desig {
    font-size: 14px;
    display: block;
    margin-bottom: -0.5em;
}

@media (max-width: 1199px) {
    .testi-box {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .testi-box_review {
        bottom: 75px;
    }
}

@media (max-width: 767px) {
    .testi-box {
        padding: 20px;
        gap: 20px;
    }

    .testi-box_img {
        min-width: 140px;
    }

    .testi-box_review {
        bottom: 30px;
    }

    .testi-box_text {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .testi-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 60px;
        text-align: center;
        padding-bottom: 30px;
    }

    .testi-box_img {
        min-width: 120px;
        max-width: 120px;
        margin-top: -60px;
    }

    .testi-box_img > img {
        border-radius: 50%;
        max-width: 120px;
        max-height: 120px;
    }

    .testi-box_review {
        position: static;
        margin-bottom: 10px;
        margin-top: -0.4em;
    }
}

.my_account_menu.navbar-light .navbar-toggler {
    border-color: unset;
}

.navbar-toggler[aria-expanded="false"] span.fa.icon:before {
    content: "\f107"; /* Down arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.navbar-toggler[aria-expanded="true"] span.fa.icon:before {
    content: "\f00d"; /* Up arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*----new search design---*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 60%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 20%;
    border-bottom: 1px solid #fff;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.search-box i {
    text-align: center;
    user-select: none;
    border: 1px solid #47C995;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    padding: 6px 10px;
    width: auto;
    /*background-color: #47C995;*/
    padding-right: 10px !important;
}

button#search_btn {
    width: unset;
}

.login img {
    max-height: 45px;
}

.right-btn {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*job experience box design*/
.previous-jobs{
    border: 1px solid #ddd;
}

/* Popup Modal Styles */
.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.popup-content {
    background: linear-gradient(
        45deg,
        #ffffff,
        #f2fff8,
        #e6ffef,
        #e8faff,
        #ffffff
    );
    border-radius: 15px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* softer shadow */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}
.popup-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}
.popup-content .read-more-btn {
    background: #47C995;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}
.popup-content .read-more-btn:hover {
    background: #0056b3;
}
.popup-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #666;
}

.cke_notification_warning{
    display: none !important;
}


/*image preview*/

.image-preview img {
    max-width: 170px;
    border-radius: 5px;
}

.oc-flash-message{
    height: 80px !important;
}
