@charset "utf-8";

/**
*****************************************
@File: Law Firm Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below:-
******************************************/


/******************************************
[Table of contents]

|index page styles|

    1.Global Style & prefex
    2.Sticky Header Style
    3.Header Topbar
    4.Custom Button
    5.Preloader
    6.Right Fixed appiontment Form
    7.Section common css
    8.Team Section
    9.Welcome Section
    10.Sidebar Section
    11.Consultation Section
    12.Service section
    13.Attorneys Page
    14.Sidebar Left
    15.portfolio Page
    16.Landing Page
        1.Hours area
        2.landing Service area
        3.landing about area

    17.F.A.Q area
    18.404 area
    19.Registration and login form  one
    20.Registration and login form Two
    21.single page descri
        1.Comment List styles
    22.bxslider
    22.Home two service area and vertical tab
    23.Form Validation
    24.Footer area
    25.Copyright area
    26.Scroll up Button

******************************************/


/*=============== Global Style & prefex =============== */

* {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
}

::selection {
    background: #353535;
    color: #fff;
    text-shadow: none;
}


/*Firefox */

::-moz-selection {
    background: #353535;
    color: #fff;
    text-shadow: none;
}


/* Safari */

::-webkit-selection {
    background: #353535;
    color: #fff;
    text-shadow: none;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    color: #838383;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

h2 {
    color: #1d2127;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

span {
    color: #1f4e79;
}

img {
    max-width: 100%;
}

iframe {
    border: none;
}

a img {
    border: none;
}

.clear_fix {
    clear: both;
}

p {
    color: #838383;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 10px;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #1f4e79;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #1f4e79;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    color: #353535;
    word-spacing: -1px;
	letter-spacing:0;
	line-height:30px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span ,
h6 span ,
h1 span a,
h2 span a,
h3 span a,
h4 span a,
h5 span a,
h6 span a,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
h1 .span,
h2 .span,
h3 .span,
h4 .span,
h5 .span,
h6 .span,
h1 .small a,
h2 .small a,
h3 .small a,
h4 .small a,
h5 .small a,
h6 .small a,
h1 .span a,
h2 .span a,
h3 .span a,
h4 .span a,
h5 .span a,
h6 .span a
{
    font-weight: normal;
    line-height: 1;
    color: #1f4e79;
    position: relative;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #555555;
}

.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.mt-none {
    margin-top: 0 !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.mr-none {
    margin-right: 0 !important;
}

.ml-none {
    margin-left: 0 !important;
}

.bt-none {
    border-top: 0 !important;
}

.bb-none {
    border-bottom: 0 !important;
}

.br-none {
    border-right: 0 !important;
}

.bl-none {
    border-left: 0 !important;
}

.pdb-28 {
    padding-bottom: 28px !important;
}
.pdt-58 {
    padding-top: 58px !important;
}
.pdt-48 {
    padding-top: 48px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}


.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}


/*Custom css3*/
.transition3s {
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	-moz-backface-visibility: all 0.3s ease-in-out;
	-ms-backface-visibility: all 0.3s ease-in-out;
	-moz-transform: all 0.3s ease-in-out;
	-ms-transform: all 0.3s ease-in-out;
}

.transition4s {
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	-moz-backface-visibility: all 0.4s ease-in-out;
	-ms-backface-visibility: all 0.4s ease-in-out;
	-moz-transform: all 0.4s ease-in-out;
	-ms-transform: all 0.4s ease-in-out;
}

.transition5s {
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	-moz-backface-visibility: all 0.5s ease;
	-ms-backface-visibility:  all 0.5s ease;
	-moz-transform:  all 0.5s ease;
	-ms-transform:  all 0.5s ease;
}

.transition-ease {
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	-moz-backface-visibility: all 0.3s ease 0s;
	-ms-backface-visibility: all 0.3s ease 0s;
	-moz-transform: all 0.3s ease 0s;
	-ms-transform: all 0.3s ease 0s;
}

button,
input {
    outline: none;
    box-shadow: none;
}

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    height: 35px;
}

.form-control:focus {
    border-color: #1f4e79;
    box-shadow: none;
    outline: 0 none;
}

.parallax-black {
    background-image: url(../images/parallax/parallax-black.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.parallax-overlay-black {
    width: 100%;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    padding: 50px 20px;
    color: #ffffff;
    vertical-align: middle;
}

.live-support-chat {
    text-align: center;
}
.live-support-chat img {
    max-height: 72px;
}
/***************************************
 ***********Sticky Header Style*********
 ***************************************/
.navbar-fixed-top {
    position: fixed !important;
    background-color: #fff;
    padding: 5px 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.header-wrapper.navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/***************************************
 *************** header top bar**********
 ***************************************/

.header-top-bar {
    background: #1f4e79; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0b5d90, #0e4060); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0b5d90, #0e4060); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0b5d90, #0e4060); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0b5d90, #0e4060); /* Standard syntax */
    /*background: #1f4e79 none repeat scroll 0 0;*/
    /*background-image: none;*/
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    line-height: 35px;
}

.company-info {
    overflow: hidden;
}

.company-info ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.company-info ul li {
    float: left;
    padding: 0 13px;
}

.company-info ul li a {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.company-info ul li i {
    color: #fff;
    display: block;
    float: left;
    font-size: 17px;
    margin-top: 0;
    width: 30px;
}

.cotact_social.top-social {
    padding-top: 10px;
}

.header_social {
    text-align: right;
    padding-top: 25px;
}

.header_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header_social ul li {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-top: 0px;
    margin-right: 10px;
    /*background: #fff;*/
    line-height: 27px;
    border-radius: 50%;
}
.header_social ul li a {
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: #1f4e79;
    line-height: 24px;
}
.header_social ul li:hover {
    color: #fff;
    /*background: #353535;*/
    border-radius: 50%;
}
.header_social ul li a:hover {
    color:#fff;
}

/***************************************
 *************** Custom Button************
 ***************************************/

.btn-primary {
    background-color: #1f4e79;
    border-color: #1f4e79;
    border-radius: 0;
    color: #ffffff;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #1f4e79;
    border-color: #1f4e79;
    border-radius: 0;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #0b93c2;
    border-color: #0b93c2;
    color: #fff;
}

.btn-site {
    font-size: 15px;
    background-color: #1f4e79;
    border-color: #fff #fff #fff;
    color: #fff;
}

.btn-site:focus,
.btn-site.focus {
    background-color: #fff;
    border-color: #fff;
    color: #353535;
    border-radius: 0;
}

.btn-site:hover {
    background-color: #fff;
    border-color: #0b93c2;
    color: #353535;
}

.btn-white {
    font-size: 15px;
    background-color: #fff;
    border-color: #fff;
    color: #111;
    border-radius: 0;
}

.btn-white:focus,
.btn-white.focus {
    background-color: #1f4e79;
    border-color: #122b40;
    color: #1f4e79;
    border-radius: 0;
}

.btn-white:hover {
    background-color: #1f4e79;
    border-color: #fff;
    color: #fff;
}

.btn-fluid {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
}

.btn-welcome {
    border: 1px solid #1f4e79;
    border-radius: 0;
    font-size: 15px;
    line-height: 30px;
    padding: 5px 18px;
}

.btn-welcome:hover {
    background-color: #1f4e79;
    border-color: #1f4e79;
    color: #fff;
}

.btn-welcome:focus,
.btn-welcome.focus {
    background-color: #1f4e79;
    border-color: #122b40;
    color: #1f4e79;
    border-radius: 0;
}

/***************************************
 *************** Preloader**************
 ***************************************/

#preLoaderBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

#preLoaderBoxStatus {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/**************************************
 ******Right Fixed appiontment Form*****
 ***************************************/

#appiontment-now-box {
    position: fixed;
    right: 0;
    top: 20%;
    text-align: center;
    z-index: 999999;
}

#appiontment-now-box .appiontment-now {
    position: relative;
    width: 1px;
    border-width: 0;
    background: #fff;
    padding: 25px 0;
    border-radius: 2px;
    overflow-x: hidden;
    opacity: 0;
}

#appiontment-now-box .appiontment-now.open {
    width: 390px;
    padding: 25px 20px;
    border-right: 3px solid #1f4e79;
    opacity: 0.95;
}

#appiontment-now-box .toggle {
	position: absolute;
	left: -93px;
    top: 25%;
    font-size: 14px;
    color: #ffffff;
    width: 150px;
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
	cursor: pointer;
    padding: 10px 0;
    text-transform: uppercase;
    background-color: #1f4e79;
    text-align: center;
	font-weight: 500;
    border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#appiontment-now-box .appiontment-form p {
	font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #838383;
    padding: 0 15px 20px 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

#appiontment-now-box .form-control {
	font-family: "Open Sans", sans-serif;
    background: #F2F3F3;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #1f4e79;
}

#appiontment-now-box .form-control:focus {
    border-color: #1f4e79;
    background: #ffffff;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
	-ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
}



/**************************************
 ******** Section common css **********
***************************************/

.section-default {
    background-color: #fff;
    padding: 50px 0 58px;
}

.section-map {
    border-top: 5px solid #1f4e79;
}

.section-gray {
    background-color: #F2F3F3;
    padding: 50px 0 58px;
    position: relative;
}

.section-white2 {
    background-color: #fff;
    padding: 58px 0;
    position: relative;
}

.section-ass {
    background-color: #F2F3F3;
    padding: 58px 0;
    position: relative;
}

.section-primary {
    background-color: #1f4e79;
    padding: 50px 0;
}

.heading-block {
    background-color: #ffffff;
    padding: 50px 0 50px;
}

.title-area {
    margin-bottom: 50px;
}

.title-area p {
    color: #353535;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin: 0 0 10px;
}

.welcome-section-title {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 19px 0 10px;
    text-transform: uppercase;
    position: relative;
}

.title_underline_icon {
    border-top: 4px solid #1f4e79;
    margin: 0px 0px 15px 0px;
    max-width: 130px;
    position: relative;
}

.welcome-section-title > span {
    font-weight: bold;
}

.section-title {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.underline_sep {
    position: relative;
    left: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #1f4e79;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.underline_sep:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    background: #1f4e79;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}

.underline_sep:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    background: #1f4e79;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}

#testimonials-Section .underline_sep {
    background: #fff;
}

#testimonials-Section .underline_sep:before {
    background: #fff;
}

#testimonials-Section .underline_sep:after {
    background: #fff;
}

