.icon-btn{
	background:#085c9f;
	color: #fff;
	font-size: 16px;
	padding: 13px 16px;
	border-radius: 50%;
}

.icon-btn:hover{
	background: #c48b3c;
	color: #fff !important;
	font-size: 16px;
	padding: 13px 16px;
	border-radius: 50%;
}

/*Wizewealth home-goal*/

#goal .card:hover{
	background: linear-gradient(180deg, #fff 57.5%, #BCE4FF 100%);
}

#goal .card{
	background: linear-gradient(180deg, #FFFFFF 57.5%, #E5F5FF 100%);
	overflow: hidden;
	border: 1px solid #d2ecff;
}
#goal .card img{
    transition: transform 0.4s ease;

}
#goal .card:hover img{
    transform: scale(1.1);
}

/*home-goal end*/

/*Wizewealth home-calc*/

.results-container {
    background: linear-gradient(135deg, #13457d 0%, #00529a 100%);
    color: white;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.results-container::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,193,7,0.1) 0%, transparent 70%);
}

/*home-calc end*/

/*Wizewealth blog*/

.blog-card {
    border-radius: 12px;
    overflow: hidden;
   	transition: 0.3s ease;
    height: 100%;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.08);
}

.blogs-content {
    position: relative;
    z-index: 5;
    padding: 30px;
    background: #fff;
    max-width: 350px;
    margin: -70px auto auto;
     box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/*blog end*/

/*Wizewealth news*/

.btn-news {
    border: 2px solid #085c9f;
    color: #085c9f;
    padding: 8px 20px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-news:hover {
    background: #085c9f;
    color: #fff;
}

.news {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.news-date {
    font-size: 13px;
    color: #c89b3c;
    font-weight: 600;
}

/*news end*/

@media (max-width: 576px) {
    .font-40 {
        font-size: 40px;
    }
	.font-30 {
        font-size: 30px;
    }
}

.about-img-wrap {
    position: relative;
    display: inline-block;
}
.about-img-wrap img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    display: block;
}
.about-img-wrap .shape {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    background-color: #e5f3ff;
    border-radius: 10px;
    bottom: -36px;
    right: -39px;
}

.about-img-wrap .shape2 {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    background-color: #e3fcff;
    border-radius: 10px;
    bottom: -36px;
    left: -39px;
}
#founder1 .card{
	border-left: 5px solid #c48b3c;
	border-bottom: 2px solid #c48b3c;
	border-radius: 0px;
}

.back{
	background: #00529a;
    padding: 15px;
    margin-bottom: 20px;
	color: #fff;
	border-radius: 8px;
}

.read-btn{
	background: #c48b3c;
	border-radius: 5px;
	color: #fff;
	padding: 9px 9px;
	font-size: 14px;
}

.read-btn:hover{
	background: #00529a;
	border-radius: 5px;
	color: #fff;
	padding: 9px 9px;
	font-size: 14px;
	transform: translateY(-2px);
}
.btn-outlines{
	background: #00529a;
	border-radius: 0px 50px 50px 0px;
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
	border: 2px solid #c48b3c;
}
.btn-outlines:hover{
	background: #00529a;
	border-radius: 0px 50px 50px 0px;
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
	border: 2px solid #c48b3c;
}
.header-line {
    width: 60px;
    height: 4px;
    background-color: #00529a;
    margin-bottom: 20px;
}
.card-vision {
    border-left: 5px solid #00529a;
    height: 100%;
	border-radius: 5px 5px 5px 50px;
}
.card-mission {
    border-right: 5px solid #00529a;
    height: 100%;
	border-radius: 5px 5px 50px 5px;
}
.highlight-text {
    color: #0a2342;
    font-weight: 600;
}

.commitment::before {
    content: "";
    width: 70px;
    height: 2px;
    background: #00529a;
    display: block;
    margin: 0 auto 30px auto;
    animation: expandLine 1s ease forwards;
}

.commitment::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #00529a;
    display: block;
    margin: 40px auto 0 auto;
    animation: expandBottom 1.2s ease forwards;
}

.strength-intro h2 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 25px;
    background: linear-gradient(to right, #061629, #5381c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.strength-intro p {
    color: #64748b;
    border-left: 3px solid #c48b3c;
    padding-left: 20px;
	font-size: 20px;
}

.strength-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0,0,0,0.05);
    opacity: 0;
    transform: translateX(50px);
    animation: slideIn 0.8s forwards;
}

.strength-card:nth-child(2) { animation-delay: 0.2s; }
.strength-card:nth-child(3) { animation-delay: 0.4s; }

.strength-card .icon-circle {
	width: 45px;
	height: 45px;
	background: rgb(209 165 40 / 14%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: #c48b3c;
	font-weight: bold;
}

.strength-conclusion {
    background: #00529a;
    color: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

@keyframes slideIn {
    to { opacity: 1; transform: translateX(0); }
}


.philosophy-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    animation: fadeInUp 1s ease-out;
}

.philosophy-card h1 {
    font-weight: 800;
    color: #081829;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.philosophy-card h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #c48b3c;
    margin-top: 10px;
    border-radius: 2px;
}


.philosophy-footer {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px dashed #d5d8dc;
    font-style: italic;
    color: #081829;
    font-weight: 500;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}


.text-brown{
	color: #c58934;
}
.text-blue{
	color: #085c9f;
}
/*HOME PAGE*/

.services-section {
    padding: 80px 0;
}
#cta a:hover {
    text-decoration: none;
    color: #fff;
}
.service-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
	overflow: hidden;
	z-index: 1;
	text-align: left;
}
.service-card .serv{
	    transition: all 900ms ease;
}
.service-card:hover .serv{
	    transform: rotateY(360deg);
}
.shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.6;
    animation: floatShape 4s ease-in-out infinite;
}


@keyframes floatShape {
    0% {
        transform: translateY(0px) translateX(0px);
    }
    50% {
        transform: translateY(-10px) translateX(-5px);
    }
    100% {
        transform: translateY(0px) translateX(0px);
    }
}
.card-icon-tab {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #1b4d3e;
    color: #9dff2c; 
    padding: 15px 20px;
    border-radius: 0 5px 5px 0;
    font-size: 1.5rem;
}

.card-icon-tab::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 14px solid #235C5B;
    border-bottom: 11px solid transparent;
    left: -4px;
    bottom: -10px;
}
.bg-number {
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #007bff;
    opacity: 0.5;
    font-size: 96px;
    font-weight: 700;
    color: transparent;
    font-family: var(--body-font-family);
    line-height: 1;
	text-align: end;
}

.cta-banner {
    background-color: #c48b3c;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 0.95rem;
	color: #fff;
}

.bolt-circle {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00529a;
}

.service-card:hover {
    transform: translateY(-5px);
}

