/*
Theme Name: Legal Consultant Blocks Pro
Theme URI: https://www.misbahwp.com/products/legal-consultant-wordpress-theme
Author: Misbah WP
Author URI: https://www.misbahwp.com
Description: 
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: legal-consultant-blocks-pro
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready,blog

Legal Consultant Blocks Pro WordPress Theme has been created by Misbah WP(misbahwp.com), 2025.
Legal Consultant Blocks Pro WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */

*{
  margin:0;
  padding:0;
  outline:none;
}
body{ 
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  position:relative;
  color:#5b5b5b;
  font-family: "Roboto", sans-serif;
}

img{ 
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
  width: auto;
}

section img{
  max-width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
}

p{ 
  margin:0 0 15px;
  padding:0;
  font-size:15px;
  font-weight:normal;
}

a{ 
  text-decoration:none;
  color:#D5B06C;
}

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

a:focus,a:hover{
  text-decoration:none !important;
}

ul,ol{ 
  margin:0 0 0 15px;
  padding:0;
}

:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.clear{ 
  clear:both;
}

input[type='submit']:hover{
  cursor: pointer;
}

small{
  font-size:14px !important;
}

/* Headings */
section{
  padding: 5em 0;
}

section h3{
  font-weight:bold;
  text-align:center;
  margin:0 0 7px;
  padding:0;
  font-size: 30px;
  color: #D5B06C;
}

section h2{
  font-weight:bold;
  text-align:center;
  margin:30px 0 0 0;
  text-transform:uppercase;
  color: #D5B06C;
}

section h4{
  color:#000;
  font-weight:bold;
  font-size:20px;
}

section h5{
  color:#D5B06C;
  font-weight:bold;
  font-size:24px;
  margin:0 0 10px 0;
  padding:0;
}

input[type="text"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}

textarea{
  height:111px;
}

input[type="submit"] {
  margin-left: 2%;
  text-align:center;
  text-transform:capitalize;
  font-size:18px;
  padding:7px 30px;
  background:#4c66ba;
  font-weight:bold;
  color:#fff;
  display:table;
}
input[type="submit"]:hover{
  background:#D5B06C;
}

/* ---------------------------------- Buttons ---------------------------------------- */
a.button-all{
  border:2px solid #000;
  color:#000;
  padding:8px 50px;
  margin:20px 0 0 0;
  font-weight:bold;
}

a.button {
  background: #D5B06C;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  border:2px solid #ffffff;
  display: inline-block;
}
.error404 .page-content {
    text-align: center;
}
.woocommerce-message a:hover.button.wc-forward {
    background: #D5B06C;
    color: #fff;
}
.padding0
{
  padding:0;  
}
select.orderby{
  width: 100%;
  padding: 10px;
}
.input-text.qty.text{
  padding: 5px;
}
table, td, th {
  border: 1px solid black;
}
#content-test table, td, th {
  padding: 6px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
  content: none;
}

.stickynavbar {
  z-index: 99;
  padding-top: 0 !important;
}
#sticky-onoff {
  display: none;
}

.sticky-header {
  position: fixed !important;
  top: 0px ;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 15px 0 !important;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 0 5px #eee;
}
.admin-bar .sticky-header {
    top: 32px;
}

/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #1B1B22;
}

.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-nav, a.closebtn{
  display: none;
}
.main-navigation ul ul li{
  padding: 5px 0px;
}

/*--------------------- Services --------------*/
.section-heading {
    text-align: center;
}
#services h2.heading_title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    color: #D5B06C;
    text-transform: capitalize;
}
#services .section-heading p {
    color: #000;
}
.serviceBox {
    padding: 30px 30px;
    background: #F5F5F5;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
#services .owl-item:last-child {
    margin: 0 !important;
}

.serviceBox .service-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background: #1B1B22;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #1B1B22;
    align-content: center;
    justify-items: center;
    transition: 0.5s all ease-in-out;
}
.serviceBox .service-icon img {
    width: auto !important;
}

.serviceBox:hover .service-icon{
    transform: rotateY(180deg);
    background: #D5B06C;
}
.serviceBox .service-icon i {
    transition: all 0.5s ease 0s;
}
.serviceBox .title {
    font-size:20px;
    font-weight: bold;
    color: #1B1B22;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    text-align: center;
}
.serviceBox .title:after {
    content: '';
    width: 60px;
    height: 2px; 
    background: #D5B06C;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #505050;
    line-height: 1.8;
    margin: 0;
    transition: all 0.5s ease 0s;
}
section#slider img {
  width: 100%;
}

/* ------------------------------------ Team ---------------------------------------- */

.team-heading {
    text-align: center;
}
#team h2.heading_title {
  font-size: 33px;
  line-height: 24px;
  color: #D5B06C;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#team p.heading_content {
    max-width: 60%;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
#team .our-team{
    padding: 20px 15px 30px;
    border-radius: 15px;
    text-align: center;
}
#team .our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
}
#team .our-team:hover .pic{
    background: #D5B06C;
    border-radius: 50%;
}
#team .our-team:hover .title a{
    color: #D5B06C;
}
#team .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}
#team .our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #1B1B22;
    margin: 0 0 7px 0;
}
#team .our-team .post {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
    color: #505050;
    font-weight: 400;
    text-align: center;
}
#team .our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
#team .our-team a {
    font-size: 20px;
    line-height: 24px;
    color: #1B1B22;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
#team .our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
#team .our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #D5B06C;
    border: 1px solid #D5B06C;
    transition: all 0.5s ease 0s;
}
#team .our-team:hover .social li a{
    background: #D5B06C;
    color: #fff;
}

/* ------------------------ Latets Post --------------------------------- */

#latest .latest_heading h3 {
    font-size: 33px;
    color: #D5B06C;
    font-weight: 700;
    text-align: center;
}
#latest .latest_heading p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
#latest .post-slide-big {
    position: relative;
}
#latest span.over-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1B1B22;
    opacity: 0.7;
    z-index: 1;
}
#latest .post-review-big {
    position: absolute;
    top: 45%;
    max-width: 80%;
    margin: 0 45px;
    z-index: 9;
}
#latest .post-review-big h3.post-title {
    font-size: 28px;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 500;
    text-align: left;
}
#latest .post-review-big a {
    color: #fff;
    text-decoration: none;
}
#latest .post-review-big p.post-description {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
}
#latest .post-slide:hover h4.post-title a{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}
#latest .post-slide:hover a.read-more{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}
#latest .post-slide:hover a.read-more:after{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}
#latest .post-slide:hover span.post-date{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}
#latest .post-slide-big:hover h3.post-title a{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}
#latest .post-slide-big:hover a.read-more{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}
#latest .post-slide-big:hover a.read-more:after{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}
#latest .post-slide-big:hover span.post-date{
    color: #D5B06C;
    transition: color 0.5s ease 0s;
}

