/*
Vizion-Al/ML-Digital Marketing Responsive HTML5 Template
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in
*/

/*================================================
[  Table of contents  ]
================================================
1  Header
2  Banner
3  Features
4  Blog
5  Clients
6  Footer
7  Counter and shap
8  Team
9  Breadcrumbs
10 Tab
11 Login and Register form
12 Contact page 
13 Blog Detail
14 Coming Soon

/*---------------------------------------------------------------------
header
-----------------------------------------------------------------------*/
header {
    position: absolute;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header a.navbar-brand img {
    height: 40px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding-bottom: 1%;
}

header .main-header {
    padding: 10px 90px 10px 90px;
}

header .sub-header {
    padding: 10px 90px;
    border-bottom: 1px solid #c7eedf;
}

header .navbar-light {
    padding: 0;
}

header .sub-header nav {
    display: flex;
}

header .sub-header .request-btn a {
    background: #6ecc74;
    padding: 17px;
    margin-left: 29px;
    color: #ffffff;
}

header .sub-header .request-btn a:hover {
    background: #46c894;
    color: #ffffff;
}

header .btn-group .btn-secondary {
    background-color: transparent;
    color: #222222;
    border: none;
}

header .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):hover,
.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #46c894;
}

header .btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

header .navbar-light .navbar-nav .nav-link,
header .navbar-light .navbar-nav .nav-link:focus {
    color: #222222;
    font-size: 14px;
    margin-right: 9px;
    padding: 5px 16px;
    border-radius: 90px;
}

header .dropdown-menu {
    left: 39%;
    font-size: 14px;
    top: 111%;
}

header .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid gainsboro;
    position: absolute;
    left: 17px;
    top: -12px;
}

header .nav-item a {
    color: black !important;
}

header .dropdown-item:hover {
    background: linear-gradient(to right, rgb(255 207 164) 0%, rgb(255 115 19) 100%);
}

header .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

header .breadcrumb .breadcrumb-item a {
    color: #222222;
    font-size: 16px;
}

header .breadcrumb .breadcrumb-item a:hover {
    color: #46c894;
}

.navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
}

header .navbar-light .navbar-nav li.active .nav-link,
header .navbar-light .navbar-nav li .nav-link:hover {
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, rgb(255 214 175) 0%, rgb(255 102 0) 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1))); */
    background: -webkit-linear-gradient(left, rgb(255 214 175) 0%, rgb(255 102 0) 100%);
    background: -o-linear-gradient(left, rgb(255 214 175) 0%, rgb(255 102 0) 100%);
    background: -ms-linear-gradient(left, rgb(255 214 175) 0%, rgb(255 102 0) 100%);
    background: linear-gradient(to right, rgb(255 214 175) 0%, rgb(255 102 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
    color: #ffffff;
}

.dropdown-item:active,
.dropdown-item:hover {
    background: #ffffff;
    color: #76cd6f;
}

/** MY CSS **/
.emp-login {
    padding-right: 7%;
}

/*.sub-main {width: 20%;}*/

/*---------------------------------------------------------------------
 1 Header sticky 
 -----------------------------------------------------------------------*/

header.menu-sticky {
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, rgb(253 226 205) 0%, rgb(255 152 82) 100%);
    /* background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1))); */
    background: -webkit-linear-gradient(left, rgb(253 226 205) 0%, rgb(255 152 82) 100%);
    background: -o-linear-gradient(left, rgb(253 226 205) 0%, rgb(255 152 82) 100%);
    background: -ms-linear-gradient(left, rgb(253 226 205) 0%, rgb(255 152 82) 100%);
    background: linear-gradient(to right, rgb(253 226 205) 0%, rgb(255 152 82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 99;
}

header.menu-sticky .navbar.navbar-light .navbar-brand img {
    height: 40px;
}

header.menu-sticky .navbar-light .navbar-nav li.active .nav-link,
header.menu-sticky .navbar-light .navbar-nav li .nav-link:hover {
    background: #ffffff;
    color: #46c894;
}

header.menu-sticky .navbar-light .navbar-nav .nav-link,
header.menu-sticky .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
}

header.menu-sticky .main-header {
    padding: 10px 90px 10px 90px;
}

header.menu-sticky .sub-header {
    display: none;
}

/*---------------------------------------------------------------------
Logo Change
 -----------------------------------------------------------------------*/
header a.navbar-brand .logo-white {
    display: none;
}

header.menu-sticky a.navbar-brand .logo {
    display: none;
}

header.menu-sticky a.navbar-brand .logo-white {
    opacity: 1;
    display: block;
}

header .navbar-toggler:not(:disabled):not(.disabled) {
    background: #ffffff;
}

/*---------------------------------------------------------------------
dropdown-item
---------------------------------------------------------------------*/
.dropdown-item.active,
.dropdown-item:active {
    color: #46c894;
    background-color: transparent;
}

/*---------------------------------------------------------------------
2 Banner
-----------------------------------------------------------------------*/
.banner {
    padding: 200px 90px 65px 90px;
    position: relative;
    overflow: hidden;
}

.button-banner:hover,
.button-banner:focus {
    background-color: #ffffff;
}

.banner .banner-text {
    padding-top: 15%;
    position: relative;
}

.iq-video {
    border: 1px solid #46c894;
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 29px;
    color: #46c894;
    border-radius: 100%;
    line-height: 1.6;
    margin-left: 20px;
    background-color: #ffffff;
}

.iq-video i {
    margin-left: 5px;
}

.banner:before {
    content: '';
    position: absolute;
    background: url('../images/banner/shap1.png');
    width: 70%;
    height: 70%;
    background-repeat: no-repeat;
    left: 0;
    top: 41%;
    animation: bounce 2s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-25px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-25px);
    }
}

.banner-type:before {
    content: '';
    position: absolute;
    background: url('../images/banner/banner-shap1.png');
    width: 70%;
    height: 70%;
    background-repeat: no-repeat;
    right: -63%;
    top: -30%;
    animation: bounce 2s infinite alternate;
}

