/* =================================
    Color
==================================== */
:root {

    --color-principal: var(--bs-gray-700);
	--white: #ffffff;
	--light: #D8D8D8;
	--black: #000000;
	--dark: #001322;
    --dark-blue: #0b233e;    
    --dark-light: #353746;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--gray: #ecedf3;
    --gray-dark: #6c757d;
    --gray-light: #dddddd;
    --green-royal: #0B9839;
    --green-royal-dark: #0a8834;
	--blue: #333C87;
    --blue-fb: #415C9A;
    --blue-fb-light:#415c9ac9;
	--blue-dark: #363F8F;  
	--blue-light: #2196f3;  
    --golden: #ECD687;
    --golden-light: #F6E79D;
    --golden-dark: #DBB66D;
    --cor: #808080;
    --border-botton-leftmenu:rgba(26, 58, 100, 0.05) 1px solid;
    --leftmenu: #526653;

        
}

/* ===================================
    General
====================================== */

body {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 11pt;
    color: var(--color-principal);
    font-weight:300;
    line-height: 20px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: var(--white);
}

.bg-camara {
    color: var(--white);
	background-color: var(--green-royal);
}

h1 {
	font-size: 1.5rem !important;
}
h2 {
	font-size: 1.375rem !important;
}
h3 {
	font-size: 1.25rem !important;
}
h4 {
	font-size: 1.125rem !important;
}
h5 {
	font-size: 1rem !important;
}
h6 {
	font-size: 0.875rem !important;
    
}

.list  {
    padding-left: 1.3rem;
}
.list li {
    position: relative;
    padding-left:.1rem; 
}

/* ===================================
    Header & Navigation
====================================== */

header {
    width: 100%;
    z-index: 100 !important;
}
.menu {
	border-bottom: solid 4px var(--green-royal);
}

.menu .header_top {
	width: 100%;
	min-height: 2em;
    font-size: 10pt;
	background-color: var(--white);
	z-index: 100;
}

.menu .header_top .nav-item a.nav-link,
.menu .header_main .nav-item a.nav-link,
.menu .header_main .btn {
	color: var(--color-principal);
}
/* LEFTMENU */
.leftmenu {
    width: 100%;
    margin-bottom: 1em;
}
aside dl,
aside dd,
aside ul {
    padding: 0;
    margin: 0;
}
aside a {
    text-decoration: none;
}
.leftmenuNavigationTree ul {
    margin: 0;
}
.leftmenuNavigationTree li {
    list-style-position: inside;
}
.leftmenu.leftmenuNavigationTree .navTree .navTreeItem {
    margin: 0;
}
.leftmenu.leftmenuNavigationTree .navTreeLevel0 > .navTreeItem {
    padding: 0;
}
.leftmenu.leftmenuNavigationTree .navTree > .navTreeItem {
    border-bottom: var(--border-botton-leftmenu);
    list-style: none;
}
.leftmenu.leftmenuNavigationTree .navTreeLevel1 .navTreeItem {
    padding-left: 1em;
}
.leftmenu.leftmenuNavigationTree .navTreeLevel1 .navTreeItem:last-of-type {
    border-bottom: none;
}
.leftmenu.leftmenuNavigationTree .navTree .navTreeItem a {
    display: block;
    padding: 0.8em 1em;
    border-left: 0px solid transparent;
    transition: all ease-out 0.1s;
    line-height: initial;
}
/* Efeito Menu Antigo
.leftmenu.leftmenuNavigationTree .navTree .navTreeItem a:hover {
    border-left: 5px solid #f3f5f7; 
    background-color: rgba(26, 58, 100, 0.05)
}*/
.leftmenu.leftmenuNavigationTree .navTree .navTreeItem a {
    position: relative;
    display: block;
    padding: 0.8em 1em;
    color: var(--leftmenu);
    text-decoration: none;
    transition: 0.3s;
}
.leftmenu.leftmenuNavigationTree .navTree .navTreeItem a::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--green-royal); 
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
}
.leftmenu.leftmenuNavigationTree .navTree .navTreeItem a:hover {
    color: #95a5a6;
}
.leftmenu.leftmenuNavigationTree .navTree .navTreeItem a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
dt.leftmenuHeader {
    padding: 0;
    border-bottom: none;
    border-top: var(--light) 0.1em solid;
}
.leftmenuHeader, dl.leftmenu dt.leftmenuHeader {
    font-weight: bold;
    background-color: var(--green-royal); 
    color: var(--bs-gray-200);
}
.leftmenuHeader a, dl.leftmenu dt.leftmenuHeader a,
.leftmenuHeader span, dl.leftmenu dt.leftmenuHeader span {
    color: var(--bs-gray-200);
    transition: all ease-out 0.1s;
    padding: 0.7em 1em;
    font-size: 1em;
    display: block;
}
.leftmenu .leftmenuHeader > a, .leftmenu .leftmenuHeader > span:nth-child(2) {
        display: block;
} 
.leftmenu .leftmenuHeader > a:hover {
    background: var(--green-royal-dark); 
    color: var(--white) !important;
}
.leftmenu .leftmenuHeader {
    padding: 0;
}
.menu-button > button.menuAtivo {
    background: var(--green-royal-dark); 
}
@media (max-width: 767px) {
    #sidemenu dt.leftmenuHeader.menuAtivo a {
        background-color: #E4E4E4;
    }
}
@media (max-width: 767px) {
    #sidemenu dt.leftmenuHeader > a {
        padding: 1.2em;
        transition: background-color 200ms;
    }
}

.youis {
    font-size: 0.75rem;
}

