/*
Theme Name: Legal justice
Theme URI: http://graphiclife.net/themeforest/legal-justice/
Description: Template is suitable for Law & Attorney
Version: 1.0
Author: Xstyler
Author URI: http://graphiclife.net
*/
/* 	Table Of Content
=======================
	1 - General Styles
	2 - Header
	3 - Navigation
	4 - Buttons
	5 - Intro
	6 - Content
	7 - About
	8 - Blockquote 
	9 - Features
	10 - Services
	11 - Experiances
	12 - Testimonials
	13 - Contact
	14 - Form
	15 - Carousel
	16 - Team
	17 - Footer
	18 - Media Queries
======================*/
/* 1-General Styles 
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,500,700);
*/
@media (min-width: 1500px) {
    .container {
        width: 1280px;
    }
}

html {
    font-size: 100%;
}

body {
    font-family: Raleway, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #636363;
}

h1 {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'Lora', serif;
}

h2 {
    font-size: 1.375rem;
    padding-bottom: 50px;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 0 44px;
    text-transform: uppercase;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
    margin: 0;
}

h3, h4, h5, blockquote {
    font-family: 'Lora', serif;
    position: relative;
}

h3, h4, h5, a, a:link, a:visited, blockquote {
    color: #1f2a30;
}

h5 span, h6 span {
    padding: 0 8px 4px 0;
    vertical-align: middle;
}

a:hover,
a:active {
    color: #d7b56d;
    text-decoration: none;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg blockquote {
    color: #fff;
}

.dark-bg a,
.dark-bg a:hover,
.dark-bg a:link,
.dark-bg a:visited {
    color: #d7b56d;
}

h3:before, .underline:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 80px;
    height: 2px;
}

h3:before {
    background-color: #d7b56d;
}

.page h5 {
    font-weight: 700;
    padding: 30px 0 10px;
}

.visible-off {
    z-index: 0;
}

.visible-on {
    z-index: 1;
}

.img-responsive {
    width: 100%;
}