#testimonials-Section .title-area .section-title {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-top: 5px;
}

#testimonials-Section .title-area p {
    color: #ffffff;
}

#testimonials-Section1 .section-title {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

.section-about-sing {
    background-color: #fff;
    padding: 80px 0 0;
}


/***************************************
 *************** Pagination*********
 ***************************************/

.pagination-area .pagination {
    margin: 0 0;
    margin-bottom: -5px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    color: #1f4e79;
    margin-right: 10px;
}

/***************************************
 ********** Home paage One Team*********
 ***************************************/
#team-wrap .team-item {
    margin-bottom: 30px;
}
#team-wrap .team-item img{
    width: 100%;
}

/***************************************
 *************** Team Section*********
 ***************************************/
#team-carousel {
    position: relative;
}

.team-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #1f4e79;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 5px;
}

.free-consultation.contact-us {
    padding-bottom: 0 !important;
}

.team-item.profile {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
}

.team-item:hover {
    border-color: #8a8a8a;
}

.team-item-content {
    padding: 20px;
    background: #fff;
}

.team-item-content h6 {
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
    height: 70px;
}

.team-item-content .designation {
    font-family: "Open Sans", Arial, sans-serif;
    color: #838383;
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 15px;
}

.team-item-content p {
    margin-bottom: 15px;
}

ul.team-sm-links {
    margin-bottom: 5px;
    margin-top: 20px;
}

ul.team-sm-links li {
    border: 2px solid #1f4e79;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
ul.team-sm-links li:last-child {
    margin-right: 0px;
}
ul.team-sm-links li a {
    color: #1f4e79;
    display: block;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

ul.team-sm-links li a:hover {
    color: #fff;
}

ul.team-sm-links li:hover {
    background: #1f4e79;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-sm-links li a i {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

#team-carousel.owl-theme .owl-nav {
    margin-top: 20px;
    width: 100px;
    margin-left: -10px;
}

#team-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
    font-weight: bold;
}

#about-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #1f4e79;
}

