/*
	Template Name: LawBiz - Lawyer Attorney Html Template
	Author: Tripples
	Description: LawBiz - Lawyer Attorney Html Template
	Version: 1.0
*/

/* Table of Content
==================================================
1.    Global Styles
2.    Typography
3.    Top Bar
4.    Header area
6.    Main slider
7.    Features
8.    About us tab
9.    Practice area
10.   Call to action
11.   Case Results
12.   Image Block
13.   Attorneys
14.   Image Block 2
15.   Latest post
16.   Quote area
16.   Clients
16.   Footer top
16.   Footer
16.   Sidebar
16.   Sub Pages
16.   News listing
16.   Single News
16.   Contact Page
16.   Error Page
16.   Home 2
  
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900);

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');  

/* Global styles
================================================== */
html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
}

.body-inner{
	position: relative;
	overflow: hidden;
	
}

a:link,
a:visited{
    text-decoration: none;
}

a{
  color: #0052a5;
}

a:hover{
	text-decoration: none;
	color: #000;
}

a.read-more{
   color: #0052a5;
   font-weight: 700;
   font-family: 'Montserrat', sans-serif;
}

a.read-more:hover{
  color: #222;
}

section, .section-padding{
	padding: 20px 0;
	position: relative;
}

.no-padding{
	padding: 0;
}

.media>.pull-left{
	margin-right: 20px;
}

.gap-60 {
	clear: both;
	height: 60px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

.mrb-30{
   margin-bottom: 30px;
}

.mrb-60{
   margin-bottom: 60px;
}

.mrb-80{
   margin-bottom: 80px;
}

a:focus{
	outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts-padding {
    padding: 50px;
}

.solid-bg{
   background: #f9f9f9;
}

.border-box{
   border-top: 1px solid #d6d6d6;
   border-left: 1px solid #d6d6d6;
   border-right: 1px solid #d6d6d6;
   border-bottom: 5px solid #0052a5;
   padding: 30px;
   margin-bottom: 50px;
}

/* Video responsive */

.embed-responsive {
	padding-bottom: 56.25%;
   position: relative;
   display: block;
   height: 0;
   overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Input form */

/*.form-control{
	box-shadow: none;
   border:0;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 0;
	height: 46px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}

.form-control:focus{
	box-shadow: none;
   border: 0;
   border-bottom: 1px solid #0052a5;
}*/

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 15px 0;
}

blockquote {
   padding: 30px;
   border-left: 0;
   margin: 30px 0;
   background: #f9f9f9;
   position: relative;
}

blockquote:before {
   content: "\f347";
   font-family: "Ionicons";
   position: absolute;
   font-size: 54px;
   color: #fff;
   top: 8px;
   left: 15px;
   z-index: 0;
}

blockquote p{
   font-size: 15px;
   line-height: 24px;
   font-weight: 300;
   position: relative;
   z-index: 1;
}

cite {
   display: block;
   font-size: 14px;
   margin-top: 10px;
}

/* Title */

.title-head{
	font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-size: 38px;
   margin-top: 0;
   margin-bottom: 10px;
   padding-top: 20px;
   position: relative;
   text-transform:capitalize;
}
.title-head span{
	font-weight: 300;
	color: #8f8f8f;
}
/*.title-head:after {
   content: '';
   width: 50px;
   left: 50%;
   bottom: -20px;
   margin-left: -23px;
   height: 3px;
   background: #0052a5;
   position: absolute;
}*/

.title-description{
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
letter-spacing: .05em;
   font-size: 15px;
   line-height: 25px;
   color: #282828;
   margin: 0 auto 20px;
}

/* Title classic */

.title-classic{
   font-size: 24px;
   position: relative;
   margin-bottom: 20px;
}

.title-classic:after{
   content: '';
   width: 30px;
   left: 0;
   bottom: -10px;
   height: 3px;
   background: #0052a5;
   position: absolute;
}
/* Ul, Ol */

.check-list{
   list-style: none;
   padding-left: 20px;
}

.check-list li i{
   margin-right: 10px;
   color: #0052a5;
}

ul.arrow li, ul.check li{
   line-height: 30px;
   color: #999;
}

ul.arrow li:before {
   content: "\f125";
   font-family: "Ionicons";
   margin-right: 15px;
   color: #0052a5;
   font-size: 12px;
}

ul.check li:before {
   content: "\f122";
   font-family: "Ionicons";
   margin-right: 15px;
   color: #0052a5;
}

/* Owl Carousel */

.testimonial-slide.owl-theme .owl-dots .owl-dot.active span,
.clients-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #0052a5;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot span,
.clients-carousel.owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 3px;
    margin: 0 2px !important;
    border-radius: 0;
}

/* Typography
================================================== */
.h1, .h2, .h3, h1, h2, h3 {

    margin-top: 0px;
    margin-bottom: 0px;

}
body{
   background:#fff;
}

body, p{
   font-family: 'Montserrat', sans-serif;
font-weight: 400;
  -webkit-font-smoothing: antialiased !important;
	color: #000;
  	line-height: 24px;
  	font-size: 14px;
	letter-spacing: .05em;
}

h1, h2, h3, h4{
	color: #222;
	font-family: 'Montserrat', sans-serif;
   font-weight: 600;
}

h1{
   font-size: 36px;
   line-height: 48px;
}

h2{
   font-size: 28px;
   line-height: 36px;
}

h3{
   font-size: 24px;
   line-height: 32px;
}

h4{
   font-size: 18px;
   line-height: 28px;
}

h5{
   font-size: 14px;
   line-height: 24px;
}

/* Button */


.btn-primary{
	background: #06b6e8;
  	border: 0;
  	border-radius: 0;
  	padding: 8px 20px;
  	font-size: 14px;
  	font-weight: 700;
  	text-transform: uppercase;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.btn-primary:hover{
	background: #333;
}

.btn-primary.more-link{
	margin-top: 15px;
}

.btn-primary.more-link:after{
	position: relative;
	content: "\f178";
   font-family: "FontAwesome";
   display: inline-block;
   color: #fff;
   font-size: 10px;
   font-style: normal;
   margin-left: 2px;
   opacity: 0;
   margin-left: -12px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.btn-primary.more-link:hover:after{
	opacity: 1;
	margin-left: 5px;
   padding-left: 5px;
}


.general-btn{
   margin-top: 40px;
}

.general-btn .btn-primary{
   padding: 12px 40px;
}


/* Top Bar
================================================== */

/* Top bg */

.top-bg{
   background: #0f130f;
   position: relative;
   min-height: 50px;
   padding: 20px 0 10px 0;
   margin-right: -55px;
}

.top-bg:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -650px;
    width: 650px;
    background: #0f130f;
}

.top-bg:after {
    content: '';
    position: absolute;
    left: 100%;
    z-index: 0;
    border-top: 175px solid #0f130f;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    bottom: 0;
}

/* Top menu */

.top-menu{
	padding-top: 15px;
   padding-left: 0;
}

.top-menu ul{
   text-align: right;
}

.top-menu ul li{
	display: inline-block;
	margin-right: 15px;
}

.top-menu ul li a{
   color: #222;
}

.top-menu li a:hover{
	color: #0052a5;
}

/* Top social */

.top-social{
   padding-right: 0;
}

.top-social ul{
	list-style: none;
  	padding: 0;
  	margin: 0;
  	text-align: right;
  	padding-top: 10px;

}

.top-social li {
  display: inline-block;
  padding: 0;
}

.top-social li a{
   color: #222;
	margin: 0 0 0 15px;
	font-size: 14px;
	-webkit-transition: 400ms;
  	-moz-transition: 400ms;
  	-o-transition: 400ms;
  	transition: 400ms;
}

.top-social li a:hover{
	color: #0052a5;
}

/* Search */

.top-search{
	text-align: right;
}

.top-search .fa-search {
    background: rgba(0,0,0,.25);
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    padding: 8px 20px;
    line-height: 30px;
}

.site-search {
  text-align: center;
  background: rgba(0,0,0,.25);
}
.site-search .container {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.site-search .container.open {
  height: 80px;
}

.site-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  margin: 30px 0;
  padding-right: 20px;
  width: 100%;
  outline: 0;
  text-align: center;
}
.site-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 450px) {
  .site-search input[type="text"] {
    font-size: 20px;
    margin: 21px 0;
    text-align: left;
  }
}
.site-search .close {
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  font-size: 32px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.site-search .close:hover {
  color: #fff;
}
/* Header area
================================================== */

.header{
   background: #fff;
}

/*-- Logo --*/

.logo{
   background: #8db76d;
   position: relative;
   min-height: 150px;
   /*padding:35px 0 0 30px;*/
   margin-bottom: -20px;
}

.logo:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -650px;
    width: 650px;
    background: #8db76d;
}

.logo:after {
    content: '';
    position: absolute;
    left: 100%;
    z-index: 0;
    border-top: 200px solid #8db76d;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    bottom: 0;
}


/* header right */
.header-right {
   float: left;
   padding-right: 0;
   border-top: 1px solid #e7e7e7;
}

ul.top-info {
   list-style: none;
   margin:25px 0 0 0;
   padding: 0;
   float:right;
}
ul.top-info li {
   position: relative;
   display:inline-block;
   font-size: 14px;
   margin-left: 30px;
   text-align:center;
   font-weight:500;
   line-height:18px;
   color:#52bce8;
}
ul.top-info li a{
	color:#718d06;
}
ul.top-info li span{
	color:#909090;
	font-size: 13px;
	font-weight:400;
}
ul.top-info li a:hover{
	color:#292929;
}
ul.top-info li .fa-user-plus, ul.top-info li .fa-sign-in, ul.top-info li .fa-download, ul.top-info li .fa-book{
	color:#718d06;
}
ul.top-info li .fa-user-plus:hover, ul.top-info li .fa-sign-in:hover, ul.top-info li .fa-download:hover, ul.top-info li .fa-book:hover{
	color:#292929;
}
ul.top-info li .info-box span.info-icon {
   font-size: 20px;
   color: #0052a5;
   display: inline-block;
   width: 40px;
   height: 36px;
   line-height: 32px;
   border: 2px solid #0052a5;
   padding-left: 8px;
   position: relative;
   top: -3px;
}
ul.top-info li .info-box .info-box-content {
   display: inline-block;
   padding-left: 10px;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}
ul.top-info li .info-box .info-box-content .info-box-title {
	font-family: 'Poppins', sans-serif;
   font-weight: 500;
   font-size: 12px;
   text-transform: uppercase;
   line-height: normal;
   margin: 0;
}
ul.top-info li .info-box .info-box-content .info-box-subtitle {
	font-family: 'Poppins', sans-serif;
   margin: 0 0 3px 0;
   line-height: normal;
   font-size: 13px;
}

/* Main navigation */

.site-navigation{
   position: relative;
}

.site-nav-inner {
    position: absolute;
    z-index: 100;
    background: #52bce8;
    top: -15px;
}

.site-nav-inner:before {
    content: '';
    position: absolute;
    left: -30px;
    z-index: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 64px solid #52bce8;
    bottom: 0;
}

.site-nav-inner:after {
   content: "";
   position: absolute;
   background: #52bce8;
   display: block;
   width: 300%;
   height: 100%;
   right: -300%;
   top: 0;
}

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-toggle{
   float: left;
   margin-top: 10px;
   padding: 12px;
	border-radius: 0;
	margin-right: 5px;
   background: #0052a5;
}

.navbar-toggle .icon-bar{
	background: #fff;
}

.nav>li>a:focus, 
.nav>li>a:hover{
   background: none;
}

.nav-tabs>li>a{
   border: 0;
}

ul.navbar-nav{
   float: none;
   display: block;
}

ul.navbar-nav > li{
   float: none;
   display: inline-block;
}

ul.navbar-nav > li:hover > a, 
ul.navbar-nav > li.active > a{
  color: #000;
  position: relative;
}


ul.navbar-nav > li{
   padding: 0 12px;
   position: relative;
}

ul.navbar-nav > li:after{
   content: '';
   position: absolute;
   width: 1px;
   height: 10px;
   background: #fff;
   top: 50%;
   right: 0;
   margin-top: -3px;
}

ul.navbar-nav > li:last-child:after{
   background: none;
}

ul.navbar-nav > li > a{
   color: #fff;
  font-family: 'Open Sans', sans-serif;
  	text-rendering: optimizeLegibility;
  	font-weight: 600;
  	font-size: 13.5px;
  	margin:0;
   padding: 25px 0 25px;
  	line-height: 12px;
  	position: relative;
  	-webkit-transition: 350ms;
  	-moz-transition: 350ms;
  	-o-transition: 350ms;
  	transition: 350ms;
	text-transform: uppercase;
	letter-spacing:0.4px;
}

ul.navbar-nav > li > a i{
	font-weight: 600;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}

ul.navbar-nav > li:hover > a:after, 
ul.navbar-nav > li.active > a:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    bottom:0;
    width: 100%;
    height: 3px;
}