/* MAIN SITE */
.buttonside {
    visibility: hidden;
}
@media screen and (max-width:767px) {
    .buttonside {
        position: absolute;
        left: 10px;
        top: 5px;
        visibility: visible;
        color: var(--green-royal); 
        border-color: var(--green-royal);
    }
}
@media screen and (min-width: 768px) {
    #logo .logo img {
        margin-bottom: -30px;
    }
    /* .sidemenu {
        margin-top: 410px;
    } */
}
a {color:inherit;text-decoration: none !important;}
/* SIDEMENU */
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
	/*border-top: 0.4rem solid #B5161B;*/
}

/* SLIDER */
#mainslider {
    position: relative;
    width:100%;
    height:600px;
    margin:0 auto;
}

/* SECTIONS  */

.dotted-break {
	width: 44px;
	height: 5px;
	margin: 10px auto
}
@media (min-width:768px) {
	.dotted-break {
		margin: 20px auto
	}
}
.dotted-break span {
	width: 2px;
	height: 5px;
	background: var(--green-royal-dark);
	display: inline-block;
	float: left;
	position: relative;
	margin: 0 0 0 7px
}
.dotted-break span:before, .dotted-break span:after {
	content: '';
	width: 2px;
	height: 5px;
	display: inline-block;
	background: var(--green-royal-dark);
	position: absolute;
	left: 3px
}
.dotted-break span:after {
	left: 6px
}
.dotted-break span:first-child {
	margin: 0
}
section header .wow {
	visibility: hidden
}

/* CONTEÚDO */

#onepage, .innerpage, #news, #audios, #several, #transparency, #team, #videos, 
#history, #bidding, #several, #activities, #decrees, #minutes, #esic, #account, footer  {
    padding: 0;
} 

#several {
    position: relative;
    width: 100%;
    margin: 40px auto;
}

#council td {
    vertical-align: middle;
}

#onepage .list-group-item.active {
    background-color: var(--green-royal) !important;
    border-color: var(--green-royal) !important;
    color: var(--white);
}

/* SCROLL TO TOP */
.scroll-top-arrow {
    font-size: 30px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #0B9839 0%, #0a8834 51%, #0B9839 100%);
}
.scroll-top-arrow:hover{
    background-position: right center;
}
/*TRANSPARECNIA*/

.item-tp {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    
}

.item-tp .bg-tp,
.item-topic .bg-topic {
    position: relative;
    overflow: hidden;
    padding: 0.5rem;
    min-height: 100%;
    padding-bottom: 40%;
    color: var(--white);
    background-color: var(--green-royal);
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), .25) !important;
    border-radius: 0.375rem;
    line-height: 20px;
}

.item-tp .bg-tp i {
    position: absolute;
    bottom: 1px;
    right: 1px;
    font-size: 42pt;
    color: var(--white);
    opacity: 0.3;
}

.item-tp .bg-tp:hover,
.item-topic .bg-topic:hover {
    background-color: var(--green-royal-dark);
    box-shadow: 0 0 0.5rem rgba(var(--bs-body-color-rgb), .15) !important;
}

.item-topic .bg-topic {
    padding: 1rem 0.5rem;
    display: flex;
    align-items: start;
    font-weight: 400;
}

.item-topic .bg-topic i {
    padding: 0.2rem 0.5rem 0 0;
    align-items: start;
}

.item-qa .bg-qa {
    position: relative;
    overflow: hidden;
    padding: 0.5rem;
    min-height: 10vh;
    color: var(--green-royal);
    background-color: var(--bs-gray-200);
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), .25) !important;
    border-radius: 0.375rem;
    line-height: 20px;
    text-align: center;
}

.item-qa .bg-qa i {
    font-size: 24pt;
    margin-bottom: 0.5rem;
}

.item-qa .bg-qa:hover {
    background-color: var(--bs-gray-300);
    box-shadow: 0 0 0.5rem rgba(var(--bs-body-color-rgb), .15) !important;
}

.item-tp .bg-tp.radar {
    border-color: var(--green-royal);
    background-color: var(--white);
    padding-bottom: 0;
    min-height: 20vh;
}

.item-tp .bg-tp.radar:hover {
    background-color: transparent;
    box-shadow: 0 0 0.5rem rgba(var(--bs-body-color-rgb), .15) !important;
}


/* NOTÍCIAS */
#news .articles .article:nth-child(odd) {
	clear: left
}
#council .c,
#news .articles .article .c {
	position: relative;
	display: block;
	border: 1px solid #dbdbdb;
	padding: 30px;
	margin: 20px auto 0 auto
}
#council .c img,
#news .articles .article .c img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}
#news .articles .article .c .wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative
}
#news .articles .article .c .wrap .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(54,158,239,.8);
	text-align: center;
	color: #fff;
	z-index: 1;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}