#about-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
    font-weight: bold;
}

#team-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #1f4e79;
}


/***************************************
 *************** Welcome Section*********
 ***************************************/

.welcome-note-area {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    width: 100%;
    margin-top: -130px;
    border-bottom: 5px solid #1f4e79;
}

.welcome-note {
    display: table !important;
    height: 100%;
    width: 100%;
}

.welcome-note p {
    display: table-cell;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}



/***************************************
 *************** Practice Section*********
 ***************************************/

.law-item {
    width: 100%;
    height: initial;
    background: #F2F3F3;
    padding: 26px 30px 30px;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.law-item:hover {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.law-item > h6 {
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    line-height: 20px;
}

.law-item:hover.law-item> h6 {}

.law-item>p {
    color: #838383;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 24px;
    margin: 0 0 20px;
}

.law-item p>.fa {
    font-size: 40px;
    border: 2px solid #1f4e79;
    color: #1f4e79;
    padding: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 80px;
    width: 80px;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    margin-bottom: -10px;
}

.law-item:hover.law-item> p >.fa {
    transform: scale(1.20);
    -moz-transform: scale(1.20);
    -webkit-transform: scale(1.20);
    -o-transform: scale(1.20);
    -ms-transform: scale(1.20);
    background: #f4f4f5;
    border: 2px solid #11;
    color: #1f4e79;
}

.law-item> h6::after {
    background-color: #1f4e79;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    width: 50px;
}

.more {
    background: #1f4e79 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffffff;
    font-style: normal;
    line-height: 20px;
    padding: 5px 10px;
}

.more:hover {
    color: #353535;
}

.law-item:hover a.more {
    color: #fff;
    border: 2px solid #fff;
}

.more2 {
    background: #1f4e79 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffffff;
    font-style: normal;
    line-height: 20px;
    padding: 5px 10px;
}

.more2:hover {
    color: #1f4e79;
    border: 2px solid #1f4e79;
    background: #fff none repeat scroll 0 0;
}

#practice-wrap .prac {
    margin: 0 -15px;
}


/***************************************
 **********Consultation Section*********
 ***************************************/

.free-consultation {
    background-color: #f4f4f5;
    background: #e4e4e4 url(../images/section-bg.jpg) repeat scroll center center;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}

.consultation-section-title {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.sub-heading-one {
    color: #353535;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    text-transform: lowercase;
}

#free-consultation-section1 .sub-heading-one {
    border-left: 0px solid #1f4e79;
}

.contact_us {
    background-color: #F2F3F3;
    margin-top:0px;
    padding: 50px 50px 35px 50px;
}

.contact_us .btn {
    font-family: 'Montserrat', sans-serif;
    line-height: 23px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: -15px;
    width: 100%;
}

#free-consultation-section .heading-block {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.contact-home {
    background: #6aaf08 none repeat scroll 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    padding: 30px;
}

.img-block {
    margin-top: -130px;
}


/***************************************
 *************** Service section********
 ***************************************/

.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.parallax1 {
    background: rgba(0, 0, 0, 0) url("../images/parallax/parallax1.jpg") no-repeat scroll 0 0;
}

.parallax-overlay {
    background: rgba(0, 0, 0, 0) url("../images/parallax/overaly.jpg") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.service-content {
    background: #f4f4f5 none repeat scroll 0 0;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #3535352;
    padding: 30px;
    transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    -moz-transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    margin-bottom: 15px;
}

.service-icon {
    height: 56px;
    margin-bottom: 30px;
    width: 100px;
}

.service-icon i {
    color: #1f4e79;
    font-size: 52px;
}

.service-content h3 {
    color: #3535352;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.service-content:hover {
    background: #fff none repeat scroll 0 0;
}

.service-icon {
    border: 2px solid #1f4e79;
    height: 100px;
    margin: 30px auto;
    transform: rotate(45deg);
    -moz-border-radius: rotate(45deg);
    -webkit-border-radius: rotate(45deg);
    padding: 15px;
    width: 100px;
}

.service-icon i {
    transform: rotate(-45deg);
    -moz-border-radius: rotate(-45deg);
    -webkit-border-radius: rotate(-45deg);
}


/***************************************
 *************** Form Validation*********
 ***************************************/

.validation {
    background: rgba(253, 207, 207, 1) !important;
}

.success {
    background: #DFF0D8 !important;
    padding: 5px;
    text-align: center;
}

.error {
    background: rgba(253, 231, 231, 1) !important;
    padding: 5px;
    text-align: center;
}


/***************************************
 *************** Scroll up Button*******
***************************************/

#scrollTopButton{
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 99999;
}

#scrollTopButton i {
    background: #1f4e79 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 28px;
    opacity: 0.5;
    padding: 12px 18px;
    text-align: center;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#scrollTopButton  i:hover {
    opacity: 1;
}


/***************************************
 *************** Testimonial***********
***************************************/

.testimonial-item {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    width: 80%;
}

.separatetor {
    width: 100px;
    height: 4px;
    background: #fff;
    margin: 20px auto;
}

.testimonial_image {
    text-align: center;
    width: 100px;
    margin-right: 20px;
}

.testimonial_image img {
    height: 100px !important;
    width: 100px !important;
}

.testimonial_text {
    width: 100%;
}

.star-rating {
    margin: 13px 0 10px;
}

.text_content {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.star-rating li {
    cursor: context-menu;
    display: inline;
    color: gold;
}

.test_name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.test_company {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
}

.testimonial-des {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: -10px;
}

.testimonial_image {
    text-align: center;
    width: 100px;
    margin: 0px auto;
}

/***************************************
 *************** Testimonial two***********
***************************************/
#testimonial-carousel-two .testimonial-des {
    background: #fff;
    padding: 30px 20px;
    position: relative;
}
#testimonial-carousel-two .testimonial-item {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    width: 100%;
}
#testimonial-carousel-two  .text_content {
    color: #353535;
    font-size: 16px;
    line-height: 25px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
}
#testimonial-carousel-two  .separatetor {
    width: 100px;
    height: 4px;
    background: #353535;
    margin: 20px auto;
}
#testimonial-carousel-two  .test_name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #353535;
}
#testimonial-carousel-two  .test_company {
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
}