#latest span.post-date {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 50px;
    padding: 10px 5px;
    font-size: 25px;
    line-height: 20px;
    color: #1B1B22;
    font-weight: 500;
    text-align: center;
    background: #fff;
    z-index: 9;
}
#latest span.post-date span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
#latest .post-slide {
    background: #e6e6eb;
}
#latest .post-slide {
    background: #eee;
    position: relative;
    height: 100%;
}
#latest h4.post-title {
  font-size: 22px;
  color: #1B1B22;
  font-weight:500;
  line-height: 1.6;
}
#latest h4.post-title a {
    color: #1B1B22;
    text-decoration: none;
}
#latest .post-slide a.read-more {
    font-weight: 600;
    color: #1B1B22;
    text-decoration: none;
}
#latest p.post-description {
    font-size: 15px;
    color: #505050;
    font-weight: 400;
}
#latest .post-review {
  padding: 54% 17px 10%;
}
#latest .post-review-big a.read-more:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #fff;
    margin-left: 6px;
    position: relative;
    left: 0px;
    top: 1px;
}
#latest .post-review a.read-more:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1B1B22;
    margin-left: 6px;
    position: relative;
    left: 0px;
    top: 1px;
}
section#feature {
    padding-bottom: 0;
}
div#sponser {
    position: relative;
    margin-top: 50px;
}
#sponser .owl-nav {
    display: block;
}
#sponser .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    border: 0;
    background: transparent;
    color: #ddd;
    font-size: 30px;
}
#sponser .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}

/* ------------------------ Home Contact --------------------------------- */
section#home_contact-sec {
  background-size: 100% 100%;
}
.home_contact_form {
    background: #fff;
    border: 5px solid #ccc;
    box-shadow: 0 0 1px 0px #fff;
}
.contact_content {
    padding: 80px 35px 35px;
}
.contact_content h3.contact-title {
    font-size: 23px;
    line-height: 24px;
    color: #505050;
    font-family: "Roboto";
    font-weight: 500;
    text-align: left;
    margin: 5px 0 20px 0;
}
.form-btn {
    text-align: center;
    position: relative;
}
.home_contact_form input, .home_contact_form textarea {
    border-color: #D1D1D1 !important;
    margin: 0 !important;
    line-height: 2;
}
.home_contact_form input::placeholder, .home_contact_form textarea::placeholder {
    color: #9E9E9E;
}
.home_contact_form input[type="submit"] {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    background: #D5B06C;
    margin-left: 0;
    display: inline-block;
    padding: 12px 30px 12px 25px;
    position: relative;
    border: 0;
}
.home_contact_form .form-btn:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 52%;
    color: #fff;
}
.home_contact_form .form-btn p{
    margin: 0;
}
.home_contact_form input:hover.wpcf7-form-control.wpcf7-submit {
    background-color: #D5B06C;
    color: #fff;
}
.home_contact_content h3 {
    font-size: 35px;
    color: #D5B06C;
    font-weight: 500;
    text-align: left;
}
.home_contact_content p {
    font-size: 15px;
}
.home_contact_content i {
    font-size: 25px;
    color: #fff;
    margin-top: 5px;
}
.contact_phone {
    margin-top: 11%;
}
.home_contact_content hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #646b69;
}
.home_contact_content h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 0;
}
.home_contact_content p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}
.home_contact_content p a {
    text-decoration: none;
    color: #fff;
}
.home_contact_content p a:hover {
    color: #D5B06C;
}
.contact_phone, .contact_location, .contact_email {
    display: flex;
    gap: 20px;
}
.map-cont {
    position: relative;
}
#locationBox {
    background: #1B1B22;
    padding: 30px 30px;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 12px;
    z-index: 9;
    width: 320px;
}
#locationBox .location-item {
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
}
#locationBox .location-item:first-child i {
    color: #FE9400;
}
#locationBox .location-item:nth-child(2) i {
    color: #23A6E7;
}
#locationBox .location-item:nth-child(3) i {
    color: #00C7C4;
}


/* --------------------- HEADER ---------------------------- */

#header .nav ul li:hover > ul {
    display: block;
    width: 200px;
    position: absolute;
    top: 40px;
    text-align: left;
    padding: 0;
    z-index: 99;
    color: #000;
}

#header .nav ul li:hover > ul a{
  background-color:#fff;
  border:1px solid #D5B06C;
}

#header .nav ul li > ul.sub-menu li a:hover{
  background: #D5B06C;
  color: #fff;
}
ul.sub-menu {
  display: none;
}
#header .logo a{ 
  color:#333333;
}

#header .logo p{ 
  font-size:12px;
  color: #999;
}
#masthead {
    position: unset;
    top: 0;
    z-index: 99;
    width: 100%;
}
#masthead {
    background: #fff;
}

#header .social-media i {
   transition: color 0.5s linear;
}
#header .social-media a:hover i {
   color: #D5B06C;
}

#header .nav {
  text-align: center;
  float: none;
  justify-content: right;
}
#header .nav ul {
  margin-top: -5px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
#header .nav ul li{ 
  display:inline-block;
  margin:0;
  position:relative;
}
.main-navigation li {
  padding: 5px 6px;
}
#header .nav ul li a{ 
  color:#1B1B22;
  padding: 13px 14px;
  font-size: 15px;
}
#header .nav ul {
  margin: 0;
  padding: 4px 0px 0px 10px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    color: #D5B06C !important;
}
#header a.header-button:hover span {
    color: #fff;
    transition: color 0.5s linear;
}
#header a.header-button:hover {
    background: #D5B06C;
    transition: color 0.5s linear;
}
/*sub menu*/
.main-navigation ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
}
.main-navigation ul ul a{
  text-transform: none;
    font-weight: 400;
    color: #1e1d1c;
    padding: 8px 0px;
    font-size: 14px;
    line-height: 1.5;
}
.main-navigation ul li a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    font-size: 16px;
    color: #D5B06C;
    font-weight: 600;
}
#header .main-navigation ul li a:hover {
    color: #D5B06C;
}
.main-navigation ul ul li {
    padding: 0;
    display: block;
}
.main-navigation ul ul li a {
    display: block;
}
#header .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
    float: none;
    display: block;
    text-align: left;
}
#header .logo h1 a{
  font-size: 34px;
  line-height: 40px;
  color: #D5B06C;
  font-weight: 600;
}

.topbar-content h6 {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
}
#header a.header-button {
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    font-weight: 700;
    color: #000;
    padding: 10px;
    border-radius: 25px;
    margin-left: 9px;
}

/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #D5B06C;
  cursor: pointer;
}
.search-box i {
  font-size: 19px;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
}
.serach-page input.search-field {
   padding: 10px;
}
.serach_inner .search-submit {
    color: #D5B06C;
    border-radius: 50%;
    padding: 10px 13px;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 89%;
  color: #D5B06C;
}
#header .search-box i {
    color: #D5B06C;
}