#news .articles .article .c .wrap .info .info-wrap {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#news .articles .article .c .wrap .info .info-wrap .icon {
	font-size: 60px;
	margin: 0 auto 18px auto;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6
}
#news .articles .article .c .wrap .info .info-wrap h3, #news .articles .article .c .wrap .info .info-wrap .social {
	font-family: 'Montserrat', sans-serif;
                /*font-family: Lato, sans-serif;*/
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	max-width: 70%;
	margin: 0 auto;
	padding: 16px 0 0 0;
	font-size: 14px;
	font-weight: 700
}
#news .articles .article .c .wrap .info .info-wrap .social {
	font-size: 30px;
	padding: 15px 0 0 0
}
#news .articles .article .c .wrap .info .info-wrap .social a {
	color: #000;
	margin: 0 3px
}
#news .articles .article .c .wrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 24px
}
#news .articles .article .c .wrap .more {
	font-family: 'Montserrat', sans-serif;
                /*font-family: Lato, sans-serif;*/
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px
}
#news .articles .article .c:hover {
	border-color: transparent
}
#news .articles .article .c:hover .wrap .info {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1
}
#news .articles .article .c:hover .wrap img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}
#news .articles .article h3, #news .articles .article h2, #news .articles .article h4 {
	font-size: 22px;
	margin: 30px 0 7px 0;
	font-weight: 400
}
#news .articles .article h3 a, #news .articles .article h2 a, #news .articles .article h4 a {
	color: inherit
}
#news .articles .article h3 a:hover, 
#news .articles .article h2 a:hover, 
#news .articles .article h4 a:hover {
	color: var(--gray)
}
#news .articles .article .articleInfo {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: var(--gray-dark);
	font-size: 12px
}
#news .articles .article .articleInfo .i {
    float: left;
}
#news .articles .article .articleInfo .i:first-child {
    margin: 0;
    padding: 0;
    border: 0
}
@media (min-width:769px) {
    #news .articles .article .articleInfo .i {
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;     
        border-left: 1px solid var(--gray-dark);
    }
}
#news .articles .article a,
#news .articles .article .articleInfo .i a {
    text-decoration: none;
}
#news .articles .article .articleInfo .i a span:hover {
    color: #FFFFFF;
    background-color: var(--gray-dark) ;
}

#news .articles .article .asideArticleInfo .date .day,
#day {
	font-size: 32px;
	font-weight: 700
}
#news .articles .article .asideArticleInfo .date .month,
#news .articles .article .asideArticleInfo .date .year
{
	/*font-family: 'Montserrat', sans-serif;
                /*font-family: Lato, sans-serif;*/
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400
}
#news .articles .article .asideArticleInfo .comments {
	/*font-family: 'Montserrat', sans-serif;
                /*font-family: Lato, sans-serif;*/
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	margin: 20px 0 0 0
}
#news .articles .article .asideArticleInfo .comments .fa {
	font-size: 18px
}
#news .morePosts .fa {
	margin: 0 10px 0 0
}
#news .btn,
#videos .btn {
	background: var(--green-royal);
	border: 0;
	color: var(--white);
}
#news .btn:hover,
#videos .btn:hover {
	background: var(--green-royal-light);
    color: var(--gray-light);
}
#news .articleComments h3, #news .articleComments h4 {
	font-size: 22px;
	margin: 0 0 40px 0;
	font-weight: 400
}
#news .articleComments h4 {
	font-size: 18px;
	margin: 0 0 2px 0
}
#news .articleComments .info {
	font-style: italic;
	font-size: 12px;
	color: var(--gray-dark)
}
#news .articleComments p {
	margin: 10px 0
}
#news .articleComments ul {
	padding: 0
}
#news .articleComments ul li {
	margin: 30px 0;
	list-style-type: none
}
#news .articleComments ul li .image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
#news .articleComments ul ul {
	padding: 0 0 0 30px
}
#news .addComment h3, #news .addComment h4 {
	font-size: 22px;
	margin: 0;
	font-weight: 400
}
#news .addComment .wrap {
	border: 1px solid #d9d9d9;
	padding: 30px
}
#news .addComment form .form-control {
	border-color: #d9d9d9;
	color: var(--gray-dark);
	margin-top: 30px
}
#news .addComment form .form-control::-webkit-input-placeholder {
color:var(--gray-dark)
}
#news .addComment form .form-control:-moz-placeholder {
color:var(--gray-dark)
}
#news .addComment form .form-control::-moz-placeholder {
color:var(--gray-dark)
}
#news .addComment form .form-control:-ms-input-placeholder {
color:var(--gray-dark)
}
#news .addComment form .form-control:focus {
	border-color: var(--gray)
}
#news .addComment form .btn {
	background: 0 0;
	border: 2px solid var(--gray-dark);
	color: var(--gray-dark);
	margin: 30px 0 0 0
}
#news .addComment form .btn:hover {
	border-color: var(--gray);
	color: var(--gray)
}

#news.subpage {
	padding: 0;
	/*	padding: 0 0 80px 0*/
}

#news.subpage header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../img/background/bg_news.jpg);
	color: #fff;
	padding: 90px 0 30px 0 
}


#news.subpage header .logo {
	display: block;
	color: rgba(0,0,0,0.50);
	margin-bottom: 30px
}

/*#news.subpage header .logo {
	display: block;
	color: #fff;
	margin-bottom: 30px
}
*/
#news.subpage.detail header {
	background-image: url(../../img/background/bg_news-detail.jpg)
}
#news.subpage.detail .articles .article {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 20px;
	margin-bottom: 40px
}
#news.subpage.detail .articles .article .title {
	font-size: 40px;
	color: #000;
	margin-top: 20px
}

/*#news.subpage.detail .articles .article img {
	margin-top: 30px
}*/

#news.subpage.detail .articles .article p {
	margin: 20px 0
}
#news.subpage.detail .articles .article h2 {
	font-size: 26px
}
#news.subpage.detail .articles .article h3 {
	font-size: 22px
}
#news.subpage.detail .articles .article h4 {
	font-size: 18px
}




/* CONTATO */ 

#contact {
    padding: 40px 0;  
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: var(--white);
	background-image: url(../../images/background/bg_realeza_01.png);

}

#contact .wrap {
    background-color:rgba(0, 0, 0, 0.5);    
}