.about-section {
    background-image: linear-gradient(to right top, #1077b5, #0d67a4, #0b5892, #074981, #043a70);
    border-radius: 40px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
    pointer-events: none;
    animation: floatVertical 5s ease-in-out infinite;
}

@keyframes floatVertical {
    0% { transform: translateY(0px); }
    50% { transform: translateY(20px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 991px) {
    .shape-1 {
        display: none !important;
    }
}

.icon-circle {
    width: 60px;
    height: 60px;
    border: 1px dashed #c48b3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    background: #c48b3c;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #ffffff;
    color: #000;
}

.text-underline{
	text-decoration: underline;
}

.highlight {
	background: #ffffff;
	border-radius: 5px 100px 100px 5px;
	padding: 10px 16px;
	color: #c48b3c;
	border: 1px solid #000;
   display: inline-block;
}

/*Home page end*/




/*About us*/

.icon-box {
	width: 80px;
	height: 80px;
	background: #061828;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 40px;
}
.icon-box i{
	color: #efba3d;
}
.highlight {
	background: #ffffff;
	border-radius: 5px 100px 100px 5px;
	padding: 10px 16px;
	color: #c48b3c  !important;
	border: 1px solid #000;
}
.wave-section{
    background-color: #6f3d00;
    background-image: url('/img/in-wave-bg.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 500px auto; 
}
@media (max-width: 576px) {
    .wave-section{
        background-image: none;
    }
	.mb-30{
		margin-bottom: 30px;
	}
	.mt-30{
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
    .shape {
        display: none;
    }
}

.fs-20{
	font-size: 25px;
}
.wave-section img{
	animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0);
    }
}

.core-values-container {
    position: relative;
}

.rotating-arrow {
    position: absolute;
    display: inline-block; 
    width: 80px;
    z-index: 10;
    transition: transform 0.3s ease; 
    pointer-events: none;
}

.arr-1 { top: 28%; right: 21%; transform: rotate(91deg) !important; }
.arr-2 { top: 70%; right: 15%; transform: rotate(171deg) !important; }  
.arr-3 { bottom: 1%; right: 47%; transform: rotate(230deg) !important; }
.arr-4 { bottom: 22%; left: 12%; transform: rotate(278deg) !important; } 
.arr-5 { top: 27%; left: 18%; transform: rotate(360deg) !important; }  

@media (max-width: 997px) {
    .rotating-arrow { display: none; }
}

/*About us end*/



/*
@File: Perry Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Hero Slider Area Style
** - Partner Area Style
** - Future Area Style
** - Company Area Style
** - Welcome Area Style
** - Services Area Style
** - Why Chooses Us Area Style
** - Get Quote Area Style
** - Skill Area Style
** - Testimonials Area Style
** - Team Area Style
** - FAQ Area Style
** - FAQ Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style
** - Counter Area Style
** - Featured Services Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
body {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #5b5b5b;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #555555;
}

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

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  line-height: 1.4;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

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

.form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #c48b3c;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

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

/*
Bg-color Style*/
.bg-color {
  background-color: #f1fbfc;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #00529a;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -5px;
  padding: 15px 40px;
  border-radius: 4px;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #c48b3c;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

/*
Read More Btn Area Style*/
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: #c48b3c;
}

.read-more i {
  position: relative;
  position: relative;
  top: 1.7px;
  margin-left: 5px;
}

.read-more:hover {
  color: #c48b3c;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -6px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 16px;
  color: #c48b3c;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-title h2 {
  font-size: 45px;
  margin-bottom: 20px;
  position: relative;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.white-title span {
  color: #c48b3c;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

/*
Header Area Style
======================================================*/
.header-area.header-area-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.header-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.top-header {
  background-color: #0a2046;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 30px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

.top-header .header-left-content li span {
  display: block;
  margin-bottom: 5px;
}

.top-header .header-left-content li:last-child {
  margin-right: 0;
}

.top-header .header-left-content li i {
  color: #c48b3c;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
  text-align: center;
  border-radius: 50%;
}

.top-header .header-left-content li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.top-header .header-left-content li a:hover {
  color: #c58934;
}

.top-header .header-right-content {
  line-height: 1;
  text-align: right;
  position: relative;
  top: -4px;
}

.top-header .header-right-content .language-area {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}

.top-header .header-right-content .language-area .language-item-top {
  position: relative;
}

.top-header .header-right-content .language-area .language-item-top .language-bar span {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  font-weight: 600;
}

.top-header .header-right-content .language-area .language-item-top .language-bar i {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  top: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-header .header-right-content .language-area .language-item-top .language-bar:hover span {
  color: #c48b3c;
}

.top-header .header-right-content .language-area .language-item-top .language-bar:hover i {
  color: #c48b3c;
}

.top-header .header-right-content .language-area .language-item-top .language-item-bottom {
  list-style: none;
  position: absolute;
  top: 50px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 200px;
  right: -105px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin: 0;
  text-align: left;
}

.top-header .header-right-content .language-area .language-item-top .language-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 25px;
}

.top-header .header-right-content .language-area .language-item-top .language-item-bottom .language-item {
  margin-bottom: 15px;
}

.top-header .header-right-content .language-area .language-item-top .language-item-bottom .language-item:last-child {
  margin-bottom: 0;
}

.top-header .header-right-content .language-area .language-item-top .language-item-bottom .language-item .language-link {
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.top-header .header-right-content .language-area .language-item-top .language-item-bottom .language-item .language-link img {
  width: 20px;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.top-header .header-right-content .language-area .language-item-top .language-item-bottom .language-item .language-link:hover {
  color: #c48b3c;
}

.top-header .header-right-content .language-area .language-item-top:hover .language-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 35px;
  z-index: 9999;
}

.top-header .header-right-content .log-in {
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

.top-header .header-right-content .log-in::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -2px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.top-header .header-right-content .log-in a {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

.top-header .header-right-content .log-in a:hover {
  color: #c48b3c;
}

.top-header .header-right-content .register {
  display: inline-block;
}

.top-header .header-right-content .register a {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

.top-header .header-right-content .register a:hover {
  color: #c48b3c;
}

.top-header.top-header-three {
  background-color: #fafafa;
}

.top-header.top-header-three .header-left-content li {
  color: #1a1a1a;
  font-weight: 600;
}

.top-header.top-header-three .header-left-content li span {
  display: block;
  margin-bottom: 5px;
}

.top-header.top-header-three .header-left-content li a {
  color: #1a1a1a;
  font-weight: 600;
}

.top-header.top-header-three .header-left-content li a:hover {
  color: #c48b3c;
}

.top-header.top-header-three .header-right-content .language-area .language-item-top .language-bar span {
  color: #1a1a1a;
}

.top-header.top-header-three .header-right-content .language-area .language-item-top .language-bar i {
  color: #1a1a1a;
}

.top-header.top-header-three .header-right-content .language-area .language-item-top .language-bar:hover span {
  color: #c48b3c;
}

.top-header.top-header-three .header-right-content .language-area .language-item-top .language-bar:hover i {
  color: #c48b3c;
}

.top-header.top-header-three .header-right-content .log-in a {
  color: #1a1a1a;
}

.top-header.top-header-three .header-right-content .log-in a:hover {
  color: #c48b3c;
}

.top-header.top-header-three .header-right-content .log-in::before {
  background-color: #1a1a1a;
}

.top-header.top-header-three .header-right-content .register a {
  color: #1a1a1a;
}

.top-header.top-header-three .header-right-content .register a:hover {
  color: #c48b3c;
}

/*
Nav Area Style
======================================================*/
.navbar-area {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.navbar-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-area .desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area .desktop-nav .navbar {
  position: inherit;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin-right: 0;
}

.navbar-area .desktop-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
  color: #c48b3c;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #00529a;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 130%;
  left: 15px;
  opacity: 0;
  width: 250px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  width: 2px;
  background-color: #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #1a1a1a;
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 8px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #c48b3c;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  opacity: 1;
  bottom: auto;
  top: 0;
  height: 100%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c48b3c;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -98%;
  top: 20px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1a1a1a;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #c48b3c;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #c48b3c;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #c48b3c;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -4px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
  left: auto;
  right: -100%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 98%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
  height: 100%;
  right: auto;
  bottom: 0;
}

.navbar-area .desktop-nav .navbar .others-option {
  position: relative;
  top: 0;
}

.navbar-area .desktop-nav .navbar .others-option .search-box {
  position: absolute;
  top: 0;
  right: 178px;
  z-index: 1;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control {
  width: 46px;
  height: 46px;
  color: transparent;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 9999;
  cursor: pointer;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control:focus {
  border-color: #c48b3c;
  width: 900px;
  color: #1a1a1a;
  cursor: auto;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control:focus ~ .search-btn {
  background-color: #c48b3c;
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control:focus ~ .close-btn {
  display: block;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .search-btn, .navbar-area .desktop-nav .navbar .others-option .search-box .close-btn {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #c48b3c;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .search-btn i, .navbar-area .desktop-nav .navbar .others-option .search-box .close-btn i {
  position: relative;
  top: 2px;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .close-btn {
  display: none;
}

.navbar-area .desktop-nav .navbar .others-option .call-us {
  display: inline-block;
  margin-right: 62px;
  position: relative;
  top: -13px;
}

.navbar-area .desktop-nav .navbar .others-option .call-us i {
  font-size: 20px;
  color: #c48b3c;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}

.navbar-area .desktop-nav .navbar .others-option .call-us a {
  font-size: 15px;
  font-weight: 700;
}

.navbar-area .desktop-nav .navbar .others-option .get-quote {
  display: inline-block;
  margin-left: 20px;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-nav {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .container-fluid {
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
	.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a{
		margin: 0 5px;
		font-size: 12px;
	}
}
/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -34px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #1a1a1a;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #c48b3c;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.others-option-for-responsive .others-option {
  position: relative;
  top: 0;
}

.others-option-for-responsive .others-option .search-box {
  position: absolute;
  top: 0;
  right: 178px;
  z-index: 9999;
}

.others-option-for-responsive .others-option .search-box .form-control {
  width: 46px;
  height: 46px;
  color: transparent;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 9999;
  cursor: pointer;
}

.others-option-for-responsive .others-option .search-box .form-control:focus {
  border-color: #c48b3c;
  width: 900px;
  color: #1a1a1a;
  cursor: auto;
}

.others-option-for-responsive .others-option .search-box .form-control:focus ~ .search-btn {
  background-color: #c48b3c;
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
}

.others-option-for-responsive .others-option .search-box .form-control:focus ~ .close-btn {
  display: block;
}

.others-option-for-responsive .others-option .search-box .search-btn, .others-option-for-responsive .others-option .search-box .close-btn {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #c48b3c;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-option .search-box .search-btn i, .others-option-for-responsive .others-option .search-box .close-btn i {
  position: relative;
  top: 2px;
}

.others-option-for-responsive .others-option .search-box .close-btn {
  display: none;
}

.others-option-for-responsive .others-option .call-us {
  display: inline-block;
  margin-right: 62px;
  position: relative;
  top: -13px;
}

.others-option-for-responsive .others-option .call-us i {
  font-size: 20px;
  color: #c48b3c;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}

.others-option-for-responsive .others-option .call-us a {
  font-size: 15px;
  font-weight: 700;
}

.others-option-for-responsive .others-option .get-quote {
  display: inline-block;
  margin-left: 20px;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-image: url(../../img/banner/banner-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
  position: relative;
  z-index: 1;
}

.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 450px;
  background-color: #0a2046;
  z-index: -1;
}

.banner-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.banner-area.banner-area-three {
  background-image: none;
  background-color: #f9fafb;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.banner-area.banner-area-three::before {
  display: none;
}

.banner-area.banner-area-three .banner-content {
  margin: 0 auto 30px;
  max-width: 1080px;
  text-align: center;
}

.banner-area.banner-area-three .banner-content h1 {
  font-size: 72px;
}

.banner-content {
  overflow: hidden;
}

.banner-content span {
  display: block;
  margin-bottom: 10px;
  color: #c48b3c;
}

.banner-content h1 {
  font-size: 57px;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.banner-content p {
  margin-bottom: 40px;
  font-size: 17px;
  color: #1a1a1a;
}

.banner-content .banner-btn .default-btn.active {
  margin-left: 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #c48b3c;
}

.banner-content .banner-btn .default-btn.active::before {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active::after {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active span::before {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active span::after {
  opacity: 0;
}

.banner-content .banner-btn .default-btn.active:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
}

.banner-content .banner-btn .default-btn.active:hover::before {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover::after {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover span::before {
  opacity: 1;
}

.banner-content .banner-btn .default-btn.active:hover span::after {
  opacity: 1;
}

.banner-img {
  position: relative;
  z-index: 1;
}

.banner-img .banner-shape-1 {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

.banner-img ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
  margin-right: 45px;
  margin-top: 30px;
}

.banner-img ul li {
  display: inline-block;
  margin: 0 10px;
}

.banner-img ul li:first-child {
  margin-left: 0;
}

.banner-img ul li:last-child {
  margin-right: 0;
}

.banner-img ul li a {
  color: #ffffff;
}

.banner-img ul li a:hover {
  color: #c48b3c;
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
Hero Slider Area Two Style
======================================================*/
.hero-slider-area {
  position: relative;
  z-index: 1;
}

.hero-slider-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.hero-slider-area .thumbs-wrap {
  position: absolute;
  top: 50%;
  right: 130px;
  z-index: 1;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  padding: 15px 0;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #ad6b0d;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  position: relative;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -50px;
  width: 40px;
  height: 2px;
  background-color: #ad6b0d;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: #00529a;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
  background-color: #00529a;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #c48b3c;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
  background-color: #c48b3c;
}

.hero-slider-area ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: absolute;
  top: 20%;
  left: -10px;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hero-slider-area ul li {
  margin: 35px 0;
}

.hero-slider-area ul li a {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #1a1a1a;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}

.hero-slider-area ul li a:hover {
  color: #c48b3c;
}

.hero-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 740px;
}



.hero-slider-item.bg-1 {
  background-image: url(../../img/slider/slider-1.png);
}

.hero-slider-item.bg-2 {
  background-image: url(../../img/slider/slider-7.png);
}

.hero-slider-item.bg-3 {
  background-image: url(../../img/slider/slider-8.png);
}

.hero-slider-item.bg-4 {
  background-image: url(../../img/slider/slider-2.png);
}

.hero-slider-item.bg-5 {
  background-image: url(../../img/slider/slider-5.png);
}

.hero-slider-item.bg-6 {
  background-image: url(../../img/slider/slider-6.png);
}

.hero-slider-content {
  max-width: 880px;
  margin-top: -100px;
}

.hero-slider-content .top-title {
  color: #c48b3c;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.hero-slider-content h1 {
  font-size: 70px;
  margin-bottom: 20px;
}

.hero-slider-content p {
  margin-bottom: 30px;
  max-width: 600px;
}

/*
Partner Area Style
======================================================*/
.partner-area.partner-area-three {
  background-color: #f2f9ff;
}

.partner-area .partner-bg {
  padding-left: 50px;
  padding-right: 50px;
}

.partner-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

/*
Future Area Style
======================================================*/
.future-area .section-title {
  margin-bottom: 30px;
}

.future-area.future-area-two {
  position: relative;
  z-index: 1;
}

.future-area.future-area-two .single-future-box {
  background-color: #f1fbfc;
  position: relative;
  margin-bottom: 30px;
}

.future-area.future-area-two .single-future-box.active {
  background-color: #0a2046;
}

.future-area.future-area-two .single-future-box.active i {
  color: #ffffff;
}

.future-area.future-area-two .single-future-box.active h3 {
  color: #ffffff;
}

.future-area.future-area-two .single-future-box.active p {
  color: #ffffff;
}

.future-area.future-area-two .single-future-box.active::before {
  border-color: #ffffff;
}

.future-area.future-area-two .single-future-box.active::after {
  border-color: #ffffff;
}

.future-area.future-area-two .single-future-box::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-top: 2px solid #c48b3c;
  border-left: 2px solid #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.future-area.future-area-two .single-future-box::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-bottom: 2px solid #c48b3c;
  border-right: 2px solid #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.future-area.future-area-two .single-future-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.future-area.future-area-three .single-future-box {
  background-color: transparent;
  border: 1px dashed #c48b3c;
}

.future-area.future-area-three .single-future-box::before {
  opacity: 0;
}

.future-area.future-area-three .single-future-box::after {
  opacity: 0;
}

.future-area.future-area-three .single-future-box.active {
  border: 1px solid #0a2046;
}

.future-area.future-area-three .single-future-box.active::before {
  opacity: 1;
}

.future-area.future-area-three .single-future-box.active::after {
  opacity: 1;
}

.future-area.future-area-three .single-future-box:hover {
  background-color: #0a2046;
  border-color: #0a2046;
}

.future-area.future-area-three .single-future-box:hover i {
  color: #ffffff;
}

.future-area.future-area-three .single-future-box:hover h3 {
  color: #ffffff;
}

.future-area.future-area-three .single-future-box:hover p {
  color: #ffffff;
}

.future-area.future-area-three .single-future-box:hover::before {
  border-color: #ffffff;
  opacity: 1;
}

.future-area.future-area-three .single-future-box:hover::after {
  border-color: #ffffff;
  opacity: 1;
}

.single-future-box {
  padding: 30px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-future-box i {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: #c48b3c;
}

.single-future-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-future-box:hover {
  background-color: #f1fbfc;
}

/*
Company Area Style
======================================================*/
.company-area .section-title {
  max-width: 850px;
}

.company-area .container-fluid {
  max-width: 100%;
}

.company-area.company-area-three {
  position: relative;
}

.company-area.company-area-three .company-img-three {
  position: absolute;
  bottom: 0;
}

.company-area.company-area-three .company-content {
  margin-left: 30px;
}

.company-area.company-area-three .company-content h2 {
  font-size: 38px;
}

.company-content {
  max-width: 600px;
  margin-left: 60px;
}

.company-content .top-title {
  font-size: 16px;
  font-weight: 600;
  color: #c48b3c;
  display: inline-block;
  margin-bottom: 10px;
}

.company-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.company-content .some-bold {
  font-weight: 600;
}

.company-content .default-btn {
  margin-top: 20px;
}

.company-img {
  background-image: url(../../img/company-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.company-img .trusted {
  background-color: rgba(10, 32, 70, 0.9);
  padding: 30px;
  text-align: center;
  display: inline-block;
  max-width: 320px;
  position: absolute;
  bottom: 30px;
  right: -30px;
}

.company-img .trusted span {
  line-height: 1;
  font-size: 50px;
  display: inline-block;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
}

.company-img .trusted h3 {
  font-size: 18px;
  color: #ffffff;
}

.company-img .trusted p {
  color: #ffffff;
}

/*
Welcome Area Style
======================================================*/
.welcome-bg {
  background-image: url(../../img/welcome-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.welcome-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#f1fbfc));
  background-image: linear-gradient(to right, transparent, #f1fbfc);
  z-index: -1;
}

.welcome-content {
  max-width: 600px;
  margin-left: auto;
}

.welcome-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.welcome-content .some-bold {
  font-weight: 600;
}

.welcome-content .default-btn {
  margin-top: 20px;
}

/*
Services Area Style
======================================================*/
.services-area.services-area-three {
  background-color: #f9fafb;
}

.services-area.services-area-three .single-services-box {
  border: 1px dashed #c48b3c;
  margin-bottom: 30px;
}

.services-area.services-area-three .single-services-box h3 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-area.services-area-three .single-services-box p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-area.services-area-three .single-services-box:hover {
  border-color: #0a2046;
  background-color: #0a2046;
}

.services-area.services-area-three .single-services-box:hover h3 {
  color: #c48b3c;
}

.services-area.services-area-three .single-services-box:hover p {
  color: #ffffff;
}

.services-area.services-area-three .single-services-box:hover .read-more {
  color: #ffffff;
}

.services-area .default-btn {
  display: table;
  margin: 20px auto 0;
}

.single-services-box {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
}

.single-services-box::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 2px solid #c48b3c;
  border-left: 2px solid #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.single-services-box::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 0;
  height: 0;
  border-bottom: 2px solid #c48b3c;
  border-right: 2px solid #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.single-services-box i {
  font-size: 50px;
  color: #c48b3c;
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
}

.single-services-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.single-services-box .read-more {
  color: #1a1a1a;
}

.single-services-box .read-more:hover {
  color: #c48b3c;
}

.single-services-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #f1fbfc;
  border-color: #f1fbfc;
}

.single-services-box:hover::before {
  width: 50px;
  height: 50px;
  opacity: 1;
}

.single-services-box:hover::after {
  width: 50px;
  height: 50px;
  opacity: 1;
}

/*
Why Chooses Us Area Style
======================================================*/
.why-chose-us-area .container-fluid {
  max-width: 100%;
}

.why-chose-us-area.why-chose-us-area-two .container {
  padding-left: 30px;
  padding-right: 30px;
}

.why-chose-us-area.why-chose-us-area-two .choose-us-content {
  background-color: #0a2046;
  padding: 103px;
  margin-top: 0;
  max-width: 100%;
}

.why-chose-us-area.why-chose-us-area-two .choose-us-content .top-title {
  color: #c48b3c;
}

.why-chose-us-area.why-chose-us-area-two .choose-us-content h2 {
  color: #ffffff;
  font-size: 36px;
}

.why-chose-us-area.why-chose-us-area-two .choose-us-content p {
  color: #ffffff;
}

.why-chose-us-area.why-chose-us-area-two .choose-us-content ul li {
  color: #ffffff;
}

.why-chose-us-area.why-chose-us-area-two .why-choose-us-img {
  background-image: url(../../img/choose-us/choose-us-2.jpg);
}

.why-chose-us-area.why-chose-us-area-two .why-choose-us-img .choose-us-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why-chose-us-area.why-chose-us-area-three .choose-us-content {
  max-width: 100%;
  padding-right: 0;
}

.why-chose-us-area.why-chose-us-area-three .choose-us-content .bold {
  font-weight: 600;
  margin-bottom: 15px;
}

.why-chose-us-area.why-chose-us-area-three .choose-us-content p {
  margin-bottom: 30px;
}

.why-chose-us-area.why-chose-us-area-three .choose-us-content ul {
  margin-bottom: 30px;
}

.why-chose-us-area.why-chose-us-area-three .choose-us-three {
  margin-bottom: 30px;
  text-align: center;
}

.why-chose-us-area.why-chose-us-area-three .why-choose-us-img {
  position: relative;
}

.why-chose-us-area.why-chose-us-area-three .why-choose-us-img .choose-us-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why-chose-us-area.about-page .why-choose-us-img-four {
  background-image: url(../../img/choose-us/choose-us-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.why-chose-us-area.about-page .why-choose-us-img-four::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
}

.why-chose-us-area.about-page .why-choose-us-img-four .choose-us-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why-chose-us-area.about-page .choose-us-content {
  margin-left: 30px;
}

.choose-us-content {
  max-width: 600px;
  margin-left: auto;
  padding-right: 60px;
  margin-top: -6px;
}

.choose-us-content .top-title {
  font-size: 15px;
  font-weight: 600;
  color: #c48b3c;
  display: inline-block;
  margin-bottom: 10px;
}

.choose-us-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.choose-us-content p {
  margin-bottom: 20px;
}

.choose-us-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 33px;
}

.choose-us-content ul li {
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #1a1a1a;
}

.choose-us-content ul li:last-child {
  margin-bottom: 0;
}

.choose-us-content ul li i {
  font-size: 10px;
  border: 1px solid #c48b3c;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #c48b3c;
  position: absolute;
  top: 1px;
  left: 0;
}

.why-choose-slider-content {
  position: relative;
}

.why-choose-slider-content .success {
  background-color: rgba(10, 32, 70, 0.9);
  padding: 30px;
  text-align: center;
  display: inline-block;
  max-width: 320px;
  position: absolute;
  bottom: 30px;
  left: -30px;
  z-index: 1;
}

.why-choose-slider-content .success span {
  line-height: 1;
  font-size: 50px;
  display: inline-block;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
}

.why-choose-slider-content .success h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.why-choose-slider-content .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
}

.why-choose-slider-content .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.why-choose-slider-content .owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span {
  background-color: #c48b3c;
}

.why-choose-slider-content .owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  background-color: #c48b3c;
}

.why-choose-us-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 691px;
}

.why-choose-us-img.bg-1 {
  background-image: url(../../img/choose-us/choose-us-1.jpg);
}

.why-choose-us-img.bg-2 {
  background-image: url(../../img/choose-us/choose-us-2.jpg);
}

.why-choose-us-img.bg-3 {
  background-image: url(../../img/choose-us/choose-us-3.jpg);
}

/*
Get Quote Area Style
======================================================*/
.get-quote-area.get-quote-area-two .get-quote-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-image: url(../../img/get-quote-img.jpg);
}

.get-quote-area.get-quote-area-two .container {
  padding-left: 30px;
  padding-right: 30px;
}

.get-quote-area.get-quote-area-two .section-title {
  margin-bottom: 30px;
}

.get-quote-area.get-quote-area-two .section-title h2 {
  font-size: 36px;
  color: #ffffff;
}

.get-quote-area.get-quote-area-two .get-quote-tab {
  padding: 30px;
  background-color: #0a2046;
}

.get-quote-area.get-quote-area-two .get-quote-tab .tabs li {
  margin: 0 10px;
  color: #ffffff;
}

.get-quote-area.get-quote-area-two .get-quote-form .we-area-title h3 {
  color: #ffffff;
}

.get-quote-area.get-quote-area-two .get-quote-form .from-title {
  color: #ffffff;
}

.get-quote-area.get-quote-area-two .get-quote-form .form-control {
  background-color: #ffffff;
}

.get-quote-area.get-quote-area-two .get-quote-form .form-control::-webkit-input-placeholder {
  color: #555555;
}

.get-quote-area.get-quote-area-two .get-quote-form .form-control:-ms-input-placeholder {
  color: #555555;
}

.get-quote-area.get-quote-area-two .get-quote-form .form-control::-ms-input-placeholder {
  color: #555555;
}

.get-quote-area.get-quote-area-two .get-quote-form .form-control::placeholder {
  color: #555555;
}

.get-quote-area.get-quote-area-two .skill-bar .progress-title {
  color: #ffffff;
}

.get-quote-area.get-quote-area-two .skill-bar .progress-content-outter {
  background-color: #3b4d6b;
}

.get-quote-area.get-quote-area-three {
  background-color: #f9fafb;
}

.get-quote-area.get-quote-area-three .section-title {
  margin-bottom: 30px;
}

.get-quote-area.get-quote-area-three .section-title h2 {
  font-size: 36px;
}

.get-quote-area.get-quote-area-three .get-quote-img-three {
  position: absolute;
  bottom: 0;
}

.get-quote-area.get-quote-area-three .form-control {
  background-color: #ffffff;
}

.get-quote-tab {
  max-width: 810px;
  margin: auto;
}

.get-quote-tab .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.get-quote-tab .tabs li {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px;
  font-weight: 600;
}

.get-quote-tab .tabs li.current {
  color: #c48b3c;
  border-bottom: 2px solid #c48b3c;
  padding-bottom: 5px;
}

.get-quote-form .we-area-title h3 {
  font-size: 25px;
}

.get-quote-form .from-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.get-quote-form .form-group {
  margin-bottom: 30px;
}

.get-quote-form .form-group .nice-select {
  width: 100%;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px;
  padding-left: 20px;
}

.get-quote-form .form-group .nice-select .current {
  position: relative;
  top: 3px;
}

.get-quote-form .form-group .nice-select::after {
  width: 8px;
  height: 8px;
  right: 23px;
}

.get-quote-form .form-group .nice-select:focus {
  border-color: #c48b3c;
}

.get-quote-form .default-btn {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  height: 50px;
}

/*
Skill Area Style
======================================================*/
.skill-bar {
  margin-bottom: 30px;
}

.skill-bar .progress-title-holder {
  position: relative;
}

.skill-bar .progress-title {
  font-size: 16px;
  font-weight: 600;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.skill-bar .usd {
  font-size: 16px;
  font-weight: 600;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  float: right;
  color: #c48b3c;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}

.skill-bar .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  color: #1a1a1a;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
}

.skill-bar .down-arrow {
  border: 1px solid #c48b3c;
  position: absolute;
  left: 50%;
  top: 0;
  height: 21px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.skill-bar .progress-content-outter {
  height: 6px;
  background-color: #d0f2f4;
}

.skill-bar .progress-content {
  height: 6px;
  background-color: #c48b3c;
  width: 0%;
}

.skill-bar .percent {
  display: none;
}

/*
Testimonials Area Style
======================================================*/
.testimonials-area.testimonials-area-two .testimonials {
  max-width: 100%;
  background-color: #0a2046;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-prev {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  left: -20px;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-prev i {
  background-color: #ffffff;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-prev:hover i {
  background-color: #c48b3c;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-next {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  right: -20px;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-next i {
  background-color: #ffffff;
}

.testimonials-area.testimonials-area-two .testimonials .owl-nav .owl-next:hover i {
  background-color: #c48b3c;
}

.testimonials-area.testimonials-area-two .testimonials-item p {
  color: #ffffff;
}

.testimonials-area.testimonials-area-two .testimonials-item h3 {
  color: #ffffff;
}

.testimonials-area.testimonials-area-two .testimonials-item span {
  color: #ffffff;
}

.testimonials-area.testimonials-area-two .testimonials-content {
  padding: 50px;
}

.testimonials-area.testimonials-area-two .testimonials-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.testimonials-area.testimonials-area-two .testimonials-img.bg-1 {
  background-image: url(../../img/testimonials/testimonials-7.jpg);
}

.testimonials-area.testimonials-area-two .testimonials-img.bg-2 {
  background-image: url(../../img/testimonials/testimonials-8.jpg);
}

.testimonials-area.testimonials-area-three {
  background-color: #f9fafb;
}

.testimonials-area.testimonials-area-three .testimonials {
  max-width: 100%;
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-prev {
  left: -21px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-prev i {
  background-color: #ffffff;
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-prev:hover i {
  background-color: #c48b3c;
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-next {
  right: -21px;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-next i {
  background-color: #ffffff;
}

.testimonials-area.testimonials-area-three .testimonials .owl-nav .owl-next:hover i {
  background-color: #c48b3c;
}

.testimonials-area.testimonials-area-three .testimonials-item {
  background-color: #ffffff;
  border: 1px dashed #c48b3c;
  padding: 30px;
  margin-bottom: 30px;
}

.testimonials-area.testimonials-area-three .testimonials-item p i {
  color: #2ab5be;
}

.testimonials {
  text-align: center;
  max-width: 810px;
  margin: auto;
}

.testimonials .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.testimonials .owl-theme .owl-nav .owl-prev, .testimonials .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  margin: 0;
}

.testimonials .owl-theme .owl-nav .owl-prev i, .testimonials .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #c48b3c;
  border: 1px solid #c48b3c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.testimonials .owl-theme .owl-nav .owl-prev:hover i, .testimonials .owl-theme .owl-nav .owl-next:hover i {
  background-color: #c48b3c;
  color: #ffffff;
}

.testimonials .owl-theme .owl-nav .owl-next {
  right: -50px;
  left: auto;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.testimonials .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.testimonials-item p {
  margin-bottom: 22px;
  font-size: 20px;
  position: relative;
}

.testimonials-item p i {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 150px;
  opacity: 0.1;
  line-height: 1;
}

.testimonials-item h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.testimonials-item span {
  color: #555555;
  font-weight: normal;
  margin-bottom: 0;
}

/*
Team Area Style
======================================================*/
.team-area {
  position: relative;
}

.team-area .owl-theme .owl-nav {
  margin: 0;
}

.team-area .owl-theme .owl-nav .owl-prev i, .team-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #c48b3c;
  border: 1px solid #c48b3c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.team-area .owl-theme .owl-nav .owl-prev:hover i, .team-area .owl-theme .owl-nav .owl-next:hover i {
  background-color: #c48b3c;
  color: #ffffff;
}

.team-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.team-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.single-team {
  text-align: center;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  z-index: 1;
  padding: 30px;
  padding-top: 0;
  background-color: #f1fbfc;
}

.single-team .team-img {
  position: relative;
  z-index: 1;
}

.single-team .team-img .team-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-img .team-link li {
  display: inline-block;
  margin: 0 -2px;
}

.single-team .team-img .team-link li a {
  margin: 0 0;
  display: inline-block;
}

.single-team .team-img .team-link li a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #0a2046;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .team-img .team-link li a:hover i {
  background-color: #c48b3c;
  color: #ffffff;
}

.single-team .team-content {
  padding-top: 30px;
}

.single-team .team-content h3 {
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .team-content span {
  color: #c48b3c;
  font-size: 15px;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #0a2046;
}

.single-team:hover .team-img .team-link {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.single-team:hover .team-content {
  padding-top: 30px;
}

.single-team:hover .team-content h3 {
  color: #ffffff;
}

/*
FAQ Area Style
======================================================*/
.faq-area .container-fluid {
  max-width: 100%;
}

.faq-area.faq-area-three .faq-content {
  margin-left: 0;
  margin-bottom: 30px;
}

.faq-area.faq-area-three .faq-img-three {
  text-align: center;
  margin-bottom: 30px;
}

.faq-content {
  max-width: 600px;
  margin-left: 60px;
}

.faq-content .top-title {
  font-size: 16px;
  font-weight: 600;
  color: #c48b3c;
  display: inline-block;
  margin-bottom: 10px;
}

.faq-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.faq-img {
  background-image: url(../../img/faq-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.faq-img .faq-video {
  background-color: rgba(10, 32, 70, 0.9);
  padding: 30px;
  text-align: center;
  display: inline-block;
  max-width: 280px;
  position: absolute;
  bottom: 30px;
  right: -30px;
}

.faq-img .faq-video span {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
}

.video-button {
  width: 51px;
  height: 51px;
  text-align: center;
  border-radius: 50%;
  background: #c48b3c;
  position: relative;
  margin: 30px auto 30px;
  z-index: 1;
}

.video-button i {
  color: #ffffff;
  font-size: 40px;
  line-height: 51px;
  position: relative;
  left: 3px;
  top: 1px;
}

.video-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(18, 190, 200, 0.5);
  width: 100px;
  height: 100px;
  border-radius: 33.33% 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: video 20s linear infinite;
          animation: video 20s linear infinite;
}

.video-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(18, 190, 200, 0.3);
  height: 73px;
  width: 73px;
  border-radius: 33.33% 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: video 25s linear infinite;
          animation: video 25s linear infinite;
}

@-webkit-keyframes video {
  0% {
    border-radius: 33.33% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    border-radius: 50% 33.33%;
    -webkit-transform: translate(-50%, -50%) rotate(1800deg);
            transform: translate(-50%, -50%) rotate(1800deg);
  }
}

@keyframes video {
  0% {
    border-radius: 33.33% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    border-radius: 50% 33.33%;
    -webkit-transform: translate(-50%, -50%) rotate(1800deg);
            transform: translate(-50%, -50%) rotate(1800deg);
  }
}


.faq-area {
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}


.accordion {
    list-style: none;
    padding: 0;
}

.accordion-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 1px solid #eee;
}


.accordion-title {
    display: block;
    padding: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
}

.accordion-title:hover {
    background-color: #f0f4ff;
    color: #0056b3;
}

.accordion-title i {
    margin-right: 10px;
    font-size: 1.2rem;
    vertical-align: middle;
    transition: transform 0.3s ease;
}


.accordion-title.active {
    background-color: #00529a;
    color: #fff !important;
}

.accordion-title.active i {
    transform: rotate(45deg); 
}


.accordion-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #eee;
    line-height: 1.6;
    color: #666;
    background: #fff;
}

.text-justify {
    text-align: justify;
}

/*
FAQ Area Style
======================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 0px;
}

.faq-accordion .accordion .accordion-title i {

  left: 0;
  top: 1px;
  font-size: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #c48b3c;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Blog Area Style
======================================================*/
.single-blog-post {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-post .blog-content {
  background-color: #f5f9ff;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-post .blog-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 22px;
}

.single-blog-post .blog-content ul li {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.single-blog-post .blog-content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -13px;
  width: 1px;
  height: 75%;
  background-color: #555555;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-post .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-post .blog-content ul li:first-child::before {
  display: none;
}

.single-blog-post .blog-content ul li:last-child {
  margin-right: 0;
}

.single-blog-post .blog-content ul li i {
  color: #c48b3c;
  display: inline-block;
  margin-right: 5px;
}

.single-blog-post .blog-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-blog-post .blog-content h3 a {
  color: #1a1a1a;
}

.single-blog-post .blog-content p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-post .blog-content .read-more {
  color: #555555;
}

.single-blog-post:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog-post:hover .blog-content {
  background-color: #00529a;
}

.single-blog-post:hover .blog-content ul li {
  color: #ffffff;
}

.single-blog-post:hover .blog-content ul li a {
  color: #ffffff;
}

.single-blog-post:hover .blog-content ul li::before {
  background-color: #ffffff;
}

.single-blog-post:hover .blog-content h3 a {
  color: #ffffff;
}

.single-blog-post:hover .blog-content p {
  color: #ffffff;
}

.single-blog-post:hover .blog-content .read-more {
  color: #ffffff;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 115%;
  background-image: url(../../img/footer-single-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 15px;
  display: inline-block;
}

.single-footer-widget p {
  margin-bottom: 25px;
}

.single-footer-widget .social-icon {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget .social-icon li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .social-icon li a:hover i {
  background-color: #c48b3c;
  border-color: #c48b3c;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-footer-widget .address {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .address li {
  position: relative;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.single-footer-widget .address li span {
  color: #1a1a1a;
  font-weight: 600;
  display: block;
}

.single-footer-widget .address li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget .address li a {
  display: block;
}

.single-footer-widget .address li a:hover {
  color: #c48b3c;
}

.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .address li i {
  position: absolute;
  color: #00529a;
  left: 0;
  top: 5px;
  font-size: 25px;
}

.single-footer-widget .import-link {
  padding: 0;
  margin-left: 20px;
  list-style-type: disc	;
  color: #fff;
}

.single-footer-widget .import-link li {
  margin-bottom: 10px;
}

.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link li:hover::before {
  border-radius: 50%;
}

.single-footer-widget .import-link li:hover a {
  color: #c48b3c;
}

.single-footer-widget .newsletter-form .form-control {
  background-color: #ffffff;
}

.single-footer-widget .newsletter-form .default-btn {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.single-footer-widget .newsletter-form #validator-newsletter {
  color: #8b0000;
  margin-top: 10px;
}

.single-footer-widget.single-bg {
  position: relative;
  z-index: 1;
}

.single-footer-widget.single-bg::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -45px;
  width: 345px;
  height: 290px;
  background-color: #ffffff;
  z-index: -1;
}

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
  border-top: 1px solid #d2dadb;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.copy-right-area p {
  color: #555555;
  margin-left: -250px;
}

.copy-right-area p a {
  color: #c48b3c;
}

/*
Counter Area Style
======================================================*/
.single-counter {
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  background-color: #0a2046;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.single-counter p {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.single-counter h2 {
  color: #ffffff;
  line-height: 1;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}

.single-counter .target {
  position: relative;
  top: 3px;
  left: -10px;
}

.single-counter .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.single-counter:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Featured Services Area Style
======================================================*/
.featured-services-box {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.featured-services-box .featured-services-title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.featured-services-box .featured-services-title i {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
  line-height: 1;
  color: #c48b3c;
}

.featured-services-box .featured-services-title h3 {
  margin: 0;
  background-color: #f1fbfc;
  padding: 15px 15px;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.featured-services-box .featured-services-title h3 a {
  color: #1a1a1a;
}

.featured-services-box .featured-services-title h3 a:hover {
  color: #c48b3c;
}

.featured-services-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.featured-services-box:hover .featured-services-title h3 {
  background-color: #0a2046;
}

.featured-services-box:hover .featured-services-title h3 a {
  color: #ffffff;
}

/*
Modal Area Style
======================================================*/
.modal .account-title h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.modal .forgot-login {
  float: right;
}

.modal .default-btn {
  margin-bottom: 10px;
  margin-top: 9px;
  width: 100%;
  display: block;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-body {
  padding-top: 0;
  padding: 30px;
}

.modal .close {
  background-color: transparent;
  border: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 1px;
  z-index: 9999;
  color: #1a1a1a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.modal .close:hover {
  color: #c48b3c;
}

/*====================================================
INNER PAGE STYLE AREA
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff4fd;
  opacity: 0.8;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: -10px;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  font-size: 40px;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
  font-weight: 600;
  color: #00529a;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #1a1a1a;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.page-title-area .page-title-content ul li.active {
  color: #00529a;
}

.page-title-area .page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-area .page-title-content ul li:last-child {
  padding-right: 0;
  color: #00529a;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #1a1a1a;
}

.page-title-area .page-title-content ul li a:hover {
  color: #c48b3c;
}

.page-title-area.bg-1 {
  background-image: url(../../img/page-bg/page-bg-1.jpg);
}

.page-title-area.bg-2 {
  background-image: url(../../img/page-bg/page-bg-2.jpg);
}

.page-title-area.bg-3 {
  background-image: url(../../img/page-bg/page-bg-3.jpg);
}

.page-title-area.bg-4 {
  background-image: url(../../img/page-bg/page-bg-4.jpg);
}

.page-title-area.bg-5 {
  background-image: url(../../img/page-bg/page-bg-5.jpg);
}

.page-title-area.bg-6 {
  background-image: url(../../img/page-bg/page-bg-6.jpg);
}

.page-title-area.bg-7 {
  background-image: url(../../img/page-bg/page-bg-7.jpg);
}

.page-title-area.bg-8 {
  background-image: url(../../img/page-bg/page-bg-8.jpg);
}

.page-title-area.bg-9 {
  background-image: url(../../img/page-bg/page-bg-9.jpg);
}

.page-title-area.bg-10 {
  background-image: url(../../img/page-bg/page-bg-10.jpg);
}

.page-title-area.bg-11 {
  background-image: url(../../img/page-bg/page-bg-1.jpg);
}

.page-title-area.bg-12 {
  background-image: url(../../img/page-bg/page-bg-2.jpg);
}

.page-title-area.bg-13 {
  background-image: url(../../img/page-bg/page-bg-3.jpg);
}

.page-title-area.bg-14 {
  background-image: url(../../img/page-bg/page-bg-4.jpg);
}

.page-title-area.bg-15 {
  background-image: url(../../img/page-bg/page-bg-5.jpg);
}

.page-title-area.bg-16 {
  background-image: url(../../img/page-bg/page-bg-6.jpg);
}

.page-title-area.bg-17 {
  background-image: url(../../img/page-bg/page-bg-7.jpg);
}

.page-title-area.bg-18 {
  background-image: url(../../img/page-bg/page-bg-8.jpg);
}

.page-title-area.bg-19 {
  background-image: url(../../img/page-bg/page-bg-9.jpg);
}

.page-title-area.bg-20 {
  background-image: url(../../img/page-bg/page-bg-10.jpg);
}

.page-title-area.bg-21 {
  background-image: url(../../img/page-bg/page-bg-1.jpg);
}

.page-title-area.bg-22 {
  background-image: url(../../img/page-bg/page-bg-2.jpg);
}

.page-title-area.bg-23 {
  background-image: url(../../img/page-bg/page-bg-3.jpg);
}

/* 
Services Details Area Style
=====================================================*/
.services-details-content {
  max-width: 810px;
  margin: auto;
}

.services-details-content h2 {
  font-size: 35px;
}

.services-details-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.services-details-content .content {
  margin-bottom: 30px;
}

.services-details-content .content.step-1 h2 {
  margin-bottom: 20px;
}

.services-details-content .content.step-1 .services-details-img {
  margin-bottom: 30px;
}

.services-details-content .content.step-5 p {
  margin-bottom: 20px;
}

.services-details-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services-details-content .content.step-5 ul li {
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #1a1a1a;
}

.services-details-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.services-details-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid #c48b3c;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #c48b3c;
  position: absolute;
  top: 1px;
  left: 0;
}

/* 
Pricing Tables Area Style
=====================================================*/
.single-pricing-box {
  text-align: center;
  background-color: #f1fbfc;
  padding-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-pricing-box .pricing-title {
  margin-bottom: 30px;
  padding: 30px;
  border-bottom: 1px solid #e1eaeb;
}

.single-pricing-box .pricing-title span {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.single-pricing-box .pricing-title h1 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 60px;
}

.single-pricing-box .pricing-title h1 sub {
  font-weight: normal;
  font-size: 40px;
}

.single-pricing-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0 30px 30px;
  line-height: 1;
}

.single-pricing-box ul li {
  font-size: 16px;
  margin-bottom: 20px;
}

.single-pricing-box ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-box ul li i {
  margin-right: 5px;
}

.single-pricing-box.active {
  background-image: url(../../img/price-active-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.single-pricing-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a2046;
  opacity: 0.9;
  z-index: -1;
}

.single-pricing-box.active .pricing-title {
  border-color: #475571;
}

.single-pricing-box.active .pricing-title span {
  color: #ffffff;
}

.single-pricing-box.active .pricing-title h1 {
  color: #ffffff;
}

.single-pricing-box.active .pricing-title p {
  color: #ffffff;
}

.single-pricing-box.active ul li {
  color: #ffffff;
}

.single-pricing-box.active ul li i {
  color: #ffffff;
}

.single-pricing-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* 
Claims Area Style
=====================================================*/
.claims-content {
  max-width: 810px;
  margin: auto;
}

.claims-content h2 {
  font-size: 35px;
}

.claims-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.claims-content .content {
  margin-bottom: 30px;
}

.claims-content .content.step-1 {
  text-align: center;
}

.claims-content .content.step-1 span {
  color: #c48b3c;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.claims-content .content.step-1 h2 {
  max-width: 440px;
  margin: 0 auto 20px;
}

.claims-content .content.step-1 .claims-img {
  margin-bottom: 30px;
}

.claims-content .content.step-5 {
  margin-bottom: 0;
}

.claims-content .content.step-5 .contact-us {
  background-color: #f1fbfc;
  padding: 20px;
  margin-bottom: 30px;
}

.claims-content .content.step-5 .contact-us span {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #1a1a1a;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}

.claims-content .content.step-5 .contact-us span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #c48b3c;
  border-radius: 50%;
}

.claims-content .content.step-5 .contact-us a {
  font-weight: 600;
  padding-left: 20px;
}

/* 
FAQ Area Style
=====================================================*/
.faq-contact-area {
  max-width: 600px;
  margin: auto;
}

.faq-contact-area .section-title h2 {
  font-size: 35px;
}

.faq-contact-area .default-btn {
  display: table;
  margin: auto;
}

/* 
Business Insurance Area Style
=====================================================*/
.business-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.business-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.business-insurance-content .content {
  margin-bottom: 30px;
}

.business-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.business-insurance-content .content.step-1 .business-insurance-img {
  background-image: url(../../img/business-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.business-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.business-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.business-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #1a1a1a;
}

.business-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.business-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid #c48b3c;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #c48b3c;
  position: absolute;
  top: 1px;
  left: 0;
}

.business-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.business-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* 
Health Insurance Area Style
=====================================================*/
.health-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.health-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.health-insurance-content .content {
  margin-bottom: 30px;
}

.health-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.health-insurance-content .content.step-1 .health-insurance-img {
  background-image: url(../../img/health-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.health-insurance-content .content.step-5 {
  margin-bottom: 0;
}

.health-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.health-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.health-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #1a1a1a;
}

.health-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.health-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid #c48b3c;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #c48b3c;
  position: absolute;
  top: 1px;
  left: 0;
}

.health-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.health-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* 
Life Insurance Area Style
=====================================================*/
.life-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.life-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.life-insurance-content .content {
  margin-bottom: 30px;
}

.life-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.life-insurance-content .content.step-1 .life-insurance-img {
  background-image: url(../../img/life-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.life-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.life-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.life-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #1a1a1a;
}

.life-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.life-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid #c48b3c;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #c48b3c;
  position: absolute;
  top: 1px;
  left: 0;
}

.life-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.life-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* 
Car Insurance Area Style
=====================================================*/
.car-insurance-content {
  max-width: 1020px;
  margin: auto;
}

.car-insurance-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.car-insurance-content .content {
  margin-bottom: 30px;
}

.car-insurance-content .content.step-1 span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.car-insurance-content .content.step-1 .car-insurance-img {
  background-image: url(../../img/car-insurance-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.car-insurance-content .content.step-4 {
  margin-bottom: 0;
}

.car-insurance-content .content.step-4 .car-insurance-img-2 {
  margin-bottom: 30px;
  margin-top: 15px;
}

.car-insurance-content .content.step-5 p {
  margin-bottom: 20px;
}

.car-insurance-content .content.step-5 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.car-insurance-content .content.step-5 ul li {
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  color: #1a1a1a;
}

.car-insurance-content .content.step-5 ul li:last-child {
  margin-bottom: 0;
}

.car-insurance-content .content.step-5 ul li i {
  font-size: 10px;
  border: 1px solid #c48b3c;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #c48b3c;
  position: absolute;
  top: 1px;
  left: 0;
}

.car-insurance-content .content.step-6 .faq-content {
  margin-left: 0;
  max-width: 100%;
}

.car-insurance-content .content.step-6 .faq-content h2 {
  font-size: 25px;
}

/* 
Sidebar Widget Style
=====================================================*/
.sidebar-widget {
  margin-bottom: 35px;
  position: relative;
  padding: 20px;
  background-color: #eef5ff;
}

.sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: -5px;
  display: inline-block;
  padding-bottom: 10px;
}

.sidebar-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #c48b3c;
}

.sidebar-widget.search .search-form {
  background-color: #ffffff;
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #c48b3c;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.search .search-form .search-button:hover {
  background-color: #1a1a1a;
}

.sidebar-widget.recent-post ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 2px;
}

.sidebar-widget.recent-post ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-left: 90px;
}

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

.sidebar-widget.recent-post ul li a {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 600;
}

.sidebar-widget.recent-post ul li a:hover {
  color: #c48b3c;
}

.sidebar-widget.recent-post ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-widget.recent-post ul li span {
  display: block;
  font-size: 14px;
}

.sidebar-widget.categories ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  border-bottom: 1px dashed #929292;
  padding-bottom: 15px;
}

.sidebar-widget.categories ul li i {
  font-size: 15px;
  margin-right: 5px;
}

.sidebar-widget.categories ul li a span {
  float: right;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget.tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  display: inline-block;
  background-color: #ffffff;
}

.sidebar-widget.tags ul li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #c48b3c;
  color: #ffffff;
  border-color: #c48b3c;
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}

/*
Blog Details Area Style
======================================================*/
.blog-details-content {
  margin-right: 30px;
}

.blog-details-content .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content .news-content h3 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog-details-content .blog-top-content .news-content .admin {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 24px;
  line-height: 1;
}

.blog-details-content .blog-top-content .news-content .admin li {
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
  position: relative;
}

.blog-details-content .blog-top-content .news-content .admin li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -16px;
  width: 1px;
  height: 100%;
  background-color: #c48b3c;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.blog-details-content .blog-top-content .news-content .admin li:first-child::before {
  display: none;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
  margin-right: 0;
}

.blog-details-content .blog-top-content .news-content .admin li i {
  color: #c48b3c;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.blog-details-content .blog-top-content blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f1fbfc;
}

.blog-details-content .blog-top-content blockquote p {
  font-weight: 600;
  font-size: 18px;
  color: #1a1a1a;
  padding-left: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.blog-details-content .blog-top-content blockquote i {
  font-size: 93px;
  color: #b9ecef;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 1;
  border-right: 2px solid #c48b3c;
  padding-right: 19px;
}

.blog-details-content .news-content-2 {
  margin-bottom: 30px;
}

.blog-details-content .news-content-2 h3 {
  font-size: 24px;
}

.blog-details-content .news-content-2 ul {
  margin-bottom: -10px;
}

.blog-details-content .news-content-2 ul li {
  margin-bottom: 15px;
}

.blog-details-content .news-content-2 ul li:last-child {
  margin-bottom: 0;
}

.blog-details-content .single-blog-post-img {
  margin-bottom: 30px;
}

.blog-details-content .tags-social {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}

.blog-details-content .tags-social span {
  margin-right: 10px;
  font-weight: 600;
  position: relative;
  top: 0px;
}

.blog-details-content .tags-social .tags {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .tags-social .tags li {
  display: inline-block;
}

.blog-details-content .tags-social .tags li a {
  border: 1px solid #c48b3c;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
}

.blog-details-content .tags-social .tags li a:hover {
  color: #ffffff;
  background-color: #c48b3c;
  border-color: #c48b3c;
}

.blog-details-content .tags-social .tags li:last-child a {
  margin-right: 0;
  margin-left: 0;
}

.blog-details-content .tags-social .social {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .tags-social .social li {
  display: inline-block;
}

.blog-details-content .tags-social .social li a i {
  font-size: 18px;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .tags-social .social li a:hover i {
  color: #c48b3c;
}

.blog-details-content .tags-social .social li:last-child a {
  margin-right: 0;
}

.blog-details-content .tags-social .social li:last-child a i {
  margin-left: 0;
  margin-right: 0;
}

.blog-details-content .comments {
  margin-bottom: 40px;
}

.blog-details-content .comments h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.blog-details-content .comments h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #c48b3c;
}

.blog-details-content .comments ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-details-content .comments ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.blog-details-content .comments ul li:last-child {
  margin-bottom: 0;
}

.blog-details-content .comments ul li img {
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-content .comments ul li h3 {
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  padding-left: 0;
  font-weight: 600;
}

.blog-details-content .comments ul li h3::before {
  display: none;
}

.blog-details-content .comments ul li span {
  display: block;
  margin-bottom: 15px;
}

.blog-details-content .comments ul li a {
  font-size: 15px;
  font-weight: 600;
}

.blog-details-content .comments ul li a:hover {
  letter-spacing: 1px;
}

.blog-details-content .comments ul li a i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-content .leave-reply h3 {
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.blog-details-content .leave-reply h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #c48b3c;
}

.blog-details-content .leave-reply p {
  margin-bottom: 30px;
}

.blog-details-content .leave-reply .form-group {
  margin-bottom: 25px;
}

.blog-details-content .leave-reply .form-group #chb1 {
  margin-right: 5px;
}

.blog-details-content .leave-reply .form-group label {
  margin-bottom: 10px;
}

.blog-details-content .leave-reply input[type=checkbox], .blog-details-content .leave-reply input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* 
Main Contact Area Style
=====================================================*/
.main-contact-area .container {
  max-width: 1050px;
  margin: auto;
}

.main-contact-area .form-group {
  margin-bottom: 30px;
}

.main-contact-area .form-group .form-control {
  background-color: #ffffff;
}

.main-contact-area #contactForm {
  background-color: #f1fbfc;
  padding: 30px;
}

.main-contact-area .contact-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.main-contact-area .contact-info p {
  margin-bottom: 25px;
}

.main-contact-area .contact-info .address {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-contact-area .contact-info .address .location {
  position: relative;
}

.main-contact-area .contact-info .address .location i {
  position: absolute;
  color: #8b8c90;
  left: 0;
  top: 5px;
  font-size: 45px;
}

.main-contact-area .contact-info .address .location span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #c48b3c;
}

.main-contact-area .contact-info .address li {
  position: relative;
  margin-bottom: 20px;
}

.main-contact-area .contact-info .address li a {
  color: #555555;
  display: block;
}

.main-contact-area .contact-info .address li a:hover {
  color: #c48b3c;
}

.main-contact-area .contact-info .address li:last-child {
  margin-bottom: 0;
}

.main-contact-area .contact-info .address li i {
  position: absolute;
  color: #8b8c90;
  left: 0;
  top: 0;
  font-size: 45px;
}

.main-contact-area .contact-info .address li span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #c48b3c;
}

.main-contact-area #msgSubmit {
  text-align: left;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}
.ques_1 p{
	font-size: 16px;
}
/*
User Area CSS
=====================================================*/
.user-area-style {
  position: relative;
  z-index: 1;
}

.user-area-style .contact-form-action {
  max-width: 600px;
  border-bottom: none;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin: auto;
}

.user-area-style .contact-form-action .account-title {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action .account-title h2 {
  font-size: 30px;
  position: relative;
  line-height: 1;
}

.user-area-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-style .contact-form-action form .form-condition .agree-label a {
  color: #c48b3c;
}

.user-area-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action {
  margin-bottom: 30px;
}

.user-area-style .contact-form-action form .login-action .log-rem {
  display: inline-block;
}

.user-area-style .contact-form-action form .login-action .log-rem label {
  margin-bottom: 0;
}

.user-area-style .contact-form-action form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-area-style .contact-form-action form .right {
  float: right;
}

.user-area-style .contact-form-action p {
  margin-top: 25px;
  line-height: 1;
}

.user-area-style .contact-form-action p a {
  color: #1a1a1a;
}

.user-area-style .contact-form-action p a:hover {
  color: #c48b3c;
}

.user-area-style .contact-form-action .show {
  text-align: right;
}

.user-area-style.recover-password-area .recover {
  max-width: 600px;
  margin: auto;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.user-area-style.recover-password-area .recover .default-btn {
  margin-bottom: 0;
  margin-top: 30px;
}

.user-area-style.recover-password-area h3 {
  font-size: 30px;
  margin-top: -11px;
}

.user-area-style.recover-password-area p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.user-area-style.recover-password-area p a {
  font-weight: 600;
}

.user-area-style.recover-password-area .now-register {
  float: right;
  margin: 0;
}

/*
Privacy Policy Area Style
=====================================================*/
.privacy-policy {
  max-width: 800px;
  margin: auto;
}

.privacy-policy .title {
  margin-bottom: 30px;
  text-align: center;
}

.privacy-policy .title h2 {
  font-size: 36px;
}

.privacy-policy .privacy-content {
  margin-bottom: 30px;
}

.privacy-policy .privacy-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.privacy-policy .privacy-content p {
  margin-bottom: 10px;
}

.privacy-policy .privacy-content ul {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-top: 15px;
}

.privacy-policy .privacy-content ul li {
  margin-bottom: 10px;
}

.privacy-policy .privacy-content ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy .privacy-content.eight {
  margin-bottom: 0;
}

.privacy-policy .privacy-content.eight p {
  margin-bottom: 0;
}

/*
Terms Conditions Area Style
=====================================================*/
.terms-conditions {
  max-width: 800px;
  margin: auto;
}

.terms-conditions .title {
  margin-bottom: 30px;
  text-align: #ffffff;
}

.terms-conditions .title span {
  color: #c48b3c;
  display: block;
  margin-bottom: 10px;
}

.terms-conditions .title h2 {
  font-size: 36px;
}

.terms-conditions .conditions-content {
  margin-bottom: 30px;
}

.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}

.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  list-style-type: disc;
  margin-top: 15px;
}

.terms-conditions .conditions-content ul li {
  margin-bottom: 10px;
}

.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}

.terms-conditions .conditions-content.six {
  margin-bottom: 0;
}

.terms-conditions .conditions-content.six p {
  margin-bottom: 0;
}

/*
Coming Soon Area CSS
=====================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-area .coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-area .coming-soon-content h2 {
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  background-color: #1a1a1a;
  color: #ffffff;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 9px;
  font-size: 22px;
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: #c48b3c;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 0 32px;
  color: #1a1a1a;
  height: 45px;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
  border-color: #c48b3c;
  outline: 0 !important;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .default-btn {
  border-radius: 0;
  position: relative;
}

.coming-soon-area .coming-soon-content form .default-btn::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: #ff0000;
}

.coming-soon-area .coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

.coming-soon-area .online-treatment-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.coming-soon-area .online-treatment-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}

.error-area .error-content {
  z-index: 1;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #c48b3c;
  margin-top: -48px;
}

.error-area .error-content h1 .a {
  display: inline-block;
}

.error-area .error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-area .error-content h1 .b {
  display: inline-block;
}

.error-area .error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #c48b3c;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #c48b3c;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 1px solid #ffffff;
  opacity: 1;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #c48b3c;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after {
  width: 0;
}

.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #c48b3c;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #c48b3c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #c48b3c;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
  color: #c48b3c;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(249, 145, 21, 0.9);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(249, 145, 21, 0.9);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(249, 145, 21, 0.9);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.video-btn-2 span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.video-btn-2 span::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #c48b3c;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-2 span::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #c48b3c;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-2 span:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video-btn-2 span:nth-child(1)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.video-btn-2 span:nth-child(2)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.video-btn-2 span:nth-child(2)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.video-btn-2 span:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.video-btn-2 span:nth-child(3)::before {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.video-btn-2 span:nth-child(4)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.video-btn-2 i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  color: #c48b3c;
  border: 5px solid #c48b3c;
  font-size: 60px;
}

.video-btn-2.video-btn-3 i {
  color: #0a2046;
  border-color: #0a2046;
}

.video-btn-2.video-btn-3 span::before {
  border: 0.1px solid #0a2046;
}

.video-btn-2.video-btn-3 span::after {
  border: 0.1px solid #0a2046;
}

@-webkit-keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

@keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
}

.nice-select .option:hover {
  background-color: #c48b3c;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  color: #c48b3c;
}

.nice-select .current {
  font-size: 16px;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1a1a1a;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f5f6fa;
  border: 1px solid #d7d7d7;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #c48b3c;
  background-color: #c48b3c;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #c48b3c;
  background-color: #c48b3c;
}

/*
Overly Area Style*/
.overly-outside {
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.overly-outside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #c48b3c;
  border-left: 2px solid #c48b3c;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #c48b3c;
  border-right: 2px solid #c48b3c;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside .overly-inside::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid #c48b3c;
  border-left: 2px solid #c48b3c;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside .overly-inside::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid #c48b3c;
  border-right: 2px solid #c48b3c;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.overly-outside:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.overly-outside:hover::before {
  width: 25%;
  height: 25%;
  top: 0;
  bottom: auto;
  opacity: 1;
}

.overly-outside:hover::after {
  width: 25%;
  height: 25%;
  top: 0;
  bottom: auto;
  opacity: 1;
}

.overly-outside:hover .overly-inside::before {
  width: 25%;
  height: 25%;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.overly-outside:hover .overly-inside::after {
  width: 25%;
  height: 25%;
  top: auto;
  bottom: 0;
  opacity: 1;
}

/*
Tabs Area Style*/
.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}
/*# sourceMappingURL=style.css.map */

.submit-btn{
	background-color:#c48b3c;
	border: 1px solid #c48b3c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00529a;
    border-color: #00529a;
}