/*---------------------------------------------------------------------
List Style
-----------------------------------------------------------------------*/
.list-style li {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.list-style li:last-child {
    margin-bottom: 0;
}

.list-style li i {
    margin-right: 10px;
    font-size: 18px;
}

.easy-btn {
    padding: 10px 70px;
}

/*---------------------------------------------------------------------
3 Future Services
---------------------------------------------------------------------*/
.services-block {
    position: relative;
}

.services-block:before {
    background: #46c894;
    content: "";
    height: 85%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.services-bg {
    padding-top: 80px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(108, 99, 255, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(108, 99, 255, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(108, 99, 255, 0.2);
}

.future-services {
    top: 0;
    padding: 30px 30px 30px 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.future-services:hover {
    top: -8px;
    box-shadow: 0px 1px 30px 0px rgb(245 233 225);
    background: #ffffff;
}

.services-list {
    margin: 0 0 -120px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.services-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.services-list li.one {
    position: absolute;
    left: 30px;
    bottom: 0;
}

.services-list li.two {
    position: absolute;
    right: 100px;
    bottom: 0;
}



/*---------------------------------------------------------------------
4 Blog
-----------------------------------------------------------------------*/
.blog-box .content {
    background: #e8f8f2;
    padding: 30px;
    position: relative;
    /* background: ; */
}

.blog-box .content:after {
    position: absolute;
    right: -15px;
    top: 40px;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #e8f8f2;
    border-bottom: 10px solid transparent;
    z-index: 9;
}

.blog-box .content h3 {
    line-height: 30px;
}

.blog-box .content ul {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    z-index: 9;
}

.blog-box .content ul li {
    list-style-type: none;
    display: inline;
    padding-right: 8px;
    border-right: 1px solid #dcdcdc;
    margin-right: 7px;
    color: #222222;
}

.blog-box .content ul li:last-child {
    border: none;
}

.blog-box .content ul li a {
    font-weight: normal;
    color: #666666;
}

.blog-box .content ul li a:hover {
    color: #46c894;
}

.blog-box .content ul li span {
    font-weight: bold;
    color: #222222;
}

.blog-box .content p {
    font-size: 14px;
    line-height: 24px;
}

.blog-box ul.iq-tag li {
    border: none;
    padding: 0;
    margin: 0;
}

.blog-box ul.iq-tag li a {
    background: #ffffff;
    color: #666666;
    padding: 5px 15px;
    border-radius: 5px;
}

.blog-box ul.iq-tag li a:hover {
    color: #46c894;
}

.blog-box .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.blog-box [class*="col-"] {
    background-color: #e8f8f2;
}

.iq-blog .owl-carousel .owl-dots {
    display: none;
}

.mt-4,
.my-4 {
    margin-top: 0.7rem !important;
}

/*---------------------------------------------------------------------
5 Clients
-----------------------------------------------------------------------*/
.clients-box {
    padding: 20px 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.clients-box:hover {
    border: 1px solid #ffffff;
    top: -6px;
    -webkit-box-shadow: 0px 10px 46px -4px rgb(255 159 94);
    -moz-box-shadow: 0px 10px 46px -4px rgb(255 159 94);
    box-shadow: 0px 10px 46px -4px rgb(255 159 94);
}

.iq-clients .owl-carousel .owl-item {
    padding: 10px 10px 20px 10px;
}

.iq-clients .owl-carousel img {
    width: inherit;
    display: inherit;
    /* box-shadow: 0px 10px 46px -4px rgb(255 159 94); */
    height: 80px;
    margin-bottom: 10px;
}

.card {
    background: linear-gradient(to right, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    padding: 20px 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(to right, rgb(253 211 180) 0%, rgb(255 156 89) 100%) !important;
}

.card:hover {
    border: 1px solid #ffffff;
    top: -6px;
    -webkit-box-shadow: 0px 10px 46px -4px rgb(235 147 87 / 32%);
    -moz-box-shadow: 0px 10px 46px -4px rgb(235 147 87 / 32%);
    box-shadow: 0px 10px 46px -4px rgb(235 147 87 / 32%);
}

.card p {
    color: black;
    line-height: 1.5;
}

.card a {
    color: white;
    text-shadow: 2px 2px 2px gray;
}

.card .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.projects img {
    height: 60px;
}

.projects .future-servicess:hover {
    box-shadow: 0px 2px 20px #c9c9c9 !important;
    transform: scale(1.1);
    transition: 0.5s ease;
}

.future-servicess {
    top: 0;
    padding: 30px 30px 30px 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}



/*---------------------------------------------------------------------
6 Footer
---------------------------------------------------------------------*/
footer.main-bg {
    position: relative;
}

footer .footer-logo img {
    height: 40px;
}

footer .social-icone ul li a {
    font-size: 18px;
    color: #ffffff;
}

footer .social-icone ul li {
    padding-right: 20px;
}

footer .row.justify-content-between a:hover,
footer .row.justify-content-between a:focus {
    color: rgba(0, 0, 0, .5);
}

footer .footer-menu li a {
    color: #ffffff;
    font-size: 1.3vw;
}

footer .footer-menu li a:hover,
footer .footer-menu li a:focus {
    color: rgba(0, 0, 0, .5);
}

footer .social-icone ul li:nth-last-child(1) {
    padding-right: 0;
}

.iq-font-18 {
    font-size: 18px;
}

/*@media screen and (max-width: 480px) {footer .footer-menu li a {font-size: 9px!important;}}
@media only screen and (max-width: 720px) {footer .footer-menu li a {font-size: 14px;}*/


/*---------------------------------------------------------------------
7 Counter and shap
---------------------------------------------------------------------*/
.counter {
    padding: 60px 0;
}

.iq-counter3 .iq-counter .timer {
    font-size: 70px;
}

.iq-pt-30 {
    padding-top: 25px;
}

.Get-tips-tricks .tips-img img {
    max-width: 120%;
}

.service-provide .services {
    padding: 30px 30px 30px 30px;
}

.conection-shap {
    position: relative;
    overflow: hidden;
}

.conection-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/conection-shap2.png');
    width: 21%;
    height: 56%;
    background-repeat: no-repeat;
    right: 0;
    top: 41%;
    animation: bounce 2s infinite alternate;
}

.finding-shap {
    position: relative;
    overflow: hidden;
}

.finding-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/finding-shap1.png');
    width: 38%;
    height: 83%;
    background-repeat: no-repeat;
    left: 0;
    top: 25%;
    left: -47px;
    animation: bounce 2s infinite alternate;
}

.tricks-shap {
    position: relative;
    overflow: hidden;
}

.tricks-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/tricks-shap1.png');
    width: 7%;
    height: 64%;
    background-repeat: no-repeat;
    right: 0;
    top: 25%;
    animation: bounce 2s infinite alternate;
}

.Service-shap {
    position: relative;
    overflow: hidden;
}

.Service-shap:before {
    content: '';
    position: absolute;
    background: url('../images/banner/service-shap1.png');
    width: 23%;
    height: 55%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    animation: bounce 2s infinite alternate;
}

.iq-clients {
    position: relative;
    overflow: hidden;
}

.iq-clients:before {
    content: '';
    position: absolute;
    background: url('../images/banner/footer-shap1.png');
    width: 15%;
    height: 89%;
    background-repeat: no-repeat;
    right: 0;
    animation: bounce 2s infinite alternate;
}

/*---------------------------------------------------------------------
8 Team
-----------------------------------------------------------------------*/
.iq-team:hover .iq-team-info {
    bottom: 0;
}

.iq-team {
    position: relative;
    overflow: hidden;
}

.iq-team .iq-team-info {
    padding: 10px 20px;
    background: none;
    position: absolute;
    bottom: -84px;
    background: #f2f2f2;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #f2f2f2
}

.iq-team .iq-team-info span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.iq-team .share {
    background: none;
    position: absolute;
    left: -65px;
    top: 12px;
    width: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.iq-team:hover .share {
    left: 15px;
}

.iq-team .share ul li {
    margin: 5px 0;
}

.iq-team .share ul li a {
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 50px;
    background: #ffffff;
    color: #46c894;
    border-radius: 90px;
    text-align: center;
    display: inline-block;
}

.iq-team .share ul li a:hover {
    color: #ffffff;
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
    background: -webkit-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: -o-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: -ms-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: linear-gradient(to right, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
}

.iq-team .iq-team-img {
    position: relative;
}

.iq-team .iq-team-img img {
    width: 100%;
}

.iq-team .iq-team-img:before {
    content: "";
    bottom: 0;
    opacity: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(71, 38, 205, 0);
    background: -moz-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71, 38, 205, 0)), color-stop(100%, rgba(117, 205, 111, 1)));
    background: -webkit-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%);
    background: -o-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%);
    background: -ms-linear-gradient(top, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%);
    background: linear-gradient(to bottom, rgba(71, 38, 205, 0) 0%, rgba(117, 205, 111, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46c894', endColorstr='#46c894', GradientType=0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.iq-team:hover .iq-team-img:before {
    opacity: 1;
}

.iq-team .share ul {
    list-style: none;
}


/*---------------------------------------------------------------------
9 Breadcrumb 2
---------------------------------------------------------------------*/
/*.iq-breadcrumb{padding: 203px 0 100px 0;background: #e8f8f2;}*/
.iq-breadcrumb {
    padding: 150px 0 100px 0;
    background: #f4670812;
}

.iq-breadcrumb nav {
    display: inline-block;
}

.iq-breadcrumb.text-left .breadcrumb {
    z-index: 86;
    text-align: left;
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, linear-gradient(to right, rgb(253 224 202) 0%, rgb(254 156 88) 100%));
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
    background: -webkit-linear-gradient(left, linear-gradient(to right, rgb(253 224 202) 0%, rgb(254 156 88) 100%));
    background: -o-linear-gradient(left, linear-gradient(to right, rgb(253 224 202) 0%, rgb(254 156 88) 100%));
    background: -ms-linear-gradient(left, linear-gradient(to right, rgb(253 224 202) 0%, rgb(254 156 88) 100%));
    background: linear-gradient(to right, rgb(253 224 202) 0%, rgb(254 156 88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(254 160 94 / 44%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(254 160 94 / 44%);
    box-shadow: 0px 0px 30px 0px rgb(254 160 94 / 44%);
}

.iq-breadcrumb.text-left .breadcrumb li {
    display: inline-block;
}

.iq-breadcrumb.text-left .breadcrumb li a i {
    font-size: 18px;
    margin-right: 6px;
}

.iq-breadcrumb.text-left .breadcrumb li,
.iq-breadcrumb.text-left .breadcrumb li a:hover {
    color: #ffffff;
}

.iq-breadcrumb.text-left .breadcrumb li a,
.iq-breadcrumb.text-left .breadcrumb-item+.breadcrumb-item::before {
    color: #464855;
    margin-bottom: 0;
}

/*---------------------------------------------------------------------
10 Tab
---------------------------------------------------------------------*/
.iq-tab .nav-pills {
    background: #fdd3b44f;
    padding: 8px;
    border: 1px solid #ff9b562e;
    border-radius: 900px;
}

.iq-tab .nav-item {
    width: 100%;
}

.iq-tab .nav-item a {
    background: #ffffff;
    color: #464855;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    margin-bottom: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    border: inherit;
}

.iq-tab .nav-pills .nav-link {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 2px;
}

.iq-tab .nav-pills .nav-link.active,
.iq-tab .nav-pills .show>.nav-link,
.iq-tab .nav-pills .nav-link:hover {
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, linear-gradient(to right, rgb(253 211 180) 0%, rgb(255 154 86) 100%));
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
    background: -webkit-linear-gradient(left, linear-gradient(to right, rgb(253 211 180) 0%, rgb(255 154 86) 100%));
    background: -o-linear-gradient(left, linear-gradient(to right, rgb(253 211 180) 0%, rgb(255 154 86) 100%));
    background: -ms-linear-gradient(left, linear-gradient(to right, rgb(253 211 180) 0%, rgb(255 154 86) 100%));
    background: linear-gradient(to right, rgb(253 211 180) 0%, rgb(255 154 86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
    color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.20);
}

.iq-tab.horizontal .nav-item {
    width: 19%;
    text-align: center;
    margin: 0% 0.5%;
}

.iq-tab.horizontal .nav-item a {
    padding: 8px 10px;
    margin-bottom: 0;
    border-radius: 90px;
}

/*---------------------------------------------------------------------
11 login and register form
-----------------------------------------------------------------------*/
.iq-login-regi {
    padding: 180px 0 80px 0;
    overflow: hidden;
}

.iq-login-regi .iq-login {
    padding: 30px 30px;
    background-position: left center;
    background-attachment: fixed;
    background-repeat: repeat;
    border: 2px solid #46c894;
    border-radius: 10px;
}

.iq-login-regi h5 {
    font-weight: 600;
}

.iq-login-regi h5 i {
    font-family: FontAwesome;
    color: #46c894;
}

.iq-login-regi .iq-login span {
    font-size: 40px;
}

.iq-login-regi .iq-login label {
    color: #222222;
    font-weight: 600;
}

.iq-login-regi .iq-login form .form-control {
    border-radius: 10px;
    height: 52px;
    border: 2px solid #dedede;
    padding: 20px 20px;
}

.iq-login-regi .iq-login form .form-control:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.iq-login-regi .iq-login form .button {
    margin: 30px 0;
    width: 100%;
}

.iq-login-regi .iq-login .link {
    color: #222222;
    font-weight: 600;
}

.iq-login-regi .iq-media li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 18px 8px 0;
}

.iq-login-regi .iq-media li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
}

.iq-login-regi .iq-media li i {
    font-family: FontAwesome;
}

.iq-login-regi .iq-media li a.fb {
    background: #3d5f9a;
}

.iq-login-regi .iq-media li a:hover.fb {
    background: #547abb;
}

.iq-login-regi .iq-media li a.tw {
    background: #44c0f3;
}

.iq-login-regi .iq-media li a:hover.tw {
    background: #0faef0;
}

.iq-login-regi .iq-media li a.gplus {
    background: #dd4b39;
}

.iq-login-regi .iq-media li a:hover.gplus {
    background: #bd3221;
}

.iq-login-regi .iq-media li a.lkd {
    background: #0077B5;
}

.iq-login-regi .iq-media li a:hover.lkd {
    background: #008fda;
}

.iq-login-regi form .form-group {
    margin-bottom: 25px;
}

.iq-login-regi .link a:hover {
    text-decoration: underline !important;
}

.error img {
    margin-top: 80px;
}

.iq-login-regi .iq-login form .email-bg {
    background-color: #ffff;
    border: 2px solid #dedede;
    border-radius: 90px;
}

.iq-login-regi .iq-login form .email-bg:focus {
    border: 2px solid #46c894;
    color: #222
}

/*---------------------------------------------------------------------
12 contact page
-----------------------------------------------------------------------*/
.iq-contactbox .contact-box {
    background: #ffffff;
}

.iq-contactbox .contact-box input {
    outline: none !important;
    width: 100%;
    height: 52px;
    border: 2px solid #ced4da;
    border-radius: 30px;
    padding: 5px 20px;
}

.iq-contactbox .contact-box input:hover,
.iq-contactbox .contact-box input:focus,
.iq-contactbox .contact-box textarea:focus,
.iq-contactbox .contact-box textarea:hover {
    border: 2px solid #46c894;
}

.iq-contactbox .no-spec {
    padding: 0;
}

.iq-contactbox .contact-bg {
    border-radius: 10px;
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, linear-gradient(to right, rgb(253 210 179) 0%, rgb(255 156 88) 100%));
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
    background: -webkit-linear-gradient(left, linear-gradient(to right, rgb(253 210 179) 0%, rgb(255 156 88) 100%));
    background: -o-linear-gradient(left, linear-gradient(to right, rgb(253 210 179) 0%, rgb(255 156 88) 100%));
    background: -ms-linear-gradient(left, linear-gradient(to right, rgb(253 210 179) 0%, rgb(255 156 88) 100%));
    background: linear-gradient(to right, rgb(253 210 179) 0%, rgb(255 156 88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
    padding: 40px 40px;
}

.iq-contactbox iframe {
    height: 330px;
}

.iq-contactbox .contact-box textarea {
    border-radius: 10px;
    outline: none !important;
    width: 100%;
    border: 2px solid #ced4da;
    padding: 5px 20px;
    margin-top: 10px;
}

.iq-contactbox .contact-box .button {
    margin-top: 20px;
    border: 0;
}

.contact-footer {
    padding: 60px 0 30px;
}

.iq-contactbox .iq-contact {
    position: relative;
    margin: 20px 0;
}

.iq-contactbox .iq-contact li {
    list-style: none;
    padding: 0;
    margin: 0px 5px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.iq-contactbox .iq-contact h5.small-title {
    margin-bottom: 10px;
    color: #ffffff;
}

.iq-contactbox .iq-contact p {
    display: table;
    color: #ffffff;
    margin-bottom: 0px;
    padding-left: 5px;
}

.iq-contactbox .iq-contact i {
    color: #ffffff;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 18px;
}

.iq-contactbox form {
    border: none;
    padding: 30px 0;
}

.iq-contactbox h2 {
    color: #ffffff;
    font-weight: 600;
}

.iq-contactbox h3 {
    font-size: 36px;
}

.iq-contactbox p {
    font-weight: 600;
}


/*---------------------------------------------------------------------
13 Blog Detail
-----------------------------------------------------------------------*/
.blogdetailbox .iq-blogbox {
    margin: 0;
}

.blogdetailbox .iq-blogbox .iq-blog-entry .iq-entry-tag span {
    padding: 10px 10px;
    color: #ffffff;
    margin-right: 8px;
    font-weight: 600;
    text-transform: capitalize;
}

.blogdetailbox .iq-blogbox .iq-entry-title h5 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.blogdetailbox .iq-blogbox .iq-entry-title {
    margin-top: 30px;
}

.blogdetailbox .iq-blogbox .iq-blog-entry .iq-entry-image {
    overflow: hidden;
}

.blogdetailbox .iq-blogbox .iq-blog-entry .iq-entry-image img {
    width: 100%;
}

.blogdetailbox .iq-blogbox .iq-blog-detail {
    margin-top: 0px;
}

.blogdetailbox .iq-blogbox .iq-detail-box .special-text {
    margin: 50px 0 30px 0;
    text-align: center;
    position: relative;
}

.blogdetailbox .iq-blogbox .iq-detail-box .special-text i {
    color: #46c894;
    font-size: 60px;
    position: absolute;
    left: 0;
    top: -25px;
    z-index: -1;
    font-family: FontAwesome;
    opacity: 0.2;
}

.blogdetailbox .iq-blogbox .iq-detail-box .special-text p {
    font-size: 21px;
    line-height: 34px;
    font-weight: 600;
    color: #222222;
}

.blogdetailbox .iq-post-sidebar .iq-sidebar-widget .iq-widget-search .form-control:focus {
    border-color: #46c894;
}

/*comment form for reply*/
.iq-blogbox .blog-box ul li {
    list-style-type: none;
    font-size: 14px;
    color: #999999;
    display: inline;
    border-right: 1px solid #999999;
    padding-right: 15px;
}

.iq-blogbox .blog-box ul li:last-child {
    border: none;
}

.iq-blogbox .blog-box ul li a {
    text-decoration: none;
    color: #6163cc;
}

.iq-blogbox .blog-box ul li a:hover {
    color: #46c894;
}

.blogdetailbox .iq-blog-entry .date small {
    display: block;
    font-size: 16px;
}

.blogdetailbox .iq-blog-entry .date {
    padding-top: 16px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    font-size: 32px;
    font-weight: 600;
}

.blogdetailbox .iq-blog-entry .media-box li {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
}

.blogdetailbox .iq-blog-entry .media-box li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #46c894;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.blogdetailbox .iq-blog-entry .media-box li a:hover {
    background: #46c894;
    color: #ffffff;
}


/*sidebar title*/
.blogdetailbox .iq-sidebar-widget h5 {
    position: relative;
    z-index: 9;
    font-size: 22px;
    font-weight: 700;
}

.blogdetailbox .iq-post-sidebar {
    height: 100%;
}

.blogdetailbox .iq-sidebar-widget {
    margin-bottom: 40px;
    padding: 20px 20px;
    border: 1px solid #ededed;
}

.blogdetailbox .iq-sidebar-widget:last-child {
    margin-bottom: 0;
}

/*SideBar - Search*/
.blogdetailbox .iq-sidebar-widget .iq-widget-search {
    position: relative;
    margin: 10px 0;
}

.blogdetailbox .iq-sidebar-widget .iq-widget-search input {
    padding-right: 40px;
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #2c3e50;
    height: 50px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.blogdetailbox .iq-sidebar-widget .iq-widget-search input:focus {
    background: #ffffff;
}

.blogdetailbox .iq-sidebar-widget .iq-widget-search i {
    position: absolute;
    right: 8px;
    cursor: pointer;
    padding: 15px 12px;
    font-size: 24px;
}

.blogdetailbox .iq-sidebar-widget .iq-widget-search i:hover {
    color: #46c894;
}

/*about-box*/
.blogdetailbox .iq-sidebar-widget.about-box {
    border: 1px solid #efefef;
    padding: 0;
}

.blogdetailbox .iq-sidebar-widget.about-box .about-text {
    padding: 20px 25px;
}

/*Tags*/
.blogdetailbox .iq-sidebar-widget ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.blogdetailbox .iq-sidebar-widget ul.iq-tag li a {
    display: inline-block;
    color: #222222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.blogdetailbox .iq-sidebar-widget ul.iq-tag li a:hover {
    color: #46c894;
}

/*popular post*/
.blogdetailbox .iq-sidebar-widget {
    border: 1px solid #dddddd;
    padding: 20px 25px;
    border-radius: 10px;
}

.blogdetailbox .iq-sidebar-widget .iq-post {
    margin-top: 10px;
}

.blogdetailbox .iq-sidebar-widget .iq-post li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.blogdetailbox .iq-sidebar-widget .post-img {
    display: table;
    float: left;
    margin-right: 10px;
}

.blogdetailbox .iq-sidebar-widget .post-img img {
    vertical-align: top;
    width: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.blogdetailbox .iq-sidebar-widget .post-blog {
    display: table-cell;
}

.blogdetailbox .iq-sidebar-widget .post-blog a {
    font-weight: 600;
    color: #1d1e34;
    text-decoration: none;
}

.blogdetailbox .iq-sidebar-widget .post-blog a:hover {
    color: #46c894;
}

.blogdetailbox .iq-sidebar-widget .shop-price del {
    font-size: 13px;
}

.blogdetailbox .iq-sidebar-widget .shop-price strong {
    font-size: 16px;
}

/* Comments Box */
.blogdetailbox .blog-commentbox h3 {
    position: relative;
    z-index: 9;
    font-size: 22px;
    font-weight: 700;
}

.blogdetailbox .blog-commentbox {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
}

.blogdetailbox .blog-commentbox h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

.blogdetailbox .blog-commentbox .iq-comment-metadata.white a {
    font-size: 14px;
}

.blogdetailbox .blog-commentbox .iq-comment-metadata a {
    color: #222222;
    font-size: 14px;
    text-decoration: none;
}

.blogdetailbox .blog-commentbox .iq-comment-metadata a:hover {
    color: #46c894;
}

.blogdetailbox .blog-commentbox .iq-comment-metadata a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.blogdetailbox .blog-commentbox .iq-comment-metadata.white a:hover {
    color: #222222;
}

.blogdetailbox .iq-comment-list li {
    margin-top: 0px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
    position: relative;
}

.blogdetailbox .iq-comment-list .iq-comments-media {
    padding: 15px 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.blogdetailbox .iq-comment-list .iq-comments-media img {
    width: 85px;
    border-radius: 50px;
}

.blogdetailbox .iq-comment-list li:last-child .iq-comments-media {
    border-bottom: none;
    padding-bottom: 0;
}

.blogdetailbox .iq-comment-list ul {
    list-style-type: none;
}

.blogdetailbox .iq-comment-list .btn-black.green {
    margin: 0;
    right: 0;
    top: 15px;
    position: absolute;
    padding: 5px 15px;
    background: none;
    color: #46c894 !important;
    text-decoration: none;
}

.blogdetailbox .iq-comment-list .btn-black.green:hover {
    color: #222222 !important;
}

.blogdetailbox .info-block img {
    width: 150px;
    border-radius: 100px;
}

.blogdetailbox .info-block {
    margin: 0 0 30px 0;
    padding: 30px;
}

.blogdetailbox .info-block .media-body p {
    font-size: 14px;
}

.blogdetailbox .iq-comment-list .iq-comments-media p {
    font-size: 14px;
}

.blogdetailbox .info-block .media-body a {
    text-decoration: none;
}

.blogdetailbox .info-block .media-body a i {
    font-size: 20px;
    color: #46c894;
}

.blogdetailbox .iq-comment-list .media-body {
    position: relative;
}


/*---------------------------------------------------------------------
14 Coming Soon 1
---------------------------------------------------------------------*/
.coming-height {
    height: 800px;
    vertical-align: middle;
}

.iq-coming .big-text {
    font-size: 60px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 80px;
}

.iq-coming img {
    width: 140px;
}

.iq-coming form .form-control {
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

.iq-coming form .form-control {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    height: 45px;
    padding: 0 15px 0 15px;
    outline: none !important;
    box-shadow: inherit;
    width: 280px;
    border-radius: 90px 0 0 90px;
}

.iq-coming form::-webkit-input-placeholder {
    /* / Chrome /  */
    color: #ffffff;
}

.iq-coming form:-ms-input-placeholder {
    /* / IE 10+/ */
    color: #ffffff;
}

.iq-coming form::-moz-placeholder {
    /* / Firefox 19+/  */
    color: #ffffff;
    opacity: 1;
}

.iq-coming form:-moz-placeholder {
    /* / Firefox 4 - 18 /  */
    color: #ffffff;
    opacity: 1;
}

.iq-coming form .button {
    box-shadow: inherit;
    border: none;
    background: #ffffff;
    padding: 0 15px;
    border-radius: 0 90px 90px 0;
    height: 45px;
    cursor: pointer;
    color: #46c894;
}

.iq-coming form .button:hover {
    color: rgba(70, 200, 148, 0.6)
}

.iq-coming .countdown-timer {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 300px;
    margin: 50px auto;
    border-bottom-left-radius: 15px;
}

.iq-coming .countdown-timer h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
    text-shadow: none;
}

.iq-coming .countdown-timer .timer {
    padding: 10px;
    text-align: center;
    padding-top: 15px;
}

.iq-coming .countdown-timer .timer .timer-wrapper {
    display: inline-block;
    width: 200px;
    height: 50px;
}

.iq-coming .countdown-timer .timer .timer-wrapper .time {
    font-size: 80px;
    font-weight: bold;
    color: #33333d;
    margin: 0 50px;
    float: left;
}

.iq-coming .countdown-timer .timer .timer-wrapper .text {
    font-size: 20px;
}

.iq-coming #countdown {
    list-style: none;
    margin: 20px 0 30px 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.iq-coming #countdown li {
    display: inline-block;
    margin: 0 20px;
}

.iq-coming #countdown li span {
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    color: #ffffff;
    position: relative;
}

.iq-coming #countdown li.seperator {
    font-size: 50px;
    line-height: 40px;
    vertical-align: top;
    margin: 16px 0px;
    color: #ffffff;
}

.iq-coming #countdown li h6 {
    color: #ffffff;
    font-size: 20px;
    padding-right: 30px;
}

.iq-coming .particles-bg {
    position: relative;
    overflow: hidden;
}

.iq-coming .particles-bg #canvas {
    position: absolute;
    display: block;
    color: rgba(255, 255, 255.0.9);
}

.iq-coming #countdown li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
}

.iq-coming #countdown li span:after {
    position: absolute;
    right: -30px;
    top: 0;
    content: ":";
    font-size: 50px;
    color: #ffffff;
    line-height: 50px;
}

.iq-coming #countdown li:last-child span:after {
    content: none;
}