/* Dropdown */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: 'Poppins', sans-serif;
   float: right;
   margin-top: 0;
   right: 15px;
   top: 50%;
   margin-top: -5px;
   position: absolute;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {

	ul.nav li.dropdown:hover ul.dropdown-menu{ 
      display: block; 
   }

	ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
	    display: none;
	} 

	ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
	    display: block;
	} 
}

.dropdown-menu{
   text-align: left;
   background: #222;
	box-shadow: 0 2px .09px rgba(0,0,0,0.15);
	z-index: 100;
	min-width: 200px;
	border-radius: 0;
}

.navbar-nav>li>.dropdown-menu a{
	background: none;
}

.dropdown-menu li a{
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding: 15px 20px ;
	color: #999;
	border-bottom: 1px solid rgba(255,255,255,.05);
	text-transform:uppercase;
	letter-spacing:0.4px;
}

.dropdown-menu li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>.dropdown-menu>.active>a{
	background: none;
	color: #62d1ff;
}

.dropdown-menu li a:hover, 
.dropdown-menu li a:focus{
	color: #62d1ff;
}


/*-- Search start --*/

.navbar-nav .fa-search {
   background: none;
   border: none;
   color: #fff;
   font-size: 14px;
   outline: none;
}

.site-search {
   text-align: center;
   background: rgba(0,0,0,.7);
   position: absolute;
   top: 47px;
   z-index: 100;
   width: 100%;
}
.site-search .container {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.site-search .container.open {
  height: 80px;
}
.site-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  margin: 25px 0;
  padding-right: 20px;
  width: 100%;
  outline: 0;
  text-align: center;
}
.site-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 450px) {
  .site-search input[type="text"] {
    font-size: 20px;
    margin: 21px 0;
    text-align: left;
  }
}
.site-search .close {
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  font-size: 32px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.site-search .close:hover {
  color: #fff;
}

/* Main Slider
================================================== */

/*-- Main slide --*/

#main-slide .item {
   min-height: 500px;
   color: #fff;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}


#main-slide .item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
   top: 50%;
   margin-top: -150px;
   left: 10%;
   padding: 0;
   position: absolute;
   width: 100%;
   color: #fff;
}

.slider-content {
   position: relative;
   display: table;
   height: 100%;
   width: 100%;
}

.slider-text {
   display: table;
   vertical-align: bottom;
   color: #fff;
   padding-right: 30%;
   /*padding-right: 45%;*/
   width: 100%;
   padding-bottom: 0;
   padding-top: 10px;
}

.slider-text .slide-head{
   font-size: 30px;
   color: #3289e1;
   position: relative;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
}

.slider-text .slide-head:after{
   content: "";
   position: absolute;
   display: inline-block;
   bottom: -10px;
   width: 50px;
   height: 5px;
   background: #3289e1;
   margin-top:25px;
   left: 0;
}

.slider-text .slide-title{
   font-size: 46px;
   line-height: 70px;
   font-weight: 400;
   color:#fff;
   font-family: 'Montserrat', sans-serif;
}

.slider-text .slide-title span{
  font-weight: 100;
}

.slider-img{
   display: block;
   position: absolute;
   top: -190px;
   right: 20%;
   max-height: 100%;
   width: 40%;
}

.slider-img img{
   display: block;
   position: relative;
   max-height: 100%;
   width: auto;
   width: 100%;
}

.slider-text.text-right{
   padding-right: 25%;
}

.slider-text.text-right .slide-head:after{
   right: 0;
   left: auto;
}

.slider.btn-primary{
   font-family: 'Noto Serif', serif;
   margin-top: 10px;
}

/* Carousel */