#contact form .btn {
	background-color: var(--green-royal);
	color: var(--light);
	margin-top: 30px;
    float: right;
}
#contact  form .btn:hover {
	color: var(--gray-dark)
}
#contact .info {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 32px;
	color: var(--white)
}
#contact .info p,
#contact .info a {
    text-decoration: none;
    color: var(--white);
}
#contact .info a:hover {
    color: var(--gray-dark);
}
#contact .form-control {
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 20px 0 0 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid transparent;
	font-weight: 400;
	/*height: 40px;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
#contact .form-control:focus {
	border-color: var(--gray-dark);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
#contact .form-control::-webkit-input-placeholder {
    color:#fff
}
#contact .form-control:-moz-placeholder {
    color:#fff
}
#contact .form-control::-moz-placeholder {
    color:#fff
}
#contact .form-control:-ms-input-placeholder {
    color:#fff
}
#contact .form-control.parsley-error {
	border-color: #C9C9C9
}

#transparency .i .icon .c {
	border: 1px solid var(--gray-dark);
	padding: 20px
}
#transparency .i .icon .c .fill {
	background: var(--gray-dark);
	max-height: 130px;
    padding: 10px 0;
}
#transparency .i .icon .c .fill i {
   width: 80%;
}
#transparency .i .content {
  
}
#transparency .i {
	margin-top: 30px
}
#transparency .i .icon {
	text-align: center;
	/* line-height: 130px; */
	color: var(--gray);
    font-size: calc(.5em + 3vw);
}

@media (min-width:992px) {
    #transparency .row .i:first-child {
        text-align: right
    }
    /* #transparency .row .i:first-child .icon {
        float: right
    } */
}


#audios form .form-date, 
#videos form .form-date, 
#activities form .form-date,
#minutes form .form-date,
#guidelines form .form-date,
#daily form .form-date  
{
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-dark);
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: .25rem;  
}
#audios form .input-group-text,
#videos form .input-group-text,
#activities form .input-group-text,
#guidelines form .input-group-text,
#audios form .form-date,
#videos form .form-date,
#activities form .form-date,
#minutes form .form-date,
#guidelines form .form-date,
#daily form .form-date 
{
    max-width: 160px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;      
}
#audios form .form-date,
#videos form .form-date,
#activities form .form-date,
#minutes form .form-date,
#guidelines form .form-date,
#daily form .form-date 
{
    max-width: 160px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;      
}

#info .i,
#audios .i {
	text-align: center;
	margin-top: 20px
}
#info .i .wrap,
#audios .i .wrap {
	position: relative;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	border: 1px solid #d9d9d9;
	padding: 30px
}
#info .i .wrap .c,
#audios .i .wrap .c {
	border: 1px solid #d9d9d9;
	background: var(--white);
	padding: 0 5%;
}
#info .i .wrap .c h3,
#audios .i .wrap .c h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	/*border-bottom: 1px solid #d9d9d9;*/
	padding: 25px 0;
	font-size: 14px;
	font-weight: 700
}
#info .i:hover .wrap,
#audios .i:hover .wrap {
	border-color: transparent;
	background: #e4e3e3
}



#audios .i.active .wrap {
	background: var(--gray-dark);
	border-color: var(--gray-dark)
}
#audios .i.active .wrap .c {
	border-color: var(--gray-dark)
}
#audios .i.active .wrap .c h3 {
	position: relative
}
#audios .i.active .wrap .c h3:before {
	content: '\f005';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 6px;
	left: 50%;
	margin: 0 0 0 -5px
}
#audios .i .wrap .c .btn:hover {
	background: var(--gray-dark)
}
#audios .i .wrap .c .price {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 40px;
	margin: 5px 0 20px 0
}
#audios .i .wrap .c .price sup {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
                /*font-family: Lato, sans-serif;*/
	top: -1.2em
}
#audios .i .wrap .c .price.price-lg {
	font-size: 60px
}
#audios .i .wrap .c .info {
	line-height: 40px;
	margin: 0 0 30px 0
}
#audios .i .wrap .c .btn {
	z-index: 1;
	position: relative;
	background: #a6a6a6;
	border: 0;
	color: #fff
}

#audios .i.active .wrap .c .btn {
	background: var(--gray-dark)
}

@media (min-width:768px) and (max-width:991px) {
    #audios .i .wrap {
        padding: 6%
    }
    #audios .i .wrap .c {
        padding: 0 10% 40px 10%
    }
    #audios .btn-lg {
        padding: 15px 30px
    }
}


/* VEREADORES */
/* ----TEAM START --------- */

    #team .outer-square {
        height: 100%;
        padding: 10%;
        border: 1px solid #d9d9d9;
        background-color: transparent; 
        overflow: hidden;
        /* transition: background-color 1s ease; */
        -webkit-transition: background-color 1s ease;
        -moz-transition: background-color 1s ease;
        -ms-transition: background-color 1s ease;
        -o-transition: background-color 1s ease
    }



    #team .inner-square {
        height: 100%;
        border: 1px solid #d9d9d9;
        background-color: white;
        display: flex; 
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    #team .inner-square img {
        width: 100%;
    }

    #team .inner-square .text-area {
        font-size: 1rem;
        padding: 3% 0;
        font-weight: 400;
        margin: 2% 0; 
    }

    #team .role {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        background: var(--green-royal);
        color: #fff;
        font-weight: 700;
        padding: 2% 4%;
        display: inline-block;
        margin: auto; 
    }

    #team .inner-square .party {
        height: 40px;
        width: auto; 
        display: block; 
        object-fit: contain; 
        margin: 2% 0; 
    }

    #team .outer-square:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top right, #e4e3e3, transparent); 
        border-color: transparent;
        transition: 0.3s; 
        z-index: -1; 
    }

    #team .outer-square:hover {
        transform: translate3d(0,0,0);
    }

    #team .outer-square:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:rgba(255,255,255,.7) 
        transition: background-color 0.5s ease; 
        z-index: -1;
    }

    #team .outer-square:hover {
        background-color: rgba(255,255,255,.8);
        transform: translate3d(0,0,0);
    }

/* ---- TEAM END -------*/