.top-bar .nav li a {
    padding: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.underline {
    margin: 10px 0 50px;
    font-weight: 700;
    font-style: italic;
}

.underline:before {
    bottom: -17px;
    background-color: #f5f5f5;
}

.text-center h3:before,
.text-center .underline:before {
    left: 50%;
    margin-left: -40px;
}
.fixed_whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    background-size: 30px;
    transition: .3s;
    cursor: pointer;
    filter: drop-shadow(0 0px 1px #999999);
}
.fixed_whatsapp .icon {
    width: 58px;
    height: 58px;
    background: url(/images/whatsapp.svg) center no-repeat;
    background-size: contain;
    float: left;
    filter: drop-shadow(0px 1px 1px #555);
}
.fixed_whatsapp .name {
    font-size: 12px;
    width: 274px;
    float: left;
    margin-left: -20px;
    padding: 6px 10px 6px 30px;
    color: #4d4d4d;
    margin-top: 4px;
    background: #ffffff;
    border-radius: 8px;
}
.fixed_whatsapp:hover{opacity:.7}
/* 2-Header */

.top-bar {
    color: #999999;
    font-size: 0.875rem;
    font-family: 'Arial', serif;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.2);
}

header {
    width: 100%;
    min-height: 150px;
    z-index: 99;
    position: absolute;
    background: url(../images/shadow.png) top center repeat-x;
}

header a,
header a:link,
header a:visited {
    color: #fff !important;
}

header i {
    color: #d7b56d;
    font-size: 1.125rem !important;
    padding-right: 6px;
    vertical-align: middle;
}

header span {
    color: #fff;
    font-weight: 600;
}

header .main-menu {
    position: relative;
    padding-top: 25px;
    line-height: 1.8;
}

header .logo {
    float: left;
    position: absolute;
    text-align: left;
    z-index: 9999;
    margin-left: 15px;
    width: 240px;
}

/* 3-Navigation */

nav {
    position: relative;
    float: right;
    margin: 13px 0;
}

.nav li {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    float: left;
}

.fixed_req {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #000000;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: #d7b56d url(/images/telephonew.svg) center no-repeat;
    background-size: 30px;
    transition: 0.3s;
    font-size: 0;
    opacity: 0.7;
    border-radius: 50%;
    cursor: pointer;
    filter: drop-shadow(0 0px 1px #dddddd);
    animation-name: ball;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.fixed_req:hover {
    opacity: 1;
}
@keyframes ball{
0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    box-shadow: 0 0 0px 2px rgb(215, 181, 109);
}
 50%{
	 transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
	 box-shadow: 0 0 18px 7px rgba(88, 30, 227, 0.15);
}
 100%{
	 transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    box-shadow: 0 0 0px 2px rgba(88, 30, 227, 0.15);
}
}
@-webkit-keyframe ball{
 0%{
	 transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    box-shadow: 0 0 0px 2px rgba(88, 30, 227, 0.15);
}
 50%{
	 transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
	 box-shadow: 0 0 18px 7px rgba(88, 30, 227, 0.15);
}
 100%{
	 transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    box-shadow: 0 0 0px 2px rgba(88, 30, 227, 0.15);
}
}

/*********preloader**********/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.09);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.preloader.active {
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}
.sk-fading-circle {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #e6b31c;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.66);
    border-radius: 100%;
    -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
    animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle-2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle-3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle-4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle-5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle-6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle-7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle-8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle-9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle-10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle-11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle-12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle-2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle-3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle-4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle-5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle-6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle-7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle-8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle-9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle-10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle-11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle-12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*********end_preloader**********/



.mainutp {
    text-align: left;
}
.mainutp h1 {
    font-size: 3.5rem;
    margin-bottom: 46px;
}
.mainutp-text {
    color: #dcdcdc;
    font-size: 18px;
}
.mainutp-text span {
    color: #fbbc37;
}
.mainutp-form {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 20px 36px;
    margin-top: 30px;
    max-width: 660px;
}
.mainutp-form h5 {
    color: #000000;
}








.nav li a {
    padding: 10px 0;
}

.nav li a:hover,
.nav li a:active,
.nav li a:focus {
    text-decoration: none !important;
    background-color: transparent !important;
}

.nav .active {
    font-weight: bold !important;
}

.navbar-collapse {
    padding: 0;
}

.mobile-toggle {
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
    display: none;
    z-index:
}

.header-content {
    float: right;
    width: calc(100% - 240px);
    padding-left: 30px;
}

.top-contacts {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

.top-contact {
    display: inline-block;
    margin-left: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #c6c6c6;
}

.bar-1,
.bar-2,
.bar-3 {
    width: 25px;
    height: 3px;
    background: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.bar-2 {
    position: relative;
    margin-top: 5px;
}

.bar-3 {
    position: relative;
    top: 5px;
}

.mobile-toggle:hover .bar-1 {
    transform: translate3d(0, 2px, 0);
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
}

.mobile-toggle:hover .bar-3 {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}

/* 4-Buttons */

.btn {
    padding: 16px 30px;
    border: 0 none;
    font-size: inherit;;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-default {
    border: 2px solid #E4E4E4;
    color: #737373;
    padding: 12px 22px;
    font-size: 14px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #FFFFFF;
    border-color: #d7b56d;
}

.btn-default:active, .btn-default.active {
    border-color: #737373;
    box-shadow: none;
}

.btn-primary {
    background: #d7b56d !important;
    color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #ff8137 !important;
}

.btn-primary:active, .btn-primary.active {
    background: #ff8137;
    box-shadow: none;
}

.btn-success {
    background: #00bf6f;
    color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: #39bf87;
}

.btn-success:active, .btn-success.active {
    background: #008c52;
    box-shadow: none;
}

.btn-info {
    background: #31cde8;
    color: #ffffff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background: #5fd4e8;
}

.btn-info:active, .btn-info.active {
    background: #35a2b5;
    box-shadow: none;
}

.btn-warning {
    background: #eb8f34;
    color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background: #eba259;
}

.btn-warning:active, .btn-warning.active {
    background: #b87430;
    box-shadow: none;
}

.btn-danger {
    background: #f25454;
    color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background: #f26d6d;
}

.btn-danger:active, .btn-danger.active {
    background: #bf4343;
    box-shadow: none;
}

.btn.sharp {
    border-radius: 0;
}

.btn.outline {
    background: none !important;
    padding: 8px 22px;
}

.btn-primary.outline {
    border: 2px solid #d7b56d;
    color: #d7b56d;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #ff8137;
    border-color: #ff8137;
}

.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #ff8137;
    color: #fff;
    box-shadow: none;
}

.btn-success.outline {
    border: 2px solid #00bf6f;
    color: #00bf6f;
}

.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
    border-color: #39bf87;
    color: #39bf87;
}

.btn-success.outline:active, .btn-success.outline.active {
    border-color: #008c52;
    color: #008c52;
    box-shadow: none;
}

.btn-info.outline {
    border: 2px solid #31cde8;
    color: #31cde8;
}

.btn-info.outline:hover, .btn-info.outline:focus, .btn-info.outline:active, .btn-info.outline.active, .open > .dropdown-toggle.btn-info {
    border-color: #5fd4e8;
    color: #5fd4e8;
}

.btn-info.outline:active, .btn-info.outline.active {
    border-color: #35a2b5;
    color: #35a2b5;
    box-shadow: none;
}

.btn-warning.outline {
    border: 2px solid #eb8f34;
    color: #eb8f34;
}

.btn-warning.outline:hover, .btn-warning.outline:focus, .btn-warning.outline:active, .btn-warning.outline.active, .open > .dropdown-toggle.btn-warning {
    border-color: #eba259;
    color: #eba259;
}

.btn-warning.outline:active, .btn-warning.outline.active {
    border-color: #b87430;
    color: #b87430;
    box-shadow: none;
}

.btn-danger.outline {
    border: 2px solid #f25454;
    color: #f25454;
}

.btn-danger.outline:hover, .btn-danger.outline:focus, .btn-danger.outline:active, .btn-danger.outline.active, .open > .dropdown-toggle.btn-danger {
    border-color: #f26d6d;
    color: #f26d6d;
}

.btn-danger.outline:active, .btn-danger.outline.active {
    border-color: #bf4343;
    color: #bf4343;
    box-shadow: none;
}

.btn.round {
    border-radius: 24px;
}

.btn-lg.round {
    border-radius: 32px;
}

.btn-sm.round {
    border-radius: 14px;
}

.btn-xs.round {
    border-radius: 10px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 2px 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px 12px;
}

.btn-lg {
    padding: 20px 40px;
    border-radius: 4px;
}

.btn-xs.btn-default, .btn-xs.outline {
    padding: 0px 4px;
}

.btn-sm.btn-default, .btn-sm.outline {
    padding: 6px 10px;
}

.btn-lg.btn-default, .btn-lg.outline {
    padding: 18px 38px;
}

/* 5-Intro */

#intro {
    background: #000 url(../images/bg.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 184px 0 165px;
}

#intro:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.79);
}

#intro .container {
    position: relative;
    z-index: 5;
}