/* ------------------ slider ------------------------ */
#slider {
    max-width: 100%;
    margin: 0 0 5em;
    padding: 0;
    position: relative;
}
#slider img.bg-slider {
    height: 700px;
}
#slider .slider-box {
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
    z-index: 9;
}
#slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.call-text h4 {
  font-size: 18px;
  padding: 0;
  color: #1B1B22;
  font-weight: 700;
  text-align: left;
}
.call-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar-content p,.topbar-content a{
    margin: 0;
    color: #424242;
    font-size: 15px;
    text-decoration: none;
}
.topbar-content a:hover {
    color: #D5B06C;
}
.call-text i{
    font-size: 24px;
    color: #fff;
    background: #D5B06C;
    border-radius: 10px;
    padding: 7px 10px;
    width: 45px;
    height: 45px;
    align-content: center;
    text-align: center;
}
.top_social .socialbox {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 10px;
}
.top_social .socialbox a{
    background: #000;
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 17px;
    width: 38px;
    text-align: center;
    color: #fff;
}
.top_social .socialbox a:hover{
  background: #D5B06C;
}

.phone, .email {
  font-size: 15px;
  color: #1B1B22;
  font-weight: 500;
  font-family: "Roboto";
  overflow-wrap: anywhere;
}

.bg-slider{height: 900px;}
.slider-images img {
  height: 900px;
  object-fit: cover;
}
/*.topbar-content .row.aaf {*/
/*  gap: 60px;*/
/*}*/
.slider.row{height: 600px;}
.col-xl-6.col-lg-6.col-12.slider-images {
  position: absolute;
  right: 0;
  top: -55%;
}
.content-slider {
  position: relative;
}
.slider-2 {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}
.slider-1 {
  text-align: left;
  margin-bottom: 30px;
}
.slider-1 .slider-content {
    padding-right: 8em;
}
#slider h2 {
  font-size: 35px;
  line-height: 40px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
#slider .happy-customer img {
    width: auto;
    height: auto;
}
#slider .happy-customer {
    display: flex;
    gap: 20px;
    width: 280px;
}
#slider .happy-customer h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    align-content: center;
}
#slider .slider-1 p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
}
.slide-btn{
    font-weight: 500;
    font-size: 16px;
    padding: 13px 29px;
    border: none;
    position: relative;
    transition: all 0.2s ease 0s;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #D5B06C;
}
.search-box {
  text-align: end;
}
.slide-btn.green:hover{ background-color: #000; }
#slider .owl-carousel .owl-nav {
    display: flex;
    position: absolute;
    bottom: 25%;
    right: -7%;
    z-index: 9;
    flex-direction: column-reverse;
    gap: 15px;
}
#slider .owl-carousel .owl-nav button {
    border: 0;
    background: #fff;
    color: #1B1B22;
    padding: 10px;
    border-radius: 6px;
    width: 40px;
}
#slider .owl-carousel .owl-nav button.owl-prev {
    background: #D5B06C;
    color: #fff;
}

/* ------------------------------------ About ---------------------------------------- */
section#about {
  background-size: 100% 100%;
  object-fit: cover;
}
.about-img {
    position: relative;
}
.about-img img {
    width: 100%;
}
.about-author {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1B1B22;
    color: #fff;
    display: flex;
    width: 280px;
    border-radius: 0 10px 0 0;
    border: solid #fff;
    border-width: 10px 10px 0 0;
    padding: 30px;
    gap: 20px;
}
.about-author img {
    width: auto;
    flex-basis: 35%;
    align-content: center;
}
.author-content {
    flex-basis: 65%;
    align-content: center;
}
.author-content h6 {
    font-size: 18px;
    font-weight: 500;
}
.about-content {
    padding-left: 30px;
}
.about-content h3 {
  font-size: 33px;
  line-height: 24px;
  color: #D5B06C;
  font-weight: 700;
  text-align: left;
}
.about-content h6 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.about-content h5 {
  font-size: 30px;
  line-height: 38px;
  color: #1B1B22;
  font-weight: 700;
}
.about-content p {
  font-size: 15px;
  line-height: 23px;
  color: #505050;
}
.about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-content ul li {
    font-size: 17px;
    color: #000;
    margin-bottom: 8px;
}
.about-content ul li:before {
    content: '\f0a3';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
}
.about-btn a {
    display: inline-block;
    color: #ffffff;
    background: #D5B06C;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.about-btn a:hover {
    background: #000;
    color: #fff;
}


/* ------------------------------------ Project ---------------------------------------- */

#project .project_heading {
    margin: 0 auto 20px;
}
#project .project_heading h3 {
    font-size: 33px;
    line-height: 24px;
    color: #D5B06C;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
#project .project_heading p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
#project .tab .nav-tabs {
    border-bottom: none;
    width: 648px;
    margin: 0 auto;
    justify-content: space-between;
}
#project .tab .nav-tabs li {
    margin: 0 33px 0 0;
    z-index: 1;
}
#project .tab .nav-tabs li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 2px;
    background: #fff;
}
#project .tab .nav-tabs li a.active:before {
    background: #D5B06C;
}
#project .tab .nav-tabs li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
#project .tab-content.tabs {
    margin-top: 4%;
}
#project .tab .nav-tabs li a.active {
    color: #D5B06C;
}
#project .tab .tab-content h3{
    font-size: 24px;
    color: #e9dcbb;
    margin-top: 10px;
}
#project .tab-content.tabs img:hover {
    opacity: 0.4;
    transition: opacity 0.4s linear;
}
#project .bb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#project .bb:nth-child(even) {
  height: 300px;
}
#project .bb:nth-child(odd) {
  height: 600px;
}
#project .bb:nth-child(05){
  margin-top: -300px;
} 

/* ------------------------- Testimonial ----------------------------- */
#clients {
    background: #f5f5f5;
}
#clients p.testi_subhead {
    color: #000;
}
.testimonial {
    padding-top: 30px;
    background: #fff;
    border-bottom: 5px solid #0C121D;
}
.testimonial .description{
    color: #8b8b8b;
    line-height: 1.8;
    position: relative;
    padding: 10px 20px 10px 0;
    margin-bottom: 15px;
}
.testimonial .description:before {
    content: "";
    position: absolute;
    font-size: 42px;
    z-index: 99999;
    width: 80px;
    height: 75px;
    text-align: center;
    top: 17px;
    background: url('./assets/images/testimonial/quote.png') no-repeat center center #e8e9ef;
    border-radius: 0px 10px 0px 0px;
}
.testimonial .description p {
   margin-left: 17%;
  font-size: 16px;
  line-height: 25px;
  color: #505050;
  font-weight: 400;
}
.testimonial .testimonial-pic {
    width: 80px;
    height: 80px;
    padding: 0;
}
.testimonial .content {
    margin-left: 17%;
    padding-bottom: 18px;
    display: flex;
    gap: 20px;
}

.testimonial .testimonial-pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #696969;
    padding: 3px;
}
.testimonial .testimonial-review{
    margin: 0;
    align-content: center;
}
.testimonial .testimonial-title {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    text-align: left;
}
.testimonial .testimonial-review span {
    color: #505050;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}
.testimonial:hover .description:before {
  color: #D5B06C;
  transition: color 0.3s linear;
}
.testimonial:hover {
  background: #D5B06C;
  transition: color 0.3s linear;
}
.testimonial:hover .description p, .testimonial:hover h3, .testimonial:hover .testimonial-review span{
  color: #fff;
}
.testimonial:hover .testimonial-pic img{
  border-color: #fff;
}
#clients .owl-dots {
    display: block;
    text-align: center;
    margin-top: 30px;
}
#clients .owl-dots button {
    width: 25px;
    height: 4px;
    background: #979FAD;
    margin: 0 4px;
    border: 0;
}
#clients .owl-dots button.active {
    background: #D5B06C;
}

