/*------------------------------------------------------------------
[Master Stylesheet]

Project:	OnePager - Responsive one page multipurpose HTML Template
Version:	1.0.0
Assigned to:	Themeforest
Primary use:	Advocate, Attorney, Consultant, Consulting, Corporate, Government, Justice, Law, Lawyer, political
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1 Fonts
2 Body
3 Common Css
	3.1 Reset Style
	3.2 Form Inputs
	3.3 Button Style
	3.4 Search Bar
	3.5 Padding Style
	3.6 Margin Style
4 Social Icon
5 Header Style
	5.1 Top Header
	5.2 Navbar
6 Banner & Slider
7 Theme Heading
8 About Us
9 Services Style
10 Why Choose Us
11 Banner
12 Anttornys
13 Testimonial
14 Piechart
15 Mixitap
16 Facts
17 Pricing Plane
18 Location Map
19 Our Blog
20 Owl nav Style
21 Partners css
22 Contact Form
23 Preloader css
24 Footer Style
25 Error Style
26 Comming Soon

-------------------------------------------------------------------*/

/*---Boostrap CSS ---*/
@import url("bootstrap.min.css");
/*---Nav Menu CSS ---*/
@import url("../plugin/megamenu/css/hover-dropdown-menu.css");
/*---Owl Carousal CSS ---*/
@import url("../plugin/owl-carousel/css/owl.carousel.css");
@import url("../plugin/owl-carousel/css/owl.theme.default.css");
/*--- Fontawesome CSS  ---*/
@import url("../plugin/font-awesome/css/font-awesome.min.css");
/*--- Mixitap css ---*/
@import url("../plugin/mixItUp/css/mixitup.css");

/*
=========================
1 Fonts
==========================
*/
@import url('https://fonts.googleapis.com/css?family=Caudex:400,700|Source+Sans+Pro:300,400,600,700,900');

/*
==========================
2 Body
==========================
*/
.pic{
    height: 30vh;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #626161;
    line-height:1.6em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
body.dark {
    background-color: #1B1B1B;
}
/*
==========================
3 Common Css
==========================
*/

/* 3.1 Reset Style */
img {
    max-width: 100%;
	float:left;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
	color: inherit;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
	color:inherit;
}
p,
em {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height:1.6em;
    color: #808080;
}
body.dark p,
body.dark em {
    color: #ccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0px;
    background: none;
    line-height: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
    color:#262626;
	clear:both;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6{
	color:#fff;
}
figure{
	display:inline-block;
	width:100%;
}
.s-font,
.theme-heading h2,
.banner-title,
.facts h3{
	font-family: 'Caudex', serif;
}
.high-theme-clr{
	font-weight:600;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
.clear {
    clear: both;
}
.parallax-style {
    background-attachment: fixed;
	height:100%;
	top:0;
	background-size:cover;
	background-repeat:no-repeat;
}
.grey_bg{
	background-color:#eee;
}
body.dark .grey_bg{
	background-color:#131212;
}
.colorW{
	color:#fff;
}
/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 13px;
	color:#000;
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
	float:left;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 13px;
	color:#000;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
section {
    position: relative;
    width: 100%;
    float: left;
}

/* 3.3 Button Style */
.itg-button {
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.2em;
    border: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border:0;
	text-transform:capitalize;
	background-color:transparent;
	border:1px solid;
	font-family: 'Caudex', serif;
}
.itg-button.active {
	color:#fff;
}
.itg-button:hover{
    color: #fff;
}

/* 3.4 Search Bar */
.search_bar {
    position: relative;
    width: 100%;
    float: left;
}
.search_bar .itg-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	outline:none;
}
/* 3.5 Padding Style */
.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}

.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 100px 0;
}

.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}

.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}

.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}

.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}

.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}