#intro h2 {
    color: #d7b56d;
}

#features .featured-news {
    padding: 20px 20px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}

.slider_input {
    position: relative;
}

.slider_input label {
    position: absolute;
    top: -8px;
    left: 10px;
    background: #ffffff;
    padding: 0 6px;
    font-size: 12px;
}

.start_val {
    float: left;
    font-size: 11px;
    margin-top: 7px;
}

.end_val {
    float: right;
    font-size: 11px;
    margin-top: 7px;
}

.sl_line {
    position: relative;
    width: 100%;
    float: left;
    margin-top: -2px;
    height: 2px;
    background: #c6c6c6;
}

.ui-slider-handle {
    position: absolute;
    top: -6px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    border: 4px solid #d7b56d;
    cursor: pointer;
    outline: none;
    margin-left: -6px;
}

.ui-slider-range {
    background: #d7b56d;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.inp-name {
    font-size: 14px;
    font-weight: 600;
}

.chbx__input {
    float: left;
    width: 18px;
    height: 18px;
    position: relative;
}

.chbx__input input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.chbx__input span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    border-radius: 50%;
    border: 4px solid #bdbdbd;
    pointer-events: none;
}

.chbx__input input:checked + span {
    border: 4px solid #d7b56d;
    background: #5d4a21;
}