/* ------------------------------------ records ---------------------------------------- */
#our_records {
    margin-top: 5em;
}
.record_icon {
    text-align: center;
    margin-bottom: 25px;
}
.counter-value {
    font-size: 48px;
    color: #D5B06C;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
}
#our_records h3.title {
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}


/* ------------------------------------ Skills ---------------------------------------- */
.skills-content h3.skills_head {
    font-size: 33px;
    color: #D5B06C;
    font-weight: 700;
    text-align: center;
}
.skills-content p.skills_subhead {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.skillBox {
    padding: 20px 15px 25px;
    margin: 40px auto 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    border-bottom-width: 3px;
    position: relative;
    box-shadow: 0 0 18px #E3E3E3BF;
}
.skillBox .skill-icon {
    width: 80px;
    height: 78px;
    border-radius: 40px;
    background: #1B1B22;
    color: #fff;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}
.skillBox .skill-icon img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 9;
}
.skillBox .skill-icon i {
    display: inline-block;
    font-size:3em;
    line-height:70px;
}
.skillBox:hover .skill-icon {
  background: #D5B06C;
}
.skillBox h3 {
    font-size: 20px;
    position: relative;
    margin: 25px 0 10px 0;
    padding:10px 0;
    background:none;
    overflow:hidden;   
    color: #1B1B22;
    font-weight: 500;
}
.skillBox h3:before{
    content:"";
    background:#D5B06C;
    width:0;
    height:2px;
    position:absolute;
    bottom:0;
    left:50%;
}
.skillBox h3:after{
    content:"";
    background:#D5B06C;
    width:0;
    height:2px;
    position:absolute;
    bottom:0;
    right:50%;
}
.skillBox:hover h3:after,
.skillBox:hover h3:before{
    width:20%;
}
.skillBox,
.skill-icon,
.skillBox .skill-icon i,
.skillBox h3:before,
.skillBox h3:after{
    transition: all 0.5s ease-in-out;
}
.skillBox p {
    font-size: 14px;
    margin:0 0 15px;
    color: #505050;
    font-size: 15px;
}

/* --------------------- Why Choose us ------------------------------ */
.post-img-big img {
  width: 100%;
}
.why-choose-us-content h3 {
    font-size: 33px;
    line-height: 36px;
    color: #D5B06C;
    font-weight: 700;
    text-align: left;
}
.why-choose-us-content h6 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: left;
}
.why-choose-us-content h5 {
    text-align: left;
    font-size: 30px;
    line-height: 38px;
    color: #1B1B22;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}
.why-choose-us-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #505050;
    font-weight: 400;
    text-align: left;
}
.why-choose-us-content p.text {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    font-weight: 500;
    text-align: left;
    margin-top: 20px;
}
.why-choose-us-boxex h5 {
    font-size: 15px;
    line-height: 24px;
    color: #1B1B22;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.why-choose-us-boxex {
    text-align: center;
    box-shadow: 0 0 24px #E3E3E3BF;
}
.why-choose-us-boxex .contnt {
    padding: 50px 20px;
    justify-content: center;
}
.why-choose-us-boxex:hover {
    box-shadow: 0 0 4px 7px #D5B06C;
    transition: box-shadow 0.1s linear;
}
.why-choose-us-boxex:hover h5{
    color:#D5B06C;
    transition:color 0.5s linear;
}
/* ------------------------------------ Feature ---------------------------------------- */
.feature-img {
    padding-right: 50px;
}
.feature-img img {
    width: 100%;
}
.feature-content h3 {
    font-size: 38px;
    line-height: 36px;
    color: #D5B06C;
    font-family: "Roboto";
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}
.feature-content h6 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-align: left;
}
.feature-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}
.feature-box  {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.feature-box .feature-icon, .feature-box .feature-txt {
    align-content: center;
}
.feature-box .feature-icon img {
    width: 70px;
}
.feature-box h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
.feature-box p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}
#sponser img {
    border: 2px solid #fff;
}
#sponser img:hover {
    transform: rotate(360deg);
    transition: transform 2s ease;
    border-color: #D5B06C;
}

/* Homepage */

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  border:1px solid #bbb;
  padding:5px;
}

.alignright, img.alignright { 
  display: inline;
  float: right;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}

.aligncenter, img.aligncenter { 
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  border: 1px solid #bbb;
  padding: 5px;
}

.alignnone {
  float: none;
  margin: 0 auto;
  display: block;
  clear: both;
  border: 1px solid #bbb;
  padding: 5px;
}

.comment-list .comment-content ul { 
  list-style:none;
  margin-left:15px;
}

.comment-list .comment-content ul li{
  margin:5px;
}

.toggleMenu{
  display:none;
}

a.small-button{
  background:#D5B06C;
  padding:5px 30px;
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}

a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
.footer_hide{
  display:none;
}
.textwidget {
  color: #fff;
}
h3.widget-title {
  text-align: left;
}
ul#menu-quick-links {
  margin: 0;
}
#footer{
  background-color: #1B1B22;
}
#footer p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
#footer p a {
    color: #fff;
    text-decoration: none;
}
#footer ul li{
  list-style: inside;
  background:none !important;
  padding: 0 0 8px !important;
  color: #fff;
}
#footer form p {
    position: relative;
}
#footer input.wpcf7-submit {
    text-indent: -9999px;
    background: url('./assets/images/envelope.png') no-repeat center center #D5B06C;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 25px;
    background-size: 20px;
    z-index: 9;
}
#footer{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2rem 0px;
}

.footer_widgets h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}
.footer_widgets .textwidget p i {
    margin-right: 10px;
}
.footer_widgets p.social-icon {
    display: flex;
}
.footer_widgets p.social-icon a {
    display: inline-block;
}
.footer_widgets p.social-icon a i {
    color: #1B1B22;
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    width: 35px;
    text-align: center;
}
.footer_widgets p.social-icon a i:hover {
    background: #D5B06C;
    color: #fff;
}
.footer_widgets ul {
  font-size: 12px;
  margin: 0;
  padding-left: 10px;
}
.footer_widgets ul a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.footer_widgets ul a:hover, #footer p a:hover {
    color: #D5B06C;
}
p.footer-widget-para {
  font-size: 15px;
  text-align: left;
  color: #fff;
}
.copyright p {
  padding: 20px 0;
  margin: 0px;
  color: #fff;
  font-size: 15px;
}
a.credit-link {
  color: #fff;
}
#footer-2 {
    background: #D5B06C;
}
#footer-2 .nav ul {
    margin: 0;
    padding: 2px 0px 0px 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#footer-2 .nav {
    justify-content: flex-end;
}
#footer-2 .nav ul li {
    display: inline-block;
}
#footer-2 .main-navigation ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
#footer-2 .nav ul li a {
    color: #fff;
    padding: 13px 4px;
    font-size: 14px;
}
#footer-2 .nav ul li a:hover, #footer-2 .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, #footer-2 .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    color: #000 !important;
}
.credit-link:hover {
    color:#D5B06C;
}
/* --------- Blog Page ------- */