/*---------------------------------------------------------------------
Register Page
---------------------------------------------------------------------*/
.iq-registertbox .register-boxes input:hover,
.iq-registertbox .register-boxes input:focus,
.iq-registertbox .register-boxes textarea:focus,
.iq-registertbox .register-boxes textarea:hover {
    border: 2px solid #46c894;
}

/*---------------------------------------------------------------------
Login Page
---------------------------------------------------------------------*/
.iq-loginbox .login-boxes input:hover,
.iq-loginbox .login-boxes input:focus,
.iq-loginbox .login-boxes textarea:focus,
.iq-loginbox .login-boxes textarea:hover {
    border: 2px solid #46c894;
}


/*---------------------------------------------------------------------
cookie
-----------------------------------------------------------------------*/
#cookie_div {
    background: #222222;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 25%;
    width: 50%;
    padding: 8px 20px;
    display: none;
    z-index: 999;
    -webkit-box-shadow: -1px -5px 21px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -1px -5px 21px 1px rgba(0, 0, 0, 0.12);
    box-shadow: -1px -5px 21px 1px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

#cookie_div .button {
    float: right;
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 3px;
    line-height: 16px;
    font-weight: 800;
    border-radius: 10px;
    letter-spacing: 1px;
}


/*---------------------------------------------------------------------
Pricing Page
---------------------------------------------------------------------*/
.iq-pricing {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #e8f8f2;
}