.borderedHover:before, .borderedHover:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}
.borderedHover:before {
	border-top: 1px solid var(--green-royal);
	border-bottom: 1px solid var(--green-royal);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}
.borderedHover:after {
	border-right: 1px solid var(--green-royal);
	border-left: 1px solid var(--green-royal);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}
.borderedHover:hover:before, .borderedHover:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}


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

footer {
    position: relative;
	width: 100%;
    /* padding-left: 255px; */
	z-index: 90 !important;
    color: var(--white);
	background-color: var(--green-royal);
    clear: both;
}
footer a {
    text-decoration: none;
}
footer a:hover,
footer li > a:active,
footer li > a:focus,
footer li > a:hover,
footer a:focus,
footer .active {
    color: var(--gray-light);
} 

@media (max-width:768px) {
    footer {
        padding: 0;
    }
	.footbloco {
		border-top: thin solid var(--gray);
		margin-top: 10px;
	}
}


/* Cookies */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:14px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
		
/* //////////////////////////////////////////////////////////////////////////////////// */




/* slider */

.slider-social{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 13;
}

.slider-social a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    margin: 3px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.slider-social a:hover{
    background-color:#ffffff;
}

.slider-social .animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

.scroll-down{
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    color: #fff !important;
}

.scroll-down i{
    font-size: 12px;
    padding-left: 10px;
    color: #fff;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.scroll-down:hover i{
    color: #fff;
}

@-webkit-keyframes mover {
    0% { transform: translateY(2px); }
    100% { transform: translateY(-2px); }
}

.fullscreen{
    height: 100vh !important;
    width: 100%;
}

.fullscreen .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:#ffffff;
    cursor: pointer;
}

#single-slider .owl-dots{
    margin-top: 15px;
}

#single-slider .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
}

.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background:#ffffff;
}
.owl-dots .owl-dot.active::after, .owl-dots .owl-dot:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.owl-dots .owl-dot::after {
    background-color: #363F8F;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
}

.particles-version h2{
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 1.4rem;
}

.single-version h2{
    font-size: 3.8rem;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 1.4rem;
}

.single-version h2 span{
    font-size: 4rem;
}

.morphext > .animated {
    display: inline-block;
}

.dark-slider h2{
    font-size: 3.8rem !important;
    font-weight: 100 !important;
}

.dark-slider h2.font-weight-600{
    font-weight: 600 !important;
}

.dark-slider p{
    font-size: 18px !important;
}
.dark-slider .slider-social a{
    color: #2B2B2B;
}
.dark-slider .scroll-down, .dark-slider .scroll-down i{
    color: #2B2B2B !important;
}

.video-text h2{
    font-size: 3.5rem;
    line-height: 1.2;
}

.classic-box{
    max-width: 700px;
    margin: 0 auto;
}

.classic-box h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 1.4rem 0;
}