#full-width-blog .postbox{
  width:100%;
  border: solid 1px rgba(187, 187, 187, 0.12);
  box-shadow: 0px 1px 1px 1px #bbb;
  overflow-x: hidden;
}

#full-width-blog .postbox h3 {
  font-weight:normal;
  font-size:35px;
  text-align: center;
  margin:15px 0 20px;
}
#full-width-blog .post-box {
  width: 100% !important;
  border: unset;
}
.post-box {
  margin-bottom: 16px;
  padding: 0 0 26px;
}
.post-box {
  /*margin-bottom: 39px;*/
  padding: 0 0 26px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#full-width-blog .post-box h3 {
  font-weight: normal;
  font-size: 22px;
  text-align: left;
  margin: 15px 0;
  padding: 0;
  color: #1B1B22;
}

#blog-left-sidebar p{
  padding: 2%;
  line-height: 25px;
}

#blog-right-sidebar p{
  padding: 2%;
  line-height: 25px;
}

.blogimg-full img{
  width: 100%;
}

.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}

.read-more-icon a:hover{
  opacity: 0.9;
}

.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}

.continue-read a:hover{
  background: #18304c;
  color:#fff;
}

.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}

.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}

.post-content-box p {
  padding: 2%;
  line-height: 25px;
  color: #797575;
}
.postbox {
  margin-bottom:39px;
  border:1px solid #bbb;
  padding:0 0 26px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}

.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}

.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}

.blogbutton-small{
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}

.metabox {
  color: #000;
  padding: 5px 0 10px;
  clear: both;
  /*margin-bottom: 1%;*/
}
a.post-a {
    color: #ffffff;
    background: #D5B06C;
    padding: 8px 10px;
    font-size: 15px;
    display: inline-block;
    border-bottom: 1px solid;
}
a.post-a:hover {
    background: #000;
}
.post-read {
  margin: 0 0 0 0px;
}
.post-read i {
    margin-left: 8px;
}
.metabox .entry-date{
  margin:0 13px 0 0;
}

.metabox .entry-author{
  margin:0 20px 0 0;
}

p.socila_share a i {
  background: #333333;
  color: #fff;
  padding: 9px 8px 23px;
  width: 30px;
  margin: 0 2px;
  height: 23px;
}
ul.post-categories {
    list-style: none;
    margin: 0;
}
.post_ctg span {
    float: left;
    margin-right: 7px;
    color: #D5B06C;
}
#content-test .post-categories li {
    padding: 0px;
    margin: 0;
}
p.logged-in-as a {
    color: #000;
}
p.logged-in-as a:hover {
    color: #0275d8;
}
h2#reply-title {
    font-size: 2rem !important;
}

.post-box p {
  line-height: 1.5;
}

/* -----Pagination ---------------*/
.navigation {
  clear:both;
  position:relative;
  font-size:14px;
  line-height:13px;
  float:left;
  font-weight:bold;
} 
.navigation span,.navigation a {
  margin: 0px 0px 10px 0;
  padding:0px 10px;
  text-decoration:none;
  width:-webkit-fill-available;
  color:#fff;
  background: #18304c;
  line-height: 20px;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

span.post-title {
    font-weight: normal;
}
.nav-links .nav-previous, .nav-links .nav-previous {
    display: inline-block;
}
.navigation a, .navigation span {
    padding: 0;
}
.navigation a:hover{
  color:#18304c;
}
.navigation a, .navigation span {
    background-color: #18304c !important;
    color: #fff;
    display: inline-block;
    width: auto;
    padding:10px 15px;
    font-weight:500;
    font-size: 15px;
}
.navigation .current, .navigation a:hover {
  background: #D5B06C !important;
  color: #18304c;
}
/*Edit Button*/
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button {
    position: absolute;
     left: unset; 
  }

/*----------Content-test-----------*/
.postbox p {
  margin: 15px 15px 25px 15px;
}

#content-test h6 {
  margin: 0 0 15px;
  font-size: 18px;
  padding: 0;
  font-weight: bold;
  line-height: normal;
}
#content-test p{
  line-height: 25px;
  font-size: 16px;
  padding: 0;
  margin: 0px 0px 10px 0px;
}

#content-test hr{
  border:none;
  border-bottom:2px dotted #7e7e7e;
  margin:15px 0;
  clear:both;
}

#content-test h2{
  font-size:44px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
}

#content-test h3{
  font-size: 20px;
  font-weight:600;
  padding:0;
  margin:0 0 10px 0;
  margin-top: 15px;
}
.shrtcod-pg {
    border: 1px solid #bbb;
}

#content-test ul li {
  padding: 8px 0 0 5px;
  margin: 0 10px 20px 0;
}
#content-test ul li a{
  color: #000;
}

#content-test ul li ul li{
  background:url('images/bullet-fork2.png') no-repeat 0 5px;
}

#content-test #comments ul{
  margin: 0!important;
}

#content-test ol{
  margin:0 0 0 15px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}

#content-test ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}
.read-moresec{
  margin:2% 0;
}

/* --------- CONTACT Page --------- */
.top-contact1.col-md-2.col-lg-2.col-xs-12.col-sm-4 {
  margin-top: 12px;
}
.contact_banner {
  background-size: cover;
}
section#contact-box{
  padding:0;
  margin:0;
}
div#wpcf7-f112-p50-o1 {
  margin-left: -15px;
}
section#contact-box {
  padding: 1.5em 0;
}
.contact-info{
  font-weight:bold;
  font-size:16px;
  line-height:26px;
}

section#contact-box iframe{
  width:100%;
}

.contact-info .head{
  color:#000;
}

.contact_form textarea  {
  height: 75px;
}

.contact_form{
  background: #000;
  padding: 54px;
}

.contact_form p{
    color:#fff;
  margin:0 0 15px}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea { 
  width: 100%;
  background: #262626;
  border: 1px solid #262626;
  color: #fcfcfc;
  padding: 8px 10px;
  margin:5px 0 0 0;
}

.contact_form input[type="submit"] {
  background:none;
  color:#fff;
  padding:10px 50px;
  text-transform:uppercase;
  color:#fcfcfc;
  display:table;
  margin: 23px auto 0;
  text-align:center;
  border: 2px solid #fff;
}

.contact_form input[type="submit"]:hover{
  background:#ffd34e;
  color:#000;
}

h3.contact-page {
  font-weight: bold;
  color: #D5B06C;
  border-bottom: double 3px #D5B06C;
  display: table;
  margin-bottom: 6%;
  letter-spacing: 3px;
}
.contact-name .c_content.media-small  {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-name i, .contact-email i, .contact-call i, .contact-location i, .contact-information i {
  text-align: center;
  font-size: 20px;
  color: #D5B06C;
  background: transparent !important;
}
.c_content.media-small {
    font-size: 18px;
}
.c_content.media-small a {
    color: #505050;
}
.contact-location,
.contact-call,
.contact-email,
.contact-information,
.contact-name {
  margin-bottom: 2%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],
textarea {
  border: 1px solid #bcbcbc;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 23px 0;
  height: auto;
}

textarea {
  height: 111px;
}
.woocommerce #respond input#submit{
  background-color: #D5B06C;
  color: #fff;
}
.contact-box input[type="submit"] {
    background: #D5B06C;
    margin-top: 15px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 40px;
    border: solid 2px #D5B06C;
    margin-left: 0;
}