.iq-pricing .price-title {
    padding: 30px 20px;
    position: relative;
    background: #46c894;
}

.iq-pricing.active .price-title {
    background: #46c894;
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
    background: -webkit-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: -o-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: -ms-linear-gradient(left, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    background: linear-gradient(to right, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
}

.iq-pricing.active {
    position: relative;
}

.card-ribbon {
    position: absolute;
    overflow: hidden;
    top: -10px;
    left: -10px;
    width: 114px;
    height: 114px;
    z-index: 99;
}

.card-ribbon span {
    position: absolute;
    display: block;
    width: 165px;
    padding: 5px 0;
    background-color: #333333;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    left: -37px;
    top: 21px;
    transform: rotate(-45deg);
}

.card-ribbon::before,
.card-ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #333333;
    border-top-color: transparent;
    border-left-color: transparent;
}

.card-ribbon::before {
    top: 0;
    right: 0;
}

.card-ribbon::after {
    bottom: 0;
    left: 0;
}

.iq-pricing .price-title h2 {
    line-height: 60px;
    font-size: 50px;
    position: relative;
    font-weight: 700;
}

.iq-pricing .price-title h2 small {
    font-size: 16px;
    vertical-align: super;
    padding: 0 5px;
}

.iq-pricing .price-title h2 small:first-child {
    font-size: 24px;
}

.iq-pricing .price-title span {
    letter-spacing: 6px;
    position: relative;
}

.iq-pricing ul {
    margin: 20px 0 0;
}

.iq-pricing ul li {
    line-height: 50px;
    list-style: none;
}

.iq-pricing .price-footer {
    padding: 30px 0;
    z-index: 9;
    position: relative;
}

/****** My CSS ******/
.iq-list li {
    margin-bottom: 15px;
    line-height: 26px;
    list-style: none;
}

.iq-list li i {
    float: left;
}

.iq-list li span {
    display: table-cell;
}

.iq-font-30 {
    font-size: 30px;
}

.iq-mr-10 {
    margin-right: 10px;
}

/***** PORTFOLIO PAGE *****/
.website-box {
    height: 370px;
}

.website-box img {
    border-radius: 6px;
    margin: 5% 0%;
}

.website-box:hover {
    top: -8px;
    box-shadow: 0px 1px 30px 0px rgba(70, 200, 148, 0.25);
    background: #ffffff;
}

.website-box h6 {
    font-size: 15px;
}

.website-box p {
    font-size: 14px;
    line-height: 24px;
}

/***** Career Resume PAGE *****/
.Career-Form .contact-form {
    background: #fff;
    margin-top: 2%;
    margin-bottom: 5%;
    /*width: 70%;*/
}

.Career-Form .contact-form .form-control {
    border-radius: 1rem;
}

.Career-Form .contact-image {
    text-align: center;
}

.Career-Form .contact-image img {
    border-radius: 6rem;
    width: 12%;
    margin-top: -9%;
    margin-bottom: 8%;
    transform: rotate(29deg);
}

/*.Career-Form .contact-form form{
    padding: 14%;
}*/
.Career-Form .contact-form form .row {
    margin-bottom: -7%;
}

.Career-Form .contact-form h3 {
    margin-bottom: 4%;
    margin-top: -10%;
    text-align: center;
    color: #ff6700;
}

.Career-Form .contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 30px;
    padding: 1.5%;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, linear-gradient(to right, rgb(253 209 177) 0%, rgb(255 156 88) 100%));
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
    background: -webkit-linear-gradient(left, linear-gradient(to right, rgb(253 209 177) 0%, rgb(255 156 88) 100%));
    background: -o-linear-gradient(left, linear-gradient(to right, rgb(253 209 177) 0%, rgb(255 156 88) 100%));
    background: -ms-linear-gradient(left, linear-gradient(to right, rgb(253 209 177) 0%, rgb(255 156 88) 100%));
    background: linear-gradient(to right, rgb(253 209 177) 0%, rgb(255 156 88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
}

.Career-Form .btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.js-audio-playlist {
    font: 100%/1.4 serif;
    margin: 0 auto;
    max-height: 550px;
    padding: 0px 30px 20px 90px;
}

.scroll {
    overflow-y: scroll;
}

#portfolioWebsites ::-webkit-scrollbar {
    width: 17px;
}