.carousel-indicators li{
	width: 30px !important;
	height: 10px !important;
	margin: 1px !important;
	border-radius: 0 !important;
	background: rgba(255,255,255,.5);
	display: none;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    -moz-transition: all 800ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators{
	opacity: 1;
	filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left{
	left: 20px;
}

#main-slide:hover .carousel-control.right {
	right: 20px;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -25px;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: #0052a5;
	color: #fff;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
	background: #222;
}


/* Features
================================================== */

.features{
   padding-top: 0;
   padding-bottom: 0;
   top: -60px;
   position: relative;
   z-index: 10;
}

.features-row{
   background: #0052a5;
   color: #fff;
   padding: 50px 50px 35px 50px;
}

.feature-box{
   
}

.feature-box .feature-icon{
   width: 70px;
   height: 70px;
   line-height: 70px;
   font-size: 48px;
   float: left;
   background: #fff;
   color: #222;
   display: inline-block;
   text-align: center;
   border: 1px solid rgba(0,0,0,.15);
   box-shadow: 5px 5px 0 #ececec;
}

.feature-box .feature-box-content{
   margin-left: 100px;
}

.feature-box .feature-box-content h3{
   color: #fff;
   margin: 0 0 10px 0;
   line-height: normal;
   font-size: 18px;
}

.feature-box .feature-box-content p{
   color: #fff;
}

/* Features Center */

.features.text-center .features-row{
   padding-top: 0;
}

.features.text-center .feature-box {
    padding: 0 40px;
}

.features.text-center .feature-box .feature-box-content{
   margin-left: 0;
}

.features.text-center .feature-box .feature-icon{
   background: #0052a5;
   color: #fff;
   float: none;
   box-shadow: none;
   border: 0;
   width: 110px;
   height: 110px;
   line-height: 100px;
   border-radius: 100%;
   margin-top: -50px;
}

/* About us tab
================================================== */

.about-us{
   padding-top: 30px;
}
.nav-tabs{
	margin-bottom:20px;
}
.nav-tabs > li > a {
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size:17px;
color:#222;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus{
   background:#52bce8;
   color:#fff;
   font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size:17px;
}

.nav-tabs>li.active>a:focus{
   color: #fff;
}

/* Image Block
================================================== */

.image-block, .image-block2 {
    background: #f9f9f9;
}

.img-block-left{
   padding-left: 140px;
}

.feature .feature-icon{
   font-size: 36px;
   color: #0052a5;
}

.feature-title{
   font-size: 18px;
   margin-top: 10px;
}




/* Attorneys
================================================== */

.team-grid {
   position: relative;
   z-index: 1;
   display: inline-block;
   width: 260px;
   height: 340px;
   overflow: hidden;
}

.team-grid:hover .team-hover{
  bottom: 0;
}

.team-hover{
   background: #0052a5;
   color: #fff;
   position: absolute;
   bottom: -155px;
   left: 25px;
   z-index: 1;
   height: 230px;
   width: 260px;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;
}

.team-hover:before{
   content: '';
   position: absolute;
   z-index: 0;
   border-bottom: 25px solid #0052a5;
   border-left: 0 solid transparent;
   border-right: 270px solid transparent;
   bottom: 100%;
   left: 0;
}

 .team-img-wrapper img{
   max-width: 100%;
   height: auto;
}

.team-img-wrapper{
   position: relative;
   width: 240px;
   height: 300px;
}

.team-img-wrapper:after{
   content: '';
   position: absolute;
   z-index: 0;
   border-bottom: 25px solid #fff;
   border-left: 0 solid transparent;
   border-right: 250px solid transparent;
   bottom: 0;
   left: 0;
}

.team-hover-content{
   padding: 10px 50px 0 25px;
   position: relative;
   z-index: 1;
}

.team-name, .team-name a, .team-desg, 
.team-desc, .social-icons a{
   color: #fff;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   transition: all .5s ease;
}

.team-name a:hover, .social-is a:hover{
   color: rgba(0,0,0,.7);
}

.team-name{
   font-size: 18px;
   text-transform: uppercase;
   margin-top: 0;
   margin-bottom: 0;
   line-height: normal;
}

.team-desg{
   font-size: 13px;
   margin-top: 0;
   margin-bottom: 25px;
   line-height: normal;
   position: relative;
}

.team-desg:after{
   content: '';
   width: 20px;
   left: 0;
   bottom: -10px;
   height: 3px;
   background: #fff;
   position: absolute;
}

.team-desc{
   border-bottom: 1px solid #fff;
   padding-bottom: 20px;
}

.social-icons a{
   margin-right: 10px;
   font-size: 15px;
}

/* Image Block 2
================================================== */

.img-block-right{
   padding: 100px 50px;
}

/* Testimonials */

.testimonial-text{
   border: 1px solid #a7a7a7;
   background: #f9f9f9;
   padding: 45px;
   font-size: 18px;
   line-height: 30px;
   position: relative;
}

.testimonial-text:before{
   content: "";
    position: absolute;
    bottom: -22px;
    left: 20px;
    border-width: 21px 15px 0 15px;
    border-style: solid;
    border-color: #a7a7a7 transparent;
    display: block;
    width: 0;
}

.testimonial-text:after{
   content: "";
   position: absolute;
   bottom: -20px;
   left: 21px;
   border-width: 20px 14px 0 14px;
   border-style: solid;
   border-color: #f9f9f9 transparent;
   display: block;
   width: 0;
}

.testimonial-thumb{
   margin-top: 30px;
   float: left;
   margin-right: 25px;
}

.testimonial-slide.owl-carousel .testimonial-thumb img {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.testimonial-name{
   font-size: 18px;
   margin: 55px 0 10px;
   line-height: normal;
}

.testimonial-name span{
   font-size: 12px;
   display: block;
   color: #0052a5;
   text-transform: uppercase;
}

.testimonial-slide.owl-theme .owl-controls{
   text-align: left;
   margin-top: 25px;
   position: relative;
   z-index: 1;
}


/* Facts */

.facts{
   color: #fff;
}

.facts-icon{
   font-size: 60px;
   margin-right: 30px;
   float: left;
}

.facts-num .counter{
   font-size: 30px;
   color: #fff;
   margin: 0;
   display: inline-block;
}

.facts-num span{
   font-size: 30px;
   font-weight: 700;
   font-family: 'Noto Serif', serif;
}

.facts-num span.sign{
   display: inline-block;
   margin-right: 7px;
}

.facts-num span.amount{
   margin-left: 7px;
}

.facts-title{
   font-size: 14px;
   text-transform: uppercase;
   margin: 0;
   color: #fff;
}

/* Facts sub page */

.ts-counter.sub-page{
   background: #0052a5 url(file:///D|/xampp/htdocs/images/facts-bg.jpg) 50% 50% / cover no-repeat;
   padding: 140px 0;
}

.facts.text-center .facts-icon{
   float: none;
   margin:0 0 30px 0;
   display: inline-block;
}

.facts.text-center .facts-num .counter, 
.facts.text-center .facts-num span{
   font-size: 48px;
}


.facts.text-center .facts-title{
   font-size: 24px;
   margin-top: 20px;
}

/* Action for all page */

.call-action-all{
   background: #0052a5 url(file:///D|/xampp/htdocs/images/action-bg-all.jpg) 50% 50% / cover no-repeat;
   padding: 50px 0;
}

.action-text{
   float: left;
}

.action-text h2{
   font-size: 36px;
   color: #fff;
}

.action-text p{
   font-size: 24px;
   color: #fff;
}

.call-action-all .action-btn{
   float: right;
}

.call-action-all .action-btn .btn-primary{
   font-size: 15px;
   padding: 13px 25px;
   margin-top: 30px;
}

/* Join Us */

.join-us-area{
   position: relative;
}

.join-us{
   position: absolute;
   padding: 80px;
}

.join-us-title{
   font-size: 60px;
   line-height: 70px;
}

.join-us-call{
   font-size: 36px;
   color: #0052a5;
   margin: 30px 0 40px;
}

.join-us .btn-primary{
   padding: 14px 80px;
}


/* Latest post
================================================== */


.latest-post .post-title{
   font-size: 18px;
   position: relative;
   margin-top: 20px;
   margin-bottom: 30px;
}

.latest-post .post-title:after {
    content: '';
    width: 30px;
    left: 0;
    bottom: -17px;
    height: 3px;
    background: #0052a5;
    position: absolute;
}

.latest-post .post-title a{
   color: #222;
}

.latest-post .post-title a:hover, 
.latest-post .readmore:hover{
   color: #0052a5;
}

.latest-post .post-body{
   border-bottom: 1px solid #d6d6d6;
   padding-bottom: 10px;
}

.latest-post .post-item-date{
   color: #222;
}

.latest-post .readmore{
   color: #222;
}


/* Quote area
================================================== */

.quote-area{
   background: url(file:///D|/xampp/htdocs/images/quote-bg.jpg) no-repeat;
   background-size: cover;
   padding: 100px 0;
   height: 620px;
   margin: 30px 0;
}

.quote_form{
   background: #0052a5;
   color: #fff;
   padding: 50px;
   margin-top: -140px;
}

.quote_form_title{
   font-size: 24px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}

.quote_form_title:after {
    content: '';
    width: 50px;
    left: 50%;
    bottom: -20px;
    margin-left: -23px;
    height: 3px;
    background: #fff;
    position: absolute;
}

.quote_form_title span{
   font-size: 36px;
}

.quote-form-text{
   text-align: center;
   font-weight: 600;
   margin-bottom: 30px;
}

.quote_form input::-webkit-input-placeholder,
.quote_form textarea::-webkit-input-placeholder, 
.newsletter-form input::-webkit-input-placeholder {
  color: #fff
}

.quote_form input:-moz-placeholder,
.quote_form textarea:-moz-placeholder,
.newsletter-form input:-moz-placeholder {
  color: #fff
}

.quote_form input::-moz-placeholder,
.quote_form textarea::-moz-placeholder,
.newsletter-form input::-moz-placeholder {
  color: #fff
}

.quote_form input:-ms-input-placeholder,
.quote_form textarea:-ms-input-placeholder,
.newsletter-form input:-ms-input-placeholder {
  color: #fff
}

.quote_form .form-control{
   border: 0;
   border-bottom: 1px solid #fff;
   padding-left: 0;
   color: #fff;
}

.quote_form .form-control:focus{
   border: 0 !important;
   border-bottom: 1px solid rgba(0,0,0,.15) !important;
}


.quote_form .btn-primary{
   float: right;
   border: 1px solid #fff;
   margin: 10px 0 25px;
}

.quote_form .btn-primary:hover{
   border: 1px solid transparent;
}

.quote_form .tag-line{
   text-align: center;
   color: #fff;
   clear: both;
   margin-top: 20px;
   margin-bottom: 0;
}

.quote_form .tag-line p{
   color: #fff;
   margin: 0;
}


/* Quote form side bar */

.sidebar .quote_form{
   margin: 0;
   padding: 0;
   background: none;
}

.sidebar .quote_form .form-control{
   color: #999;
}

.sidebar .quote_form .form-control{
   border-bottom: 1px solid #d3d3d3;
}

.sidebar .quote_form input::-webkit-input-placeholder,
.sidebar .quote_form textarea::-webkit-input-placeholder{
   color: #999
}

.sidebar .quote_form input:-moz-placeholder,
.sidebar .quote_form textarea:-moz-placeholder{
   color: #999
}

.sidebar .quote_form input::-moz-placeholder,
.sidebar .quote_form textarea::-moz-placeholder{
   color: #999
}

.sidebar .quote_form input:-ms-input-placeholder,
.sidebar .quote_form textarea:-ms-input-placeholder{
   color: #999
}

.sidebar .quote_form .tag-line p{
   color: #999
}

/* Clients
================================================== */

.clients .title-classic{
   font-size: 36px;
   margin-top: 50px;
   margin-bottom: 35px;
}

.clients .title-classic:after{
   bottom: -20px;
}

.clients .lead{
   font-size: 18px;
}

.client-logo{
   text-align: center;
}

.client-logo img{
   max-height: 90px;
}

.clients-row li{
   text-align: center;
   padding: 12px 0;
}

.clients-row li:nth-child(2), 
.clients-row li:nth-child(4), 
.clients-row li:nth-child(6),
.clients-row li:nth-child(8){
   background: #f9f9f9;
}

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

.footer-top{
  background: #222222;
}

.footer-top-call{
  float: right;
}

.footer-top-call h3{
  color: #fff;
  margin-top: 5px;
}


.footer-top-call i{
   width: 48px;
   height: 48px;
   line-height: 44px;
   background: #1c1c24;
   border-radius: 100%;
   display: inline-block;
   text-align: center;
   margin-right: 10px;
}

/* Footer
================================================== */
.footer{
   background: #1c1c24;
   font-size: 13px;  
   position: relative;
   padding: 20px 30px 10px 30px;
}

.footer .angle-bg {
   background: #008bb8;
   position: absolute;
   top: 0px;
   bottom: 0px;
   right: 0px;
   bottom: 0px;
   width: 50%;
   margin-right: -17%;
   -webkit-transform: skew(-6deg);
   -moz-transform: skew(-6deg);
   -o-transform: skew(-6deg);
}

.footer-widget{
   /*padding: 10px 15px 10px;*/
   /*border-top: 1px solid #aaa;
   border-bottom: 1px solid #aaa;*/
   min-height: 180px;
   margin-bottom: 10px;
   margin-top: 15px;
}

.footer .widget-title{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
	letter-spacing:0.5px;
}

.footer-about-desc{
   color: #999;
}

.footer-social a{
   color: #fff;
   font-size: 16px;
   margin-right: 10px;
   letter-spacing:0.4px;
}

.footer-social a:hover{
   color: #fff;
}

.footer-widget ul li{
   /*width: 32%;
   float: left;*/
   line-height: 30px;
}

.footer-widget ul li a{
	font-family: 'Montserrat', sans-serif;
   color: #999; 
   font-size: 14px;
   letter-spacing:0.5px;
   font-weight:400;
}

.footer-widget ul li a:hover{
   color: #62d1ff;
   
}

/* Contact us */

.contact-info-box i {
  float: left;
  font-size: 20px;
  margin-top: 3px;
  color: #fff;
}
.contact-info-box .contact-info-box-content {
  padding-left: 35px;
  margin-bottom: 15px;
  color: #999;
}

.contact-info-box .contact-info-box-content p {
   color: #999;
   margin-bottom: 0;
   line-height: 20px;
}

.contact-info-box:last-child .contact-info-box-content {
  border-bottom: 0;
}

.sidebar .contact-info-box .contact-info-box-content p{
  color: #222;
}

/* Newsletter */

.newsletter-widget{
   text-align: left;
   border: 0;
   padding-top: 0;
   margin-top: 0;
}

.newsletter-widget .widget-title{
   margin-top: 0;
   line-height: 40px;
}

.newsletter-widget .widget-title span{
   font-size: 36px;
   display: block;
   text-transform: uppercase;
}

.newsletter-form input{
   width: 80%;
   float: right;
}

.newsletter-form button {
   background: #1c1c24;
   border-radius: 0 !important;
   color: #fff;
   border: 0 !important;
   padding: 0px 25px;
   height: 40px;
   display: inline-block;
   margin: 15px 0 0;
}

.newsletter-widget p{
	color:#fff;
	font-size:15px;
	letter-spacing:0.3px;
}

.newsletter-widget-full .newsletter-form button{
   background: #0052a5;
}

/* Copyright */

/* Sidebar
================================================== */

.sidebar .widget-title{
	font-size: 18px;
   font-weight: 700;
   position: relative;
   margin-bottom: 30px;
   margin-top: 0;
   line-height: normal;
}

.sidebar .widget-title:after{
   content: '';
   width: 30px;
   left: 0;
   bottom: -10px;
   height: 3px;
   background: #0052a5;
   position: absolute;
}

.widget{
  background: #f9f9f9;
  padding:25px;
  margin-bottom: 40px;
}

/* Navigation */

.sidebar ul.nav-tabs{
   border:0;
}

.sidebar ul.nav-tabs li.active a, 
.sidebar ul.nav-tabs li:hover a{
   color: #0052a5 !important;
}

.sidebar ul.nav-tabs li a{
   color: #222;
   border-radius: 0;
   padding: 0;
   padding-left: 0;
   font-weight: 600;
   display: inline-block;
}

.sidebar ul.nav-tabs li{
   color: #222;
   line-height: normal;
   font-weight: 600;
   border-bottom: 1px solid #d3d3d3;
   padding: 15px 0;
}

.sidebar ul.nav-tabs li:last-child{
   border-bottom: 0;
}

/* Statistics */

ul.statistics-list .count{
   float: right;
   font-weight: 700;
   color: #222;
}

/* Widget search */

.widget.widget-search{
   padding: 8px 20px;
}

.widget-search .form-control,
.widget-search .form-control:focus{
   border: 0 !important;
   font-style: italic;
}

.widget-search i{
   color: #222;
   font-size: 24px;
   position: relative;
   top: 3px;
}

/* Recent News */

.widget.recent-posts .widget-title{
   margin-bottom: 35px;
}

.widget.recent-posts ul li{
   border-bottom: 1px solid #d6d6d6;
   padding-bottom: 15px;
   margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child{
   border: 0;
   padding-bottom: 0;
   margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img{
   margin-right: 15px;
   width: 90px;
   height: 70px;
}

.widget.recent-posts .post-info .entry-title{
   font-size: 14px;
   font-weight: 700;
   line-height: 20px;
   margin: 0;
}

.widget.recent-posts .entry-title a{
   color: #222;
}

.widget.recent-posts .entry-title a:hover{
   color: #0052a5;
}

.widget.recent-posts .post-date{
   font-weight: 400;
   color: #999;
   text-transform: capitalize;
}

/* Widget tags */

.widget-tags ul > li {
	float: left;
	margin: 3px;
}

.widget-tags ul > li a{
   font-family: 'Noto Serif', serif;
	border: 1px solid #d6d6d6;
	color: #222;
	display: block;
	font-size: 13px;
	padding: 5px 15px;
   font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-tags ul > li a:hover{
	background: #0052a5;
	color: #fff;
   border: 1px solid transparent;
}



/* Sub Pages
================================================== */

/* Banner */

.banner-area {
   position: relative;
    min-height: 450px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    margin-top: -75px;
}

.banner-heading{
   position: relative;
}

.banner-heading:after{
   content: '';
   width: 50px;
   left: 50%;
   bottom: -20px;
   margin-left: -23px;
   height: 5px;
   background: #0052a5;
   position: absolute;
}

.banner-title{
   font-size: 48px;
   display: inline-block;
}

.banner-title span{
  color: #0052a5;
}

.banner-desc{
   font-size: 20px;
   margin-top: 10px;
   margin-bottom: 30px;
   color: #0052a5;
}

.breadcrumb{
   font-size: 15px;
   background: none;
   padding-left: 0;
   color: #222;
   font-weight: 400;
}

.breadcrumb>li+li:before{
   color: #222;
}


/*-- About page ---*/

.featured-tab.sub-page{
   padding-bottom: 60px;
}


/* Skills */

.skills{
   font-family: 'Noto Serif', serif;
   position: relative;
   margin-bottom: 50px;
}

.skills-name{
   color: #222;
   font-weight: 600;
   left: auto;
   font-size: 14px;
   position: absolute;
   top: -28px;
   z-index: 1;
}

.skills-percent{
   font-weight: 600;
   color: #fff;
   background: #000;
   font-size: 11px;
   width: 32px;
   height: 22px;
   line-height: 22px;
   position: absolute;
   text-align: center;
   right: 0;
   top: -32px;
}

.skills-percent:after{
   border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -11px;
    margin-left: -6px;
    left: 50%;
    border-width: 6px;
    border-style: solid;
    z-index: 9999;
}

.progress {
  height: 5px;
  background: #ccc;
  box-shadow: none;

}

.progress-bar {
   background: #0052a5;
   text-align: left;
   transition-duration: 3s;
   position: absolute;
}

/* Image block */

.image-block.common-page{
   background: none;
}

/* Feature bg */

.feature-bg .feature-icon{
   width: 70px;
   height: 70px;
   line-height: 70px;
   font-size: 36px;
   text-align: center;
   background: #ececec;
   color: #000;
   float: left;
}

.feature-bg-content{
   margin-left: 100px;
}

.feature-bg .feature-title{
   margin-top: 0;
   line-height: normal;
}


/*-- Practice page ---*/

.practice-area.section-padding{
   background: none;
   padding-top: 0;
}

.single-practice p.lead{
   font-size: 15px;
   color: #222;
}

/*-- Attorneys single page ---*/

.attorneys-page.section-padding{
   padding-top: 0;
}

.attorney-info, .attorney-info p{
   color: #222;
}

.attorney-info .attorney-name{
   font-size: 24px;
   line-height: normal;
   margin-bottom: 0;
}

.attorney-info .social-icons a{
   color: #222;
}

.attorney-info p i{
   font-size: 15px;
   margin-right: 10px;
}

.attorney-info .btn-primary{
   width: 80%;
}

.attorney-bio h3{
   font-size: 18px;
   margin-top: 0;
   line-height: normal;
}


/* Accordion */

.panel-default>.panel-heading{
   background: none;
   border-radius: 0;
   position: relative;
}

.panel-group .panel{
   border-radius: 0;
   margin-bottom: -6px;
}

.panel.panel-default{
   margin-top: 20px;
}

h4.panel-title{
   font-size: 14px;
   background: none;
   border: 0;
   padding: 8px 0 8px 30px;
   line-height: normal;
   border-radius: 0;
}

h4.panel-title a{
   color: #0052a5;
}

h4.panel-title span{
   float: right;
}

h4.panel-title a.collapsed{
   color: #333;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before{
   font-family: "Ionicons";
   position: absolute;
   z-index: 0;
   font-size: 12px;
   left: 15px;
   padding: 0 5px;
   text-align: center;
   top: 50%;
   margin-top: -7px;
}

h4.panel-title a:before {
   content: "\f126";
}

h4.panel-title a.collapsed:before {
   content: "\f123";
}

.panel-body ul{
   padding-left: 25px;
}

.panel-group .btn.btn-primary.solid:hover{
   color: #333;
}



/* Testimonial page */

.testimonials-video-area{
   position: relative;
   min-height: 450px;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.testimonials-video-area img{
   display: inline-block;
}

.video-info{
   margin-top: -150px;
}

.video-info-desc{
   font-size: 24px;
   color: #fff;
}

.video-info-title{
   font-size: 58px;
   line-height: 68px;
   color: #0052a5;
}

.video-info-title span{
   display: block;
}

.video-icon{
   margin-top: 290px;
}

.popup.cboxElement{
   display: block;
}

.video-icon, .video-info{
   color: #fff;
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   font-size: 36px;
   z-index: 1;
}

.video-icon i{
   width: 80px;
   height: 80px;
   line-height: 80px;
   border: 2px solid #fff;
   display: inline-block;
   border-radius: 100%;
   text-align: center;
}

.video-icon span{
   font-family: 'Noto Serif', serif;
   font-size: 20px;
   text-decoration: underline;
   text-transform: uppercase;
   position: relative;
   top: -10px;
   font-weight: 700;
   left: 10px;
}

.testimonial-classic.mrb-80{
   border-bottom: 1px solid #d6d6d6;
   padding-bottom: 20px;
}

.testimonial-classic-text{
   background: #f9f9f9;
   padding: 50px 30px;
   position: relative;
}

.testimonial-classic-text:before {
   color: #0052a5;
   content: "\f347";
   font-family: "Ionicons";
   font-size: 44px;
   left: 50%;
   margin-left: -45px;
   position: absolute;
   top: -40px;
   background: #fff;
   padding: 20px;
}

.testimonial-classic-info{
   text-align: center;
   position: relative;
   top: -30px;
}

.testimonial-classic-name{
   font-size: 15px;
   text-transform: uppercase;
   display: inline-block;
}

.testimonial-classic-thumb{
   display: inline-block;
   width: 110px;
   height: 110px;
   border-radius: 100%;
   border: 8px solid #fff;
   margin: 0 10px;
}

.testimonial-classic-desg{
   display: inline-block;
   font-size: 14px;
}


/* Clients page */

.clients-area{
   background: #f9f9f9;
}

.clients-area .title{
   margin: 0 0 60px;
}


.client_logo{
   vertical-align: middle;
   display: inline-block !important;
   text-align: center;
}

.client_logo img{
   width: auto !important;
}

.clients-carousel.owl-theme .owl-controls{
   margin-top: 30px;
}

/* Gallery page */

.isotope-nav{
   display: inline-block;
   margin: 0 0 10px;
}

.isotope-nav ul{
   list-style: none;
   margin: 0;
}

.isotope-nav ul li{
   float: left;
   margin-right: 10px;
}

.isotope-nav ul li a{
   color: #222;
   font-size: 14px;
   padding: 5px 8px;
   margin-right: 5px;
   font-weight: 600;
   text-transform: uppercase;
   font-family: 'Noto Serif', serif;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.isotope-nav ul a.active {
   color: #222;
   border-color: #0052a5;
   border-bottom: 2px solid #0052a5;
}

.isotope-item {
    margin-top: 30px;
}


.isotop-img-conatiner{
   position: relative;
   overflow: hidden;
}


.gallery-icon i{
   background: #0052a5;
   color: #fff;
   opacity: 0;
   position: absolute;
   text-align: center;
   top: 0;
   right: 30px;
   font-size: 15px;
   width: 36px;
   height: 36px;
   line-height: 36px;
   z-index: 1;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.isotop-img-conatiner:hover .gallery-icon i{
   opacity: 1;
   top: 30px;
}

.isotop-img-conatiner:after{
   opacity: 1;
   position: absolute;
   content: '';
   top: 0;
   right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms;
   -moz-transition: opacity 500ms;
   -o-transition: opacity 500ms;
   transition: opacity 500ms;
   background-color: rgba(0, 0, 0, 0.2);
}

.isotop-img-conatiner:hover:after{
   opacity: 0;
}

.isotope-item-info{
   position: absolute;
   bottom: -35px;
   padding: 0 20px;
   z-index: 1;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.isotop-img-conatiner:hover .isotope-item-info{
   bottom: 0;
}

.isotope-item-info .title-classic, 
.isotope-item-info .title-desc{
   font-size: 14px;
   margin-top: 0;
   color: #fff;
}

.isotope-item-info .title-classic{
   text-transform: uppercase;
   margin-bottom: 15px;
}

.isotope-item-info .title-classic:after{
   bottom: -3px;
   width: 20px;
}

/* Job page */

.join-us-area{
   position: relative;
   min-height: 500px;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.job-area.section-padding{
   padding-bottom: 0;
}

.job-box{
   margin-bottom: 30px;
}

.job-box h4{
   margin-top: 0;
   line-height: normal;
}

/* Case Single page */

.case-info{
   margin-bottom: 30px;
}

.case-info-title{
   margin: 0;
   line-height: normal;
}


.case-info-desc{
   font-size: 15px;
}


/* News listing
================================================== */

.post{
   position: relative;
}

.post .post-body.border-bottom{
   border-top: 0;
}

.post .post-date{
   font-weight: 700;
   color: #222;
   text-transform: uppercase;
}

.post-no-media{
   padding-bottom: 40px;
}

.entry-header .entry-title{
   margin: 5px 0 20px;
   position: relative;
   font-size: 26px;
}


.entry-header .entry-title a{
   color: #24272a;
}

.entry-header .entry-title a:hover{
   color: #0052a5;
}

.post-bottom{
   padding: 20px 0 5px;
}


/* Meta */

.entry-meta .post-author-img{
   border-right: 0;
   margin: 0;
   padding: 0;
}

.entry-meta .post-author-img img{
   width: 60px;
   height: 60px;
   border-radius: 100%;
   margin: 0 15px 0 0;
}

.entry-meta span{
   color: #999;
   font-size: 14px;
   float: left;
   border-right: 1px solid #d6d6d6;
   margin:0 25px 0 0;
   padding: 0 25px 0 0;
}

.entry-meta a{
   display: block;
   color: #222;
   font-weight: 600;
   font-family: 'Noto Serif', serif;
}

.entry-meta a:hover{
   color: #0052a5;
}

.entry-meta .post-comment{
   border-right: 0;
   padding-right: 0;
   margin-right: 0;
}

.post-bottom .more-link{
   width: 48px;
   height: 48px;
   line-height: 50px;
   background: #0052a5;
   border-radius: 100%;
   text-align: center;
   color: #fff;
   font-size: 24px;
   -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.post-bottom .more-link:hover{
   background: #222;
}

/* Gallery slider */

.post-gallery{
   margin-bottom: -10px;
}

.gallery-slider.owl-theme .owl-controls .owl-nav [class*=owl-]{
   background: none !important;
   color: #fff;
   border: 1px solid #fff;
   font-size: 24px;
   width: 40px;
   height: 48px;
   line-height: 38px;
   position: absolute;
   z-index: 999;
   top: 50%;
   display: inline-block;
   margin: 0;
   margin-top: -28px;
   cursor: pointer;
   border-radius: 0;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.gallery-slider.owl-carousel .owl-item img{
   width: auto;
   max-width: 100%;
}

.gallery-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
   background: #0052a5 !important;
   border: 1px solid transparent;
}

.gallery-slider.owl-theme .owl-nav .owl-prev{
    left: 20px;
}

.gallery-slider.owl-theme .owl-nav .owl-next {
    right: 20px;
}

/* Pagination */

.paging{
   margin-bottom: -5px;
}

.pagination{
   margin: 0;
}

.pagination li a{
   border-radius: 0 !important;
   margin-right: 8px;
   color: #222;
   padding: 10px 12px;
   font-size: 15px;
}

.pagination li a i{
   font-size: 14px;
}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
   color: #fff;
   background: #0052a5;
   border: 1px solid transparent;
}


/* Single News
================================================== */

.post-meta{
   margin-bottom: 20px;
}

.post-meta span{
   color: #999;
   font-size: 14px;
   margin:0 15px 0 0;
}

.post-meta a{
   margin-left: 3px;
   color: #222;
   font-weight: 600;
   font-family: 'Noto Serif', serif;
}

.post-meta a:hover{
   color: #0052a5;
}


.entry-content{
   margin-bottom: 40px;
}


.post-tags{
   font-family: 'Noto Serif', serif;
   color: #222;
   font-weight: 600;
}

.post-tags span{
   text-transform: uppercase;
}

.post-tags a{
   color: #222;
}

.post-tags a:hover{
   color: #0052a5;
}

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

.post-social-icons a{
   color: #222;
   margin-left: 10px;
   font-size: 15px;
}

.post-social-icons a:hover{
   color: #0052a5; 
}

.social-icons-head{
   font-family: 'Noto Serif', serif;
   color: #222;
   font-weight: 600;
   text-transform: uppercase;
}

/* Author box */

.author-img img{
   width: 96px;
   height: 96px;
   margin-right: 30px;
}

.author-info{
   position: relative;
   overflow: hidden;
}

.author-info h3 {
   font-size: 15px;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 10px;
   margin-top: 0;
}

.author-social a {
    color: #222;
    font-size: 15px;
    margin-left: 10px;
}

.authors-social a:hover{
   color: #0052a5;
}

/* Post comments */

.comments-heading{
   margin-top: 0;
   line-height: normal;
}

.comments-list{
   list-style: none;
   margin: 0;
   padding: 20px 0;
}

.comments-list .comment{
   border-bottom: 1px solid #d6d6d6;
   padding-bottom: 20px;
   margin-bottom: 30px;
}

.comments-list .comment.last{
   border-bottom: 0;
   padding-bottom: 0;
   margin-bottom: 0;
}

.comments-list img.comment-avatar{
   width: 82px;
   height: 82px;
   border-radius: 100%;
   margin-right: 30px;
}

.comments-list .comment-body{
   margin-left: 110px;
}

.comments-list .comment-author{
   font-family: 'Noto Serif', serif;
   margin-bottom: 0;
   margin-top: 0;
   font-weight: 700;
   font-size: 14px;
   color: #222;
}

.comments-list .comment-date{
   color: #222;
   font-size: 14px;
}

.comments-list .comment-content{
   margin: 15px 0;
}

.comments-list .comment-reply{
   color: #0052a5;
   text-transform: uppercase;
   font-weight: 600;
}

.comments-list .comment-reply:hover{
   color: #222;
}

.comments-reply{
   list-style: none;
   margin: 0 0 0 70px;
}

/* Comments form */

.comments-form{
   margin-bottom: 0;
}

.comments-form .title-normal{
   margin-top: 0;
   line-height: normal;
   margin-bottom: 25px;
}

.comments-form .btn.btn-primary{
   padding: 10px 20px;
   float: right;
   margin: 20px 0 10px;
}


/* Single page navigation */

.post-navigation{
   text-align: center;
   margin: 50px 0 0;
}

.post-navigation .post-previous,
.post-navigation .post-next {
   padding: 0 40px;
   width: 50%;
   display: table-cell;
   position: relative;
   vertical-align: middle;
}

.post-navigation .post-previous i {
   left: 0;
}
.post-navigation .post-next i {
   right: 0;
}

.post-navigation .post-previous {
    text-align: left;
    float: left;
}

.post-navigation .post-next {
    text-align: right;
    float: right;
}

.post-navigation i {
   font-size: 24px;
   text-align: center;
   width: 36px;
   height: 48px;
   line-height: 48px;
   border: 1px solid #d6d6d6;
   position: absolute;
   top: 50%;
   margin-top: -22px;
}

.post-navigation a{
   color: #222;
}

.post-navigation a:hover{
   color: #0052a5;
}

.post-navigation h3{
   font-size: 14px;
   line-height: normal;
   margin: 0 15px;
   text-transform: uppercase;
}

/* Contact Page
================================================== */

.contact-form-wrapper .title-normal{
   font-size: 18px;
   margin-top: 0;
}

#contact-form button{
   float: right;
   margin-top: 15px;
}

.contact-info-box-content h4{
   font-size: 14px;
   margin-top: 0;
   line-height: normal;
}

.contact-page-info .contact-info-box i{
   width: 50px;
   height: 46px;
   line-height: 46px;
   background: #0052a5;
   color: #fff;
   text-align: center;
}

.contact-page-info .contact-info-box .contact-info-box-content{
   padding-left: 65px;
   margin-bottom: 25px;
}

.map {
   height: 420px;
   z-index: 1;
}

/* Error page
================================================== */

.error-page .error-code{
   display: block;
   font-size: 150px;
   line-height: 150px;
   color: #333;
   margin-bottom: 20px;
   text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}

.error-page .error-body .btn{
   margin-top: 30px;
   font-weight: 700;
}

/* Home 2
================================================== */

/* Top bar */

.top-bar-full{
   background: #0052a5;
   color: #fff;
}

.top-bar-full .top-menu{
   padding-top: 10px;
   padding-bottom: 10px;
}

.top-bar-full .top-menu ul{
   text-align: left;
}

.top-bar-full .top-menu ul li a{
   color: #fff;
}

.top-bar-full .top-menu ul li a:hover{
   color: #0052a5;
}

.top-bar-full .top-social li a{
   color: #fff;
}

.top-bar-full .top-social li a:hover{
   color: #0052a5;
}

/* Header */

.header2 .logo{
   background: none;
   padding: 45px 0 0 0;
   min-height: 160px;
   margin: 0;
}

.header2 .logo:before{
   background: none;
   position: relative;
}

.header2 .logo:after{
   border: 0;
   position: relative;
}

/* Navigation */

.navigation-full{
   background: #222;
}

.navigation-full .site-nav-inner{
   position: relative;
   background: none;
   top: 0;
}

.newsletter-widget-full .newsletter-form input{
   float: left;
}

/************** own ***************/

.responsive-image{
   max-width:100%;
}

/*#about {
    position: relative;
    background: #000;
}
.splash1 {
    position: relative;
    display: table;
    width: 100%;
}
.splash1 .left_box_wrapper {
    background: url(../images/bg1.jpg) right center no-repeat;
        background-size: auto auto;
    background-size: cover;
}
.splash1 .right_box_wrapper {
    position: relative;
    background: url(../images/bg2.jpg) left center no-repeat #11aef4;
        background-size: auto auto;
    background-size: cover;
}
.splash1 .right_box {
    width: 615px;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.title3 {
    font-family: 'Open Sans';
    font-size: 60px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/line_white.png) right bottom no-repeat;
    padding-left: 10px;
}
.ul0 {
    padding: 0;
    margin: 0 0 0 -38px;
    list-style: none;
}
.ul0 li:first-child {
    margin-top: 0;
}
.ul0 li figure {
    background: #fff;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 50px;
}
.ul0 li .caption {
    display: table;
}
.ul0 li .txt1 {
    font-size: 20px;
    font-weight: 700;
}
.ul0 li .txt2 {
    font-size: 15px;
}*/
.offering_bg{
	background:#272727;
}
.offering_text{
	padding:30px;
}
.offering-head {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0px;
    position: relative;
    text-transform:capitalize;
	text-align:center;
	color:#fff;
	letter-spacing:0.8px;
}
.offering-head span{
	font-weight:300;
}
.offering_icon{
	float:left;
}
.offering_content{
	float:left;
	margin-left:30px;
	width:65%;
}
.offering_content h4{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	color:#fff;
	margin-bottom:0px;
	font-size:18px;
	letter-spacing:0.7px;
}
.offering_content p{
	color:#000;
	margin-bottom:5px;
	font-size:15px;
	letter-spacing: 0.4px;
	font-weight:400;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clr {
	clear: both;
}

.news-head {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    position: relative;
    text-transform:capitalize;
}
.news-head span{
	font-weight: 300;
	color: #8f8f8f;
}
.news-subhead{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0px;
    position: relative;
	color:#147da9;
	letter-spacing:0.5px;
}
.news-subhead span{	
    font-weight: 600;
}
.news-description{
   font-size: 15px;
   line-height: 24px;
   color: #282828;
   margin: 0 auto 20px;
   text-align:justify;
   letter-spacing:0.3px;
   font-weight:400;
}
a.news_link{
	color:#000;
	font-size: 16px;
	font-weight:700;
	etter-spacing:0.3px;
}
a:hover.news_link{
	color:#0052a5;
}
.testimonial_sec{
	background:#eaeaea;
	padding:25px 0px;
}
.testimonial-head {
	font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    position: relative;
    text-transform: capitalize;
}
.testimonial-head span{
	font-weight:300;
	color:#8f8f8f;
}
.testimonial-description {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    margin: 0 auto 20px;
	text-align:justify;
	letter-spacing:0.4px;
}
.testimonial-description span{
	font-weight:500;
	color:#000;
}
.espresso_link li{
	background:url(../images/icon.png) no-repeat left 7px;
	padding:4px 0px 4px 40px;
	font-size:15px;
	color:#282828;
	list-style-type:none;
	text-align:justify;
	letter-spacing: 0.4px;
}
.espresso_link li a{
	color:#147da9;
}
.espresso_link li a:hover{
	color:#282828;
}	

.title-inside{
   font-family: 'Montserrat', sans-serif;
	font-weight: 400;
   font-size: 42px;
   margin-top: 0;
   margin-bottom: 10px;
   padding-top: 20px;
   position: relative;
   text-transform:capitalize;
}
.title-inside span{
	font-weight: 300;
color: #8f8f8f;
}
.title-inside01{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
   font-size: 24px;
   margin-top: 0px;
   margin-bottom: 10px;
   padding-top: 20px;
   position: relative;
   text-transform: uppercase;
}
.description-inside{
   font-size: 15px;
   line-height: 24px;
   color: #000;
   margin: 0 auto 20px;
   text-align:justify;
   font-weight:400;
}
.description-inside01{
   font-size: 16px;
   line-height: 24px;
   color: #000;
   margin: 0 auto 20px;
   text-align:center;
   font-weight:400;
}
.subtitle-inside{
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
   font-size: 30px;
   margin-top: 0;
   margin-bottom: 10px;
   padding-top: 10px;
   color:#222;
}
.subtitle-inside span{
	font-weight:100;
}
.subtitle-inside01{
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
   font-size: 28px;
   margin-top: 0;
   margin-bottom: 20px;
   padding-top: 10px;
   color:#000;
   line-height:40px;
}
.subtitle-inside01 span{
	font-weight:300;
	color: #8f8f8f;
}
.subtitle-inside02{
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
   font-size: 28px;
   margin-top: 0;
   margin-bottom: 20px;
   padding-top: 10px;
   color:#1794c7;
   line-height:40px;
}
.inside table{
	font-size:15px;
	color: #575757;
}
.inside .table > tbody > tr > td{
	border-top:none;
}
.inside .table-heading{
	font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 30px;
	color:#52bce8;
	font-size:20px;
}

a.offering_link{
	color:#fff;
}
a:hover.offering_link{
	color:#064f6e;
}
.testimonial_bg{
	padding:14px;
	background:#52bce8;
	border-radius:16px;
}
a.test{
	color:#000;
}
a:hover.test{
	color:#fff;
}
.fa {
  color:#3E3E3E;
}

.fa:hover {
  color: #52bce8;
}
.scrolling{
	padding:6px;
	border-radius:4px;
	margin-bottom:25px;
	border-bottom:5px solid #52bce8;
}
.scrolling_text{
	margin-top:20px;
}
.scrolling_text li{
	background:url(../images/espresso_bullet.png) no-repeat left 6px;
	display:inline-block;
	list-style-type:circle;
	margin:0px 15px;
	padding:0px 0px 0px 15px;
}
.scrolling_text li a{
	color:#000;
}
.scrolling_text li a:hover{
	color:#52bce8;
}


.thumbnail-variant-1 {
    position: relative;
    overflow: hidden;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    transition: 0.33s all ease-in;
    text-align: center;
	margin-bottom:25px;
}
.thumbnail-title {
    font-size: 16px;
	font-weight:400;
	color:#222;
}
.thumbnail-variant-1 .thumbnail-subtitle {
    font-size: 14px;
	color:#0083ba;
	font-weight:400;
}
.thumbnail-variant-1 .thumbnail-subtitle01 {
    font-size: 14px;
	color:#909090;
	font-weight:400;
	line-height:18px;
}
.thumbnail-variant-1:hover {
    background: #52bce8;
}
.thumbnail-variant-1:hover .thumbnail-body > * {
    color: #fff;
}
.thumbnail-variant-1 .thumbnail-image {
    width: 100%;
    height: auto;
}
.thumbnail-variant-1 .thumbnail-body {
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 20px;
	
}
.icon_sec{
	margin-bottom:20px;
}
.icon_sec01{
	margin-bottom:20px;
}
.icon_text{
	font-weight:400;
	color:#000;
	font-size:16px;
	margin-top:5px;
	line-height:25px;
}
a.offering_link01{
	color:#0a6f99;
	font-weight:700;
	etter-spacing:0.3px;
}
a:hover.offering_link01{
	color:#000;
}
.box-minimal-text {
    margin-top: 4px;
    color: #222;
	font-weight:600;
}
.unit-left, .unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}
.box-minimal .unit-left .box-minimal-icon {

    padding-top: 4px;
	float:left;
	margin-right:20px;

}
.box-minimal-modern .box-minimal-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    will-change: transform;
}
.unit-body{
	float:left;
	width:72%;
}

.caption p{
	margin-bottom:25px;
}
.btn-danger {
    color: #000;
    background-color:transparent;
    border-color:#06b6e8;
}
.btn-danger{
    background: #222;
    border: 0;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.thumbnail-variant-2 {
    border: 1px solid #e8e8e8;
    padding: 15px 15px 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.33s all ease-in;
    text-align: center;
	margin-bottom:35px;
}
.thumbnail-variant-2 .btn-default {
    color: #222;
    background-color:#52bce8;
    border:2px solid #fff;
	border-radius:0px;
	font-weight:600;
}
.thumbnail-variant-2:hover {
    background: #52bce8;
}
.thumbnail-variant-2:hover .thumbnail-body > * {
    color: #fff;
}

.thumbnail-variant-2 .thumbnail-image {
    border-radius: 50%;
	border:2px solid #fff;
}
.thumbnail-variant-2 .thumbnail-body {
    padding-top: 15px;
}
.thumbnail-title {
    font-family: inherit;
    font-weight: 100;
    letter-spacing: -.025em;
    color: #242731;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: 0.33s all ease-in;
	margin-bottom:15px;
	margin-top:10px;
}
.unit-body01{
    float: left;
    width: 80%;
}
h5.box-minimal-title01{
	color:#1b9acf;
	font-weight:600;
	margin-bottom:4px;
	margin-top:0px;
}
.box-minimal-text01 {
    color: #222;
    font-weight: 400;
}
a.reserve_link {
    color: #1b9acf;
    font-size: 15px;
	font-weight:600;
    etter-spacing: 0.3px;
}
a:hover.reserve_link {
	color:#222;
}
.offer_bottom{
	margin-bottom:20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color:#f2f2f2;
    background-image: none;
    border:none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.project_bullet li{
	background:url(../images/inside_bullet.png) no-repeat left 8px;
	padding:4px 0px 4px 25px;
	font-size:15px;
	list-style-type:none;
	color:#20a0d5;
	font-weight:600;
}
.project_bullet01 li{
	background:url(../images/inside_bullet01.png) no-repeat left 8px;
	padding:4px 0px 4px 25px;
	font-size:15px;
	list-style-type:none;
	color:#fff;
	font-weight:600;
}
.fixed_position{
	position:fixed; 
	z-index:999;
	width:100%;
}
.section.section--title {
    padding: 150px 0 100px !important;
    margin-top: 0 !important;
}


.custom-big-square {
    position: absolute;
    width: 312px;
    height: 312px;
    top: 50%;
    border: 10px solid #FFF;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.custom-big-square.left-pos {
    left: -150px;
}
.custom-big-square.left-pos-2 {
  left: 35px;
}
.custom-big-square.right-pos {
    right: -150px;
}
.custom-big-square01 {
    position: absolute;
    width: 312px;
    height: 312px;
    top: 40%;
    border: 10px solid #FFF;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.custom-big-square01.left-pos {
    left: -150px;
}
.custom-big-square01.left-pos-2 {
  left: 35px;
}
.custom-big-square01.right-pos {
    right: -150px;
}


.custom-small-square {
  position: absolute;
  width: 192px;
  height: 192px;
  top: 50%;
  border: 10px solid #FFF;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.custom-small-square.left-pos {
  left: 3vw;
  top: 50%;
}
.custom-small-square.left-pos-2 {
  left: 250px;
}
.custom-small-square.right-pos {
  right: 3vw;
  top: 70%;
}
.custom-small-square01 {
  position: absolute;
  width: 192px;
  height: 192px;
  top: 40%;
  border: 10px solid #FFF;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.custom-small-square01.left-pos {
  left: 3vw;
  top: 40%;
}
.custom-small-square01.left-pos-2 {
  left: 250px;
}
.custom-small-square01.right-pos {
  right: 3vw;
  top: 60%;
}







.custom-box-shadow {
    box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
}
.customFadeInLeft {
    -webkit-animation-name: customFadeInLeft;
    -moz-animation-name: customFadeInLeft;
    animation-name: customFadeInLeft;
}
.custom-position-relative {
    position: relative;
}
.custom-overflow-hidden {
    overflow: hidden;
}

.custom-box-shadow {
    box-shadow: 0px 0px 60px -10px rgba(139, 139, 139, 0.5);
}
.offer_bg{
	background:#fff;
	border-radius:4px;
	box-shadow: 3px 3px 4px 6px #DDDDDD;
	margin-bottom:25px;
}
.offer_bg .offer_padding{
	padding:20px;
}
.offer_inside {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 0px;
    color: #000;
    line-height: 30px;
}
.offer_inside span {
	font-weight:300;
}
.blue_bg{
	background:#52bce8;
	padding:25px;
	margin-bottom:35px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border-radius:8px;
}
.subtitle-blueinside{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-top: 0;
    padding-bottom: 20px;
    color: #fff;
    line-height: 40px;
	border-bottom:1px solid #fff;
}
.subtitle-blueinside span{
	font-weight:300;
}
.description-blueinside {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin: 0 auto 20px;
    text-align: justify;
    font-weight: 400;
}
.white_bg{
	background:#fdfdfd;
	padding:25px;
	margin-bottom:35px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border-radius:8px;
}
.subtitle-whiteinside{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-top: 0;
    padding-bottom: 20px;
    color: #000;
    line-height: 40px;
	border-bottom:1px solid #000;
}
.subtitle-whiteinside span{
	font-weight:300;
}
.description-whiteinside {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin: 0 auto 20px;
    text-align: justify;
    font-weight: 400;
}
.blue_bg01{
	background:#52bce8;
	padding:25px 40px 25px 40px;
}
.blue_padding{
	padding:30px 60px 30px 40px;
}
.subtitle-blueinside01{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin-top: 0;
    padding-bottom: 20px;
    color: #fff;
    line-height: 40px;
	border-bottom:1px solid #fff;
}
.description-blueinside01 {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin: 0 auto 20px;
    text-align: justify;
    font-weight: 400;
}
.pro_body{
	margin-bottom:25px;
	background:#52bce8;
}
.pro_body01{
	margin-bottom:25px;
	background:#272727;
}
.subtitle-bluetext{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 28px;
}
.welcome_bg{
	background:#fff;
	padding:35px 0px;
}
.welcome_bg h2 {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	margin-bottom:20px;
	font-weight:300;
	text-transform:capitalize;
}
.welcome_bg h2 span{
	font-weight:500;
}
.welcome_bg p{
	margin-bottom:15px;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.12) !important;
  padding:16px;
  text-align:center;
  width:100%;
  margin-bottom:12px;
}
.hvr-bounce-to-right .fa-book{
	color:#bf2639;
	font-size:22px;
	margin-bottom:10px;
}
.hvr-bounce-to-right h3{
	font-size:15px;
	margin-bottom:8px;
	color:#292929;
	line-height:20px;
}
.hvr-bounce-to-right p{
	color:#626262;
	margin-bottom:0px;
	font-size:14px;
	line-height:22px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#008bb8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;  
}
.hvr-bounce-to-right:hover p, .hvr-bounce-to-right:focus p, .hvr-bounce-to-right:active p {
  color: white;
}
.hvr-bounce-to-right:hover .fa-book, .hvr-bounce-to-right:focus .fa-book, .hvr-bounce-to-right:active .fa-book {
  color: white;
}
.hvr-bounce-to-right:hover h3, .hvr-bounce-to-right:focus h3, .hvr-bounce-to-right:active h3 {
  color: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.journal_book{
	padding:30px 20px;
	background:#80923c;
	color:#fff;
	margin-bottom:20px;
}
.journal_book p{
	color:#fff;
}
.journal_book img{
	padding:6px;
	border:1px solid #fff;
}
.scroll_bg {
    padding: 8px 0px;
    border-bottom: 1px solid #AAAAAA;
    background: #292929;
}
/* Bounce To Right */
.hvr-bounce-to-download {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.12) !important;
  padding:16px;
  text-align:center;
  width:100%;
  margin-bottom:18px;
  background:#008bb8;
}
.hvr-bounce-to-download:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#80923c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;  
}
.hvr-bounce-to-download:hover:before, .hvr-bounce-to-download:focus:before, .hvr-bounce-to-download:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-download h3{
	font-size:18px;
	margin-bottom:8px;
	color:#fff;
	line-height:25px;
	font-weight:400;
}
.hvr-bounce-to-download .fa-download{
	color:#fff;
	font-size:35px;
	margin-bottom:10px;
}
.hvr-bounce-to-download .fa-book{
	color:#fff;
	font-size:35px;
	margin-bottom:10px;
}
.news_bg{
	padding:20px;
	background:#80923c;
	border-radius:8px;
}
.news_bg .underline{
	border-bottom:1px solid #fff;
	margin-bottom:15px;
}
.news_bg .underline span {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	padding-bottom:20px;
	font-weight:400;
	text-transform:capitalize;
	display:inline-block;
}
.news_bg p{
	color:#fff;
}
.copyright-info{
	color:#fff;
}
.inside_bg {
    padding: 35px 0px;
}
.inside_bg h2 {
    color:#979797;
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: 300;
    text-align: center;
}
.inside_bg h2 span {
    font-weight: 600;
    color: #809d13;
}
.inside_bg h3 {
    color:#3aa1cc;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: ;
}
p.subhead {
    border-top: 1px solid #c2c2c2;
    padding: 25px 15px 0px 15px;
    font-weight: 400;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 5px 0;
    text-transform: none;
    text-align: justify;
}
p.subhead::before {
    position: absolute;
    right: 0px;
    top: -2px;
    content: "";
    display: block;
    border: 1px solid #1697cc;
    width: 22px;
    height: 3px;
}
p.subhead::after {
    position: absolute;
    left: 0px;
    top: -2px;
    content: "";
    display: block;
    border: 1px solid #1697cc;
    width: 22px;
    height: 3px;
}
p.subhead span {
    position: absolute;
    left: 0px;
    top: -2px;
    right: 0px;
    content: "";
    display: block;
    border: 1px solid #1697cc;
    width: 98px;
    height: 3px;
    text-align: center;
    margin: 0 auto;
}
/* Bounce To Right */
.top_button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.12) !important;
  padding:6px;
  text-align:center;
  width:100%;
  margin:35px 0px 0px 0px;
  background:#008bb8;
}
.top_button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#80923c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;  
}
.top_button:hover:before, .top_button:focus:before, .top_button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.top_button h3{
	font-size:12px;
	color:#fff;
	line-height:25px;
	font-weight:400;
}
.top_button .fa-book, .top_button .fa-download{
	color:#fff;
	font-size:26px;
}
.desktop{
	display:none;
}
.mobile{
	display:block;
}
.inside_bullet {
    margin-bottom: 25px;
}
.inside_bullet li {
    background:url(../images/bullet.png) no-repeat left 12px;
    padding: 4px 0px 4px 30px;
    list-style-type: none;
}
.inside_bullet_link {
    margin-bottom: 25px;
}
.inside_bullet_link li {
    background:url(../images/bullet_link.png) no-repeat left 12px;
    padding: 4px 0px 4px 30px;
    list-style-type: none;
}
.inside_bullet_link li a{
	color:#127fac;
	font-weight:500;
}
.inside_bullet_link li a:hover{
	color:#292929;
}
.image{
	border:1px solid #A4A4A4;
	padding:6px;
	margin-bottom:8px;
}
.image_caption{
	color:#3aa1cc;
	font-weight:600;
}
.thumbnail{
	border:none;
	margin-bottom:8px;
}
.thumbnail img{
	margin-bottom:8px;
	border:1px solid #BFBFBF;
	padding:6px;
}
.thumbnail span{
	color:#0f6eb0;
}
a.email_link{
	color:#3aa1cc;
	font-weight:500;
}
a:hover.email_link{
	color:#000;
}
.gry_box{
	padding:25px;
	border-radius:6px;
	background:#f3f3f3;
	margin-bottom:18px;
}
.green_text{
	color:#809d13;
	font-weight:500;
}
.gry_box01 {
    padding: 15px;
    border-radius: 6px;
    background: #f3f3f3;
    margin-bottom: 18px;
}



.box_ptvy{
    box-shadow: 0 5px 5px 0 #0000001a, 0 6px 20px 0 rgb(0 0 0 / 12%);
    padding: 40px 50px;
    background: #fffde7;
    margin: 20px 0 30px;
}

.box_ptvy h2{
    color: #bf2639;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}

.mngbdtm{
    text-align: center;
    background: #fdfdfd;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #e4e4e4;
}
.mngbdtm1{
    padding: 20px;
}
.mngbdtm1 img{
    border: 1px solid #008bb8;
    padding: 5px;

}
.mngbdtm2{
    background: #008bb8;
    padding: 10px 5px;
}
.mngbdtm2 h3{
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
}
.mngbdtm p{
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.dvevp{
    padding: 0 50px;
}
.rwdispl{
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.rjusct{
    justify-content: center;
    display: flex;
}
.awddcv {
    background: #fdfdfd;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #e4e4e4;
    padding: 15px;
    min-height: 270px;
}
.awddcvim{
    text-align: center;
}
.awddcvim img{
    max-width: 100%;
    border: 1px solid #008bb8;
    padding: 5px;
}
.awddcvim h4{
    font-size: 15px;
    color: #3aa1cc;
    line-height: 20px;
    font-weight: 500;
    margin: 15px 0 0;
}
.awddcv p{
    margin: 0;
    text-align: justify;
}


.awrdm p {
    font-size: 15px;
    color: #3aa1cc;
    line-height: 20px;
    font-weight: 500;
    margin: 15px 0 20px;
    text-align: center;
}
.aeglim img{
    width: 100%;
    margin-bottom: 20px;
}
.awrdm img{
    max-width: 100%;
}

.folwli li{
    margin-bottom: 12px;
    list-style: disc;
}
.folwli li::marker{
    color:#809d13;
}
.folwli li span{
    color:#3aa1cc;
    font-weight:500;
}

.awddcvtnx p span{
    color:#3aa1cc;
    font-weight:500;
}