input[type="submit"] {
    border: 2px solid #fff;
    background: #D5B06C;
    text-align: center;
    font-size: 18px;
    padding: 7px 30px;
    font-weight: bold;
    color: #fff;
    display: table;
}
input:hover.wpcf7-form-control.wpcf7-submit{
    background-color: #D5B06C;
    color: #fff;
}
#header .nav ul li ul{
    margin-top: 10px;
}
#header .nav ul.children li a:hover{
    background-color: #D5B06C;
    color: #fff;
}
div.wpcf7-validation-errors{
    clear: both;
}
.main-header {
    border-bottom: 1px solid #ccc;
}
.page-template-home-page .main-header{
    border-bottom: none;
}
.contact-info {
    font-weight: normal;
}

/* --------- POST --------- */
section#blog{
  padding-top:0;
  margin-top:0;
}

.blog-post h5{
  text-transform:uppercase;
  color: #000;
}

.feature-image-box{
  width:100%;
}
.feature-image-box img {
    height: 300px;
    object-fit: cover;
}

.hovereffect a{
  border:1px solid #fff;
  background:#000;
  color:#fff;
  padding:5px 20px;
}

.hovereffect a:hover{
  background:#ffd34e;
  color:#000;
}
 
.bradcrumbs{
  padding:30px 0;
}

.bradcrumbs a{
  background:#f1f1f1;
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}

.bradcrumbs a:hover{
  background: #D5B06C;
  color: #fff;
}

.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}
h1.main-heading {
    font-size: 30px;
    margin: 10px 0px;
    color: #000;
}
/*---------------------------------- Comments BOX ----------------------------------------------*/
#comments{
  margin-top:40px;
}

#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
  padding:40px 0 0 0;
}

#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}

#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  width:100%;
  padding:12px 10px;
  font-size:18px;
  margin:0 0 0 0;
}

#comments textarea{
  height:111px;
}

#comments input[type="submit"].submit{
  background:#D5B06C;
  text-transform:uppercase;
  font-weight:bold;
  padding: 10px 20px;
  margin-top: 10px;
}

#comments a.comment-reply-link{
  color:#000;
  background:#cecece;
  padding:5px 15px;
}

#comments a.comment-reply-link:hover{
  background:#D5B06C;
}

#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}

#content-test #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}

#content-test #comments ul{
  margin:0 0 0 40px;
}

#comments .reply{
  float:right;
}

#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}

#comments .comment-content{
  width:90%;
  float:left;
  margin-left:7%;
}

#comments p {
  width:100%;
  float:left;
}

/*------------------------------------- Sidebar -------------------------------------------*/
#sidebar form{
  display: table;
  width: 100%;
}

#sidebar h3, #sidebar h2.wp-block-heading {
  margin:0 0 25px;
  padding:4% 4%;;
  text-transform:capitalize;
  font-weight:600;
  font-size:18px;
  color: #fff;
  text-align: center;
  background: #D5B06C;
}

#sidebar input[type="search"] {
  background:#eeeeee;
  padding:9px 10px;
  border: 1px solid #ccc;
  font-size:15px;
  color:#000;width:100%;
}

#sidebar label{
  width:70%;
  float:left;
  margin-bottom: 0;
}

#sidebar input[type="submit"]{
  background:#D5B06C;
  border:none;
  color:#fff;
  padding: 10px 0;
  width:30%;
  font-size:15px;
  float:left;
  margin:0;
}
#sidebar aside{
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ccc;
}

#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:17px;
}
#sidebar ul li{
  margin:0 0 15px;
  padding:0 0 0 10px;
  font-weight:bold;
  font-size: 14px;
}

#sidebar ul li a{
  color:rgba(0, 0, 0, 0.78);
  font-size: 14px;
  font-weight: 500;
}

#sidebar .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}

#sidebar .tagcloud a:hover{
  background:#ffd34e;
}
div#sidebar {
    padding-top: 38px;
}
#blog-left-sidebar div#sidebar {
  padding-top: 0px;
}
#blog-right-sidebar div#sidebar {
  padding-top: 0px;
}
/*------------------------------------------Page -----------------------------------------------*/
.page-header{
  border-bottom:none !important;
}
aside#calendar-3 td, aside#calendar-3 tr, aside#calendar-3 th {
    border: 1px solid #ccc;
    padding: 10px;
}
td#today {
    color: #fff;
    background-color: #000;
}
.archive .title-box h1 {
  color:#000000;
}
.pad-top {
    margin: 20px 0;
}
.title-box{
  background-repeat:no-repeat;
  background-size:100% 100%;
  color: #000 !important;
  text-transform:uppercase;
  text-align:center;
}

#content p{
  text-align:center;
}

#content hr{
  border:none;
  border-bottom:2px dotted #7e7e7e;
  margin:35px 0;
  clear:both;
}

#content h2{
  font-size:35px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
}

#content h3{
  font-size:36px;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000;
  margin:0 0 25px;
}

#content h4{
  font-size:20px;
  font-weight:bold;
  margin:0;
  padding:0;
  color:#333;
  margin:0 0 25px;
}

#content ul{
  list-style:none;
  margin:0 0 0 10px;
  padding:10px 0 0;
  font-size:16px;
}

#content ul li{
  padding:0 0 0 35px;
  margin:0 0 20px 0;
  line-height:25px;
}
#content ol{
  list-style: none;
  margin:0 0 0 15px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}

#content ol li{
  padding:0 0 0 0;
  margin:0 0 20px 0;
}

#content ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: #2980B9;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-weight:bold;
}

#content-test  h5{
  margin:0 0 15px;
  font-size:18px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}

/* Banner Plugin CSS*/
.title-box {
    position: relative;
    padding: 8em 0;
}
.title-box img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.title-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.title-box h1 {
    position: relative;
    z-index: 9;
}
.title-box h1 {
   font-weight: bold;
   font-size: 35px;
   color: #fff;
   text-transform: capitalize;
}
#footer select{
  font-size: 14px;
  width: 100%;
  padding: 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
/*------------------------------------ woocommerce css ---------------------------------*/

section.related.products h2,.woocommerce-order-details h2,.woocommerce-order-details h3 {
  color: #D5B06C;
  font-size: 25px;
  margin-bottom: 1em;
  text-align: left;
  text-transform: none;
}
.woocommerce .woocommerce-breadcrumb{
 margin: 1em 0 1em;
}
.shop-sidebar{
  margin-top: 20px;
}
 h2.woocommerce-loop-product__title,h2.woocommerce-loop-product__title{
  width: 100%;
  height: 245px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff !important;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
  box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  padding: 5em 0 !important;
  margin: 0;
  font-size: 18px !important;
  text-align: center;
  font-weight: bold !important;
}
.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button{
  display: block;
  text-align: center;
}
span.woocommerce-Price-amount.amount {
  background: #fff;
  color: #000;
  padding: 10px;
  font-size: 20px;
}
.woocommerce ul.products li.product .price ins {
    padding-left: 7px;
}
.woocommerce ul.products li.product .button{
  margin-top: 10px;
}