.сhbx {
    cursor: pointer;
}

.chbx__text {
    font-size: 13px;
    float: left;
    padding-left: 10px;
}

#features .сhbx {
    margin-right: 20px;
    margin-top: 10px;
}

#features .inp-name {
    margin-top: 9px;
}

#features h5 {
    margin-top: 28px;
}

.privacy_text {
    font-size: 10px;
    opacity: 0.4;
}

#features h4 {
    margin-bottom: 20px;
}

#intro.sub {
    padding: 180px 0 90px;
}

/* 6-Content */

#content {
    padding: 100px 0 110px;
}

ul.content {
    list-style-type: none;
    margin: 0;
    padding: 13px 10px 20px;
}

ul.content li .fa {
    padding-right: 8px;
}

ul.content li {
    padding: 5px;
    font-weight: 500;
    color: #1f2a30;
}

section.padding-100 {
    padding: 100px 0;
}

/* 7-About */

#about {
    padding: 60px 0 60px;
}

#about p {
    margin: 0 0 15px;
}

#about .about-block h5 {
    font-size: 1.375rem;
    font-weight: 700;
    padding-top: 20px;
}

#about .about-block p {
    font-size: 0.938rem;
}

#about .btn {
    margin: 10px 0 30px;
}

/* 8-Features */
img {
    max-width: 100%;
}

.intro-section {
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.featured-news {
    background-color: #fff;
}

.featured-news.left {
    padding: 15px 7px 15px 15px;
}

.featured-news.right {
    padding: 15px 15px 15px 7px;
}

.featured-news .content {
    position: relative;
}

.featured-news img {
    width: 100%;
}

.featured-news .info {
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 3;
}

.featured-news h4 {
    font-size: 1.875em;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.featured-news h6 {
    margin-bottom: 10px;
}

.caption-wrap:hover .caption-overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.caption-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/news-shadow.png);
    background-position: bottom;
    background-repeat: repeat-x;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.team-image {
    position: relative;
}

.featured-news .desc-wrap {
    position: absolute;
    text-align: center;
    background: #FFF;
    bottom: -40px;
    left: 30px;
    right: 30px;
    width: auto;
    padding: 10px 20px;
}

.featured-news .desc-wrap h5 {
    font-size: 1.5em;
    font-weight: 700;
}

/* 9-Blockquote */

blockquote {
    line-height: 1.4;
    font-style: italic;
}

#blockquote {
    background: url(../images/bg2.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 140px 0;
}

#blockquote blockquote {
    font-size: 1.875em;
    margin: 0;
    padding: 0;
    border-left: 0;
}

#blockquote h6 {
    padding-top: 20px;
    color: #d7b56d;
}

/* 10-Services */

#services {
    padding: 52px 0 0px;
}

#services.page {
    padding: 100px 0 80px;
}

#services h3 {
    margin-bottom: 48px;
}

#services .more {
    font-size: 15px;
}

#services .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
}

.service-box.hover .underline:before {
    background-color: #d7b56d;
    transition: background-color 0.3s linear;
}

.service-content {
    position: relative;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
    padding: 30px 20px 40px;
    margin-bottom: 40px;
}

.service-box {
    position: relative;
    border: 2px solid #f5f5f5;
    padding: 56px 10px 20px;
    margin: 50px 0 50px;
}

.service-box h4.underline {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    /* text-align: left; */
    line-height: normal;
    font-style: normal;
    min-height: 57px;
    margin-bottom: 30px;
}

.price-bl {
    margin-bottom: 20px;
    font-weight: 600;
}

.service-box p {
    font-size: 13px;
    min-height: 40px;
}

.service-box span {
    top: -50px;
    color: #363636;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #fff;
    border: 3px solid #f6f6f6;
    border-radius: 50px;
    left: 50%;
    margin-left: -50px;
    font-size: 30px;
    position: absolute;
}

.s-img img {
    height: 50px;
}

/* 11-Experiances */

#experiances {
    background: url(../images/bg3.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 40px 0;
}