#testimonial-carousel-two .testimonial-des::before {
    content: '\f10d';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    text-align: right;
    top: 10px;
    font: normal normal normal 22px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #1f4e79;
}

#testimonial-carousel-two.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    background: #1f4e79;
    border-radius: 0;
}
#testimonial-carousel-two.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 35px;
}
#testimonial-carousel-two.owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
}
/***************************************
 ***********Practice area v2 Style******
 ***************************************/
.practice-item {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border: 2px solid #ddd;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.practice-item .practice-des{
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.practice-item img {
   display: block;
   position: relative;
}
.practice-item h2 {
   font-family: 'Montserrat', sans-serif;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.practice-item p {
   font-family: "Open Sans", Arial, sans-serif;
   position: relative;
   color: #fff;
   padding: 10px 20px 15px;
   text-align: center;
}

.practice-item-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.practice-item-fifth .practice-des {
   background-color:rgba(31, 78, 121, 0.7);
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.practice-item-fifth h2 {
   /*background: rgba(255, 255, 255, 0.5);*/
   color: #fff;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.practice-item-fifth p {
   font-family: "Open Sans", Arial, sans-serif;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #fff;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.practice-item-fifth:hover .practice-des {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.practice-item-fifth:hover img {
   -webkit-transform: translateX(100%);
   -moz-transform: translateX(100%);
   -o-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
}
.practice-item-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

#practice-single-page .practice-item {
    min-height: 260px;
}
#practice-single-page .post-box {
    height: 465px;
    overflow: hidden;
    margin-bottom: 30px;
}
#single-page .single-post {
    background: #fff;
    padding: 20px;
    padding-bottom: 13px;
}
#single-page .single-post h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    font-family: Open Sans;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
}
#single-page .single-post h3  {
    font-family: 'Montserrat', sans-serif;
    color: #353535;
    font-size: 20px;
    line-height: 15px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0px;
}
#single-page .single-post img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
#single-page .single-post ul {
    margin-bottom: 15px;
}
#single-page .single-post ul li {
    line-height: 20px;
    color: #353535;
    font-weight: normal;
    font-family: Open Sans;
    font-style: normal;
    margin-left: 20px;
    position: relative;
}
#single-page .single-post ul li a{
    line-height: 20px;
    color:#838383;
    font-weight: normal;
    font-family: Open Sans;
    font-style: normal;
}
#single-page .single-post ul li::before {
    color: #999;
    content: "\f0fa";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    text-decoration: inherit;
    top: 2px;
}
#single-page .single-post ul li a:hover{
    color:#63bd75;
}
/***************************************
 *************** Counter **************
***************************************/

.counter-area {
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    height: 225px;
    line-height: 120px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 225px;
    background-color: #1f4e79;
}

.counter-area p:first-child {
    padding-top: 50px;
    margin-bottom: 0px;
}

.counter-area span.counter {
    color: #fff;
    font-size: 50px;
}

.counter-area span {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
}

.counter_name {
    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.google-map iframe {
    margin-bottom: -6px;
    width: 100%;
}

.parallax-counter {
    background-image: url(../images/parallax/parallax-black.jpg);
    padding-top: 58px;
    padding-bottom: 58px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.parallax-overlay-counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/***************************************
 *************** Testimonial************
***************************************/

#testimonial-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    left: 0;
    position: absolute;
    top: 20%;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    right: 0;
    position: absolute;
    top: 20%;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-prev>.fa.fa-angle-left {
    font-size: 25px;
    font-weight: bold;
}

#testimonial-carousel.owl-carousel .owl-nav .owl-next>.fa.fa-angle-right {
    font-size: 25px;
    font-weight: bold;
}

#owl-news-slider.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 5px 0 5px;
    padding: 5px 15px;
}

#owl-news-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #1f4e79;
}

.news-table .owl-theme .owl-nav {
    margin-top: -20px;
}

.post-box {
    margin-bottom: 40px;
    position: relative;
    /*min-height: 600px;*/
}

.news-image-box-overlay {
    background: rgba(64, 64, 64, 0.6);
    border-bottom: 5px solid #1f4e79;
    bottom: 0;
    color: rgb(255, 255, 255);
    height: 100%;
    left: 100%;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
}

.post-box:hover .news-image-box-overlay {
    left: 0;
}

.post-box:hover .date {
    background: #fff none repeat scroll 0 0;
    color: #000;
    border: 1px solid #1f4e79 ;
}

.image-box-inner {
    bottom: 30px;
    display: block;
    left: 15px;
    position: absolute;
    width: 100%;
}

.image-box-inner > ul {
    text-align: center;
}

.image-box-inner ul li {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    display: inline;
    margin-right: 20px;
    padding: 5px 15px;
}

.image-box-inner ul li a {
    color: #000;
    z-index: 99999999;
}

.content h3 a {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
    text-align: left;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
}

.content h3 a:hover {
    color: #1f4e79;
}

.text-des {
    color: #353535;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.inner-post-box > .image-box {
    position: relative;
}

.inner-post-box > .image-box::before {
    border: 1px solid #1f4e79;
    bottom: 10px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 3;
}

.post-info {
    background: #1f4e79 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 15px;
    position: relative;
}

.author-info {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
    margin-left: 10px;
}

.author-info a {
    color: #fff;
    font-size: 15px;
}

.post-info .btn {
    margin-right: 10px;
}

.author-info a:hover {
    color: #f9f8f8;
}

.read-more {
    color: #fff;
    font-size: 15px;
}

.read-more:hover {
    color: #353535!important;
    font-size: 15px;
}

.date {
    background: #1f4e79 none repeat scroll 0 0;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    height: 35px;
    left: -34px;
    line-height: 35px;
    position: absolute;
    top: 20px;
    transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    width: 155px;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    z-index: 112;
}