.woocommerce ul.products li.product a:hover.button {
  background-color: #D5B06C;
  color:#fff;
}
.woocommerce ul.products li.product .price,.woocommerce a.button {
  margin-bottom: .5em;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  font-weight: 700;
  border-radius: 0px;
  left: auto;
  color: #000;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  background-image: none;
  box-shadow: none;
  border: 1px solid #73747b;
  text-shadow: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  border: 1px ridge #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
  margin: 2em 0;
}
.woocommerce button#place_order {
  background-color: #092857;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
}
/*----------------------Shop Page ---------------------------------*/
.woocommerce .shop ul.products li.product,.woocommerce-page .shop ul.products li.product{
  width:30% ;
  background: none ;
  /*margin: 0 0 30px 25px ;*/
  padding: 0px ;
}
.woocommerce a.button:hover{
  background-color: #D5B06C;
  color: #fff !important;
}
.home .woocommerce ul.products li.product a img{
  height: 282px;
}

.woocommerce ul.products li.product a img{
  height: 245px;
}
.woocommerce div.product .product_title{
  font-size: 25px;
}
.woocommerce div.product p.price{
  color: #959595;
  font-size: 26px;
  font-weight: 300;
  margin-top: 20px;
}
button.single_add_to_cart_button.button.alt {
    color: #515151;
    background-color: transparent;
    border: 1px solid #73747b;
}
button:hover.single_add_to_cart_button.button.alt {
    background: #D5B06C;
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  padding: 7px 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top: 2px solid #D5B06C;
  border-left: 2px solid #D5B06C;
  border-right: 2px solid #D5B06C;
  border-bottom: 1px solid #fff;
}

.shop ul.products li.product a img {
  margin:0 
}
.shop ul.products li.product .price,
.shop ul.products li.product .button {
  padding: 15px !important;
  color:#000;
  border: solid 1px #D5B06C !important;
}
.shop select.orderby {
    padding: 10px 5px;
    background: transparent;
}
a.woocommerce-review-link{
  display: flex;
  padding-left: 10px;
}
ul.products li{
  text-align: center;
}
input#coupon_code {
    width: 110px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  font-size: 16px;
  padding: 10px;
}
.woocommerce input#password {
    padding: 10px;
}
.woocommerce button.button:hover{
    background-color: #D5B06C;
    color: #fff;
}
/*------------------------------------ plugin style ---------------------------------*/
#list, #list-table{
  background: #fff;padding: 1%;border: 0;
}
.footer_widgets table#wp-calendar, td, th {
  border: 1px solid #112957 !important;
  color: #fff;
}


/*------------------------------- media section -----------------------------------*/
@media screen and (max-width: 1440px) {
    #footer input.wpcf7-submit {
        padding: 9px 25px;
    }
    .topbar-content p, .topbar-content a {
        font-size: 13px;
    }
    #services .section-heading {
        margin-top: 70px;
    }
    .slider-1 .slider-content {
        padding-right: 4em;
    }
    .serviceBox {
        padding: 30px 10px;
    }
    .feature-content p {
        font-size: 14px;
    }
    .feature-content h3 {
        font-size: 30px;
    }
    .feature-box .feature-icon img {
        width: auto;
    }
}
@media screen and (max-width: 1024px) {
  #header .nav ul li:hover > ul.sub-menu a:hover { 
  background: transparent;
  }
  #header .nav ul li a{
    padding: 5px;
  }
  #header .main-navigation ul ul{
    background-color: transparent;
    display: block !important;
  }
  #header .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li{
    border-bottom: none;
  }
  #header .main-navigation ul ul {
    position: static !important;
    width: 100%; 
    box-shadow: none;
  }
  #header .nav ul li:hover > ul{
  background-color:transparent;
  }
  #header .toggle-nav {
    display: block;
    position: relative;
    right: 15px;
    height: 30px;
    cursor: pointer;
    margin: 8px auto;
    z-index: 999999;
  }
  #header .toggle-nav i {
   font-size: 29px;
    color: #D5B06C
  }
  #header .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  #header .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #header .sidenav a:hover {
    color: #f1f1f1;
  }
  #header .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
    cursor: pointer;
}
  #header .nav ul li {
    border-top: 1px #303030 solid;
    display: inline-block;
    text-align: left;
    float: none;
    width: 100%;
    padding: 0;
}
  #header .nav ul li a {
    padding: 10px;
    color: #fff !important;
  }
  .slider-2 {
    gap: 20px;
  }
  .topbar-content .row.aaf {
    gap: 0; 
    margin-bottom: 10px;
  }
  .top_social .socialbox {
    justify-content: center;
  }
  .call-text h4 {
    font-size: 20px;
  }
  .about-content {
    padding: 0;
  }
  #our_records h3.title, .skillBox h3 {
    font-size: 18px;
  }
  #team p.heading_content {
    max-width: 80%;
  }
  .feature-content h3 {
    font-size: 30px;
  }
  .counter-value {
    font-size: 40px;
  }
  section#profit {
    height: 600px;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media screen and (min-width:0px) and (max-width: 575px){
  .topbar-content .row{margin: 0 auto;width: 100%;}
  .topbar-content {
    text-align: center;
  }
  .slider-2 {
    left: 20px;
    right: 20px;
    padding: 10px;
  }
  .call-text i {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  #slider .happy-customer {
    justify-content: center;
    width: 100%;
  }
  .about-content {
    margin-top: 30px;
  }
  .col-xl-6.col-lg-6.col-12.slider-images {
    position: unset;
    right: unset;
    top: unset;
    margin-top: 10px;
  }
  .about-content .abc {
    height: 100px;
    max-width: 100px;
  }
  #header .toggle-nav {
    text-align: right;
  }
  .serach_inner form.search-form {
    max-width: 300px;
  }
  .serach_outer i {
    font-size: 16px;
  }
  .serach_outer input.search-field {
    width: 78%;
  }
  .about-content img {
    max-width: 50px;
  }
  #latest .post-review {
    padding: 20% 17px 10%;
  }
  #slider .slider-1 p {
    text-align: center;
  }
  .row.aa{margin: 0 auto;width: 100%;}
  .bb img {
    width: 100%;
    margin: 0 auto;
  }
  .top_social {
    text-align: center;
    float: none;
  }
  .search-box {
    text-align: center;
    margin: 15px 0;
  }
   .header_button {
    text-align: center;
  }
  #slider h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
  .slide-btn {
    font-size: 13px;
    padding: 9px 12px;
    top: 10px;
  }
  .slider-1 {
    text-align: center;
    width: 100%;
  }
  .slider.row {
    height: 100%;
  } 
  #slider .carousel-caption {
    position: absolute;
    width: 100%;
    top: 40%;
    padding-top: 0;
  }
  /* #slider p {
    display: none;
  } */
  
  #about {
    height: auto;
  }
  #about p {
    display: none;
  }
   .tab .nav-tabs li {
    margin: 0 25px 0 0; 
  }
  .tab .nav-tabs li a{
      font-size: 11px;
  }
  .tab .nav-tabs li.active a:after{
      font-size: 30px;
      bottom: -63px;
  }
  .tab .tab-content { 
    margin-top: 40px; 
  }
  #project .tab .nav-tabs {
    border-bottom: none;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  /* .row{margin: 0 auto;width: 100%;} */
  #project .tab .nav-tabs li {
    margin: 0 0;
    z-index: 1;
    text-align: center;
  }
  .testimonial .description::before {
    font-size: 30px;
    width: 45px;
    height: 50px;
    text-align: center;
    top: 17px;
    background-size: 30px;
  }
  section#profit {
    height: unset;
  }
  #team p.heading_content {
    max-width: unset;
  }
  .post-slide-big {
    margin-bottom: 8%;
  }
  .post-slide {
    margin-bottom: 8%;
  }
  #latest .post-review-big p.post-description {
    display: none;
  }
  #latest .post-review-big h3.post-title {
    font-size: 18px;
  }
  #latest .post-review-big {
    top: 50%;
    margin: 0 30px;
  }
  #latest .post-slide {
    height: auto;
  }
  #locationBox {
    width: 100%;
    position: static;
  }
  #footer-2 .nav ul {
    padding: 0;
    text-align: center;
  }
  .copyright p {
    text-align: center;
  }
  .home_contact_content {
    width: unset;
  }
  .home_contact_form {
    width: unset;
  }
  body.admin-bar {
    position: static;
  }
}

