/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 
    Author     : User
*/


/*outLine*/

:focus {
    outline: 0;
}


/*Common Section*/

.common-section {
    padding: 100px 0px 109px;
    position: relative;
}

iframe {
    height: 100%;
    width: 100%;
}


/*overlay*/

.overlay {
    position: relative;
}

.overlay::after {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


/***Preloader***/


/* Variables */


/* Mixins */


/* Animations */

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FF4612;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FF4612;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}


/*=================== color picker css ==================*/

.color_switcher_zone {
    position: fixed;
    width: 364px;
    z-index: 9999;
    background: #fff;
    padding: 23px 30px 43px 40px;
    right: -364px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.3);
}

.switZone_title {
    position: absolute;
    right: 100%;
    top: 45%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: -8px 3px 12px -7px rgba(0, 0, 0, 0.3);
    /*!  */
}

.switZone_title a {
    display: flex;
    position: relative;
    width: 65px;
    height: 63px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #333333;
    text-decoration: none;
}

.header_switcher_style .switcher-title h2 {
    font: 400 16px/55px 'Montserrat';
    color: #333;
    display: inline-block;
    background: #fff;
    padding: 0px 30px;
}

.header_switcher_style .switcher-title {
    position: relative;
    text-align: center;
}

.header_switcher_style .switcher-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eee;
    display: inline-block;
    left: 0;
    vertical-align: middle;
    position: absolute;
    bottom: 27px;
    z-index: -1;
}

.header_switcher_style p {
    font: 400 15px/25px 'Montserrat';
    color: #666666;
}

.header_switcher_style .nav li {
    display: inline-block;
    margin-bottom: 20px;
}

.header_switcher_style .nav li + li {
    margin-left: 15px;
}

.header_switcher_style .nav li:nth-child(odd) {
    margin-left: 0px;
}

.header_switcher_style .nav li a {
    border: 1px solid #666666;
    color: #333;
    font: 400 12px/31px 'Montserrat';
    text-transform: uppercase;
    padding: 2px 5px;
    transition: all 0.4s linear;
    text-shadow: none;
    width: 135px;
    text-align: center;
}

.header_switcher_style .nav li.active a,
.header_switcher_style .nav li a:hover {
    background: #444;
    color: #fff;
}

.switch.grad_color {
    padding: 21px 0px 40px;
    border-bottom: 1px solid #eeeeee;
}

.switch.grad_color ul li {
    display: inline-block;
}

.switch.grad_color ul li + li {
    margin-left: 12px;
}

.switch.grad_color ul li a {
    width: 30px;
    height: 27px;
    border-radius: 3px;
    display: block;
}

.switch.grad_color ul li a.orange-color {
    background: #FF4612;
}

.switch.grad_color ul li a.blue-color {
    background: #53bced;
}

.switch.grad_color ul li a.dgreen-color {
    background: #02bb73;
}

.switch.grad_color ul li a.purple-color {
    background: #3E31AE;
}

.switch.grad_color ul li a.red-color {
    background: #DC3737;
}

.switch.grad_color ul li a.olive-color {
    background: #bfaf01;
}

.button-pr {
    font: 600 13px/55px 'Montserrat';
    color: #fff;
    display: block;
    background: #82b440;
    text-align: center;
    text-transform: uppercase;
    margin-top: 34px;
    border-radius: 3px;
    transition: all 0.5s linear;
}

.button-pr span {
    margin-right: 10px;
}

.button-pr:hover {
    background: #6e9c30;
    color: #fff;
}

.ui-tooltip {
    pointer-events: none;
    opacity: 1;
    display: inline-block;
    position: absolute;
    padding: 10px 20px;
    color: white;
    margin-top: 0px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    font-stretch: condensed;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    background: #444 !important;
    height: 50px;
}