/* 3.6 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}

.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}

.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB15 {
    margin-bottom: 15px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}

.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}

.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}

/*
==========================
4 Social Icon
==========================
*/
.social-icon {
    text-align: center;
}
.social-icon li {
    display: inline-block;
}
.social-icon a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 100%;
    padding: 8px 0;
    color: #000;
    margin: 0 5px;
    line-height: 1.2em;
}
.social-icon a:hover{
	color:#fff;
}
/*
==========================
5 Header Style
==========================
*/
#header {
    position: relative;
    width: 100%;
    float: left;
}
/* 5.1 Top Header */
.top-bar {
    padding: 10px 0;
    background-color: #000;
    color: #bfbfbf;
}
.top-bar.theme-bg{
	color:#fff;
}
.top-bar.theme-bg a:hover{
	color:#fff;
}
.top-bar ul li {
    display: inline-block;
    margin: 0 10px;
}
.top-bar ul li a i {
    display: inline-block;
    margin: 0 8px 0 0;
}
.top-bar .right {
    text-align: right;
}
.top-bar .left {
    text-align: left;
}

/* 5.2 Navbar */
a.navbar-brand {
    padding: 30px 0;
}
.navbar-nav>li>a {
    padding: 31px 20px;
	font-family: 'Caudex', serif;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    background-color: transparent;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
	letter-spacing:1px;
}
body.dark .navbar-default .navbar-nav>li>a {
	color:#fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .nav .open > a:focus, .nav .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, ul.nav.navbar-nav li a:hover{
	background-color:transparent;
	color:#fff;
}
.navbar-default{
	background-color:transparent;
}
div#main-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}


/*
==========================
6 Banner & Slider
==========================
*/
.banner-section{
	background-image:url('../img/slider/main-banner.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100vh;
	position:relative;
}
.banner-section:before{
	background-color: rgba(0,0,0,0.7);
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#banner-typing {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -80px;
	width:100%;
	text-align:center;
}
.slide-caption {
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
}
.slide-content {
    width: 100%;
    max-width: 600px;
	color:#fff;
}
.slide-content label{
	font-size:24px;
	color:#b2b2b2;
}
.slide-content h1 {
    font-size: 40px;
    padding: 15px 0;
	color:#fff;
}
.slide-content .itg-button {
    margin-right: 15px;
}
.slide-content .itg-button:last-child{
	margin-right:0;
}
.slide-content {
    width: 100%;
    max-width: 600px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -110px;
}
.slide-statue figure {
    float: left;
}
.slide-statue {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 400px;
}
#main-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 40px;
}
#main-slider.owl-theme .owl-dots .owl-dot span{
	height: 5px;
    width: 40px;
}

/*
===================================
7 Theme Heading
===================================
*/
.theme-heading {
    max-width: 600px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
	position:relative;
}
.theme-heading label{
	font-size:18px;
	margin-bottom:0;
	color:#808080;
}
.theme-heading h2 {
    position: relative;
	color:#000;
	font-weight:600;
	font-size:36px;
}
.theme-heading span {
    position: relative;
    font-size: 20px;
}
.theme-heading span:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #808080;
    top: 50%;
    position: absolute;
    right: 30px;
    margin-top: -1px;
}
.theme-heading span:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #808080;
    top: 50%;
    position: absolute;
    left: 30px;
    margin-top: -1px;
}
body.dark .theme-heading span:before,
body.dark .theme-heading span:after,
.theme-heading.white span:before,
.theme-heading.white span:after{
	background-color:#fff;
}
.theme-heading.white h2,
.theme-heading.white label,
body.dark .theme-heading h2,
body.dark .theme-heading label{
	color:#fff;
}