.counter-box {
    margin: 2px;
    padding: 32px 15px;
    background-color: rgba(0, 0, 0, 0.2);
}

.counter-box .timer {
    font-size: 2.5rem;
    font-weight: 700;
}

.counter-box .lead {
    color: #d7b56d;
    font-size: 1rem;
}

.service-box.client {
    padding: 10px;
    margin: 5px;
}

/* 12-Testimonials */

#testimonials {
    padding: 100px 0 130px;
}

#testimonials h3 {
    margin-bottom: 100px;
}

#testimonials .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
}

.testimonial-box {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #f5f5f5;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.problem {
    float: left;
    position: relative;
    width: calc(100% - 360px);
    text-align: left;
    padding: 40px 60px 20px 50px;
    height: 458px;
}

.problem:after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 32px;
    height: calc(100% + 7px);
    background: url(/images/per.png) center repeat-y;
    background-size: contain;
}

.testimonial-box h4 {
    color: #2b2b2b;
    font-weight: 800;
    margin-bottom: 40px;
}

.problem:before {
    content: "";
    position: absolute;
    right: 13px;
    top: -2px;
    width: 3px;
    height: calc(100% + 4px);
    background: #000000ed;
}

.result {
    position: relative;
    float: left;
    width: 360px;
}

.timg {
    display: inline-block;
    width: 340px;
    height: 450px;
    background-size: cover;
    position: relative;
}

.timg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/zoom-in.svg) center no-repeat;
    background-size: 45px;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.6));
    transition: 0.2s;
    opacity: 0;
}

.timg:hover:after {
    opacity: 1;
}

.t-description p {
    color: #474747;
    font-size: 14px;
    margin-bottom: 20px;
}

.carousel-control-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/images/ll.svg) center no-repeat;
    left: 0;
    top: 40%;
    background-size: 20px;
    border: 1px solid #7b7b7b;
    border-radius: 50%;
}

.carousel-control-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/images/rr.svg) center no-repeat;
    right: 0;
    top: 40%;
    background-size: 20px;
    border: 1px solid #7b7b7b;
    border-radius: 50%;
}

.testimonial-box .message {
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
}

.testimonial-box .work {
    font-size: 15px;
    padding-bottom: 10px;
}

.testimonial-box h6 {
    font-weight: 700;
    color: #1f2a30;
    padding: 20px 0 5px;
}

.testimonial-box img {
    height: 100px;
    width: auto;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

/* 13-Contact */

#contact {
    background: url(../images/bg4.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 40px 0;
}

#contact .content {
    background-color: #fff;
    padding: 40px 30px 30px;
}

#contact h6 {
    font-weight: 700;
    color: #3d3d3d;
    padding: 10px 0 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

#contact h6.button-visible {
    margin: 25px 0 !important;
    cursor: pointer;
}
#experiances .container {
    position: relative;
    z-index: 5;
}
#experiances:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}
.social-links {
    height: 40px;
    width: 100%;
    margin-bottom: 48px;
}

.social-links ul {
    float: right;
}

.social-links li {
    padding: 0 5px;
}

.social-links li a {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    padding: 7px 0 0 0;
    text-align: center;
}

.vz {
    position: absolute;
    top: 136px;
    color: #da0000;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
    padding: 6px 10px;
    border: 8px solid;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    transform: rotate(-11deg);
    left: 36px;
}

.about-img {
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
}

#contact h6 .fa {
    margin-right: 10px;
}

.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    overflow: auto;
    display: none;
}
.pop.active {
    display: block;
}
.close-pop {
    cursor: pointer;
}
.pop_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.58);
}
.pop-content {
    position: relative;
    z-index: 5;
    background: #ffffff;
    text-align: left;
    width: calc(100% - 30px);
    max-width: 468px;
    display: inline-block;
    overflow: auto;
    /* height: 400px; */
    margin: 50px 0;
    padding: 40px 30px;
}
.pop-text h2 {
    color: #000000;
}
.close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/images/cancel.svg) center no-repeat;
    background-size: contain;
    opacity: 0.4;
}

.map iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #d7b56d;
}