.inner-post-box {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.content > h3 {
    margin: 0 0 10px 0;
}

.content {
    margin: 0 23px 20px;
}


.news-section-single .post-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.news-table-single .content > h3 {
    margin: 0;
}


/***************************************
 ***********Subscribe form*************
***************************************/

#subscribe {
    padding: 42px 0;
    background: #1f4e79;
}

#subscribe .form-control {
    height: 50px;
    padding-left: 10px;
    border-radius: 0px;
    border-color: #fff;
    background: #fff;
}

#subscribe .input-group-btn {
    border: 2px solid #ffffff;
    height: 50px;
    border-radius: 0px;
    background: transparent;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    padding: 0 28px;
}

#subscribe .input-group-btn .btn-secondary {
    background: none;
    border: none;
}

#subscribe .input-group-btn .btn-secondary i.fa {
    color: #fff;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    font-size: 22px;
}

#subscribe .input-group-btn:hover {
    background: #111;
}

.subs-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 25px;
}


/***************************************
 ***********Partner area **************
***************************************/

.partner-box {
    /*background: #f4f4f4 none repeat scroll 0 0;*/
    display: table;
    height: 100px;
    width: 100%;
}

.partner-box-inner {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

#owl-partner-slider.owl-theme .owl-nav [class*="owl-"] {
    background: #353535 none repeat scroll 0 0;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
    padding: 5px 15px;
}


/***************************************
 ***********Banner section**************
***************************************/

.banner-section{
	background: url(../images/news.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 300px;
}
.banner-section-overlay {
    background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.banner-section-text {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}

.banner-text-inner {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.banner-text-inner > h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 0;
}

.banner-text-inner > p {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
}


/***************************************
 ***********About page    **************
***************************************/

.single-page-description-left img {
    width: 100%;
}

.single-page-description h2 {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}

.single-page-description h2::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom:-5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}

.single-page-description span {
    color: #838383;
    font-size: 14px;
    font-style: italic;
}

.single-page-description p {
    margin-bottom: 10px;
}

.about-bottom {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.contact-phone {
    background: #1f4e79 none repeat scroll 0 0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}

.contact-phone > p {
    border: 1px dashed #fff;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 5px !important;
    padding: 10px 20px;
    text-align: center;
}

.about-bottom h3 {
    font-family: open sans;
    font-size: 45px;
    font-weight: bold;
    margin-top: 5px;
}


/***************************************
 ************bradcome************
 ***************************************/

.bradcome {
    margin-top: 10px;
}

.bradcome li {
    display: inline;
}

.bradcome ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.bradcome ul li a:hover {
    color: #1f4e79;
}


/***************************************
 ************Contact page************
 ***************************************/

.contact_us_popup {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    position: relative;
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    top: 0!important;
}

.contact-page-description .btn {
    margin-top: 20px;
}

.sidebar-right-widget .btn {
    margin-top: 15px;
}

.contact_us_popup:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
}

.contact_us_popup p {
    font-family: "Open Sans", sans-serif;
    color: #11;
    font-size: 15px;
    padding: 10px 20px;
}

.contact_us_popup h4 {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 16px;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}

.contact_us_popup h4::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}

.section-address {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 70px;
    padding-top: 95px;
}

.single-address-item {
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    position: relative;
}

.address-left-bg {
    background-color: #f4f4f5;
    border-right: 1px solid #f4f4f5;
    float: left;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 50px;
}

.address-icon {
    background-color: #1f4e79;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 65px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 65px;
}

.address-icon i,
.address-icon i:before {
    font-size: 33px;
    color: #fff;
    line-height: 61px;
    margin: 0;
}

.address-text {
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 21px;
    padding-right: 10px;
}

.address-text h4 {
    color: #242424;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 0;
    text-transform: uppercase;
}

.address-text p {
    color: #353535;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.accordions-area {
    background: #fff;
    padding: 30px 15px;
}

/***************************************
 ************Sidebar Right************
 ***************************************/

.sidebar-right {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px;
}

.sidebar-right-widget h4 {
    color: #353535;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.sidebar-right-widget h4::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}

.sidebar-right-widget > p {
    color: #11;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    margin-top: 15px;
    text-align: left;
}

.sidebar-right-widget ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.sidebar-right-widget ul li {
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
    text-align: left !important;
}

.sidebar-right-widget li::before {
    color: #1f4e79;
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}

.sidebar-right-widget {
    margin-bottom: 20px;
    margin-top: 10px;
}

.sidebar-right-widget ul li a {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 35px;
    text-align: left !important;
    text-decoration: none;
}

.sidebar-right-widget ul li span {
    float: right;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    padding-right: 5px;
}

.sidebar-right-widget ul li:last-child span {
    border: 2px dashed #353535;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #1f4e79;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-left: 5px;
    text-transform: uppercase;
}

.sidebar-right-widget span {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}


/***************************************
 ************Attorneys Page  ************
 ***************************************/

.single-attorney {
    margin-bottom: 30px;
    overflow: hidden;
    border: 2px solid #1f4e79;
	 border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 15px 0;
    background: #fff;
}

.attorneys-single-description {

    border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 20px 20px 0 20px;
    text-align: center;
}

.attorneys-single-description-img {
    position: relative;
    overflow: hidden;
}

.attorneys-single-description-img::before {
    border: 3px solid #ffffff;
    border-radius: 3px;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.attorney-name {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.attorney-deg {
    color: #353535;
    font-family: open sans;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.attorney-deg::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    width: 100px;
}

.attorneys-single-description .btn {
    margin-top: 7px;
}

.attorneys-single-description p {
    margin-bottom: 10px;
}

.team-bottom h3 {
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 0;
}

.team-bottom h3 span {
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.attorneys-single-description-img p {
    background: #1f4e79 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #1f4e79;
    border-color: #1f4e79;
}


/***************************************
 ************Sidebar Left **************
 ***************************************/

.sidebar-left {
    border: 1px solid #1f4e79;
    margin-bottom: 50px;
    padding: 15px;
}

.sidebar-left-widget-title {
    color: #1f4e79;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
}

.sidebar-left-widget .btn {
    margin-top: -20px;
}
/***************************************
 ************portfolio Page  ************
 ***************************************/

.portfolio-image {
    float: left;
    margin-right: 20px;
    width: 320px;
}

.attorneys-single-portfolio p {
    margin-bottom: 20px;
}

.attorney-portfolio-name {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
}
.attorney-portfolio-deg {
	color: #353535;
	font-family: open sans;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	margin-bottom: 25px;
}
.attorney-portfolio-deg::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    width: 100px;
}

blockquote {
    border-left: 5px solid #1f4e79;
    font-size: 17.5px;
    margin: 20px 0;
    padding: 10px 20px;
}

.attorneys-single-portfolio h3 {
    color: #1f4e79;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
}

.attorneys-single-portfolio ul {
    margin: 20px 0 15px 30px;
    padding: 0;
}

.attorneys-single-portfolio ul li {
    color: #353535;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    position: relative;
    text-align: left !important;
}


/***************************************
 ************Landing Page  ************
 ***************************************/

.landing-logo {
    margin-top: 39px;
}

.welcome-landing-header-area {
    min-height: 100px;
}

.welcome-landing-info {
    color: #fff;
    font-family: oswald;
    font-size: 30px;
    font-weight: bold;
    margin-top: 38px;
    text-align: right;
}

.welcome-landing-area {
    background: rgba(0, 0, 0, 0) url("../images/landing2.jpg") repeat scroll center center / cover;
    content: "";
    ;
    width: 100%;
}

.welcome-landing-bannerText h1 {
    font-size: 38px;
    line-height: 60px;
    margin: 0;
    padding-bottom: 8px;
}

.welcome-landing-bannerText h1 span {
    color: #00bcd4;
}

.welcome-landing-banner-text > h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 70px;
    margin: 200px auto 40px;
}

.welcome-landing-contact {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    max-width: 440px;
    padding: 30px;
    text-align: center;
}

.welcome-landing-contact .btn {
    margin-top: -15px;
}

.welcome-landing-contact-title {
    background-image: url("../images/c_title.jpg");
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 30px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
}

textarea.form-control {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
}

.welcome-landing-banner {
    display: block;
    height: 585px;
}

.btn.btn-primary.btn-big {
    font-family: open sans;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    width: 100%;
}


/***************************************
 *************** Hours area*********
 ***************************************/

.hours-area {
    background-image: url("../images/hours.jpg");
    min-height: 315px;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}

.hours {
    margin: 15px 0;
    overflow: hidden;
    text-align: center;
}

.hours-inner.text-center > h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
}

.hours-inner.text-center > p {
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    line-height: 30px;
}

.time {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #1f4e79;
    font-size: 24px;
    font-weight: bold;
    margin: 28px auto 0;
    max-width: 340px;
    padding: 18px;
}


/***************************************
 **********landing Service area*********
 ***************************************/

.landing-service-area {
    background: #1f4e79 none repeat scroll 0 0;
    overflow: hidden;
    padding: 58px 0;
    position: relative;
}

.landing-service {
    overflow: hidden;
}

.landing-service-inner h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 5px;
    text-transform: uppercase;
}

.landing-service-inner p {
    color: #ffffff;
    font-family: open sans;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.icon.circle {
    background: #1f4e79 none repeat scroll 0 0;
    height: 100px;
    left: 46%;
    position: absolute;
    top: -65px;
    width: 100px;
}


/***************************************
 **********landing about area*********
 ***************************************/

.landing-about-area {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 0px;
}

out_inner {
    margin: 110px 0 0 75px;
    padding-bottom: 50px;
}

.landing-about-image .img-responsive {
    width: 100%;
}

#contact-landing {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 55px;
}

.landing-about-inner > h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
}

