/*
	=====================================
		Theme Name: advisr
	=====================================
*/
body, html{
    padding: 0;
    margin: 0 auto;
}
body{
    margin: 0 auto; 
	line-height: 1.7;
	font-size: 14px; 
	padding-top: 0px;
	font-family: 'Mukta', sans-serif;
	color: #000;
	background: #f8f8f8;
}
body.home {
	background: url(../images/header-photo-base.jpg) top center no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;	
	color: #fff !important;
}
a{
	cursor: pointer;
    text-decoration: none;
}

ul li ul{
	visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
    background: #6aadde;
    top: 45px;
	clear: both;
    z-index: 999;
	width: 245px;
}
.isMobile ul li ul{
	width: 99%;
}
.isMobile ul li ul li {
    background: #445a61;
}
ul li ul li{
	display: block;
    width: 100%;
    padding: 10px !important;
    background: #0F0A5F;
}
ul li ul li a{
	line-height: 14px;
}
ul li ul li:hover{
	background: #5096ca !important;
}
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.contactBtn, .contactBtn:hover{
	background: #6AADDE;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
}
.advisr_offset{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(26, 26, 26, 0.9) none repeat scroll 0 0;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	z-index: -1;
}
.page .advisr_offset,
.single .advisr_offset{
    display:none;
}
.logo{
	background: url(../images/logo.png) center no-repeat;
    height: 105px;
    display: block;
    background-size: 235px auto;
    border-radius: 3px 3px 0 0;
}
.logo_span{
    line-height: 25px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #0B075C;
}
.section_menu{
	background: #fff;	
	padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid #6AADDE;	
	
}
.sidebar img{
	width:100%;
}
.expertise{
	background: #4597D3;
    height: 180px;
    position: relative;
    color: #000;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}
.expertise a{
	text-decoration:none;
}
.expertise i{
	display: block;
    text-align: center;
    color: #fff;
    line-height: 105px
}
.expertise span.span{
	text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    z-index: 99;
    position: absolute;
    left: 0px;
    text-shadow: 1px 1px #1e1a1a;
    width: 100%;
}
.expertise span.span1{
    bottom: 20px;
}
.expertise span.span2{
    bottom: 5px;
}
span.bgSpan{
	background: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    opacity: 0.5;
    z-index: 98;
}
.expertise .expertise_back{
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border: 0;
    border-radius: 3px;
    top: 0;
    position: absolute;
}

.title{
}


/* ------------------------------------ */
/* main_menu
/* ------------------------------------ */

.advisr_menu, .advisr_menu_large{
	background: #fff;
    margin: 0 auto;
    padding: 0
}
.advisr_menu_large{
	padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid #6AADDE;
}
.main_menu{
	margin-top: 40px;
}

.main_menu ul{
	list-style: none;
    margin: 0 auto;
    padding: 0;
}
.main_menu img{
	max-width: 100%;
}
.main_menu ul li{
    margin-bottom: 0;
    float: left;
    padding: 10px;
    position: relative;
    transition-duration: 0.5s;
}
.main_menu ul li:hover, .main_menu ul li.current-menu-parent, .main_menu ul li.current-menu-item{
    background:#6AADDE;
}
.sub-menu .current-menu-item{
    background:#5096ca !important;
}
.main_menu ul li a{
	color: #110D60;
    font-size: 14px;
    text-decoration: none;
	transition: .4s;
	font-size: 15px;
    text-transform: uppercase;
}
.main_menu ul li:hover a, .main_menu ul li.current-menu-parent a, .main_menu ul li.current-menu-item a{
	color: #fff;
}
.section_menu_mobile{
	padding: 0 !important;
    position: fixed;
    width: 100%;
	z-index: 9999999;
}
.section_menu_mobile .logo{
	background: url(../images/logo.png) left center no-repeat;
    height: 30px;
    display: block;
    background-size: 75px auto;
    margin-top: 10px;	
}
.section_menu_mobile .logo_span{
    display: none;	
}
.section_menu_mobile ul li {
    margin-bottom: 0 !important;
    line-height: 25px !important;
    float: left !important;
    margin-right: 5px !important;
    padding: 10px !important;
    position: relative !important;
    transition-duration: 0.5s !important;
}
.section_menu_mobile .main_menu{
    margin-top: 0 !important;
}
.section_menu_mobile .main_menu li a{
	color: #110D60;
    font-size: 14px;
    text-decoration: none;
    transition: .4s;
}
.h1{
	font-size: 18px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background: #110D60;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 0;
	max-width: 185px;
    margin-left: 0;
}
.h1.dark{ 
}
.sliders {
	background: #6aadde !important;
    height: 420px !important;
    position: relative;
}
.slide {
    border-radius: 0 3px 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	overflow: hidden;
    background-size: cover !important;
}
.slide a{
    display: block;
    height: 100%;
}
.slide_title {
    font-size: 16px;
    text-align: center;
    color: #fff;
    z-index: 99999;
    position: absolute;
    line-height: 25px;
	left: -250px;
	text-shadow: 1px 1px #1e1a1a;
    padding: 5px;
	width: 97%;
}
.slide_title1 {
    bottom: 15px;
}
.slide_title2 {
    bottom: 0px;
}
.slide_title_bg {
    display:none;
	background: #000;
    width: 100%;
    height: 50px;
    opacity: 0.5;
    position: absolute;
    bottom: 20px;
}
.h3{
	color: #000;
    font-size: 16px;
    border-bottom: 1px solid #c7c4c6;
    line-height: 35px;
    margin-bottom: 5px;
    padding-top: 15px;
    text-align: center;
    margin-right: 10px;
}
.h6{
	color: #000;
    font-size: 14px;
    text-align: center;
    margin: 5px 20px;
}
.partnerLogo{
	background: url(../images/logo.png) center no-repeat;
    height: 65px;
    display: block;
    background-size: 135px auto;
    margin: 0 auto;
}
.customers, .partner{
	background: #fff;
    border-radius: 0 3px 3px 3px;
    overflow: hidden;
    padding-left: 5px;
}
.references{
    height: 120px;
}
.reference{
	height: 115px;
	display: inline-block;
	width: 170px;
	background-size: 120px auto !important;
}
.partnerImg{
	height: 85px;
    display: inline-block;
    width: 100%;
    background-size: 80px auto !important;
    margin-top: 25px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.partnerImg{background:url(../images/advisr.png) no-repeat center }
.reference-1{background:url(../images/clients/client-1.png) no-repeat center}
.reference-2{background:url(../images/clients/client-2.png) no-repeat center}
.reference-3{background:url(../images/clients/client-3.png) no-repeat center}
.reference-4{background:url(../images/clients/client-4.png) no-repeat center}
.reference-5{background:url(../images/clients/client-5.png) no-repeat center}
.reference-6{background:url(../images/clients/client-6.png) no-repeat center}

.section_footer{
	border-top: 1px solid #dad6d6;
    padding: 25px;
    background: #fff;
    line-height: 40px;
}
 
footer{
	border-top: 1px solid #dad6d6;
    padding: 25px;
    background: #fff;
    line-height: 40px;
}
footer p{
	margin-bottom: 0;
    line-height: 20px;
    color: #000 !important;
    font-size: 14px;
}
.advisr_Widget h2{
	font-size: 14px;
    color: #000;
    border-radius: 3px;
    margin-left: 0;
    padding: 0;
    font-weight: bold;
}
.textwidget ul{
	margin: 0 auto;
    padding: 0;
}

.textwidget ul li{
	line-height: 20px;
    list-style-type: none;
}
.textwidget ul li a {
	color: #000 !important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s linear;
}
.textwidget .advisr_Widget h2{
	background: transparent;
    color: #fff;
    font-weight: bold;
    border: 0;
}
.textwidget .advisr_Widget .textwidget{
	border: 0;
}
.footer{
    background: #041e56;
}
.advisr_copyright p, .advisr_copyright a{
	color: #fff;
    text-align: center;
    margin: 0 auto;
}
.advisr_copyright p{
    padding: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.aRight {
}
.aLeft {
}
.advisr_page_bg{
	background: #56BFED url(../images/header-photo-base.jpg) center no-repeat !important;
    line-height: 160px;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto", Sans-serif;
    font-size: 44px;
    margin: 0 auto;
    background-size: cover !important;
    color: #fff;
}
.isMobile .advisr_page_bg{
	line-height: 60px;
    font-size: 26px;
}

.advisr_socialBtn{
	float: right;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 15px;
	margin-left: 5px;
    margin-top: 45px;
}
.advisr_socialBtnFooter{
	margin-left: 10px;
}
.advisr_socialBtn i{
	font-size: 25px;
    color: #110D60;
    line-height: 25px;
}
.advisr_socialBtnFooter i{
	font-size: 25px;
    color: #110D60;
    line-height: 25px;
}
.section_menu_mobile .advisr_socialBtn ,
.isMobile .advisr_socialBtn 
{
	display:none;
}
.section_main{
	min-height:760px;
}

/* ------------------------------------ */
/* wpcf7-form
/* ------------------------------------ */
.wpcf7-form{
	
}
.wpcf7-form label, .wpcf7-form span{
	width: 100%;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form .wpcf7-textarea{
	width: 100%;
    border: 1px solid #dad6d6;
    padding: 5px;	
}
.wpcf7-form input.wpcf7-submit{
	background: #6AADDE;
    border: 0;
    color: #fff;
}
.isMobile .main_menu {
    margin-top: 0;
   display: none;
}
.isOn{
   display: block !important;
}
.isMobile .menu li{
	display: block;
    clear: both;
    width: 100%;
    padding: 3px !important;
    text-align: center;
}
.menu_icon{
	width: 35px;
    height: 5px;
    background-color: black;
    margin: 5px 0;
	display:none;
}
.isMobile .menu_icon{
	display:block;
}

@media screen and (max-width: 840px){
	.main_menu ul li a {
		font-size: 13px !important;
	}
}
.fullPicture{
	width: 100%;
    border: 1px solid #dad6d6;
    padding: 3px;
}
.isMobile .fullPicture{
	display: none;
}
.isDesktop .forMobile{
	display: none;
}
.isMobile .forDesktop{
	display: none;
}
.isMobile .forMobile{
	display: block;
    text-align: center;
}
.tags{
	text-align: right;
}
.tags .tag{
	font-size: 14px;
    color: #474483;
    background: #d3ccc2;
    margin-right: 5px;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
}