a.l-link {
    margin-top: 22px;
    display: inline-block;
    font-size: 12px;
    opacity: 0.5;
}

/* 14-Form */

.form .form-group {
    margin: 10px 0;
}

.form .input-group {
    margin-left: auto;
    margin-right: auto;
}

.form .form-control {
    font-size: inherit;
    line-height: 100%;
    padding: 15px;
    margin: 0;
    width: 100%;
    height: auto;
    border: 2px solid #f1f1f1;
    background: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#contact .container {
    position: relative;
    z-index: 5;
}
#contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
}


.form textarea.form-control {
    height: 180px;
    resize: vertical;
}

.form input,
.form textarea {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none !important;
}

.form .disabled {
    background: #fff !important;
}

.form span.required {
    color: #ff0000 !important;
}

.error_message {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    margin: 5px 0;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F73E3E;
}

#success_page p {
    margin: 5px 0;
}

/* 15-Carousel */

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}

.carousel-control.right {
    right: -12px;
}

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -32px;
    margin-right: -19px;
}

.carousel-indicators li {
    background: #cecece;
}

.carousel-indicators .active {
    background: #1f2a30;
}

/* 16-Team */

#team {
    padding: 100px 0 70px;
}

#team h3 {
    margin-bottom: 100px;
}

.team-content {
    position: relative;
    padding: 30px 30px 40px;
}

/* 17-Footer */

footer {
    font-size: 0.875rem;
    padding: 25px 0;
    color: #636363;
    font-weight: 500;
}

footer a {
    color: #636363 !important;
}

footer .copyright {
    float: left;
}

footer .copyright {
    padding: 15px 0 0 15px;
}

footer .nav {
    float: right;
}

footer .nav li {
    padding-left: 0;
}

footer .nav li a:after {
    content: "-";
    color: #1f2a30;
    padding-left: 10px;
}

footer .nav li:last-child a:after {
    content: "";
}

/* 18-Media Queries */

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.250em;
        line-height: 1.6;
    }

    h3, .featured-news h4, #blockquote blockquote {
        font-size: 1.6rem;
    }

    #intro {
        padding: 190px 0;
    }

    .featured-news.left {
        padding: 15px !important;
    }

    .featured-news.right {
        padding: 15px !important;
    }

    .about-block.first {
        margin-bottom: 50px;
    }
	
	.mainutp h1 {
    font-size: 34px;
    margin-bottom: 29px;
}

.mainutp-text {
    font-size: 14px;
}
.mainutp-form {
    width: 100%;
    padding: 14PX;
}
.mainutp-form h5 {
    font-size: 14px;
}



}

@media all and (max-width: 992px) {
    .mobile-toggle {
        display: block;
        z-index: 99;
    }

    nav {
        width: 100%;
        padding-top: 70px;
    }

    header .nav li {
        margin: 0;
        padding: 0 15px;
        display: block;
        float: none;
    }

    nav ul {
        padding: 20px 0 40px 0;
    }

    ul li button {
        width: 100%;
        margin-top: 30px;
    }

    .open-menu {
        width: 100%;
        height: 100%;
        top: 0;
        padding: 0;
        margin: 0;
        display: block;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.95);
    }

    .navbar-collapse {
        border-top: 0px solid transparent;
        -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
    }

    .social-links {
        display: none;
    }

    .features {
        padding-top: 0 !important;
    }

    footer .copyright,
    footer .nav {
        text-align: center;
        float: none !important;
        display: table;
        margin: 0 auto;
    }

    #features h4 {
        font-size: 22px;
    }
    .slider_input.form-group {
        margin-bottom: 50px;
    }
    #about .btn {
        margin-bottom: 60px;
    }
    .t-description p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #blockquote, #experiances, #contact {
        padding: 90px 0;
    }
    .problem {
        padding: 30px 40px 20px 50px;
        width: calc(100% - 300px);
    }
    .testimonial-box h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .result {
        width: 300px;
    }
    .vz {
        left: 15px;
        top: 83px;
    }
    .timg {
        width: 100%;
    }

    #services, #testimonials {
        padding: 80px 0 120px;
    }

    #services.page {
        padding: 90px 0 50px;
    }

    .service-box {
        margin: 50px 0 80px;
    }

    #team {
        padding: 80px 0 40px;
    }

    #contact .contactform {
        margin-top: 50px;
    }

    footer .nav li {
        padding: 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 3rem;
    }
}

