/*

Template: Metordash - 
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in


*/

/*================================================
[  Table of contents  ]
================================================

:: header
:: Demo-page
:: Future Services
:: One Click Import
:: Premium Plugins
:: Responsive Section
:: Clients

======================================
[ End table content ]
======================================*/

body {
    overflow-x: hidden;
}

/*---------------------------------------------------------------------
 header
-----------------------------------------------------------------------*/

header {
    position: absolute;
    padding: 40px 0px 0px;
    z-index: 999;
    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: 50px;
}

header .navbar-light {
    padding: 0;
}

header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus {
    color: #f15773;
    font-weight: 600;
    font-size: 16px;
    margin-right: 40px;
    /*padding: 5px 30px;*/
}

.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 {
    color: #f15773;
    background: transparent;
}

.dropdown-item:active, .dropdown-item:hover {
    color: #ffffff;
    background: #0077ff;
}

header .container-fluid {
    padding: 0 100px;
}

/* Header sticky */

header.menu-sticky {
    background: #ffffff;
    padding: 12px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 999;
}

header.menu-sticky .container-fluid {
    padding: 0px 100px;
}

header.menu-sticky .navbar.navbar-light .navbar-brand img {
    height: 40px;
    margin-bottom: 0 !important;
}

header.menu-sticky .navbar-light .navbar-nav li.active .nav-link, header.menu-sticky .navbar-light .navbar-nav li .nav-link:hover {
    color: #f15773;
    background: transparent;
}

header.menu-sticky .navbar-light .navbar-nav .nav-link, header.menu-sticky .navbar-light .navbar-nav .nav-link:focus {
    color: #f15773;
}

.navbar-light .navbar-toggler {
    color: #0077ff;
    border-color: #f3627d;
}

/*---------------------------------------------------------------------
 Demo-page
-----------------------------------------------------------------------*/

.home-block {
    border: 5px solid #ffffff;
    position: relative;
    top: 0;
    margin-top: 50px;
    border-radius: 5px;
    -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;
    letter-spacing: 1px;
    overflow: hidden
}

.home-block:hover {
    top: -15px;
    -webkit-box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.05) -moz-box-shadow:4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.05) box-shadow:4.871px 34.659px 15px -24px rgba(0, 0, 0, 0.06)
}

.home-block:hover .home-title {
    bottom: 0
}