.landing-about-inner > p {
    color: #838383;
    font-family: open sans;
    font-style: normal;
    font-weight: normal;
}

.landing-about-inner span {
    color: #838383;
    font-style: normal;
    font-weight: 400;
}

.landing-about-image {}

.landing-about-inner {
    margin:0;
}


/*F.A.Q area
--------------------------------------------------------------*/

#faq-area {
    padding: 70px 0 50px;
    background: #e4e4e4 url("../img/bg/section-bg.jpg") repeat scroll center center;
}
.accordions-area > h2 {
	color: #353535;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
}

.accordions-area > p {
    color: #353535;
    font-family: open sans;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}

#accordion-v1 .panel {
    box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 6px;
    border-left: 5px solid #f26522;
}

#accordion-v1 .panel-heading {
    padding: 0;
    background-color: #fff;
}

#accordion-v1 .panel-title a {
    background: #1f4e79 none repeat scroll 0 0;
    border-bottom: 1px solid #d3d3d3;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding: 14px 40px;
    position: relative;
    text-transform: uppercase;
}

#accordion-v1 .panel-title a.collapsed {
    background: #1f4e79 none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top: 0 none;
    color: #ffffff;
    line-height: 25px;
}

#accordion-v1 .panel-title a:before,
#accordion-v1 .panel-title a.collapsed:before {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

#accordion-v1 .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion-v1 .panel-body {
    background: #ffffff none repeat scroll 0 0;
    border-top: 0 none;
    color: #353535;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 15px 20px;
}


/*404 area
--------------------------------------------------------------*/

.error404 h3 {
    color: #1f4e79;
    font-size: 30px;
}

.error404 {
    border: 5px double #1f4e79;
    padding: 20px;
}


/*Registration and login form  one
--------------------------------------------------------------*/

.registration-form-area {
    margin-top: 30px;
    margin: 0 auto;
    padding: 25px;
    background: #009edf;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

.registration-form-area .btn {
    line-height: 30px;
    margin-top: 8px;
}

.registration-login {
    background-color: #1f4e79;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.registration-login h5 {
    color: #ffffff;
    font-size: 21px;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}
.btn-login {
	width: 100%;
	line-height: 28px !important;
}
.register-page-description-left h2 {
	color: #353535;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
    position: relative;
}
.register-page-description-left h2::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}
#button-reg {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 6px 12px;
    width: 100%;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
}

.form-signin {
    max-width: 400px;
    display: block;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
    border-radius: 2px;
}

.main {
    padding: 38px;
}