#portfolioWebsites ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#portfolioWebsites ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#portfolioWebsites #pills-tab2 .nav-item {
    width: 15.5%;
    text-align: center;
    margin: 0% 0.5%;
}

#portfolioWebsites ul#pills-tab2 li a {
    font-size: 14px;
}

ul.softwareContent li {
    list-style: none;
    display: inline-block;
    width: 48%;
    font-size: 14px;
}

.iq-mr-10 {
    float: left;
}

ul.softwareContent li span {
    display: table-cell;
}

ul.softwareContent.threeList li {
    width: 31%;
}

ul.portfolioList li {
    list-style: none;
}

.sub-main .social-icone ul {
    float: right;
    /* padding-left: 2%; */
}

.sub-main .social-icone li {
    padding-left: 20px;
}

header.menu-sticky {
    padding: 0% !important;
}

header .sub-header .btn {
    padding-left: 0px !important;
}

input.btnContact:focus {
    outline: transparent !important;
}

.applyBtn {
    background: rgba(117, 205, 111, 1);
    background: -moz-linear-gradient(left, linear-gradient(to right, rgb(253 215 187) 0%, rgb(255 156 88) 100%));
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(117, 205, 111, 1)), color-stop(100%, rgba(70, 200, 148, 1)));
    background: -webkit-linear-gradient(left, linear-gradient(to right, rgb(253 215 187) 0%, rgb(255 156 88) 100%));
    background: -o-linear-gradient(left, linear-gradient(to right, rgb(253 215 187) 0%, rgb(255 156 88) 100%));
    background: -ms-linear-gradient(left, linear-gradient(to right, rgb(253 215 187) 0%, rgb(255 156 88) 100%));
    background: linear-gradient(to right, rgb(253 215 187) 0%, rgb(255 156 88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
    color: #ffffff;
    padding: 2% 4%;
    border-radius: 30px;
}

a.applyBtn:hover {
    color: #fff;
}

/*---------------------------------------------------------------------
Gallery
-----------------------------------------------------------------------*/
figure {
    display: inline-block;
    position: relative;
    left: 0;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.gallery-photos img {
    border-color: white;
    border-width: 15px;
    -moz-border-image: url(../images/Gallery/frame.png) 15 stretch;
    border-image: url(../images/Gallery/frame.png) 15 stretch;
    border-style: solid;
    margin: auto;
    height: 300px;
    width: 300px;
}


/**********************************************************
* If a caption is supplied the image needs a little space 
* at the bottom to include the caption within the frame
***********************************************************/
.fadeInLeft img.hasCaption {
    padding-bottom: 50px;
}

figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 16px;
    background-color: white;
    text-align: center;
    color: blue;
    font-family: 'Reenie Beanie', cursive;
    font-size: 30px;
    padding: 10px;
}

.fadeInLeft:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.fadeInLeft:hover img {
    opacity: 0.5;
}


/*---------------------------------------------------------------------
gallery End
-----------------------------------------------------------------------*/

/*---------------------------------------------------------------------
gallery11
-----------------------------------------------------------------------*/

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}