.home-block .home-title {
    position: absolute;
    bottom: -80px;
    left: 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #ffffff;
    background:rgba(241, 87, 115, 1);
    background: -moz-linear-gradient(left, rgba(241, 87, 115, 1) 0%, rgba(241, 87, 115, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241, 87, 115, 1)), color-stop(100%, rgba(241, 87, 115, 1)));
    background: -webkit-linear-gradient(left, rgba(241, 87, 115, 1) 0%, rgba(241, 87, 115, 1) 100%);
    background: -o-linear-gradient(left, rgba(241, 87, 115, 1) 0%, rgba(241, 87, 115, 1) 100%);
    background: -ms-linear-gradient(left, rgba(241, 87, 115, 1) 0%, rgba(241, 87, 115, 1) 100%);
    background: linear-gradient(to right, rgba(241, 87, 115, 1) 0%, rgba(241, 87, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#827af3', endColorstr='#b47af3', GradientType=1);
}

.home-block .home-title a:hover, .home-block .home-title a:focus {
    color: #fff
}

.footer .title {
    font-weight: 800;
    color: transparent;
    font-size: 62px;
    background: url("https://phandroid.s3.amazonaws.com/wp-content/uploads/2014/05/rainbow-nebula.jpg") repeat;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    text-align: center;
    line-height: 90px
}

.home-block a {
    color: #ffffff;
    width: 100%;
    display: inline-block
}

.homepage-block {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.iq-retina {
    position: relative;
    padding: 200px 0;
}

.iq-plugins .media .img-box {
    display: block;
    text-align: center;
    line-height: 110px;
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 100px;
}

.iq-mb-80 {
    margin-bottom: 80px;
}

.iq-plugins .img-box img {
    background: #ffffff;
}

.iq-plugins ul li {
    display: inline-block;
    margin-top: 100px;
    vertical-align: middle;
}

.iq-plugins ul li.img-box {
    display: inline-block;
    text-align: center;
    line-height: 150px;
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 100px;
}

.btn-home {
    position: absolute;
    bottom: -46px;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.btn-home a {
    font-size: 18px;
    line-height: 30px;
}

.section-counter {
    padding: 60px 0;
}

.section-counter h1 {
    font-size: 80px;
    line-height: 80px;
}

.iq-innerpages {
    position: relative;
    overflow: hidden;
}



/*---------------------------------------------------------------------
Premium Plugins
-----------------------------------------------------------------------*/

.iq-plugins {
    position: relative;
    overflow: hidden;
}

.price.slider {
    left: 0;
    top: 0;
}

.revslider {
    top: -100px !important;
    left: 180px !important;
}

.owl-carousel .owl-item .clients-box img {
    cursor: pointer;
    width: auto;
    margin: 0 auto;
}

.list-details li span {
    color: #020d1e;
    font-size: 16px;
    font-weight: 600;
}

.list-details li {
    margin-bottom: 10px;
}

.list-details li i {
    color: #0077ff;
}

.screenshots.owl-carousel {
    width: 120%;
    margin-left: 15px;
    padding-left: 72px;
}

.mac-pc {
    position: absolute;
    left: 40%;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 455px;
    z-index: 99;
}

.iq-blog {
    overflow: hidden;
}

.owl-carousel .owl-item .blog-images img {
    max-width: 125%;
    width: 340px;
    height: 237px;
    border-radius: 15px;
}

/* Dots */

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: #ffffff;
    display: inline-block;
    padding: 0;
    margin: 0px 3px;
    height: 5px;
    width: 40px;
    border: 1px solid #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: #4cd9ed;
    border: 1px solid #4cd9ed;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-dots .owl-dot.active:nth-child(n+3) {
    background: #4cd9ed;
    border: 1px solid #4cd9ed;
}

.owl-dots .owl-dot:nth-child(n+4) {
    display: none;
}

.single-image-shadow .owl-carousel .video-img {
    box-shadow: 1px 12px 15px -5px rgba(0, 0, 0, 0.1);
    margin: 30px 15px;
}

/*---------------------------------------------------------------------
Title
-----------------------------------------------------------------------*/

.title-box {
    position: relative;
    z-index: 2;
}

.title-box.text-left p {
    margin-bottom: 0px
}

.title-box h2 {
    margin-bottom: 15px;
}

.title-box-space, .title-box.text-left.title-box-space {
    margin-bottom: 30px;
}

.title-box .title-design {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #0077ff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.title-box.text-left {
    margin-bottom: 30px;
}

.title-box span.title-design.sub-title {
    color: #ffffff;
}

.title-box.text-white h2 {
    color: #ffffff;
}

.title-box span.title-design.sub-title:before {
    background: #ffffff;
    content: "";
}

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

.title-box.title-shadow {
    margin-bottom: 15px;
}

.title-box .subtitle {
    position: relative;
}

.title-box span b {
    color: #00ffea;
    font-weight: 700;
}

/*---------------------------------------------------------------------
banner
-----------------------------------------------------------------------*/

.iq-banner {
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(200, 225, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(200, 225, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(200, 225, 255) 100%);
}

.iq-banner::before {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    opacity: 0.4;
    box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 176px;
    top: 183px;
    width: 1332px;
    height: 1313px;
    content: "";
}

.iq-banner .iq-banner-info {
    padding: 300px 0 200px;
}

.iq-banner .container-fluid {
    padding: 0;
}

.iq-banner .banner-right {
    position: absolute;
    left: 0;
    bottom: 0;
}

.element1 {
    left: 5% !important;
    top: 150px !important;
}

.element2 {
    left: auto !important;
    right: 100px;
    top: 150px !important;
}

.element3 {
    left: auto !important;
    right: 0px;
    top: 550px !important;
}

/*---------------------------------------------------------------------
Responsive Section
-----------------------------------------------------------------------*/

.iq-oneclick {
    padding: 200px 0;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(200, 225, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(200, 225, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(200, 225, 255) 100%);
    position: relative;
}

.element4 {
    top: -200px !important;
    left: auto !important;
}

.element5 {
    left: 470px !important;
    top: -112px !important;
}

.element6 {
    top: -45px !important;
    left: auto !important;
    right: 0px;
}

.iq-retina span {
    color: #e62132;
    font-weight: 600;
}

.element7 {
    right: 0;
}

.iq-list {
    padding: 0;
    margin: 0;
}

.iq-list li {
    display: inline-block;
    margin-right: 15px;
}

.iq-list li i {
    margin-right: 15px;
    color: #0077ff;
    font-size: 21px;
    vertical-align: middle;
}

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

.iq-visual {
    padding: 200px 0;
}

.element8 {
    top: -100px !important;
    right: -70px !important;
    left: auto !important;
}

.element9 {
    left: 0px !important;
    top: 120px !important;
}

.element10 {
    left: 50px !important;
    right: 35px;
    top: 30px !important;
}

.element11 {
    top: -150px !important;
    right: 0;
}

.element14 {
    top: -160px !important;
    left: auto !important;
    right: -250px;
}

.element15 {
    top: -300px !important;
}

.element16 {
    top: 45px !important;
    left: auto !important;
    right: 0px;
}

.element17 {
    right: 250px;
    top: 120px !important;
}

.iq-visual {
    background: none;
}

.iq-review img {
    width: 100%;
}

.feature-effect-box {
    background: #ffffff;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*---------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------*/

footer {
    padding: 200px 0 100px;
    position: relative;
    overflow: hidden;
}

.homepage-block .tag {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 90px;
    position: absolute;
    top: -25px;
    left: -10px;
    color: #fff;
    background: #0077ff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
}

#demos .homepage-block {
    margin-top: 50px;
}

.iq-objects-asked {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.iq-objects-asked .iq-objects-01 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.iq-objects-asked .iq-objects-02 {
    position: absolute;
    bottom: -8%;
    left: -3%;
}

/* 19-09-2019 */
#slider-86-slide-182-layer-28
{
    display: flex;
    align-items: center;
}

#slider-86-slide-182-layer-28>img{
  width: 20% !important;
  height: 70% !important; 
}

.banner-text{
    color: var(--danger);
    font-size: 35px;
    margin-left: 10px;
}

/* banner */
.banner{
    background: #fdf7f9;
    position: relative;
}
.banner .banner-content{
    padding: 150px 0px;
}

.banner .banner-content .banner-logo{
width: 100%;
max-width: 32%;
min-width: 20%;
}

.banner .banner-1{
    position: absolute;
    width: 100%;
    max-width: 20%;
    min-width: 20%;
    top: 5rem;
    left: 8rem;
    transform: rotate(353deg);
}

.banner .banner-2{
    position: absolute;
    width: 100%;
    max-width: 15%;
    min-width: 10%;
    transform: rotate(26deg);
    bottom: 8rem;
    left: 8rem;
}
.banner .banner-3{
    position: absolute;
    width: 100%;
    max-width:20%;
    min-width: 20%;
    top: 5rem;
    right: 8rem;
    transform: rotate(14deg);
}
.banner .banner-4{
    position: absolute;
    width: 100%;
    max-width:15%;
    min-width: 10%;
    transform: rotate(350deg);
            bottom: 5rem;
            right: 8rem;
}
.banner .shap-1,.shap-2,.shap-3,.shap-4{
    position: absolute;
}
.banner .shap-1{
    top: 50%;
    left: 30rem;
}
.banner .shap-4{
    bottom: 50%;
    right: 30rem;
}
.banner .shap-3{
    left: 49%;
    bottom: 8%;
    width: 7rem;
}