@media screen and (min-width:576px) and (max-width: 767px){
 .home.page-template #masthead{
    position: unset;
    padding-top: 15px;
  }
  #masthead {
    background-color: #D5B06C !important;
    padding-bottom: 20px;
  }
  #header .logo h1 a {
    color:#fff;
  }
  .toggle-nav {
    top: 15px;
    color: #fff;
  }
  .header_button {
    text-align: center;
  }
  #header .search-box i {
    color: #fff;
  }
 #slider h2 {
    font-size: 11px;
    line-height: 16px;
    margin-top: 0;
  }
  #slider p {
    font-size: 10px;
  }
  .slide-btn {
    font-size: 13px;
    padding: 9px 12px;
    top: 10px;
  }
  #slider .carousel-caption {
    position: absolute;
    top: 40px;
    padding-top: 0;
  }

  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .tab .nav-tabs {
    width: unset;
  }
  .project_heading h3 {
    font-size: 25px;
  }
  .project_heading p {
    font-size: 14px;
  }
  section#profit {
    height: unset;
  }
  .post-slide {
    margin-bottom: 8%;
  }
  .post-slide-big {
    margin-bottom: 8%;
  }
  #latest .post-review-big {
    top: 35%;
  }
  .home_contact_content {
    width: unset;
  }
  .home_contact_form {
    width: unset;
  }

}
@media screen and (min-width:768px) and (max-width: 991px){
    .topbar-content .call-text {
        padding: 15px !important;
    }
    #sponser .owl-nav button {
        left: -20px;
    }
    #sponser .owl-nav button.owl-next {
        right: -20px;
    }
    .contact_content {
        padding: 80px 20px 35px;
    }
    .home_contact_content hr {
        margin: 1rem 0;
    }
    .about-content {
        margin-top: 50px;
    }
    .copyright p {
        text-align: center;
    }
    .counter {
        margin-bottom: 20px;
    }
    #footer-2 .nav {
        justify-content: center;
    }
    .slider-2 .social-media {
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 50px;
        padding: 0 15px !important;
    }
    .top_social .socialbox {
        justify-content: start;
    }
  #header .nav ul li:hover > ul {
    display: block;
    width: 200px;
    position: unset !important;
    top: 22px;
    left: 0;
    text-align: left;
    padding: 10px 0;
    z-index: 99;
    border: none !important;  
  }
  a.custom-logo-link img {
    width: 180px;
    height: 85px;
  }
  .logo img.custom-logo{
    margin: 0px !important;
  }
  .home .logo img.custom-logo {
    transform: none;
  }
  .nav-next{
    float: left;
  }
  #slider h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
  }
  .slide-btn {
    font-size: 14px;
    top: 10px;
    padding: 8px 15px;
  }
  #about {
    height: unset;
  }
  .small-img .icon {
    padding-right: 0
  }
  .small-img .content {
    padding-left: 0
  }
  section#profit {
    height: unset;
  }
  .feature-content {
    margin-top: 20px;
  }
  #latest .post-review-big h3.post-title {
    font-size: 20px;
  }
  #latest span.post-date {
    padding: 5px;
  }
  #latest p.post-description {
    display: none;
  }
  #latest .post-review {
    padding: 40% 13px 12%;
  }
  #latest h4.post-title {
      font-size: 16px;
      line-height: 26px;
      color: #1B1B22;
      font-family: "Roboto";
      font-weight: 500;
  }  
  .home_contact_content {
    width: unset;
  }
  .home_contact_form {
    width: unset;
  }
}
@media screen and (min-width:991px) and (max-width: 1200px) {
  #header a.header-button {
    font-size: 9px;
  }
  #slider p {
    font-size:14px;
  }
  #slider h2 {
  font-size: 25px;
  line-height: 30px;
  }
  #latest p.post-description {
    display: none;
  }
  #latest .post-review {
    padding: 42% 17px 18%;
  }
  #sponser .owl-nav button {
    left: -30px;
  }
  #sponser .owl-nav button.owl-next {
    right: -30px;
  }
  .home_contact_content h3 {
    font-size: 30px;
  }
  .home_contact_content hr {
    margin: 1.2rem 0;
  }
}
@media screen and (max-width: 850px) {
  .bg-slider {
    height: 680px;
  }
  #slider .owl-carousel .owl-nav {
    display: none;
  }
  .slider-images img {
    height: 780px;
  }
  .slider.row {
    height: 480px;
  }
  .footer_widgets {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .slider.row {
    height: 100%;
    padding-left: 25px;
  }
  section#services {
    margin-top: 12em;
    }
  .sticky-header {
    position: static !important;
    box-shadow: none;
  }
  .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12.content-slider {
    gap: 40px;
  }
  #slider p,#slider h2{
    text-align: center;
  }
  .call-text {
    padding: 0;
    gap: 10px;
    margin-bottom: 20px;
  }
  .top_social .socialbox {
    justify-content: flex-start;
  }
  .slider-images img {
    height: 100%;
  }
  #footer-2 .nav ul li a {
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
  }
  #sponser .owl-nav {
    display: none;
  }
}


/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #D5B06C;
  width: 60px;
  height: 60px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  text-align: center;
}
#return-to-top i {
  color: #fff;
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 7px 22px;
  cursor: pointer;
}

#topabr .mail-and-call-icon {
  display: flex;
  align-items: center;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

#error-page {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important  ;
}
.page-template-404-page .page-content {
    text-align: center;
}