.social-box {
    margin: 0 auto;
    padding: 38px;
    border-bottom: 1px #ccc solid;
}

.social-box a {
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
}

.social-box a i {
    font-weight: bold;
    font-size: 20px;
}

.heading-desc {
	font-size: 27px;
	font-weight: bold;
	padding: 30px 38px 30px;
	text-transform: uppercase;
	border-bottom: 2px solid #1f4e79;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.login-footer {
    background: #f0f0f0;
    margin: 0 auto;
    border-top: 1px solid #dadada;
    padding: 20px;
}

.login-footer .left-section a {
    font-weight: bold;
    color: #8a8a8a;
    line-height: 19px;
}

.mg-btm {
    margin-bottom: 20px;
}


/*Registration and login form Two
--------------------------------------------------------------*/

.regi-two-form-top {
    overflow: hidden;
    padding: 0 25px 0px 25px;
    background: #0b93c2;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.regi-two-form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.regi-two-form-top-left h3 {
    color: #ffffff;
    font-size: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.regi-two-form-top-left > p {
    color: #ffffff;
}

.regi-two-form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.regi-two-form-bottom {
    padding: 25px 25px 30px 25px;
    background: #1f4e79;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.regi-two-form-bottom form textarea {
    height: 100px;
}

.regi-two-form-bottom form button.btn {
    line-height: 30px;
    width: 100%;
    margin-top: -15px;
}

.regi-two-form-bottom.login-two .btn {
    margin-top: 0px;
}

.regi-two-form-bottom form .input-error {
    border-color: red;
}

.social-login > h3 {
    font-size: 19px;
    text-align: center;
}

.btn-link-1 {
    background: #19b9e7 none repeat scroll 0 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    height: 50px;
    line-height: 16px;
    margin: 5px;
    padding: 16px 10px 0;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-1.btn-link-1-facebook {
    background: #4862a3;
}

.btn-link-1.btn-link-1-twitter {
    background: #55acee;
}

.btn-link-1.btn-link-1-google-plus {
    background: #dd4b39;
}

.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.regi-two-form-top-right .fa {
    color: #ffffff;
}


/*single page description
--------------------------------------------------------------*/

.single-page-details h2 {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 22px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}
.single-page-details h2::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}
.single-page-details img {
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
}


/*Comment List styles
--------------------------------------------------------------*/

.form-item {
    border: 1px solid #ffffff;
    padding: 15px;
}

.comment-list .row {
    margin-bottom: 0px;
}

.comment-list .panel .panel-heading {
    background: #1f4e79 none repeat scroll 0 0;
    border: medium none;
    border-top-right-radius: 0;
    color: #ffffff;
    padding: 4px 15px;
    position: absolute;
    top: 1px;
}

.comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    /*Panel-heading border radius*/
    border-top-left-radius: 0px;
    right: 16px;
}

.comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}

.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}


/* Portrait tablets and medium desktops */

@media (min-width: 768px) {
    .comment-list .arrow:after,
    .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .comment-list .panel.arrow.left:after,
    .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    .comment-list .panel.arrow.right:before {
        right: -16px;
        border-left-color: inherit;
        border-width: 16px;
    }
    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}

.comment-list .comment-post {
    margin-top: 6px;
}

.page-header {
    border-bottom: 3px solid #ffffff;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}

.form-comment .btn.btn-primary {
    margin-top: -20px;
}


/***************************************
 ****Home page 2 Banner Section*********
 ***************************************/
.main-banner-area {
    background: url("../images/ucl-portico-night.jpg");
    min-height: 500px;
    position: relative;
    width: 100%;
}

.main-banner {
    width: 100%;
    height: 500px;
    display: table;
    text-align: center;
}
.main-banner-text {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.main-banner-text > h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-banner-text > p {
    color: #ffffff;
    font-family: open sans;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
}

.main-banner-overlay {
    background: rgba(17, 17, 17, 0.70) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.signUp-banner-inner span {
    color: #ffffff;
    font-weight: bold;
}

.home-2-about-section-title {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin:-10px 0 20px;
    position: relative;
}

.home-2-about-section-title::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}

.about-right-area {
    position: relative;
}

.about-right-area::before {
    border: 1px solid #ffffff;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.main-banner-right .btn-welcome {
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 18px;
}


/***************************************
 *************** Owl Slider************
 ***************************************/
.main-slider-v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
}

.main-slider-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    right: 0;
}
.main-slider-v1 .item {
    height: 700px;
    background-color: #4BCAFF;
    display: table;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}
.main-slider-v1 .item .slide-description {
    text-align: center;
     position: relative;
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
}

.main-slider-v1 .item .slide-description h2 {
    font-family: "Montserrat", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .9s;
    -o-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    margin: 0px;
}

.main-slider-v1 .item .slide-description h3 {
    font-family: "Montserrat", serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .9s;
    -moz-animation-duration: .9s;
    -o-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.main-slider-v1 .item .slide-description .btn-1 {
    font-family: "Montserrat", serif;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
    margin-right: 10px;
    background: transparent;
}

.main-slider-v1 .item .slide-description .btn-2 {
    font-family: "Montserrat", serif;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.main-slider-v1 .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}

.main-slider-v1 .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}

.main-slider-v1 .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 50%;
}

.main-slider-v1 .owl-nav [class*=owl-]:hover {
    background: #353535;
    color: #fff;
}



/**
 * ---------------------------------------------------
 * Home two service area and vertical tab
 * ---------------------------------------------------
 */

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    background: #f4f4f5;
    border-left: 5px solid #1f4e79;
    margin-right: -1px;
}

.tabs-left > li a:hover {
    background: #fff;
    color: #353535;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #f4f4f5;
    border-right-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    line-height: 45px;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
    color: #fff;
}

.tabs-left > li > a {
    border-radius: 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    line-height: 35px !important;
    margin-right: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    background: #1f4e79;
    color: #fff;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

.vertical-text>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.vertical-text>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.vertical-text.tabs-left {
    left: -50px;
}

.vertical-text.tabs-right {
    right: -50px;
}

.vertical-text.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vertical-text.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home-2-law-item > h3 {
    color: #353535;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
}

.home-2-law-item > h3::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 100px;
}