/*
===================================
8 About Us
===================================
*/
.about-us-section {
    position: relative;
    width: 100%;
    float: left;
}
.about-us-half-sec {
    position: absolute;
    width: 100%;
    top: 0;
}
.about-list{
	width:100%;
	float:left;
	position:relative;
}
.about-list li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.about-list li:last-child{
	margin-bottom:0;
}
.about-list li p{
    margin-bottom: 0px;
}
.about-list .about_box {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #808080;
    font-size: 30px;
    text-align: center;
    padding: 24px 0;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
body.dark .about-list .about_box{
    border: 1px solid #ccc;
	color:#ccc;
}
.about-list li:hover .about_box {
	color:#fff;
}
.about-list .about_box_content {
    display: inline-block;
    float: right;
    width: 80%;
}
.about-content p {
    margin-bottom: 20px;
}
/*
===================================
9 Services Style
===================================
*/

#services{
	background-color:#eee;
}
body.dark #services{
	background-color:#131212;
}
.service-box {
    float: left;
	background-image:url('../img/all/practice-area-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
    width: 100%;
    position: relative;
    text-align: center;
    padding:25px 15px;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
	background-size:cover;
	background-repeat:no-repeat;
}
.service-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
	background-color:#fff;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
body.dark .service-box:before{
	background-color: #1b1b1b;
}
#services .margin-small{
	margin-bottom:30px;
}
.service-box:hover:before{
	opacity:0.7;
}
.service-box:hover {
   box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.service-box:hover .service-icon{
	background-color:#fff;
}
.service-icon {
    width: 100px;
    height: 100px;
    background-color: #eeeeee;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 35px;
    margin: auto;
    display: table;
    padding: 32px 0;
    margin-bottom: 20px;
	color:#000;
	position:relative;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-box h3 {
    line-height: 1em;
    position: relative;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-box:hover h3{
	color:#fff;
}
.service-content {
    position: relative;
}
.service-box p {
    margin-bottom: 0;
    color: #808080;
    font-size: 16px;
	padding:15px 0;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-box:hover p,
.service-box:hover a{
	color:#fff;
}
/*
===================================
10 Why Choose Us
===================================
*/
.why_choose_us {
    float: left;
    width: 100%;
    position: relative;
}
.why_choose_us_img {
    float: left;
    width: 100%;
}
.why_choose_us_img img{
    width: 100%;
}
.why_choose_us ul li {
    margin-bottom: 30px;
	float:left;
	width:100%;
}
.why_choose_us ul li:last-child{
	margin-bottom:0;
}
.why_choose_us p {
    margin-bottom: 0;
}
.why_choose_us h3 span {
    font-size: 30px;
    font-weight: 600;
    margin-right: 5px;
}
/*
===================================
11 Banner
===================================
*/
.banner{
	background-image:url('../img/all/banner.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.banner:before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.banner-content {
    text-align: center;
}
.banner-content h2{
	color:#fff;
font-size:36px;
}
.banner-content h2.banner-title {
    font-size: 48px;
    margin-bottom: 20px;
	color:#fff;
}
/*
===================================
12 Anttornys
===================================
*/
.theme-box {
    float: left;
    width: 100%;
    position: relative;
}
.theme-box .caption {
    float: left;
    padding: 20px 0 30px;
    text-align: center;
}
.theme-box .caption span{
	display:inline-block;
}
.theme-box .caption p {
    margin-bottom: 0;
    padding-top: 10px;
}
.theme-box figure {
    position: relative;
    width: 100%;
    float: left;
}
.theme-box figure img{
	width:100%;
}
.theme-box figcaption {
    position: absolute;
    width: 100%;
    display: inline-block;
    bottom: 0;
    top: 0;
    left: 0;
	opacity:0;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-box figcaption .content{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}
.theme-box:hover figcaption{
	opacity:1;
}
/*
===================================
13 Testimonial
===================================
*/
#testimonial{
	background-color:#000;
}
.clients {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
    background-color: #2e2e2e;
}
.client-img-designation {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.clients .client-img {
    max-width: 80px;
    border-radius: 100%;
    overflow: hidden;
	float: left;
    display: inline-block;
	margin-right:20px;
}
.clients .caption {
    display: inline-block;
    float: left;
    margin-top: 8px;
}
.client-content {
    float: left;
    width: 100%;
	color:#ccc;
}
.clients .caption h3{
	color:#fff;
	line-height:1.4em;
}
.client-content p{
	margin-bottom:0;
}
.clients .caption label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
.clients:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid #000;
    border-left: 60px solid #4d4d4d;
    right: 0;
    top: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/*
===================================
14 Piechart
===================================
*/
#paichart {
	background-image:url('../img/all/background-chart.jpg');
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
}
body.dark #paichart{
	background-image:url('../img/all/background-chart-dark.jpg');
	background-color:#000;
}
.chart-list h4 {
    position: relative;
    padding-left: 80px;
}
.chart-list h4:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
}
.chart-detail .chart-list h4 {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
    line-height: 2.2em;
    font-weight: 600;
	margin-bottom:0;
}
.chart-list li{
	margin-bottom:15px;
	width:100%;
	float:left;
}
.chart-list li:last-child{
	margin-bottom:0px;
}
.chart-detail {
    float: left;
    width: 100%;
    position: relative;
}
.chart-detail p {
    margin-bottom: 20px;
}
.chart-detail h4 {
    margin-bottom: 15px;
}
.chart-detail h3 {
    margin-bottom: 5px;
}
.chart {
	width:100%;
	margin-top:60px;
	text-align:center;
}
/*
===================================
15 Mixitap
===================================
*/
#mixItUp {
    float: left;
    width: 100%;
}
.mix-default .mix:before{
	float:left;
}
.cases {
    float: left;
	margin-bottom:30px;
}
.cases figure {
    float: left;
    width: 100%;
    position: relative;
}
.cases figcaption {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -25px;
	opacity:0;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.cases figure:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
	opacity:0;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.cases figure img{
    width: 100%;
}
.cases:hover figure:before ,
.cases:hover figcaption{
	opacity:1;
}
.cases figcaption a:hover{
	color:#fff;
}
.mixitup-btn a.filter {
    padding: 0 20px;
    font-size: 16px;
    margin: 0;
    position: relative;
}
body.dark .mixitup-btn a.filter{
	color:#fff;
}
.mixitup-btn {
    text-align: center;
    margin-bottom: 30px;
}
.mixitup-btn a.filter:before {
    content: "/\00a0";
    left: 100%;
    position: absolute;
    top: -1px;
}
.mixitup-btn a.filter:after {
    content: "/\00a0";
    position: absolute;
    top: -1px;
    right: -5px;
}
.mixitup-btn a.filter:last-child:before,
.mixitup-btn a.filter:last-child:after{
	display:none;
}
/*
===================================
16 Facts
===================================
*/

.our-facts {
	background-image:url('../img/all/facts-banner.jpg');
    text-align: center;
	background-size:cover;
	background-repeat:no-repeat;
}
.our-facts:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.fact-icon {
    margin: 10px 0;
}
.fact-icon span{
	font-size:14px;
	color:#fff;
	position:relative;
}
.fact-icon span:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    position: absolute;
    right: 30px;
    margin-top: -1px;
}
.fact-icon span:before {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    position: absolute;
    left: 30px;
    margin-top: -1px;
}
.facts h2{
	font-size:45px;
	color:#fff;
}
.facts h3{
	font-size:36px;
	color:#fff;
}
/*
===================================
17 Pricing Plane
===================================
*/
.pricing {
    width: 100%;
    float: left;
    text-align: center;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    padding-right: 15px;

}
.pricing:hover .itg-button{
	color:#fff;
}
.pricing .caption {
    color: #fff;
    padding: 30px 0;
    position: relative;
    overflow: visible;
}
.pricing .caption h2 {
    color: #fff;
    margin-bottom: 10px;
}
.pricing .caption .price {
    font-size: 50px;
    color: #fff;
    line-height: 1em;
}
.pricing-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
	position:relative;
}
.pricing-list li {
    padding: 13px 5px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
body.dark .pricing-list{
    border-left: 1px solid #131212;
    border-right: 1px solid #131212;
}
body.dark .pricing-list li{
    border-bottom: 1px solid #131212;
    color: #fff;
}
body.dark .pricing-btn {
    border-bottom: 1px solid #131212;
    border-right: 1px solid #131212;
    border-left: 1px solid #131212;
}
.pricing-btn {
    float: left;
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    position: relative;
}
.pricing .caption:before {
    content: "";
    width: 20px;
    height: 69%;
    position: absolute;
    right:-17px;
    top: 36px;
    transform: rotate(46deg) skew(46deg);
	z-index:3;
}
.pricing-list:before {
    width: 20px;
    height: 69%;
    position: absolute;
    background-color: #d9d9d9;
    left: inherit;
    top: 50px;
    transform: rotate(46deg) skew(46deg);
    content: "";
    right: -18px;
    z-index: 2;
}
body.dark .pricing-list:before,
body.dark .pricing-btn:before{
    background-color: #131212;
}
.pricing-btn:before{
	width: 20px;
    height: 69%;
    position: absolute;
    background-color: #d9d9d9;
    left: inherit;
    top: 50px;
    transform: rotate(46deg) skew(46deg);
    content: "";
    right: -18px;
    z-index: 1;
}
.pricing-btn:before {
    width: 20px;
    height: 98%;
    position: absolute;
    background-color: #d9d9d9;
    left: inherit;
    top: -23px;
    transform: rotate(-44deg) skew(-44deg);
    content: "";
    right: -18px;
    z-index: 1;
}
/*
===================================
18 Location Map
===================================
*/
.location_map{
	background-image:url('../img/all/location-background.png');
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.location_map:before{
	background-color:rgba(0,0,0,0.9);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:"";
}
.mapael .map {
	position: relative;
}
.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0;
    padding: 3px 20px;
    z-index: 1000;
    display: none;
}
path.area{
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.location_details {
    width: 100%;
    float: left;
    position: relative;
}
.location_details h3 {
    color: #fff;
	margin-bottom:10px;
}
.location_details p {
    color: #cccccc;
	margin-bottom:20px;
}

/*
===================================
19 Our Blog
===================================
*/
.blog {
    float: left;
    width: 100%;
    position: relative;
}
.blog-caption {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 20px;
    margin-top: -50px;
}
body.dark .blog .caption {
	background-color:#131212;
}
.blog .caption {
    background-color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
body.dark .blog:hover .caption{
	box-shadow: 0 6px 12px rgba(225,225,225,0.1);
}
.blog:hover .caption{
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.blog-meta {
    padding: 10px 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}
body.dark .blog-meta a {
    color: #fff;
}
.blog-meta a {
    color: #000;
    font-size: 14px;
    margin: 0 10px;
}
.blog-detail {
    float: left;
    width: 100%;
    padding: 10px;
}
.blog figure {
    float: left;
    width: 100%;
    position: relative;
}
.blog figure img{
	width:100%;
}
.blog figure:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity:0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.blog:hover figure:after{
	opacity:1;
}
.blog-detail h4 {
    margin-bottom: 5px;
}
.blog-detail p {
    margin-bottom: 10px;
}
/*
===================================
20 Owl nav Style
===================================
*/
.carousel-style-1 {
    position: relative;
}
.carousel-style-1 figure {
    margin-bottom: 1px;
}

.carousel-style-1.owl-theme .owl-nav .owl-prev {
    margin-left: -6%;
}
.carousel-style-1.owl-theme .owl-nav .owl-next {
    margin-right: -6%;
}
.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: -22px;
}
#partener-slider.owl-theme .owl-nav{
	z-index:-1;
}
body.dark .owl-theme .owl-nav .owl-prev,
body.dark .owl-theme .owl-nav .owl-next {
    background-color: #131212;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    border-radius: 0;
    line-height: 1.2em;
    font-size: 22px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    width: 35px;
    height: 35px;
    background-color: #eee;
    border: 0;
    text-align: center;
    padding: 3px 0;
    border-radius: 0;
	color:000;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	color:#fff;
}
.owl-theme .owl-nav .owl-prev {
    float: none;
    margin-left:0;
}
.owl-theme .owl-nav .owl-next {
    float: none;
    margin-right:0;
}
.owl-dots {
    position: relative;
    width: 100%;
	padding-top:20px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:0;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 6px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid;
}

/*
==========================
21 Partners css
==========================
*/
.partner-slider figure {
    border: 1px solid #e0dfdf;
}
/*
==========================
22 Contact Form
==========================
*/
.theme-form input,
.theme-form textarea {
    margin-bottom: 30px;
}
body.dark .theme-form input,
body.dark .theme-form textarea {
	background-color:#131212;
	color:#fff;
}
.theme-form input.itg-button,
body.dark .theme-form input.itg-button {
    margin-bottom: 0px;
}

/*
==========================
23 Preloader css
==========================
*/
.preloader.loaderout {
    top: -100%;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.cssload-container {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -14px;
}
.cssload-loading i {
    width: 25px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
}
.cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}
.cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}
@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0;
    }
}
@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}
@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0;
    }
}
@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}
@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1;
    }
}
@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1;
    }
}
@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}
@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1;
    }
}
@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}
@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px);
    }
}
@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px);
    }
}
@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}
@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px);
    }
}
/*
===================================
24 Footer Style
===================================
*/
.top-footer {
    background-color: #0d0d0d;
	float:left;
	width:100%;
	position:relative;
	color:#969696;
}
.top-footer  .widget {
    width: 100%;
    float: left;
}
.top-footer  .widget .logo {
    float: left;
    margin-bottom: 30px;
}
.top-footer .widget p {
    color: #969696;
    line-height: 1.8em;
    margin-bottom: 0;
	clear:both;
}
.top-footer .widget .social-icon {
    text-align: left;
    margin-top: 30px;
}
.top-footer .widget h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
}
.top-footer .widget ul li {
    margin-bottom: 10px;
}
.top-footer .widget ul.gallery {
    float: left;
    width: 100%;
}
.top-footer .widget ul.gallery li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 75px;
}
.twt-feed p {
    display: inline-block;
    width: 85%;
    float: right;
}
.twt-feed {
    float: left;
    width: 100%;
}
.twt-feed li {
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #262837;
}
.twt-feed li:last-child {
    float: left;
    padding-bottom:0px;
    border-bottom:0;
	margin-bottom:0px;
}
.bottom-footer {
    background-color: #000;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.bottom-footer p{
	color:#fff;
	margin-bottom:0px;
}
#scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
#scroll-top.showScrollTop {
    opacity: 1;
    visibility: visible;
}
/*
===================================
25 Error Style
===================================
*/
.main-static-banner .special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
    width: 100%;
    z-index: 0;
}
.block-detail-head {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.color-light{
	color:#fff;
}
/*
===================================
26 Comming Soon
===================================
*/
.comming-soon-content {
    padding: 20px 0;
    z-index: 3;
    position: relative;
}
.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.special-style-fixed {
    position: fixed;
}
.comming-soon-style-1 {
    background-image: url(../img/all/comming-soon-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.special-section {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -260px;
}
.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.comming-soon-content figure {
    margin: auto;
    float: none;
    width: auto;
    margin-bottom: 20px;
}
.comming-soon-content h2 {
    font-size: 30px;
	color:#fff;
}
.comming-soon-content h1 {
    font-size: 60px;
	color:#fff;
}
.comming-soon-content .search_bar button {
    top: 0px;
    right: 0px;
    height: 100%;
}
.timer {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.timer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.timer ul li span {
    font-size: 60px;
    display: block;
}
.timer ul li span.normal {
    font-size: 25px;
}
.after-border {
    position: relative;
}
.after-border:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #717171;
    position: absolute;
    right: 0;
    top: 0;
}

p{
  text-align: justify;
}