@media all and (min-width: 992px) {
    .v-table {
        display: table;
        table-layout: fixed;
    }

    .v-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

@media(max-width: 767px) {
    header .logo {
        width: 100px;
    }
    .header-content {
        width: 100%;
        padding: 0;
    }
    .top-contacts {
        position: absolute;
        top: 28px;
        right: 42px;
        z-index: 50;
    }
    .top-contact {
        font-size: 14px;
    }
    nav {
        margin-top: 0;
    }
    .mobile-toggle {
        top: 8px;
    }
#intro {
    padding: 80px 0;
}
    #features h4 {
        font-size: 17px;
        line-height: 160%;
    }
    #features h5 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    #services, #testimonials {
        padding: 40px 0 0;
    }
    .service-box h4.underline {
        min-height: 0;
        margin-bottom: 28px;
    }
    .underline:before {
        bottom: -14px;
    }
    #blockquote, #experiances, #contact {
        padding: 38px 0;
    }
    .problem {
        width: 100%;
        padding: 20px 20px;
        height: auto;
    }
    .result {
        width: 100%;
    }
    .timg {
        height: 300px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .problem:after, .problem:before {
        display: none;
    }
    .vz {
        left: calc(50% - 131px);
    }
    .carousel-control-next, .carousel-control-prev {
        top: 50%;
    }
    .about-img {
        height: 275px;
        margin-bottom: 30px;
    }
    #about {
        font-size: 12px;
        padding-bottom: 0;
    }
    #contact h6 {
        font-size: 14px;
    }
    a.l-link {
        margin-bottom: 30px;
    }
.service-box p {
    min-height: 0;
}
.fixed_whatsapp {
    left: 10px;
    bottom: 10px;
}
.fixed_whatsapp .icon {
    width: 42px;
    height: 42px;
}
.fixed_whatsapp .name {
    font-size: 10px;
    line-height: 13px;
    width: 222px;
}
.fixed_req {
    width: 42px;
    height: 42px;
    background-size: 22px;
    bottom: 10px;
    right: 10px;
}




}

.reviews {
    padding: 50px 0 0 0;
}
.reviews a:focus {
    text-decoration: none;
}
.reviews__body {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.reviews-title {
    font-family: Raleway, sans-serif;
	font-size: 24px;
	margin: 0 0 20px 0;
    color: #636363;
}
.reviews-items {
    display: flex;
    gap: 20px;
    width: 100%;
}
.reviews-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 2px solid #f5f5f5;
	padding: 30px;
	border-radius: 6px;
	font-size: 13px;
	color: #636363;
	height: 177px;
	width: 100%;
}
.reviews-item:hover {
	color: #2e3b41;
}
.reviews-item-start {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-between;
}
.reviews-item-image {
	width: 100px;
	max-width: 100%;
	height: auto;
	margin-right: 15px;
}
.reviews-item-rating {
	font-size: 26px;
	line-height: 1;
	border: 2px solid #f5f5f5;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	font-family: sfprodispmedium;
}
.reviews-item-rating svg {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
}
.reviews-item-end {
    color: #636363;
}
@media (max-width: 1200px) {
    .reviews__body {
        flex-direction: column;
    }    
}
@media (max-width: 576px) {
    .reviews-title {
        font-size: 16px;
    }
    .reviews-item-rating {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
    
    .reviews-item-image {
        width: 74px;
    }
    
    .reviews-item-rating svg {
        width: 17px;
        height: 17px;
    }
}

/*********preloader**********/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.09);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.preloader.active {
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}
.sk-fading-circle {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #e6b31c;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.66);
    border-radius: 100%;
    -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
    animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle-2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle-3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle-4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle-5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle-6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle-7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle-8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle-9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle-10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle-11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle-12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle-2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle-3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle-4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle-5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle-6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle-7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle-8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle-9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle-10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle-11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle-12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*********end_preloader**********/