.button-play {
    height: 70px;
    width: 70px;
    margin: 15px 10px 20px 10px;
    line-height: 73px;
    padding-left: 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #363F8F;
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.button-play:hover{
    background: #FFFFFF;
}


.button-play i{
    color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.button-play:hover i{
    color: #363F8F;
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

/*personal version*/

.myphoto {
    height: 200px;
    width: 200px;
    position: relative;
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.personal-box h2{
    font-size: 3rem;
    margin-top: 30px;
}
.personal-box h3{
    font-size: 2.2rem;
    margin-top: .6rem;
}




/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/* ===================================
    About Section
====================================== */

.title{
    margin-bottom: 3rem;
}

.title h2{
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
}

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

.line-seprator{
    margin-top: .7rem;
    margin-bottom: .7rem;
    border: 0;
    border-top:none;
}

.feature-box .item-number{
    padding: 2.5rem 0;
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
}

.laptop{
    margin-top: 5rem;
}

.laptop-img{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#laptop-slide{
    width: 483px;
    height: 302px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    top: 129px;
    right: 208px;
}

.feature-skill-box{
 padding: 0 80px;
}

.feature-skill-box .title p{
    max-width: 100%;
}

.about-box{
    max-width: 520px;
}

.about-skill .about-item{
    width: 49%;
    display: inline-block;
    padding: 0 10px;
}

.about-skill .about-item i{
    font-size: 25px;
    margin-right: 5px;
    line-height: 1;
}






/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    font-family:'Poppins', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    background: #363F8F;
    background: -moz-linear-gradient(left, #363F8F 2%, #1F2530 82%);
    background: -webkit-linear-gradient(left, #363F8F 2%,#1F2530 82%);
    background: linear-gradient(to right, #363F8F 2%,#1F2530 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363F8F', endColorstr='#1F2530',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover{
    color : #363F8F;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #363F8F;
    background: -moz-linear-gradient(left, #363F8F 2%, #1F2530 82%);
    background: -webkit-linear-gradient(left, #363F8F 2%,#1F2530 82%);
    background: linear-gradient(to right, #363F8F 2%,#1F2530 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363F8F', endColorstr='#1F2530',GradientType=1 );
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p{
    font-size: 12px;
}

.cbp-l-caption-body h5{
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}


.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

/* ===================================
    Parallax Images
====================================== */


.bg-img1{

    background: url(../images/bg-img1.jpg);
}

.bg-img3{
    background: url(../images/slider-image3.jpg);
}

.bg-img4{
    background: url(../images/address-image.jpg);
}

.bg-img5{
    background: url(../images/bg-img2.jpg);
}

.bg-img6{
    background: url(../images/bg-img3.jpg);
}
.bg-img7{
    background: url(../images/bg-img4.jpg);
}
.bg-img8{
    background: url(../images/bg-img5.jpg);
}
.bg-img9{
    background: url(../images/bg-img6.jpg);
}
.bg-img10{
    background: url(../images/bg-img7.jpg);
}
.bg-img11{
    background: url(../images/bg-img8.jpg);
}

.bg-img12{
    background: url(../images/bg-img9.jpg);
}

.bg-img-map{
    background: url(../images/map.jpg);
}

.bg-img-count1{
    background: url(../images/countdown_bg1.jpg);
}

.bg-img-count2{
    background: url(../images/countdown_bg2.jpg);
}

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg-img2{
    background: url(../images/slider-image3.jpg);
}


/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #363F8F;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
}

.header-appear .navbar-simple .sidemenu_btn span{
    background:var(--gray-dark)666;
}

.header-appear .navbar-gradient .sidemenu_btn span{
    background: #FFFFFF;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}


/* ===================================
    news Section
====================================== */

.news-text{
    max-width: 500px;
}

.news-text h2{
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    line-height: 1.3;
}

.news-image{
    max-width: 500px;
}


/* ===================================
    Address , Map % Contact
====================================== */

.address-text{
    padding: 7.5rem 0;
}

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

.address-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    margin: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.address-social a:hover {
    background-color: #ffffff;
}
.half-map{
    height: 620px;
    width: 100%;
    overflow: hidden;
}
.contact-map{
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.full-map{
    height:500px;
    width: 100%;
    overflow: hidden;
}
.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.contact-form .form-control {
    border: none;
    border-bottom:1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
.contact-form textarea {
    min-height: 175px;
    resize: none;
}
.contact-form .form-group {
    margin-bottom: 1.5rem;
}


/* ===================================
   Parallax
====================================== */

.parallax-box{
    padding: 3rem 0;
    text-align: center;
}
.parallax-box i{
    font-size: 2.5rem;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.parallax-box:hover i{
    transform: translateY(-5px);
    color:#363F8F;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.parallax-box h5{
    font-weight: 300;
}




/* ===================================
    Cursor
====================================== */


/* Cursor */

#aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-dark-blue:hover ~ #aimated-cursor{
    display: inline-block;
}


#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}
#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}
#cursor:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}




/* ===================================
    Loader
====================================== */

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x:hidden;
    /*
    background: #333c87;
    background: -moz-linear-gradient(left, #333c87 2%, #2B2F36 82%);
    background: -webkit-linear-gradient(left, #333c87 2%,#2B2F36 82%);
    background: linear-gradient(to right, #333c87 2%,#2B2F36 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333c87', endColorstr='#2B2F36',GradientType=1 );
    */
    background: #363F8F;
    background: -moz-linear-gradient(left, #363F8F 2%, #1F2530 82%);
    background: -webkit-linear-gradient(left, #363F8F 2%,#1F2530 82%);
    background: linear-gradient(to right, #363F8F 2%,#1F2530 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363F8F', endColorstr='#1F2530',GradientType=1 );


}
.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader-inner > img {
    width: 120px;
    max-width: 120px;
    display: inline-block;
}

.loader-blocks {
    height: 58px;
    width: 58px;
}
.loader span {
    background: #ECD687;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    opacity: 0;
    position: absolute;
    width: 12px;
    animation: load 4.6s ease-in-out infinite;
    -o-animation: load 4.6s ease-in-out infinite;
    -ms-animation: load 4.6s ease-in-out infinite;
    -webkit-animation: load 4.6s ease-in-out infinite;
    -moz-animation: load 4.6s ease-in-out infinite;
}
.loader span.block-1 {
    animation-delay: 1.06s;
    -o-animation-delay: 1.06s;
    -ms-animation-delay: 1.06s;
    -webkit-animation-delay: 1.06s;
    -moz-animation-delay: 1.06s;
    left: 0px;
    top: 0px;
}
.loader span.block-2 {
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
    left: 16px;
    top: 0px;
}
.loader span.block-3 {
    animation-delay: 0.87s;
    -o-animation-delay: 0.87s;
    -ms-animation-delay: 0.87s;
    -webkit-animation-delay: 0.87s;
    -moz-animation-delay: 0.87s;
    left: 31px;
    top: 0px;
}
.loader span.block-4 {
    animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    left: 47px;
    top: 0px;
}
.loader span.block-5 {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
    left: 0px;
    top: 16px;
}
.loader span.block-6 {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    left: 16px;
    top: 16px;
}
.loader span.block-7 {
    animation-delay: 0.51s;
    -o-animation-delay: 0.51s;
    -ms-animation-delay: 0.51s;
    -webkit-animation-delay: 0.51s;
    -moz-animation-delay: 0.51s;
    left: 31px;
    top: 16px;
}
.loader span.block-8 {
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
    left: 47px;
    top: 16px;
}
.loader span.block-9 {
    animation-delay: 0.32s;
    -o-animation-delay: 0.32s;
    -ms-animation-delay: 0.32s;
    -webkit-animation-delay: 0.32s;
    -moz-animation-delay: 0.32s;
    left: 0px;
    top: 31px;
}
.loader span.block-10 {
    animation-delay: 0.23s;
    -o-animation-delay: 0.23s;
    -ms-animation-delay: 0.23s;
    -webkit-animation-delay: 0.23s;
    -moz-animation-delay: 0.23s;
    left: 16px;
    top: 31px;
}
.loader span.block-11 {
    animation-delay: 0.14s;
    -o-animation-delay: 0.14s;
    -ms-animation-delay: 0.14s;
    -webkit-animation-delay: 0.14s;
    -moz-animation-delay: 0.14s;
    left: 31px;
    top: 31px;
}
.loader span.block-12 {
    animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    -ms-animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    left: 47px;
    top: 31px;
}
.loader span.block-13 {
    animation-delay: -0.05s;
    -o-animation-delay: -0.05s;
    -ms-animation-delay: -0.05s;
    -webkit-animation-delay: -0.05s;
    -moz-animation-delay: -0.05s;
    left: 0px;
    top: 47px;
}
.loader span.block-14 {
    animation-delay: -0.14s;
    -o-animation-delay: -0.14s;
    -ms-animation-delay: -0.14s;
    -webkit-animation-delay: -0.14s;
    -moz-animation-delay: -0.14s;
    left: 16px;
    top: 47px;
}
.loader span.block-15 {
    animation-delay: -0.23s;
    -o-animation-delay: -0.23s;
    -ms-animation-delay: -0.23s;
    -webkit-animation-delay: -0.23s;
    -moz-animation-delay: -0.23s;
    left: 31px;
    top: 47px;
}
.loader span.block-16 {
    animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    -ms-animation-delay: -0.32s;
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    left: 47px;
    top: 47px;
}
@keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        -o-transform: translateY(-97px);
        transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        -o-transform: translateY(-97px);
        transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    85% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        -o-transform: translateY(97px);
        transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        -o-transform: translateY(97px);
        transform: translateY(97px);
    }
}
@-o-keyframes load {
    0% {
        opacity: 0;
        -o-transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -o-transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    70% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    85% {
        opacity: 0;
        -o-transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(97px);
    }
}
@-webkit-keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    85% {
        opacity: 0;
        -webkit-transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(97px);
    }
}



/*Rev slider*/

.rev_slider .tp-mask-wrap .tp-caption.Photography-Menuitem{
    color: #fff !important;
    background: #363F8F;
}




/* ===================================
    Other pgaes
====================================== */

/*Contact Page*/

.address-block {
    background: #fff;
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    padding: 3.5rem 1rem 3.5rem 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-bottom: 5px;
}

.address-block ul.address-list{
    padding-top: 1.3rem;
    font-size: 1rem;
    color: #939393;
}

.address-block ul.address-list li{
    margin-bottom: 5px;
}

.adress-icon a {
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    color: #939393;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-right: 3px;
    margin-top: 20px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}


/*Login*/

.login-content{
    max-width: 450px;
    margin: 0 auto;
    padding: 15px;
}


.login-content h3{
    font-size: 2rem;
    line-height: 1.3;
}

.login-content .alert {
    position: relative;
    padding: 6px 12px;
    background-color: #fff8e1;
    border-color: #f1cb4b;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.login-content .alert-dismissible .close {
    padding: 0.4rem 1.25rem;
    font-weight: 400;
}

.login-content input{
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    outline: 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 300;
    border: 0;
    background-color: #F7F7F7;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}

.login-content .form-button{
    margin-top: 2.2rem;
}

.login-content .form-button a{
    font-weight: 500;
    margin-left: 2rem;
}

.login-sec{
    height: 100vh;
}

/*forget password*/


.foget-password{
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
}

.foget-password h3{
    font-size: 2.5rem;
    font-weight: 500;
}

.foget-password input{
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color:#ffffff14;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}

/* ===================================
    Media Queries
====================================== */

@media screen and (min-width: 1610px){

}



@media screen and (max-width: 1199px) {

    #laptop-slide {
        right: 118px;
    }
    .content-image img{
        max-width: 100%;
        margin-left:0;
    }
    .counter-row{
        width: 100%;
        max-width: 100%;
    }
    .counters{
        padding: 7.5rem 15px;
    }
    .counter-row .counter-item{
        text-align: center;
    }
    #app-slider{
        left: 27px;
    }
    .news-image, .news-image img{
        max-width:100%;
    }
    .feature-skill-box {
        padding: 20px;
    }

    .feature-half{
        height: 800px;
    }
    .rev_slider .caption, .rev_slider .tp-caption p{
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    .half-map {
        height: 680px;}


}

@media screen and (max-width: 991px) {

    .top-header-area{
      display: none;
    }

    .top-header-area ~ .navbar-top-default{
        top:0;
    }

    #laptop-slide {
        width: 375px;
        height: 235px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 100px;
        right:76px;
    }

    .slider-social,.tp-bullets.wexim{
        display: none;
    }

    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .app-image img{
        max-width: 100%;
    }
    #app-slider {
        position: absolute;
        top: 51px;
        width: 177px;
        left: 16px;
        height: 315px;
    }
    .news-pagination{
        margin-bottom: 3.5rem;
    }
    .center-logo .logo {
        left: 0;
        position: relative;
        top: auto;
        transform: translateX(0);
    }
    .navbar-box .container{
        padding:0 15px;
    }
    .navbar-box .sidemenu_btn {
        display: inline-block !important;
        margin: 0;
    }
    .coming-img{
        display: none;
    }

    .standalone-row{
       text-align: center;
    }

    .standalone-row h2{
        margin-top: 3rem;
    }

    .news-text{
        max-width: 100%;
    }
    .feature-half{
        height: auto;
        width: 100%;
    }
    .feature-skill-box {
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }
    .content .title {
        margin-bottom: 3rem;
    }
    #portfolio_top::before, #portfolio_top::after {
        background: #f8f9fa;
        height: auto;
    }
    .text_wrap {
        padding: 25px 15px;
    }
    .about-box {
        max-width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .about-box {
        max-width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .feature-half-two {
        display: none;
    }
    .wrapper{
        padding-left: 0;
    }

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

    .side-right-btn{
    display: inline-block;
    }

    .navbar-right.left ~ .side-right-btn{
        left: auto;
        right: 20px;
    }


    .navbar.navbar-right{
        left: -290px;
    }

    .navbar.navbar-right.show{
        left: 0;
    }

    .navbar.navbar-right.left{
        left: auto;
        right: -290px;
    }

    .navbar.navbar-right.show{
        right: 0;
    }


    .news-half-text{
        padding: 7.5rem 0;
    }
    .price-two{
        text-align: center;
    }

    #aimated-cursor{
        display: none !important;
        visibility: hidden !important;
    }

    .ul.count_down{
        padding:0 15px;
    }
    ul.count_down li{
        width: 100px;
    }
    ul.count_down li p:nth-child(1) {
        font-size: 48px;
    }
    .sidemenu_btn.parallax-btn {
        width: 45px;
    }
    .sidemenu_btn_inner {
        height: 35px;
        width: 35px;
    }
    .content{
        text-align: center;
    }
    .address-block{
        padding: 15px;
        text-align: center;
    }


}

@media screen and (max-width:767px) {

    body{
        text-align: center;
    }

    section, .section-padding,.testimonial-item {
        position: relative;
        padding: 4.5rem 0;
        overflow: hidden;
    }
    .address-text {
        padding: 4.5rem 0;
    }
    .counters {
        padding: 4.5rem 15px;
    }

    .half-map {
        height: 450px;
    }

    .news-half-text,.contact-form.left{
        padding: 4.5rem 0;
    }

    .title h2 {
        font-size: 2.2rem;
    }
    .title {
        margin-bottom: 2rem;
    }


    #laptop-slide {
    width: 277px;
    height: 175px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    top: 74px;
    right: 56px;
    }

    .app-image{
        width: 170px;
        margin: 3rem auto;
    }

    .app-image img{
        max-width:100%;
    }

    #app-slider {
        position: absolute;
        top: 40px;
        width: 142px;
        left: 14px;
        height: 255px;
        overflow: hidden;
    }
    .side-menu {
        width: 380px;
    }
    .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
        margin: 0;
        padding: 0;
    }

    .page_nav{
        float: none;
    }
    .news-text{
        margin-bottom: 2.8rem;
    }
    .news-text h2 {
        font-size: 2rem;}

    .btn.btn-large {
        font-size: 13px;
        padding: 7px 28px;
    }
    .dark-slider h2{
        font-size: 2.5rem !important;
    }
    .dark-slider p{
        font-size: 15px !important;
    }
    .personal-box h2 {
        font-size: 2rem;
    }
    .personal-box h3 {
        font-size: 1.5rem;
    }
    .sidemenu_btn{
        margin-right: 0;
    }
    .coming-box img {
        max-width: 300px;
    }
    .coming-box .subscribe {
        max-width: 400px;}

    .simply-countdown .simply-section .simply-amount {
        font-size: 1.2rem;
    }
    #testimonial_slider .owl-dots{
        bottom: 50px;
    }
    .single-version h2, .single-version h2 span{
        font-size: 3rem;
        line-height: 1.3;
    }
    .feature-skill-box {
        max-width: 540px;
        padding: 4.5rem 0;
    }

    .classic-box h2 {
        font-size: 2.2rem;
    }
    .bottom-text .port_head{
        font-size: 4rem;
        text-align: left;
    }
    .about-skill .about-item {
        width: 100%;
    }
    .about-skill .about-item:not(:last-child){
        margin-bottom: 2rem;
    }
    .parallax-box h2 {
        font-size: 2rem;
    }
    .parallax-box h5 {
        font-size: 1rem;
    }

    .ul.count_down{
        padding:0 15px;
    }
    ul.count_down li{
        width: 125px;
        padding: 0 10px;
    }
    ul.count_down li p:nth-child(1) {
        font-size: 48px;
    }
    .count-down-form form {
        width: 100%;
        max-width: 465px;
    }
    .rev_slider .caption, .rev_slider .tp-caption p{
        padding: 30px 0 !important;
    }

}


    @media screen and (max-width:576px){

    .laptop-img{
        width: 400px;
    }
    #laptop-slide {
        width: 218px;
        height: 137px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 58px;
        right: 44px;
    }
    #particles-js h2 {
        font-size: 2rem;
    }
    .single-version h2 {
        font-size: 2.5rem;
    }
    .single-version h2 span {
        font-size: 3rem;
    }
    .h1, h1{
        font-size: 2rem;
    }
    .team-two-block.d-flex{
        display: block !important;
    }
    .team-box-two .team-two-block li{
        width: 100%;
        display: block;
    }
    .team-box-two .team-two-content {
        padding: 40px 25px;
    }
    .team-box-two .team-two-block::before{
        width: 100%;
        top: 0;
    }
    .team-box-two .team-two-block.left::before {
        left: 0 !important;
        top: -100%;
    }
    .team-box-two .team-two-block.left:hover::before {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .team-box-two .team-two-block.right::before {
        right: 0 !important;
        top: -100%;
    }
    .team-box-two .team-two-block.right:hover::before {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .price-two {
        padding: 4rem 2rem;
    }

    .count-down-form{
        padding: 0 30px;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }
    .news-pagination li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
    .news-text h2 {
        font-size: 1.5rem;
    }

    .login-content h3,.foget-password h3 {
        font-size: 1.5rem;
    }

}



@media screen and (max-width:466px){

    .laptop-img{
        width: 320px;
    }

    #laptop-slide {
        width: 175px;
        height: 110px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 46px;
        right: 35px;
    }
    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .news-detail-tag{
        text-align: center;
    }

    .news-detail-item .news-share {
        display: block;
        float: none;
        text-align: center;
        padding-top: 15px;
    }
    .news-comment .avatar {
        width: 70px;
    }
}


@media only screen and (max-device-width : 466px){

    .rev_slider .caption, .rev_slider .tp-caption p{
        line-height: 1.2 !important;
        letter-spacing:.5px !important;
        font-size: 12px !important;
    }
    .news-detail-tag .btn{
        margin: 5px 0;
    }

}