img.zoom {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {

    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}



#bttn .btn {
    width: 200px;
    margin-left: 470px;
    font-size: 16px;
    z-index: 86;
    text-align: center;
    position: center;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(117, 205, 111, 1) 0%, rgba(70, 200, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cd6f', endColorstr='#46c894', GradientType=1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(70, 200, 148, 0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(70, 200, 148, 0.25);
    box-shadow: 0px 0px 30px 0px rgb(254 160 94 / 44%);
}

#dropdownMenuButton {
    cursor: pointer !important;
}


/*---------------------------------------------------------------------
gallery11 End
-----------------------------------------------------------------------*/


/*about us*/
a {
    text-decoration: none
}

h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}



/******************* Timeline Demo - 4 *****************/
.main-timeline4 {
    overflow: hidden;
    position: relative
}

.main-timeline4:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%)
}

.main-timeline4 .timeline-content:before,
.main-timeline4 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: ""
}

.main-timeline4 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}

.main-timeline4 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}

.main-timeline4 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}

.main-timeline4 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px
}

.main-timeline4 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #f54957;
    font-size: 30px;
    color: #f54957;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline4 .year:before {
    content: "";
    border-left: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg)
}

.main-timeline4 .inner-content {
    padding: 20px 0
}

.main-timeline4 .title {
    font-size: 24px;
    font-weight: 600;
    color: #f54957;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline4 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px
}