.home-2-law-item ul li {
    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    position: relative;
    text-align: left !important;
    text-decoration: none;
}

.home-2-law-item ul li::before {
    color: #1f4e79;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 0px;
}

.home-2-law-item ul li a {
    padding-left: 30px;
}

.home-2-law-item img {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

.home-2-law-item p {}

.home-2-law-item ul {
    margin: 15px 0 20px;
}

/****************************************
******** WORKING STEPS AREA *************
****************************************/
.featured-area {
    margin: 15px 0 5px;
}
.featured-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}


.featured-box-overlay{
    background:rgba(0, 0, 0, 0.90);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    z-index:5;
    -webkit-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.featured-box:hover .featured-box-overlay{
    background-color: rgba(99, 189, 117, 0.65);
}

.featured-box-inner {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
}
.featured-box-inner h4 {
    color: #ffffff;
    display: block;
    font-weight: 700;
    line-height: 36px;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    margin: -15px 0 10px;
}
.featured-box-inner p {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}
.featured-box-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    text-align: center;
}
.featured-box-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

/***************************************
 *************** Footer area************
 ***************************************/

#footer-area {
    background: #353535 none repeat scroll 0 0;
    padding: 50px 0 30px;
    position: relative;
}

.footer_social_icon ul {
    padding-left: 0;
}

.footer_social_icon ul li {
    background: #ffffff none repeat scroll 0 0;
    color: #1f4e79 !important;
    display: inline-block;
    margin-right: 10px;
    padding: 4px !important;
    text-align: center;
}

.footer_social_icon ul li::before {
    content: none;
}

.footer_social_icon ul li a {
    display: block;
    color: #1f4e79;
}

.footer_social_icon ul li a i {
    color: #000000;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.footer_social_icon ul li:hover,
.footer_social_icon ul li:focus {
    background: #1f4e79;
}

.footer_social_icon ul li a i:hover,
.footer_social_icon ul li a i:focus {
    color: #fff;
}

.footer-widget {
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.footer-widget-logo {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}

.widget-title {
    color: rgb(253, 250, 250);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 22px;
    margin-top: 2px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.widget-title::after {
    background: #1f4e79 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}

.footer-widget > p {
    color: #999999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    margin-top: 5px;
    text-align: left;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    color: #999999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
    text-align: left !important;
}

.footer-widget li::before {
    color: #999;
    content: "\f09e";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}

.footer-widget ul li a {
    color: #999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-align: left !important;
    text-decoration: none;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget ul li span {
    float: right;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    padding-right: 5px;
    color: #999;
}

.footer-widget ul li:last-child span {
    border: 2px solid #fff;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-left: 5px;
    text-transform: uppercase;
}

.footer-widget span {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

#footer-contact-form-us .btn-primary {
    margin-top: -23px;
    width: 100%;
    padding: 5px;
    font-size: 16px;
}

#footer-contact-form-us input[type="text"],
#footer-contact-form-us input[type="email"] {
    height: 34px;
}


/***************************************
 *************** Copyright area**********
 ***************************************/

#copyright-area {
    background: #282828 none repeat scroll 0 0;
    padding: 20px 0;
}

.copyright {
    margin-top: 0px;
}

.footer-logo {
    margin-top: 0px;
}

.copyright > p,
.copyright > span {
    color: #999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
}

.copyright span {
    color: #999;
}

.copyright a {
    color: #999;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold !important;
}

.modal-dialog {
    margin: 150px auto;
    width: 600px;
}

.page-product .nav-tab ul{
    list-style:none;
    padding:0;
    margin:0;
}

.page-product .nav-tab li {
    margin-bottom:3px;
}

.page-product .nav-tab li a {
    display:block;
    padding:16px 12px;
    font-weight:600;
    color:#000;
    background:rgba(240,240,240,1);
    background:-moz-linear-gradient(top,rgba(240,240,240,1) 0%,rgba(146,146,147,1) 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(240,240,240,1)),color-stop(100%,rgba(146,146,147,1)));
    background:-webkit-linear-gradient(top,rgba(240,240,240,1) 0%,rgba(146,146,147,1) 100%);
    background:-o-linear-gradient(top,rgba(240,240,240,1) 0%,rgba(146,146,147,1) 100%);
    background:-ms-linear-gradient(top,rgba(240,240,240,1) 0%,rgba(146,146,147,1) 100%);
    background:linear-gradient(to bottom,rgba(240,240,240,1) 0%,rgba(146,146,147,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#929293',GradientType=0);
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-bottom:12px;
    text-decoration:none;
}

.page-product .nav-tab li.active a,.page-product .nav-tab li:hover a {
    color:#fff;
    background:rgba(99,147,189,1);
    background:-moz-linear-gradient(top,rgba(99,147,189,1) 0%,rgba(61,98,130,1) 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(99,147,189,1)),color-stop(100%,rgba(61,98,130,1)));
    background:-webkit-linear-gradient(top,rgba(99,147,189,1) 0%,rgba(61,98,130,1) 100%);
    background:-o-linear-gradient(top,rgba(99,147,189,1) 0%,rgba(61,98,130,1) 100%);
    background:-ms-linear-gradient(top,rgba(99,147,189,1) 0%,rgba(61,98,130,1) 100%);
    background:linear-gradient(to bottom,rgba(99,147,189,1) 0%,rgba(61,98,130,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6393bd',endColorstr='#3d6282',GradientType=0);
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 3px solid #1f4e79;
}

.page-header h1 {
    position: relative;
    font-size: 21px;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    color: #1f4e79;
    font-weight: 600;
}

.small-input {
    height: 30px;
    margin: 5px 0;
}

.category-padding {
    padding: 10px;
}

.light-text {
    font-weight: 400;
}

.loader-wrapper{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%; left: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* CSS for Map Popup Container*/
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    margin-bottom: 30px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}

.image-subtitle {
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: white;
    text-align: left;
    font-family: "quickexpressregular";
    font-size: 24px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
}




@font-face {
    font-family: 'quickexpressregular';
    src: url('../fonts/quickexpress-webfont.woff2') format('woff2'),
         url('../fonts/quickexpress-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}