.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 100px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline4 .timeline:nth-child(2n) .year,
.main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px
}

.main-timeline4 .timeline:nth-child(2n) .year {
    right: 0
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #f54957;
    transform: rotate(-45deg)
}

.main-timeline4 .timeline:nth-child(2) {
    margin-top: 110px
}

.main-timeline4 .timeline:nth-child(odd) {
    margin: -110px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .year {
    border-color: #1ebad0;
    color: #1ebad0
}

.main-timeline4 .timeline:nth-child(2) .year:before {
    border-right-color: #1ebad0
}

.main-timeline4 .timeline:nth-child(2n) .title {
    color: #1ebad0
}

.main-timeline4 .timeline:nth-child(3n) .year {
    border-color: #7cba01;
    color: #7cba01
}

.main-timeline4 .timeline:nth-child(3) .year:before {
    border-left-color: #7cba01
}

.main-timeline4 .timeline:nth-child(3n) .title {
    color: #7cba01
}

.main-timeline4 .timeline:nth-child(4n) .year {
    border-color: #f8781f;
    color: #f8781f
}

.main-timeline4 .timeline:nth-child(4) .year:before {
    border-right-color: #f8781f
}

.main-timeline4 .timeline:nth-child(4n) .title {
    color: #f8781f
}

@media only screen and (max-width:1200px) {
    .main-timeline4 .year {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline4 .timeline {
        padding-left: 75px
    }

    .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 75px 0 0
    }

    .main-timeline4 .timeline-content {
        padding-left: 130px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }

    .main-timeline4 .timeline-content:before {
        width: 68px;
        left: -68px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline4 {
        overflow: visible
    }

    .main-timeline4:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0)
    }

    .main-timeline4 .timeline:before,
    .main-timeline4 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0)
    }

    .main-timeline4 .timeline,
    .main-timeline4 .timeline:nth-child(even),
    .main-timeline4 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px
    }

    .main-timeline4 .timeline-content,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0
    }

    .main-timeline4 .timeline-content:before,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        display: none
    }

    .main-timeline4 .timeline:nth-child(2n) .year,
    .main-timeline4 .year {
        position: relative;
        transform: translateY(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before,
    .main-timeline4 .year:before {
        border: none;
        border-right: 20px solid #f54957;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        left: -23px;
        bottom: auto;
        right: auto;
        transform: rotate(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before {
        border-right-color: #1ebad0
    }

    .main-timeline4 .timeline:nth-child(3n) .year:before {
        border-right-color: #7cba01
    }

    .main-timeline4 .timeline:nth-child(4n) .year:before {
        border-right-color: #f8781f
    }

    .main-timeline4 .inner-content {
        padding: 10px
    }
}

.bel-services .highlights {
    color: black;
    font-weight: 800;
}
.highlights {
    color: black;
    font-weight: 800;
    
}
.vr{
    height: 23px;
    width: 1px;
    border: 1px solid white;
}

.product-title-box {
    text-align: center;
}

/* New Slider */
@import url(https://fonts.googleapis.com/css?family=Calibri:400,300,700);

.mt-100 {

    margin-top: 100px;
}

.carousel .carousel-indicators li {

    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -99px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 2px;


}

.carousel-indicators li {
    background-color: rgb(0 0 0 / 26%) !important;
}

.carousel-indicators .active {
    background-color: #cd6f00 !important;
}

.Keyfeatures ul {
    list-style-type: none;
    margin: 10px 0 19px 0;
    line-height: 65px;
}

.heading h1 {
    color: #000000;
    font-size: 2.75rem;
    line-height: 4.125rem;
    font-weight: 300;
    margin-top: 17px;
    position: relative;
    margin-bottom: 36px;
    margin-left: 3px;
}

.heading2 h1 {
    color: #000000;
    font-size: 2.75rem;
    line-height: 4.125rem;
    font-weight: 300;
    margin-top: 17px;
    position: relative;
    margin-bottom: 36px;
    margin-right: 12px;
}

.pdfbtn {
    background: linear-gradient(to right, rgb(255 197 154) 0%, rgb(255 103 0) 100%);
    color: #ffffff;
    cursor: pointer;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    box-shadow: 6px 4px 20px 1px rgba(255, 109, 12, 0.326);
    border-radius: 90px;
    border: 0;
}

.Albumbtn {
    background: linear-gradient(to right, rgb(255 197 154) 0%, rgb(255 103 0) 100%) !important;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 6px 4px 20px 1px rgba(255, 109, 12, 0.326);
    border-radius: 90px;
    border: 0;
    padding: 10px 40px;

}

.pdfbtn {
    color: #fff !important;
}

.product-features {
    margin-bottom: 91px;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.2;
    pointer-events: none;
}

/* Style for the popup container */
.popup-container {
    display: none;
    position: fixed;
    width: 50%;
    height: 50%;
    background: rgb(249 249 249 / 70%);
    justify-content: center;
    align-items: center;
    z-index: 99;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Style for the popup content */
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

/* Style for the close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

    /* Style for the image slider */
    .slider-container {
        max-width: 100%;
        margin: 20px 0;
      }
  
      .image-slider {
        max-width: 100%;
        height: auto;
      }