@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700,700i";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700";
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* ---------------------------------------------
            == Main CSS==
--------------------------------------------- */
/*
@media only screen and (min-width: 56.25em){
body {
    background-image: url(../images/bg/bg-body.png);
}
body {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
}
body {
    margin: 0;
}
*/
html, body {
  font-family: "Open Sans", sans-serif; 
  color:#333333;
  font-size:18px;
  line-height:1.5;
  font-weight:normal;
  overflow-x: hidden; 
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
button {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    line-height: normal;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

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

ul,
ol,
dl {
    list-style-type: none;
}

button {
    line-height: normal;
    background: none;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
}
.pad-bot-50{
    padding-bottom: 60px!important;
}
.pad-bot-20{
    padding-bottom: 20px!important;
}
.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.ptb-200{
	padding: 200px 0;
}
.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}
.ptb-70-120{
	padding-top:70px;
	padding-bottom:120px;
}

.ptlr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fc-dark{
    color: #0f3c67!important;
}

.mb-80{
    margin-bottom: 80px!important;
}

.primary-font,

h1 {
    font-size: 52px;
    line-height: 62px;
}

.h2,
h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .25px;
}

.h3,
h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .25px;
}

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

.h5,
h5 {
    font-size: 15px;
    line-height: 25px;
}

.h6,
h6 {
    font-size: 14px;
    line-height: 24px;
}

img {
    max-width: 100%;
}
.fa, .fas {
    vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 52px;
        line-height: 62px;
    }

    .h2,
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .section-head-2 h2 {
    font-size: 28px;
}
}


@media only screen and (max-width: 991px) {
    .fi::before {
        font-size: 45px;
    }
}

.preloader {
    background-color: #ffffff;
    background-image: url("../images/preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
}


/* ---------------------------------------------
            == CSS ==
--------------------------------------------- */
/*********General Misc***********/
.bg-grey {
	background:#fafafa;
}
.bg-grey-dark{
	background-color: #dee2e6;
}
.bg-color{
	background:#0f3c67;
	color:#ffffff;
}
.text-white{
	color:#ffffff;
}
.bg-white{
	background:#ffffff;
}
.btn-gold {
  color: #FFFFFF;
  background: #C89D65;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.7s;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  border:1px solid #C89D65;
  font-size:18px;
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	text-transform:uppercase;
}

.btn-gold:hover {
  background: #0f3c67;
  border:1px solid #C89D65;
  color:#ffffff;
  transition:0.7s;
}
.btn-gold i:hover{
	color:#ffffff;
}
.btn-white {
  color: #C89D65;
  background: transparent;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 700;
  border:2px solid #ffffff;
  font-size:18px;
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.btn-white:hover {
  background: #ffffff;
  border:2px solid #ffffff;
  color: #C89D65;
}
.btn-blue {
  color: #FFFFFF;
  background: #0F3C67;
  padding: 12px 30px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  border:1px solid #0F3C67;
  font-size:18px;
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	text-transform:uppercase;
}
.btn-blue:hover {
  background: #C89D65;
  border:1px solid  #C89D65;
  color:#ffffff;
}
.btn-blue i{
	padding-top:3px;
	vertical-align:middle;
	display:inline-block;
	font-size:20px;
}
.btn-blue i:hover{
	color:#ffffff;
}

.btn-glow {
  color: #0f3c67;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  border:1px solid #0f3c67;
  font-size:18px;
  	text-transform:uppercase;
    font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
/*
.btn-glow {
  color: #FFFFFF;
  background: #C89D65;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  border:1px solid #C89D65;
  font-size:18px;
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	text-transform:uppercase;
    font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  	-webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #C89D65; -webkit-box-shadow: 0 0 10px #C89D65; }
  50% { background-color: #0f3c67; -webkit-box-shadow: 0 0 20px #0f3c67; }
  100% { background-color: #C89D65; -webkit-box-shadow: 0 0 10px #C89D65; }
}

@-moz-keyframes glowing {
  0% { background-color: #C89D65; -moz-box-shadow: 0 0 10px #C89D65; }
  50% { background-color: #0f3c67; -moz-box-shadow: 0 0 20px #0f3c67; }
  100% { background-color: #C89D65; -moz-box-shadow: 0 0 10px #C89D65; }
}

@-o-keyframes glowing {
  0% { background-color: #C89D65; box-shadow: 0 0 10px #C89D65; }
  50% { background-color: #0f3c67; box-shadow: 0 0 20px #0f3c67; }
  100% { background-color: #C89D65; box-shadow: 0 0 10px #C89D65; }
}

@keyframes glowing {
  0% { background-color: #C89D65; box-shadow: 0 0 10px #C89D65; }
  50% { background-color: #0f3c67; box-shadow: 0 0 20px #0f3c67; }
  100% { background-color: #C89D65; box-shadow: 0 0 10px #C89D65; }
}
*/
.btn-glow:hover{
	color:#ffffff;
	background-color: #0f3c67;
}
.call-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
	animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgba(0,123,255,.5);
}

.call-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #4FCE5D;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #ffffff;
  font-size: 24px; }
  
.call-btn i:hover {
    color: #ffffff; }

.call-btn:hover:after {
  background-color: #4FCE5D; 
}
@media (min-width:992px) {
.heading-h2 h2 {
    padding-bottom: 25px;
    position: relative;
    color: #0f3c67;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
	font-size: 58px;
    font-weight: 500;
    line-height: 1.2;
    color:#0f3c67;
    letter-spacing:1px;
}
}
@media (max-width:992px) {
.heading-h2 h2 {
    padding-bottom: 25px;
    position: relative;
    color: #0f3c67;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
	font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    color:#0f3c67;
    letter-spacing:1px;
}
}
.heading-h2 h2 span {
    color: #C89D65;
}
/******** General Misc End---------*/

.top-bar {
    width: 100%;
    clear: both;
    float: left;
    padding: 5px 0;
    color: #ffffff;
	background:#0f3c67;
	position:relative;
	border-bottom:1px solid grey;
}
ul.dt-sc-social-icons {
    margin: 0;
    padding: 0;
}
header ul.dt-sc-social-icons li {
    display: inline;
    float: none;
    margin-right: 5px;
}
header ul.dt-sc-social-icons li:first-child a {
    padding-left: 0;
}
ul.dt-sc-social-icons li a {
    padding: 0 5px;
    margin: 0;
    display: inline-block;
    color: #ffffff;
}
ul.dt-sc-social-icons li a:hover {
     color: #C89D65;
}
ul.dt-sc-social-icons li a span {
    font-size: 16px;
}
ul li span.fa {
    margin-right: 5px;
}
header .dt-sc-contact-number {
    float: none;
    font-size: 16px;
}
header .dt-sc-contact-number i:hover{
    color: #C89D65;
}
header .dt-sc-contact-number a{
    color:#ffffff;
}
header .dt-sc-contact-number a:hover{
    color: #C89D65;
}
header .dt-sc-contact-number span {
    margin-right: 5px;
}
/*---------- top-bar header logo address etc -----------------*/
/* ---------------------------------------------
            ==  Header Part  ==
--------------------------------------------- */
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  font-size: 18px;
  font-family: Oswald,sans-serif;
  font-weight:600;
  transition: all 0.5s;
  overflow: hidden;
  color:#444444;
  padding: 35px 0 25px 0;
  width:100%;
  vertical-align:middle;
  line-height:24px;
  position:relative;
  z-index:1;
/*  background:#f2f2f2; */
  position:relative;
  
 
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 0;
  padding-top:10px;
   
}

#topbar .contact-info li + li {
/*  margin-left: 18px; */

}

#topbar .contact-info a {
  color:#444444;
  transition: 0.3s;
   font-size:20px;
  font-weight:500;
  line-height: 24px;

}

#topbar .contact-info a:hover {
  color: #C89D65;
}

#topbar .contact-info i {
  color: #C89D65;
  padding-right: 4px;
  vertical-align:middle;
  margin-bottom: 4px;
  margin-top:-25px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta {
  color: #ffffff;
  background: #C89D65;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 500;
  border:1px solid #C89D65;
}

#topbar .cta:hover {
  background: #0f3c67;
  border:1px solid #0f3c67;
  color:#ffffff;
}
#topbar .logo{
	margin:0px;
	vertical-align:middle;
/*	padding: 5px 0 0 15px; */
}
#topbar .cntct{
	text-align:right;
	margin:0px;
	margin-top: -10px;

}
#topbar .cntct:hover{
	color:#C89D65;
}
#topbar .cntct a{
	font-size:28px;
	font-weight:700;
	font-family:Oswald,sans-serif;
	vertical-align: middle;
	color:#444444;
	background:transparent;
	border-radius:50px;
/*	border:1px solid #C89D65; */
	letter-spacing:-1px;
	margin-bottom:-10px;
}
#topbar .cntct a:hover{
	color:#C89D65;
}
.fas:hover{
	color:#C89D65;
}

.section-head {
    margin-bottom: 80px;
}

.section-head h2 {
    padding-bottom: 42px;
    margin-bottom: 25px;
    color: #0f3c67;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 82px;
    line-height: 25px;
}

.section-head h2 span {
    color: #C89D65;
}

.section-head h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/section-img.png) no-repeat;
    width: 100%;
    height: 20px;
 /*   background-size: cover;  */
    background-position: center;
	top:90%;
}

.section-head p {
    max-width: 655px;
    margin: auto;
    color: #3b3b3b;
}

.section-head-2 {
    padding-bottom: 26px;
}

.section-head-2 h2 {
    margin-top: -6px;
    padding-bottom: 25px;
    position: relative;
    color: #C89D65;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.section-head-3-1 h2 {
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-size: 28px;
    text-transform: uppercase;
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.section-head-2 h2 span {
    color: #3c3c3c;
}

.section-head-2 h2::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #0f3c67;
}

.section-head-2 p {
    padding-top: 25px;
    color: #3c3c3c;
    max-width: 490px;
}

.section-head-2-1 {
    margin-bottom: 30px;
}

.section-head-2-1 h2 {
    margin-top: -6px;
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}

.section-head-2-1 h2 span {
    color: #C89D65;
}

.section-head-2-1 p {
    max-width: 642px;
    margin: auto;
    color: #3b3b3b;
}

.section-head-3-1 {
    margin-bottom: 80px;
}

.section-head-3-1 h2 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 30px;
    text-transform: uppercase;
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    line-height: 19px;
}

.section-head-3-1 h2 span {
    color: #C89D65;
}

.section-head-3-1 h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #C89D65;
    width: 30px;
    height: 2px;
}

.section-head-3-1 p {
    max-width: 655px;
    margin: auto;
    color: #3b3b3b;
}


/* ---------------------------------------------
            ==  Section Padding  ==
--------------------------------------------- */

.section-p {
    padding: 110px 0;
}

.section-p .section-head h3 {
    margin-top: -6px;
}

.section-p-important {
    padding: 80px 0 !important;
}

.section-p-important .section-head h3 {
    margin-top: -6px;
}

.section-p-2 {
    padding: 110px 0;
}

.section-p-2 .section-head h3 {
    margin-top: -7px;
}

@media only screen and (max-width: 991px) {
    .padding-110 {
        padding-bottom: 80px;
    }
    .section-head-2 p {
        margin: 0 auto;
    }
    .section-head-2 h2::before {
        left: 50%;
        margin-left: -20px;
    }
    .section-p {
	padding: 80px 0;
    }
    .section-p-2 {
        padding: 80px 0;
    }
    .section-head-3-1 h2 {
    font-size: 28px;

}
.section-head-2-1 h2 {
    font-size: 28px;
}

.section-head-3-1 h2 {
    line-height: 38px;
}

}

@media only screen and (max-width: 767px) {
    .section-p {
        padding: 50px 0;
    }
    .section-p .section-head h2 {
        margin-top: -5px;
    }

    .section-p-2 {
        padding: 50px 0;
    }
    .section-p-2 .section-head h3 {
        margin-top: -7px;
    }

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

    .section-p-important {
        padding: 70px 0 !important;
    }
    .section-head-3-1 {
    margin-bottom: 55px;
    }
    .pad-bot-50 {
	padding-bottom: 30px !important;
    }
    .section-head h2 {
    font-size: 42px;
    }
    .team-2-part.section-p.pad-bot-30 {
    padding-bottom: 0px;
    }
    .section-head {
    margin-bottom: 55px;
    }
    
}

.brand-color {
    color: #C89D65 !important;
}

.secondary-color {
    color: #0f3c67 !important;
}

.bg-brand-color {
    background: #C89D65 !important;
}

.bg-secondary-color {
    background: #0f3c67 !important;
}

.white {
    color: #ffffff !important;
}

.dark {
    color: #000000 !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.semi-bold {
    font-weight: 600 !important;
}

.bold,h1,.h2,h2,.h4,h4 {
    font-weight: 700 !important;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.p-relative {
    position: relative;
}

.bg-white {
    background: #ffffff;
}

.flat-list li {
    display: inline-block;
}

.flat-list.social-icon li {
    display: inline-block;
    padding: 0 5px;
}

.flat-list.social-icon li a i {
    font-size: 15px;
    color: #ffffff;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    background: transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.flat-list.social-icon li a:hover i {
    color: #C89D65;
}

.regular-list li {
    font-size: 18px;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .regular-list li {
        font-size: 17px;
    }
}

.btn-1 {
    font-size: 14px;
    /* background: #0f3c67; */
    color: #ffffff;
    padding: 15px 22px;
    border: 1px solid #ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.btn-1.btn-darks {
    color: #0f3c67;
    border: 1px solid #0f3c67;
}

.btn-1:hover {
    color: #0f3c67;
    background: #ffffff;
}

.btn-1 i {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.btn-1:hover i {
    transform: translate(10px, 0px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.btn-3 {
    color: #C89D65;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 22px;
    border: 1px solid #C89D65;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.btn-3 i {
    font-size: 14px;
    margin-left: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.btn-3:hover {
    color: #ffffff;
    background: #C89D65;
}

.btn-3:hover i {
    margin-left: 10px;
    color: #C89D65;
}



/* ---------------------------------------------
            ==  Isotype Button ==
--------------------------------------------- */

.backtotop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    border: 2px solid #C89D65;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9;
    -webkit-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
    -moz-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
    box-shadow: -1px 1px 5px 0px rgba(84, 84, 84, 0.35);
}

.backtotop i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 20px;
    background: #ffffff;
    margin: 2px;
    color: #C89D65;
    text-align: center;
    border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
    .btn-4 {
        font-size: 16px;
    }

    .btn-5 {
        font-size: 19px;
        line-height: 29px;
        padding: 8px 36px;
    }
}

@media only screen and (max-width: 991px) {
    .btn-5 {
        font-size: 16px;
        line-height: 26px;
        padding: 7px 35px;
    }
}



/* ---------------------------------------------
            ==  Home Page  ==
--------------------------------------------- */


.navbar-brand {
    margin-right: 0px;
}


/* ---------------------------------------------
            ==  Header  two  ==
--------------------------------------------- */

.header-two.header-part {
    border-bottom: 0;
}

.header-two .header-item {
    padding: 15px 0;
}

.header-two .header-item p {
    font-size: 15px;
}

@media only screen and (min-width: 1200px) {
    .header-icon a.btn-1 {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .header-icon a.btn-1 {
        padding: 23px 30px;
    }
    .header-icon ul {
        margin-top: 0;
    }

    .header-item p {
        padding: 0 20px;
    }
    .header-item p:not(:last-child):after {
        position: absolute;
        content: '|';
        left: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 991px) {
    .header-two .header-item p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .header-two .header-icon .flat-list.social-icon li {
        padding: 0;
    }
    .backtotop {
	right: 7px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    }
    .backtotop i {background: #f2f2f2;}
    .backtotop { border: 2px solid #C89D65;}
    
}

@media only screen and (max-width: 575px) {
    .header-icon ul {
        padding: 10px 0 15px;
        float: right;
    }

    .header-icon .flat-list.social-icon li {
        padding: 0;
    }

    .header-two .header-item p {
        font-size: 13px;
    }

    .bg-white .flat-list.social-icon li a i {
        font-size: 14px;
    }

    .social-media-part .section-head-2 h2 {
        font-size: 20px;
        line-height: 30px;
    }

}

/* ---------------------------------------------
            ==  Navigation Part  ==
--------------------------------------------- */

#navigation {
    padding: 0 0px;
	background:#0f3c67;
}
        

#navigation .navbar-brand {
    padding: 5px 0;
    margin-right: 0;
}

#nav-list > ul > li {
    padding: 25px 10px;
}

#mid-nav #nav-list > ul > li > a {
	font-size: 16px;
    color: #ffffff;
    display: block;
    position: relative;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.90);
    padding: 5px 13px;
    font-family: Roboto,sans-serif;
    letter-spacing: 0.30px;
    font-weight: 400;
    text-transform: uppercase;
}

#nav-list > ul > li > a {
	font-size: 16px;
    color: #ffffff;
    display: block;
    position: relative;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.90);
    padding: 5px 13px;
    font-family: Roboto,sans-serif;
    letter-spacing: 0.30px;
    font-weight: 700;
    text-transform: uppercase;
}
#nav-list > ul > li > a:focus {
	color: #c89d65;
}
#nav-list > ul > li > a:hover {
    color: #C89D65;
    padding: 5px 13px;
    
}

.nav-toggler i {
    font-size: 24px;
	color: #ffffff;
}

.nav-scrl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 998;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.ht-header-bottom.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.nav-scrl #nav-list > ul > li {
    padding: 20px 10px;
}

.nav-bg-brand-color.nav-scrl {
    background: #C89D65;
}
/*-------- Mega Menu -----------*/
/*-------------- Custom Mega Menu------------*/
@media only screen and (min-width: 991px) {
.navbar-brand{
	display:none;
}
}
.nav-link {
/*    display: contents;  */
}
.menu-large {
  position: static !important;
}

.megamenu {
	padding:0 15px;
  width: 100%;
  margin-top:0;
 /* border:1px solid #C89D65; */
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px;
  clear: both;
  font-size:14px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #3287d2;
  white-space: normal;
  border-bottom:1px dotted #0aaed8;
  font-family: "Open Sans", sans-serif;
   
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #C89D65; 
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.megamenu .megamenu-contact-info {
	padding:5px 0 3px 0;
	color:#3287d2;
	font-size:20px;
	word-spacing:1px;
	border-top:1px solid rgb(8 128 232 / 30%);
	border-bottom:0;
	font-weight: 600;
	animation: color-change 1s infinite;
	text-shadow: 0px 2px 8px #DCDCDC;
	line-height:24px;
	text-align:center;
	
}
@keyframes color-change {
  0% { color: #C89D65; }
  50% { color: #3287d2; }
  100% { color: #C89D65; }
}

/* Btn Practise Area Bounce To Right */
.megamenu .btn-contact-info{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:7px 10px;
    border-radius:10px;
	width:100%;
	text-align:center;	
	border:5px solid #ffffff;
	border-radius:10px;
	background: rgb(5,71,129);
	background: linear-gradient(180deg, rgba(5,71,129,1) 0%, rgba(29,112,184,1) 66%, rgba(29,112,184,1) 100%);
	font-weight:normal;
	font-size:16px;
	letter-spacing:1px;
	transition: ease-in-out 0.5s;
	color:#ffffff;
}
.megamenu .btn-contact-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*	background: linear-gradient(175deg, rgba(29,102,168,1) 33%, rgba(8,128,232,1) 66%);  */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	background: rgb(159,115,25);
	background: linear-gradient(180deg, rgba(159,115,25,1) 0%, rgba(185,132,27,1) 50%, rgba(246,176,36,1) 100%);
	border-radius:5px;
	
}
.megamenu .btn-contact-info:hover, .btn-contact-info:focus, .btn-contact-info:active {
  color: white;
}
.megamenu .btn-contact-info:hover:before, .btn-contact-info:focus:before, .btn-contact-info:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.megamenu .btn-contact-info a {
	color:#ffffff;
	text-decoration:none;
	border:1px solid #FFFFFF;
	background: rgb(6,83,150);
	background: linear-gradient(180deg, rgba(6,83,150,1) 0%, rgba(7,92,166,1) 50%, rgba(8,128,232,1) 100%);
	font-weight:normal;
	font-size:16px;
	letter-spacing:1px;
	transition: ease-in-out 0.5s;
	text-align:center;	
	max-width:100%;
	padding:7px 10px;
}
.megamenu .contact-info a:hover {
	border:1px solid #C89D65;
	background: rgb(159,115,25);
	background: linear-gradient(180deg, rgba(159,115,25,1) 0%, rgba(185,132,27,1) 50%, rgba(246,176,36,1) 100%);
	
}
.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
	font-size:22px;
}
.dropdown-header{
	padding: 10px 0 5px 0; 
	font-family:Roboto,sans-serif;
    font-size: 20px;
    color: #3287d2;
	font-weight:700;
    white-space: normal;
	letter-spacing:0;
	text-transform: uppercase;
}
.dropdown-header:before{
	content:  url(../img/icon-logo-menu.png);  
	padding: 5px 3px 0 0;
	font-size:16px; 
	color:#3287d2;
	font-weight:500;
}
.dropdown-item {
	color:#555555;
	font-size:16px;
	padding:10px 10px 10px 5px;
}
.dropdown-item:hover {
	background-color:#fafafa;
	color:#C89D65;
	padding:10px 10px 10px 5px;
}

.downmenu{
	white-space:normal;
	font-size:16px;
	padding:12px 12px 12px 0px;
	color:#555555;
	line-height:16px;
	transition: all ease-in-out .3s;
}
.downmenu:hover{
	padding:12px 12px 12px 0px;
	color:#C89D65; 
}
.downmenu::before{
/*	content:  url(../img/downmenu-icon.png);   */
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:16px; 
	color:#3287d2;
	font-weight:300;
}
.downmenu:hover::before{
	color:#0f3c67;
	padding-left:3px;
	padding-right:2px;
}
.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
	display: inline-block;
    margin-left: -2px;
    vertical-align: middle;
    border-top: 0px;
	float:right; 
	font-size:18px;	
}

.col-menu-info{
	padding:5px;
	text-align:center;
	margin:0;
	border-left:1px solid rgb(8 128 232 / 30%);
}

.menu-info{
	display:block;
	padding: 18px 5px;
	text-align:center;
	font-weight:300;
	font-size:18px;
	color:#ffffff;
	background: rgb(23,103,173);
	background: linear-gradient(180deg, rgba(23,103,173,1) 33%, rgba(50,135,210,1) 66%);
	line-height:20px;
	margin-bottom:6px;
	border-radius:25px;
	 box-shadow: 0 4px 8px #aaa;
/*	 border:2px solid #C89D65;   */
	  overflow: hidden;
	  transition: 0.5s;
	  font-family:Oswald,sans-serif;
	  letter-spacing:0.30px;
	  transition: all .2s ease-in-out;
}	  

.menu-info a{
	color:#ffffff;
}
.menu-info a:hover{
	color:#ffffff;
}
.menu-info:hover{
	background: rgb(186,132,23);
	background: linear-gradient(180deg, rgba(186,132,23,1) 33%, rgba(246,176,36,1) 66%);
/*	 border:2px solid #3287d2;   */
	 color:#ffffff;
	 transform: scale(1.05);
}
.cntct-menu-btn{
	display:block;
	padding: 15px;
	text-align:center;
	font-weight:400;
	font-size:18px;
	color:#ffffff;
	background: rgb(23,103,173);
	background: linear-gradient(180deg, rgba(23,103,173,1) 33%, rgba(50,135,210,1) 66%);
	line-height:20px;
	margin: 10px 0 20px 0;
	border-radius:0px;
	box-shadow:0 4px 12px #777;
	  overflow: hidden;
	  transition: 0.5s;
	  font-family:Oswald,sans-serif;
	  letter-spacing:0.50px;
}

.cntct-menu-btn a{
	color:#ffffff;
}
.cntct-menu-btn:hover{
	background: rgb(186,132,23);
	background: linear-gradient(180deg, rgba(186,132,23,1) 33%, rgba(246,176,36,1) 66%);
    color:#ffffff;
	transition: 0.5s;
}
.cntct-menu-btn i{
	vertical-align:0%;
}
.cntct-menu-btn i:hover{
	color:#ffffff;
	transition: 0.5s;
}

.practice-menu-col{
	margin:0;
	vertical-align:middle;
	padding:15px 0;
	
}

.bg-practice-col{
	background:url(../images/blog-menu.jpg) no-repeat;
	background-size: 100% 100%;
} 

.practice-menu-col h3{
	color: #3287d2;
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    line-height: 10px;
	font-family: Oswald,sans-serif;
	margin-bottom:20px;	
	z-index: auto;
}

.practice-menu-col h3:before{
	content: url(../images/icon-logo-need-advise.png);  
	padding: 0;
	margin:0 5px 0 0;
	padding:0;
}

.practice-menu-col h2{
	color: #3287d2;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 14px;
	font-family: Oswald,sans-serif;
	margin-bottom:10px;	
	word-wrap:break-word;
}
.practice-menu-col i{
	color: #555555;
}
.practice-menu-col a{
	color:#555555;
	transition:0.7s;
}
.practice-menu-col a:hover{
	color:#C89D65;
	transition:0.7s;
}
@media (min-width: 992px) and (max-width: 1450px){
	.practice-menu-col h3{
    font-size: 26px;
}

.practice-menu-col h3:before{
	content: url(../images/icon-logo-menu.png);  
	padding: 0;
}

.practice-menu-col h2{
    font-size: 20px;
	word-wrap:break-word;
}
}


.wspace{
	white-space:nowrap;
	padding:10px 10px 10px 5px;
}
.wspace:hover{
	white-space:nowrap;
	padding:10px 10px 10px 5px;
}

}
@media (max-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #ffffff; 
	border:1px solid rgb(8 128 232 / 30%);
	border-bottom:4px solid #0aaed8;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:hover {
    background: #ffffff; /*#fdfdfd; #FAFAFA; */
	border:1px solid rgb(8 128 232 / 30%);
	border-bottom:4px solid #0aaed8;
}
}


@media (max-width: 992px) {
.downmenu {
    font-size: 16px;
    padding: 8px 0;
    color: #777777;
    line-height: 16px;
}
.downmenu:hover{
	padding:8px 0 8px 8px;
}
.wspace{
	white-space:normal;
	padding:8px 0;
	min-width: -webkit-fill-available;
}
.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}
 .megamenu {
    margin-left: 0;
    margin-right: 0;
	margin-top: 0;
    border-radius: 0;
	padding: 0 15px;
	border-left:0;
	border-right:0;
	border: 1px solid #f9f9f9;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
/*    color: #ffffff;  */
  }
  .navbar-nav .nav-link {
    color: #3287d2;
	padding:15px;
	font-family:Roboto, sans-serif;
	letter-spacing:normal;
	font-weight:500;
	border-bottom: 1px solid #dee2e6;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(243,243,243,1) 100%);
}

.navbar-nav .nav-link::before{
/*	content: " ";
    background-image: url(../imgage/icon-logo-menu.png);
    padding-right: 18px;
    margin-right: 5px;
	width:20px;
	height:20px;
	background-position:center; 
} */
}
  .navbar-nav .nav-link  {
    color: #3287d2;
	border-radius:0;
	width:100%;
}
  .navbar-nav .nav-link:hover {
    background-color: #C89D65;
	color:#444444;
	font-weight:500;
}
}

@media (min-width: 992px) {
   .navbar-expand-lg .navbar-toggler {
       display: none !important;
   }
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	border:1px solid #C89D65;
	border-bottom:3px solid #C89D65;	
}
}
.bg-blog-menu{
  height: 100%;
  width: 100%;
  background-image: url(../images/blog-menu.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
/********* Submenu open on Mouse over*******/
/*
.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
*/
/******************************************/



/*

.nav-bg-white #nav-list > ul > li > a {
    color: #ffffff;
}

.nav-bg-white #nav-list > ul > li.active > a,
.nav-bg-white #nav-list > ul > li:hover > a,
.nav-bg-white #nav-list > ul > li > a.active {
    color: #C89D65;
}

.nav-bg-white #nav-list > ul > li.active > a::after,
.nav-bg-white #nav-list > ul > li:hover > a::after,
.nav-bg-white #nav-list > ul > li > a.active::after {
    width: 100%;
}

.nav-bg-white .second-nav-toggler i {
    color: #ffffff;
}


/* --------------------------------------------------
    ==  Navigation Style Two  ==
--------------------------------------------------- */
           /*
.nav-bg-brand-color {
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding: 0;
    position: relative;
    background: #C89D65;
}

.nav-bg-brand-color .container {

    position: relative;
    z-index: 5;
}

.nav-bg-brand-color #nav-list > ul > li > a {
    color: #ffffff;
}



.nav-bg-brand-color #nav-list ul li > a.active,
.nav-bg-brand-color #nav-list ul li:hover > a {
    color: #0f3c67;
}

.nav-bg-brand-color #nav-list ul > li:hover > a::after {

    transform: translatey(0px);
    opacity: 1;
}



.nav-bg-brand-color #nav-list ul li > a.active::after,
.nav-bg-brand-color #nav-list ul li:hover > a::after {
    width: 100%;
}

.nav-bg-brand-color .second-nav-toggler i {
    color: #ffffff;
}



/* --------------------------------------------------
    ==  Navigation  three  ==
--------------------------------------------------- */
             /*
.navbar-two .nav-list > ul > li {
    padding: 40px 23px;
}

.navbar-two .nav-list > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #1e1e1e;
    display: inline-block;
    padding: 7px 0;
}

.navbar-two .nav-list ul li a::after {
    display: none;
}

.navbar-two .nav-list ul li.active > a,
.navbar-two .nav-list ul li:hover > a {
    color: #C89D65;
}

.navbar-two #nav-list-2 {
    margin-right: -28px;
}



/* --------------------------------------------------
            ==  Drop Down menu  ==
--------------------------------------------------- */
           /*
.custom-dropdown-box {
    position: relative;
}

.dropdown-child-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: max-content;
    background: #ffffff;
    z-index: 999;
    padding: 15px 0;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 210px;
}

.dropdown-child-menu li {
    padding: 10px 35px;
}

.dropdown-child-menu li a {
    color: #333;
}

.dropdown-child-menu li a:hover {
    color: #C89D65;
}

.custom-dropdown-box:hover .dropdown-child-menu {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    top: 95%;
}
         */



/* --------------------------------------------------
            ==  Contact form two  ==
--------------------------------------------------- */

.style-two .con-bottom-inner {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 80px;
    border-radius: 13px;
    margin-top: -115px;
    background: #ffffff;
}

.con-bottom-inner p {
    font-size: 15px;
    color: #3c3c3c;
    padding-bottom: 7px;
}

.con-bottom-inner p span {
    font-weight: 700;
}

.con-bottom-inner p a {
    font-size: 15px;
    color: #3c3c3c
}

.style-two .con-page-form {
    padding-top: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #nav-list > ul > li {
        padding: 35px 0px;
    }

    .navbar-two .nav-list ul li {
        padding: 7px 7px;
    }
    .dropdown-child-menu {
        left: -20px;
    }
    .nav-scrl #nav-list > ul > li {
        padding: 30px 00px;
    }

}

@media (min-width: 1200px) and (max-width: 1250px) {

    .dropdown-child-menu {
        left: -33px;
    }
}

/* --------------------------------------------------
            ==  Mobile menu  ==
--------------------------------------------------- */
#mobile-nav {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    background: #ffffff;
    z-index: 999;
    overflow-y: scroll;
    transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    overflow-x: hidden;
	background: #0f3c67;
	
}
#mobile-nav .practice-menu-col i{
	color: #ffffff;
}
#mobile-nav .practice-menu-col i:hover{
	color: #C89D65;
}
body.active #mobile-nav {
    right: 0 !important;
}

.mobile-nav-box {
    padding: 0px;
    height: 100%;
    width: 100%;
    position: relative;
	height: 100vh;
	background:#0f3c67;
}

.mobile-nav-box::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/bg/toggle-nav-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .08;
}

.mobile-nav-box::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: -25px;
    height: 100%;
    width: 50%;
    background: url(../images/bg/toggle-nav-bg-2.png) no-repeat;
    background-position: right;
    background-size: cover;
    z-index: -1;
}

#mob-nav-top {
	padding:0 20px;
	border-bottom:1px solid #C89D65;
}
.mobile-logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
	font-size:20px;
	font-weight:700;
	color:#ffffff;
	text-align: left;
}
.mobile-logo .menu-close-txt {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-logo .menu-close-txt:hover {
	color:#C89D65;
}

.mobile-logo .menu-close {
    margin-left: auto;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mobile-logo .menu-close i {
    font-size: 30px;
	color:#ffffff;
}

.mobile-logo .menu-close i:hover {
    color: #C89D65;
}

#mob-nav-logo {
	padding:20px;
	border-bottom:1px solid #C89D65;
}

.mobile-main-logo {
/*    width: 100%;  */
}

.mobile-main-logo img {
    width: 100%;
}

.mobile-list-nav {
    padding: 20px;
    position: relative;
    z-index: 90;
    padding-left: 35px;
}

.mobile-list-nav > li {
    padding: 15px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mobile-list-nav > li > a {
    font-size: 16px;
    color: #f8f9fa;
    position: relative;
    font-weight: bold;
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	width: -webkit-fill-available;
	text-transform: uppercase;
}

.mobile-list-nav > li > a::before {
    position: absolute;
    top: 3px;
    left: -30px;
    width: 18px;
    height: 17px;
    content: '';
    background-image: url(../images/bg/cross.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    visibility: hidden;
    opacity: .5;
}

.mobile-list-nav > li:hover > a:before {
    position: absolute;
    top: 3px;
    left: -22px;
    width: 18px;
    height: 17px;
    content: '';
    background-image: url(../images/bg/cross.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    visibility: visible;
    opacity: 1
}

.mobile-list-nav > li > a.dropdownlink::after {
	float:right;
    position: absolute;
    top: 2px;
    right: 30px;
    content: '\f078';
    width: 5px;
    height: 10px;
    font-family: FontAwesome;
}
.mobile-list-nav > li > a.dropdownlink.active::after {
  transform: rotate(90deg);
  right: 17px;
}

.mobile-list-nav > li:hover > a {
    color: #C89D65;
/*    transform: scale(1.1);
    transform: translateX(8px) scale(1.1); */
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.mask-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

.mobile-nav-box .achivement-blog {
    position: relative;
    z-index: 10;
    text-align: center;
}

.mobile-nav-box .achivement-blog ul > li > a {
    color: #f2f2f2;
}

.mobile-nav-box .achivement-blog ul > li > a span {
    color: #f2f2f2;
}

.mobile-nav-box .achivement-blog ul > li > a:hover {
    color: #C89D65;
}

.mobile-nav-box .achivement-blog ul > li > a:hover span {
    color: #C89D65;
}
.mobile-list-nav .submenu-dropdown-header {
	font-size:14px;
	font-weight:600;
	color:#0f3c67;
	display:inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #ffffff;
	text-transform: uppercase;
	width:100%;
	margin: 10px 0;
}
.mobile-list-nav .submenuItems {

    display: none;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
	background: rgb(133 133 133 / 35%);
}

.mobile-list-nav .submenuItems li a {
    color: #f8f9fa;
    padding: 20px;
    padding: 8px 0;
    display: inline-block;
    text-transform: none;
    font-size: 16px;
}
.mobile-list-nav .submenuItems li a:hover {
    color: #C89D65;
}

.mobile-list-nav .submenuItems li a::before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    color: #f9f8fa;
    font-weight: 800;
}
.mobile-nav-box .mob-menu-cntct-info {
	padding:25px;
	position:relative;
	z-index: 10;
}
.mobile-nav-box .practice-menu-col{
	margin:0;
	vertical-align:middle;
	padding:15px 0;
}

.mobile-nav-box .practice-menu-col h3{
	color: #C89D65;
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    line-height: 10px;
	font-family: Oswald,sans-serif;
	margin-bottom:20px;	
	z-index: auto;
}

.mobile-nav-box .practice-menu-col h3:before{
	content: url(../images/icon-logo-need-advise.png);  
	padding: 0;
	margin:0 5px 0 0;
	padding:0;
}

.mobile-nav-box .practice-menu-col h2{
	color: #f9f8fa;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 14px;
	font-family: Oswald,sans-serif;
	margin-bottom:10px;	
/*	text-shadow: 2px 2px 3px #FFFFFF; */
	word-wrap:break-word;
}
.mobile-nav-box .practice-menu-col a{
	color:#f9f8fa;
}
.mobile-nav-box .practice-menu-col a:hover{
	color:#C89D65;
}
@media only screen and (max-width: 320px) {
.mobile-nav-box .practice-menu-col h2{
	color: #f9f8fa;
    font-size: 18px;
	word-wrap:break-word;
}	
}
/*
@media (min-width: 992px) and (max-width: 1450px){

	.practice-menu-col h3{
    font-size: 22px;
}

.practice-menu-col h3:before{
	content: url(../images/icon-logo-menu.png);  
	padding: 0;
}

.practice-menu-col h2{
    font-size: 20px;
	word-wrap:break-word;
}
}
*/


/*---------- Mobile Menu Footer------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  z-index: 10;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
/*---------- Mobile Menu Footer End---------*/

@media (min-width: 1200px) and (max-width: 1600px) {
    .mobile-list-nav {
        padding: 20px;
		padding-left: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    #mobile-nav {
        height: 100vh;
        right: -25%;
        width: 25%;
		background: #0f3c67;
    }
}

@media only screen and (min-width: 992px) {
    #navigation .navbar-brand {
        padding: 5px 0;
        margin-right: 16px;
    }

    .nav-toggler {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    #navigation {
        padding: 15px;
    }
	
	    #mobile-nav {
        right: -60%;
        width: 60%;
        height: 100vh;
		 z-index: 9999;
		 background: #0f3c67;
    }

    .mobile-list-nav {
        padding-left: 25px;
        padding: 20px;
    }

    .mobile-list-nav > li {
        padding: 12px 0;
    }

    .mobile-list-nav {
		padding: 20px;
    padding-left: 25px;
    }

    .nav-bg-brand-color .container {
        padding: 8px 16px;
    }


}

@media only screen and (max-width: 767px) {
    .mobile-list-nav {
        padding: 20px;
		padding-left:25px;
    }

    .mobile-list-nav > li > a {
        font-size: 15px;
     /*   padding-right: 14px;  */
		width: -webkit-fill-available;
    }
    .mobile-list-nav > li > a.dropdownlink::after {
        right: 20px;

    }

}

@media only screen and (max-width: 575px) {
    .mobile-list-nav > li {
        padding: 10px 0;
    }

    .mobile-main-logo {
        width: 100%;
    }

    .mobile-logo .menu-close {
        font-size: 13px;
    }

    #mobile-nav {
        right: -85%;
        width: 85%;
		z-index: 9999;
		background: #0f3c67;
    }
    #mobile-nav .achivement-blog h6 {
        display: none;
    }

    .mobile-nav-box {
        padding: 0;
    }
    


}


/* --------------------------------------------------
            ==  Banner Section  ==
--------------------------------------------------- */

.banner-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1.2;
    height: 70vh;
}

.home-one .banner-caption {
    width: 660px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    z-index: 9999;
}


.home-one .banner-caption.text-center {
    width: 100%
}
/* .home-four .banner-caption.text-center::after {
    position: absolute;
    content: '';
    height: 500%;
    background: #0f3c67cc;
    left: 0;
    top: -357px;
    opacity: 0.7;
    padding: 110px;
    width: 100%;
    left: 0;
    margin-left: -475px;
    z-index: -1;
    border: 5px solid #ffffff;
    margin: 5px;
    padding: 30px;
    border-radius: 10px;
} */

.banner-item .banner-caption h1 {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 90px;
    font-weight: 700 !important;
    position: relative;
    color: #ffffff;
    margin-bottom: 70px;
}

.banner-item .banner-caption h2 {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 400 !important;
    margin-bottom: 12px;
}

.banner-item .banner-caption p {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 29px;
    line-height: 32px;
}

.banner-item .banner-caption h1::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%);
    height: 1px;
    background: rgb(197, 157, 95);
    width: 250px;
    /* margin: : 50px 0px; */
}

.banner-item .banner-caption.text-center p {
    width: 100%;

}

.banner-part .swiper-button-prev,
.banner-part .swiper-button-next {
    display: none;
    font-size: 90px;
    color: #000000;
    background: none;
    transform: translateY(-50%);
}

.banner-part .swiper-button-prev i,
.banner-part .swiper-button-next i {
    font-weight: 400;
}

.banner-part .swiper-button-prev {
    left: 10%;
}

.banner-part .swiper-button-next {
    right: 10%;
}

.banner-part:hover .swiper-button-prev {
    display: inline-block;
}

.banner-part:hover .swiper-button-next {
    display: inline-block;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .banner-item .banner-caption h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .banner-item .banner-caption h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .banner-item .banner-caption a {
        padding: 14px 21px;
    }

    .banner-part .swiper-button-prev {
        left: 1%;
    }
    .banner-part .swiper-button-next {
        right: 1%;
    }

}

@media only screen and (max-width: 991px) {

    .banner-item .banner-caption h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-item .banner-caption h1 {
        padding: 7px 0 20px;
        font-size: 32px;
        line-height: 42px;
    }
    .banner-item .banner-caption a {
        padding: 12px 18px;
        font-size: 13px;
    }



}

@media only screen and (max-width: 575px) {
    .banner-item {
        background-position: 14% center;
    }
    .banner-item .banner-caption h1 {
    margin-bottom: 20px;
    }
    .banner-item .banner-caption h1::after {
    bottom: -5px;
    width: 50px;
}
    .banner-item .container {
        position: relative;
        z-index: 5;
    }
    .banner-item .banner-caption h1 {
        font-size: 25px;
        line-height: 30px;
        padding: 7px 0 17px;
    }
    .banner-item .banner-caption h2 {
        font-size: 17px;
        line-height: 27px;
    }
}

.banner-2-part {
    cursor: pointer;
}

.banner-2-part .container {
    position: relative;
}

.banner-2-part .banner-inner {
    position: absolute;
}

.banner-2-part .banner-inner img {
    width: 100%;
}

.banner-2-part .banner-inner-1 {
    top: -30px;
    right: -21%;
    z-index: 1;
}

.banner-2-part .banner-inner-2 {
    top: 0;
    left: -22%;
}

.banner-2-part .banner-inner-3 {
    bottom: -97px;
    right: 14%;
    width: 27%;
}

.banner-2-part .banner-inner-5 {
    bottom: 12%;
    left: 3%;
    width: 26%;
    z-index: 2;
}

.banner-2-part .banner-inner-6 {
    top: -137px;
    right: 29%;
    width: 20%;
}

.banner-2-part .banner-inner-7 {
    top: 36%;
    right: 25%;
    width: 20%;
}

.banner-2-part .banner-inner-8 {
    bottom: -19%;
    left: 9%;
    width: 20%;
}

.banner-2-part .banner-inner-9 {
    bottom: -15%;
    left: -22%;
    width: 35%;
}

.banner-2-part .banner-inner-10 {
    bottom: -16%;
    right: -12%;
    width: 28%;
}

.banner-2-part .banner-inner-11 {
    bottom: -16%;
    right: -12%;
    width: 28%;
}

.banner-2-part .banner-inner-12 {
    top: -28%;
    left: 29%;
    width: 14%;
}

.banner-2-part .banner-inner-13 {
    top: -30%;
    left: -9%;
    width: 15%;
}

.banner-2-part .banner-inner-14 {
    top: -30%;
    right: -9%;
    width: 15%;
}

.banner-2-part #banner-inner-3 {
    margin-top: 30px;
}

.banner-2-part .banner-item {
    padding: 165px 0 120px;
    background-position: center;
    background-size: cover;
}

.banner-2-part #banner-text {
    z-index: 20;
}

.banner-2-part h4 {
    font-size: 70px;
    display: inline-block;
}

.banner-2-part h1 {
    padding: 18px 0 13px;
}

.banner-2-part .swiper-button-prev,
.banner-2-part .swiper-button-next {
    font-size: 90px;
    color: #C89D65;
    background: none;
    transform: translateY(-50%);
}

.banner-2-part .swiper-button-prev i,
.banner-2-part .swiper-button-next i {
    font-weight: 400;
}

.banner-2-part .swiper-button-prev:hover,
.banner-2-part .swiper-button-next:hover {
    color: #0f3c67;
}

.banner-2-part .swiper-button-prev {
    left: 10%;
}

.banner-2-part .swiper-button-next {
    right: 10%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-2-part .banner-inner-1 {
        right: 3%;
        width: 26%;
        top: 9px;
    }

    .banner-2-part .banner-inner-2 {
        top: 12%;
        left: 1%;
        width: 15%;
    }

    .banner-2-part .banner-inner-3 {
        bottom: -9%;
        right: 23%;
        width: 21%;
    }

    .banner-2-part .banner-inner-5 {
        bottom: 24%;
        left: 11%;
        width: 17%;
    }

    .banner-2-part .banner-inner-6 {
        top: -85px;
        right: 29%;
        width: 17%;
    }

    .banner-2-part .banner-inner-7 {
        top: 36%;
        right: 27%;
        width: 17%;
    }

    .banner-2-part .banner-inner-8 {
        bottom: -13%;
        left: 13%;
        width: 15%;
        z-index: 1;
    }

    .banner-2-part .banner-inner-9 {
        bottom: -3%;
        left: 2%;
        width: 23%;
    }

    .banner-2-part .banner-inner-10 {
        bottom: -14%;
        right: 2%;
        width: 22%;
    }

    .banner-2-part .banner-inner-11 {
        bottom: 22%;
        right: 5%;
        width: 19%;
    }

    .banner-2-part .banner-inner-12 {
        top: -22%;
        left: 40%;
        width: 9%;
    }

    .banner-2-part .banner-inner-13 {
        top: -17%;
        left: 2%;
        width: 15%;
    }

    .banner-2-part .banner-inner-14 {
        top: -19%;
        right: 5%;
        width: 13%;
    }

    .banner-2-part .banner-item {
        padding: 100px 0 80px;
    }

    .banner-2-part .swiper-button-prev {
        left: 3%;
    }
    .banner-2-part .swiper-button-next {
        right: 3%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-2-part .banner-item {
        padding: 150px 0 80px;
    }

    .banner-2-part .banner-inner-1 {
        top: -10%;
        right: 7%;
        width: 28%;
    }

    .banner-2-part .banner-inner-2 {
    top: -78px;
    left: -4%;
    width: 30%;
}

    .banner-2-part .banner-inner-3 {
        bottom: -12%;
        right: 22%;
        width: 22%;
    }

    .banner-2-part .banner-inner-5 {
        bottom: 21%;
        left: 7%;
        width: 21%;
    }

    .banner-2-part .banner-inner-6 {
        top: -137px;
        right: 34%;
    }

    .banner-2-part .banner-inner-9 {
        bottom: 2%;
        left: 0;
        width: 19%;
    }

    .banner-2-part .banner-inner-10 {
        bottom: -10%;
        right: 0%;
        width: 23%;
    }

    .banner-2-part .banner-inner-11 {
        bottom: 28%;
        right: 5%;
        width: 21%;
    }

    .banner-2-part .banner-inner-13 {
        top: 14%;
        left: 3%;
        width: 15%;
    }

    .banner-2-part .banner-inner-14 {
        top: -28%;
        right: 4%;
        width: 10%;
    }

    .banner-2-part .swiper-button-prev {
        left: 3%;
        font-size: 65px;
    }
    .banner-2-part .swiper-button-next {
        right: 3%;
        font-size: 65px;
    }

    .banner-2-part h1 {
        font-size: 36px;
        line-height: 47px;
    }
    .banner-2-part h4 {
        font-size: 45px;
    }
    .banner-2-part h2 {
        font-size: 20px;
        line-height: 32px;
    }
    .banner-2-part #banner-inner-3 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-2-part #banner-inner-3 {
        margin-top: 17px;
    }

    .banner-2-part .banner-inner-7 {
        top: 46%;
    }

    .banner-2-part .banner-inner-13 {
        top: 10%;
        left: 1%;
        width: 16%;
    }

    .banner-2-part h4 {
        font-size: 41px;
    }

    .banner-2-part h1 {
        font-size: 33px;
        line-height: 43px;
    }

    .banner-2-part h2 {
        font-size: 20px;
        line-height: 32px;
    }


}

@media only screen and (max-width: 767px) {
    .banner-2-part .banner-inner-3 {
        bottom: -16%;
        right: 22%;
        width: 32%;
    }

    .banner-2-part .banner-inner-8 {
        bottom: -23%;
    }

    .banner-2-part .banner-inner-12 {
        top: -45%;
        left: 18%;
        width: 29%;
    }

    .banner-2-part .banner-inner-13 {
        top: 10%;
        left: 0%;
        width: 18%;
    }

   .home-one .banner-item .banner-caption h1 {

    margin-bottom: 19px;
}

    .banner-item .banner-caption h1::after {
        bottom: -5px;
        width: 50px;
    }

    .banner-2-part .banner-inner-14 {
        top: -43%;
        right: 14%;
        width: 24%;
    }
    .banner-item .banner-caption p {
    font-size: 14px;
}

}

@media only screen and (max-width: 575px) {
    .banner-2-part {
        padding-bottom: 0;
    }

    .banner-2-part .banner-inner-6 {
        width: 35%;
        top: -137px;
        right: 37%;
    }

    .banner-2-part .banner-inner-2 {
        width: 34%;
    }

    .banner-2-part .banner-inner-3 {
        bottom: -23%;
        width: 30%;
    }

    .banner-2-part .banner-inner-7 {
        top: 74%;
        right: 7%;
    }

    .banner-2-part .banner-inner-8 {
        bottom: -27%;
        left: 7%;
        width: 36%;
    }

    .banner-2-part .banner-inner-12 {
        top: -45%;
        left: 0;
        width: 29%;
    }

    .banner-2-part .banner-inner-13 {
        top: -16%;
        left: 44%;
        width: 18%;
    }

    .banner-2-part h2 {
        font-size: 17px;
        line-height: 27px;
    }
}

.banner-3-part {
    position: relative;
}

.banner-3-part .banner-3-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 690px;
}
.banner-3-part .banner-3-item .banner-caption.text-left {
    position: absolute;
    top: 170px;
    left: 10px;
}

.banner-3-part .banner-3-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
}

.banner-3-part .banner-3-item .container {
    position: relative;
    z-index: 5;
}

.banner-3-part .banner-caption h1 {
    color: #fefefe;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: .25px;
}

.banner-3-part .banner-caption h2 {
    color: #fefefe;
    padding-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.banner-3-part .banner-caption p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .25px;
    font-weight: 400;
    color: #fefefe;
    padding: 0 0 50px;
    max-width: 590px;
}

.banner-3-part .banner-caption a {
    padding: 15px 25px;
    border: 2px solid #fefefe;
    color: #fefefe;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}

.banner-3-part .banner-caption a:hover {
    color: #C89D65;
    border-color: #C89D65;
}

.banner-slider-3 .swiper-pagination {
    margin-bottom: 45px;
}

.banner-slider .swiper-pagination {
    margin-bottom: 45px;
    position: absolute;
    top: 44%;
    left: 95% !important;
    width: 64px !important;
    text-align: right;
    margin-right: 25px;
    text-align: right;
}

.banner-slider .swiper-pagination-bullet {
    display: block;
    margin: 6px 0px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(253, 253, 253, 0.78);
    border-radius: 50%;
    opacity: 1;
}

.banner-slider .swiper-pagination-bullet {

    background: #0d4478;

}

.banner-slider .swiper-pagination-bullet-active {
    background: #C89D65;
}

.swiper-pagination-bullet-active {
    background: #C89D65;
}

.banner-overlay-form .container {
    position: relative;
}

.banner-contact {
    position: absolute;
    bottom: 54px;
    left: 0px;
    z-index: 10;
    border-top: 10px solid #C89D65;
    background: #ffffff;
    padding: 63px 0px 75px;
    margin: 0 15px;
    text-align: center;
    width: 442px;
    box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -o-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
}

.banner-contact h2 {
    font-weight: 700;
}

.banner-contact h2 span {
    display: block;
    font-size: 26px;
}

.banner-contact p {
    max-width: 360px;
    margin: auto;
    padding: 40px 0 25px;
}

.banner-contact form {
    padding: 0 70px;
}

.banner-contact form input {
    margin-bottom: 10px;
    width: 100%;
    color: #717273;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    height: 40px;
    line-height: 40px;
}

.banner-contact form input::-webkit-input-placeholder {
    text-transform: uppercase;
}

.banner-contact form input::-moz-placeholder {
    text-transform: uppercase;
    text-align: center;
}

.banner-contact form input:-ms-input-placeholder {
    text-transform: uppercase;
}

.banner-contact form input:-moz-placeholder {
    text-transform: uppercase;
}

.banner-contact form button {
    margin-top: 30px;
    border-radius: 0;
    background: #C89D65;
    color: #ffffff;
    border-color: #C89D65;
    padding: 14px 28px;
}

.banner-contact form button:hover {
    color: #C89D65;
}

@media only screen and (max-width: 1199px) {
    .banner-3-item .banner-caption h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .banner-contact {
        width: 410px;
    }
}

@media only screen and (max-width: 991px) {

    .banner-3-item .banner-caption h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: .25px;
    }
    .banner-3-item .banner-caption p {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 30px;
    }

    .banner-slider-3 .swiper-pagination {
        margin-bottom: 34px;
        left: 52%;
        width: inherit;
    }

    .banner-contact {
        width: 329px;
        padding: 53px 10px 59px;
    }
    .banner-contact h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .banner-contact h2 span {
        font-size: 20px;
    }
    .banner-contact p {
        padding: 17px 0 32px;
    }
    .banner-contact {
	bottom: -9px;
	}
    
}

@media only screen and (max-width: 767px) {

    .banner-overlay-form {
	padding-bottom: 306px;
    }

    .banner-contact {
        width: 100%;
        bottom: 0;
        transform: translateY(55%);
        margin: 0;
    }
    .home-one .banner-caption {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .banner-3-part .banner-3-item .banner-caption.text-left {
    position: absolute;
    top: 100px;
    left: 15px;
}



}

@media only screen and (max-width: 575px) {
    .banner-3-item .banner-caption p {
        padding-bottom: 35px;
    }

    .banner-3-item .banner-caption h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner-overlay-form {
	padding-bottom: 300px;
    }

    .banner-contact {
        padding: 42px 0 58px;
    }
    .banner-contact p {
        padding: 16px 0 25px;
    }

    .banner-contact form {
        padding: 0 50px;
    }
    .banner-slider .swiper-pagination {
        display: none;
    }

    .home-one .banner-caption {
        transform: translateY(50%);
        left: 0;
    }

}


/*-------------Info Area below banner -------------*/

.info-area {
	position: relative;
	margin-top: -50px;
	z-index: auto;
}

.info-bg {
	background-image: url(../images/bg/bg-info.jpg);
}

.info-bg.bg-cover {
	height: 256px;
	background-position: top center;
}

.info-content {
	padding: 50px;
	border-left: 10px solid #C89D65;
	height: 100%;
}
.info-content:hover {
	background:#0f3c67;
	color:#fff;
}
.info-content h5 {
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	margin-bottom: 10px;
}
.info-content:hover h5{
	background:#0f3c67;
}
.info-content h5:hover{
	color:#ffffff;
}
.info-content a {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #DFB163;
	margin: 15px 0;
}
@media only screen and (max-width: 320px) {
.info-content h5 {
    font-size: 24px;
}
}

.info-inner {
	background: #fff;
	box-shadow: 0 1px 4px -2px #6e7b71;
}

.info-founder {
	background: #C89D65;
	height: 100%;
	text-align: center;
	padding: 28px;
	box-shadow: 0 1px 4px -2px #6e7b71;
	border: 10px solid #fff;
}
.info-area .info-founder i {
	font-size: 45px;
	font-weight: 700;
	color:#444444;
	z-index:10;
}
.info-founder i:before {
	font-size: 45px;
}

.info-founder p.highlight {
	font-family: 'Oswald', sans-serif;
	font-size: 58px;
	font-weight: 700;
	color: #fff;
/*	margin: 30px 0 30px;  */
}

.info-founder p {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #333;
}

/*====================================================================
	Feature Section
====================================================================***/
/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
#feature-icon-box{
	padding: 100px 0;
	margin-top:-50px;
}
/*
.icon-boxes {
  padding-top: 50px;
  text-align:center;
  background:#ffffff; 
} 
*/
#feature-icon-box .icon-box {
  padding: 40px 25px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgb(68 88 144 / 20%);
/*  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);  */
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
   text-align:center;
  background:#ffffff; /* #f1f8ff;  */
  border-bottom:10px solid #ffffff;
  border-top:2px solid #ffffff;
}
#feature-icon-box .icon-box:hover{
	background-color:#0f3c67;
	border-bottom:10px solid #C89D65;
	border-top:2px solid #C89D65;
}

#feature-icon-box .icon-box .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
  height: auto;
}

#feature-icon-box .icon-box .icon i {
  font-size: 52px;
  line-height: 1;
  color: #C89D65;
}

#feature-icon-box .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #05579e;
}
#feature-icon-box .icon-box:hover .title{
  color: #C89D65;
}
#feature-icon-box .icon-box .title a {
  color: #05579e;
}

#feature-icon-box .icon-box .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}
#feature-icon-box .icon-box:hover .description {
  color: #ffffff;
}

/* ======= Case Style ======= */
#practise-area-part{
	padding: 180px 0 150px;
	background: url(../images/bg/bg-practise.png) top center no-repeat;
    position: relative;
}
#practise-area-part::before {
	content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 575px) {
#practise-area-part {
        padding: 50px 0 50px;
    }
}
#practise-area-part .section-head {
    margin-bottom: 50px;
}
.nlo-practise-area .item {
    position: relative;
    margin-bottom: 90px;
	padding:5px;
}

.nlo-practise-area .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-filter: brightness(90%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	
}
.nlo-practise-area .item:hover .con {
    bottom: 0;
}
.nlo-practise-area .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
   -webkit-filter: brightness(100%);  
}

.nlo-practise-area .item .con {
    margin: -80px 20px 20px;
    padding: 15px;
	background-color: rgb(15 60 103 / 90%) !important;
/*    background-color: rgb(200 157 101 / 90%) !important; */
    border-top: none;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -48px;
    position: relative;
}
.nlo-practise-area .item .con h5 {
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: none;
	font-weight:700;
}
@media only screen and (max-width: 768px) {
.nlo-practise-area .item .con h5 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 0px;
    text-transform: none;
	font-weight:700;
	padding-right: 12px;
}
}
.nlo-practise-area .item .con h5::after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
	display: inline-block;
    right:15px;
    vertical-align: middle;
    border-top: 0px;
	float:right; 
	font-size:18px;
	position:absolute;
}
.nlo-practise-area .item .con p {
    color: #999;
    font-size: 15px;
    margin-bottom: 0px;
}
.nlo-practise-area .item .con i {
    color: #fff;
    font-size: 20px;
}
.nlo-practise-area .item .con h5 a {
    color: #fff;
}
.nlo-practise-area .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #fff;
    padding: 11px 30px;
}
.nlo-practise-area .item .con .btn:hover {
    border-color: #c29032;
}
.nlo-practise-area .item .con .icon {
    padding: 0px;
    color: #c29032;
    font-size: 32px;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
	box-shadow: 0 0 10px rgb(0 0 0 / 35%);
}

/*------------ Contact Email Phone Query Bar ------------*/

#ctdetails {
    padding: 60px 0;
	display: none;
}
#ctdetails div:last-child {
    margin-bottom: 0;
}
#ctdetails ul li div {
    position: relative;
    min-height: 45px;
    padding: 0 0 0 90px;
    line-height: 1;
    word-wrap: break-word;
}
#ctdetails ul li div i {
    color: inherit;
    background-color: rgba(255,255,255,.2);
}
#ctdetails ul li div i {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    line-height: 45px;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 15px;
	background:#C89D65;
	color:#ffffff;
}

.cntct-info-col{
	padding:60px 10px;
}
.cntct-info-col:hover{
	background:#FFF;
	padding:60px 10px;
	border-radius:0px;
	box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1); 
	-webkit-transition: all 0.5s ease-out 0s; 
	-moz-transition: all 0.5s ease-out 0s; 
	-ms-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;
}
.cntct-info-col:hover i {
	color: grey;
    transition: 0.9s;
    transform: rotateY(180deg);
}
.cntct-info-col a {
	color: #555555;
}

.cntct-info-col a:hover {
	color: #0f3c67;
	transition:0.5s;
}

#ctdetails ul li div span {
    display: block;
    padding: 5px 0 0 0;
	font-family:Oswald,sans-serif;
	letter-spacing:0.50px;
	font-weight:400;
	font-size:20px;
}
#ctdetails ul li div span:after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    border-top: 0px;
    float: right;
    font-size: 18px;
    position: absolute;
    color: #C89D65;
    font-weight: 600;
    margin-left: 7px;
	bottom: 3px;
}
#ctdetails ul li div strong {
    display: block;
    margin: 0 0 5px 0;
	font-family:Oswald,sans-serif;
	font-size:22px;
}


@media screen and (max-width: 991px){
.cntct-info-col {
    display: block;
    float: none;
    width: 100%;
}
}

/**************************************************
            About Us Custom Section
**************************************************/
/*-- about --*/
#about-us{
	background-image: url(../images/bg/bg-about.png);
    position: relative;
/*    padding: 100px 0px 100px; */
    background-color: rgb(200 157 101 / 10%);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.about-us{
/*	background-color:#f6f6f6;  */

}
.about-area {
  padding-top: 140px;
  padding-bottom:50px;
  position: relative;
/*  background: #f6f6f6; */
}

.about-shape img {
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-animation: a-two 10s infinite linear;
          animation: a-two 10s infinite linear;
}

@-webkit-keyframes a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.about-left {
  position: relative;
  max-width: 610px;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  z-index:auto;
}

.about-left:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -60px;
  top: 0;
  z-index: -1;
  -webkit-animation: 10s about-animation linear infinite;
          animation: 10s about-animation linear infinite;
  border: 25px solid #C89D65;
  background-color: transparent;
}

@-webkit-keyframes about-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes about-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes about-animation-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes about-animation-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.about-item {
  margin-bottom: 30px;
}

.about-item .about-right {
  max-width: 550px;
  margin-left: 30px;
}

.about-item .about-right h2 {
  font-size: 42px;
  font-weight: 500;
  font-family: Oswald,sans-serif;
  margin-bottom: 25px;
  line-height: 1.4;
  color:#0f3c67;
  letter-spacing:-1px;
}

.about-item .about-right p {
  color: #333333;
  margin-bottom: 25px;
}

.about-item .about-right .about-inner-left {
 /* width: 49%; */
  display: inline-block;
  padding-right:50px;
  padding-bottom:10px;
}

.about-item .about-right .about-inner-left ul {
  margin: 0;
  padding: 0;
}


.about-item .about-right .about-inner-left ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 12px;
}

.about-item .about-right .about-inner-left ul li:last-child {
  margin-bottom: 0;
}

.about-item .about-right .about-inner-left ul li i {
  color: #C89D65;
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.about-item .about-right .about-inner-right {
/*  width: 50%;  */
  display: inline-block;
}

.about-item .about-right .about-inner-right ul {
  margin: 0;
  padding: 0;
}

.about-item .about-right .about-inner-right ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 12px;
}

.about-item .about-right .about-inner-right ul li:last-child {
  margin-bottom: 0;
}

.about-item .about-right .about-inner-right ul li i {
  color: #C89D65;
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.about-item .about-right .about-signature img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-about-us {
  color: #FFFFFF;
  background-color:#C89D65;
  padding: 16px 42px;
  display: inline-block;
  transition: 0.3s;
  letter-spacing: 0.50px;
  font-weight: 600;
  border: 1px solid #C89D65;
  font-size: 18px;
  font-family: Oswald,, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  white-space:nowrap;
  z-index: 2;
  position:relative; 
  cursor: pointer;
   -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.btn-about-us:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #333333;
}

.btn-about-us:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #333333;
}
.btn-about-us:hover {
  background: #0f3c67;
  color: #ffffff;
  text-decoration: none;
   border: 1px solid #C89D65; 
}

.cstm-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #f6b024;
  font-weight: 400;
  font-size: 20px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  text-decoration:none;
 
}

.cstm-btn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #3287d2;

}

.cstm-btn:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #3287d2;

}

.cstm-btn:hover {
  color: #ffffff;
    text-decoration:none;
}

.cstm-btn:hover:before {
  width: 50%;
  opacity: 1;
 
}

.cstm-btn:hover:after {
  width: 50%;
  opacity: 1;
 
}




/*
.feature-section{
	position:relative;
}

.feature-section .inner-container{
	position:relative;
	margin-top:-95px;
}

.feature-section .feature-block{
	float:left;
	z-index:1;
	padding:0px;
}

.feature-block{
	position:relative;
}

.feature-block .inner-box{
	position:relative;
	padding:50px 40px;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow:0px 0px 40px rgba(0,0,0,0.15);
}

.feature-block .inner-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:0px;
	height:100%;
	background-color:#191514;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.feature-block .inner-box:hover:before{
	width:100%;
}

.feature-block .inner-box .big-icon{
	position:absolute;
	right:-120px;
	top:-10px;
	line-height:1em;
	font-size:90px;
	color:rgba(255,255,255,0.20);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.feature-block .inner-box:hover .big-icon{
	right:-20px;
	transition-delay: 500ms;
}

.feature-block .inner-box .content{
	position:relative;
	padding-left:62px;
}

.feature-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	font-size:36px;
	line-height:1em;
	color:#d5aa6d;
	line-height:1em;
	background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-block .inner-box .content .title{
	position:relative;
	color:#999999;
	font-size:18px;
	font-weight:500;
}

.feature-block .inner-box .content h4{
	position:relative;
	color:#191514;
	font-size:26px;
	font-weight:700;
	margin-top:4px;
	line-height:1.3em;
	display:inline-block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.feature-block .inner-box:hover .content h4{
	color:#ffffff;
}

@media only screen and (max-width: 1140px){
.feature-block .inner-box .content h4 {
    font-size: 22px;
}
}
*/

/************** Contact Call Free Consultation--------*/
/*********************************
        Contact Call Us Section
**********************************/
/* :: Contact */
.contact-call .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.contact-call .overlay {
    background-color: rgba(255, 255, 255, 0.8);
}
.contact-call {
    background-image: url(../images/bg/bg-map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
	padding:110px 0;
	
}
.contact-call .logo-contact{
    width: 100px;
    margin-bottom: 12px;
}
.contact-call .sec-title{
    margin-bottom: 30px;
}
@media (min-width: 992px) {
.contact-call .sec-title h2 {
    position: relative;
    color: #C89D65;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    font-family: Oswald,sans-serif;
    margin-bottom: 50px;
	text-transform:uppercase;
}
}
@media (max-width:991px) {
.contact-call .sec-title h2 {
    position: relative;
    color: #C89D65;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: Oswald,sans-serif;
    margin-bottom: 30px;
	text-transform:uppercase;
}
.contact-call .sec-title h2:after, .sec-title h2:before {
	display:none;
}
}
.contact-call .sec-title h2:after, .sec-title h2:before {
    content: '\f24e';
    font-family: 'FontAwesome';
	font-size:62px;
	bottom:10px;
	vertical-align: 10%;
}
@media (min-width:992px){
.contact-call .sec-title h3 {
    color: #0F3C67;
    font-size: 62px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 50px 0;
    line-height: 1.3;
    font-family: Oswald,sans-serif;
}
}
@media (max-width:991px){
.contact-call .sec-title h3 {
    color: #0F3C67;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 1.3;
    font-family: Oswald,sans-serif;
}
}
@media (min-width:992px){
.contact-call .phone-number a{
    position: relative;
    color: #C89D65;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: Oswald,sans-serif;
    margin-bottom: 50px;
}
}
@media (max-width:991px){
.contact-call .phone-number a{
    position: relative;
    color: #C89D65;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: Oswald,sans-serif;
    margin-bottom: 30px;
}
}
.contact-call .buttons a:first-of-type{
    margin-right: 30px;
}
.contact-call .call-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #4FCE5D;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #ffffff;
  font-size: 24px; 
}
.contact-call .call-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
	animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgba(246 176 36 / 80%);
}
  
.contact-call .call-btn i:hover {
    color: #ffffff; }

.contact-call .call-btn:hover:after {
  background-color: #4FCE5D; 
}

.contact-call .call-image {
  position: relative; 
}
.contact-call .call-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}
.contact-call .border-lr:before {
    content: "";
    position: absolute;
    border: 1px solid rgba(0,123,255,.25);
    left: 0;
    width: 40%;
    top: 50%;
}
.contact-call .border-lr:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(0,123,255,.25);
    right: 0;
    width: 40%;
    top: 50%;
}
@media (max-width:768px){
.contact-call .buttons a:first-of-type {
    margin-right: 0;
/*	margin-bottom:15px;*/
}
}


/****************************************************
             Consultation below Banner Part
*****************************************************/
#free-consult { 
	background: linear-gradient(180deg, rgba(200,157,101,1) 0%, rgba(9,9,121,0) 50%, rgba(200,157,101,1) 100%), url(../images/bg/bg-free-consult.jpg) fixed center center;
 /*   background: linear-gradient(rgb(156 123 80 / 35%), rgb(156 123 80 / 45%)), url(../images/bg/bg-free-consult.jpg) fixed center center;  */
	padding:140px 0;
/*    background-position: center; */
    background-repeat: no-repeat;
 /*   background-attachment: fixed; */
    background-size: cover;
    color: #C89D65;
    position: relative;
    overflow: hidden;
}
#free-consult .overlay { /*.free-consult-overlay{  */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
/*    
#free-consult h2{
	font-size: 38px;
    line-height: 34px;
    font-family: Oswald, sans-serif;
    letter-spacing: .1px;
	font-weight:500;
	color: #C89D65;
	text-shadow: 1px 1px 1px #000000;
}
*/
/******************************************************
                 Index Our Blog
******************************************************/
.index-blog{
/*	background: url(../images/bg/bg-our-blog.gif) top center repeat;   */
	background: rgb(200 157 101 / 10%);
}


/* --------------------------------------------------
            ==  About Part  ==
--------------------------------------------------- */

.about-part {
    padding: 120px 0;
    position: relative;
}

.about-part::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/bg-why-us.png);
   background-size: cover; 
    background-repeat:no-repeat;
    background-position:center center;
    z-index: 0;
}
/*
.law-pro {
    color: #ffffff;
    background: rgba(15, 60, 103, 0.53);
    border: 3px solid rgba(255, 255, 255, 0.33);
    padding: 85px 20px 82px;
}

.law-pro i {
    font-size: 52px;
}

.law-pro h2 {
    padding: 25px 0 13px;
}

.law-pro P {
    font-weight: 400;
    font-style: italic;
}
*/
.about-catogory {
	transform: translate(50%, -50%);
	position: absolute;
	right: 34%;
	top: 0;
	z-index: 10;
}

.about-catogory .item-box {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    display: inline-block;
    margin-right: 15px;
}

.item-box i {
    font-size: 45px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.about-catogory .item-box:hover i {
    color: #C89D65;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.about-catogory .item-box:hover h4 {
    color: #C89D65;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.about-catogory .item-box span::before {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.about-catogory .item-box:hover span:before {
    color: #C89D65;
}

.about-catogory .item-box h4 {
    margin-top: 6px;
}

.about-catogory .item-box::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0f3c67;
    z-index: -2;
}

.about-catogory .item-box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 59%;
    background: url(../images/about-catogory-bg.png) no-repeat;
    z-index: -1;
}

.about-item-box {
    position: relative;
    margin-bottom: 30px;
}

.about-details {
    padding-left: 70px;
}

.about-item-box h3 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.about-item-box h3 a {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-details .section-head-2 {
    padding-bottom: 60px;
}

.about-item-box .about-item-icon {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
    left: -102px;
    top: -40px;
    height: 70px;
    width: 70px;
    border-radius: 2px;
    text-align: center;
    line-height: 0px;
    display: inline;
}

.about-item-box .about-item-icon::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #0f3c67;
    top: -8px;
    left: -18px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    z-index: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22);
}

.about-item-box .about-item-icon i {
    color: #ffffff;
    font-size: 35px;
    position: relative;
	top: -16px;
}

.about-item-box p {
    padding-top: 12px;
    font-size: 15px;
}

.about-item-box:hover h3 {
    color: #C89D65;
}

.about-item-box:hover .about-item-icon:before {
    background: #C89D65;
}

.about-accodian {
    padding-left: 15px;
    padding-top: 5px;
}

.about-part {
    background: rgb(200 157 101 / 10%);
}

.about-part.style-two {
    padding: 120px 0 120px;
}


@media (min-width: 1200px) and (max-width: 1600px) {
    .about-catogory {
        right: 26%;
    }
}

@media only screen and (min-width: 1200px) {

    .about-part {
        padding: 120px 0; 
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-part {
        padding: 120px 0;
    }
    .style-two .counter-box {
        padding: 40px 30px;
    }
    .about-part.style-two {
        padding: 150px 0 150px;
    }
    .counter-part.style-two {
        padding-bottom: 90px;
    }
    .about-catogory {
        right: 24%;
    }
    .about-catogory .item-box {
        height: 140px;
        width: 140px;
    }
    .about-catogory .item-box span::before {
        font-size: 40px;
    }
    .about-catogory .item-box h4 {
        margin-top: 0px;
        font-size: 16px;
        line-height: 20px;
    }

    .about-item-box {
        margin-top: 20px;
    }
    .about-item-box .about-item-icon {
        left: -103px;
    }
    .item-box i {
        font-size: 40px;
    }

}

@media only screen and (max-width: 991px) {
    .law-pro h2 {
        padding: 19px 0 10px;
        font-size: 25px;
        line-height: 35px;
    }
    .law-pro p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-part {
        padding: 90px 0;
    }

    .about-catogory {
        right: 24%;
    }
    .about-catogory .item-box {
        height: 100px;
        width: 100px;
        padding-top: 8px;
    }
    .item-box i {
        font-size: 34px;
    }
    .about-catogory .item-box span::before {
        font-size: 30px;
    }
    .about-catogory .item-box h4 {
        margin-top: 0px;
        font-size: 15px;
        line-height: 18px;
    }

    .about-item-box {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .about-item-box .about-item-icon {
        left: -130px;
    }

    .section-head-2 h2 {
        line-height: 31px;
        padding-bottom: 15px;
        font-size: 30px;
    }

    .about-item-box h3 {
        font-size: 19px;
        line-height: 29px;
    }
    .about-item-box p {
        padding-top: 8px;
    }

    .about-item-box .about-item-icon {
        left: -102px;
        height: 65px;
        width: 65px;
        line-height: 68px;
        top: -80px;
    }
    .about-item-box .about-item-icon i::before {
        font-size: 30px;
    }
    .about-part.style-two {
    padding: 120px 0 120px;
    }

}

@media only screen and (max-width: 767px) {

    .about-details {
        padding-left: 15px;
    }
    .about-item-box {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .about-part::before {
        display: none;  
    }

    .law-pro {
        margin-bottom: 60px;
        background: url(../images/bg/about-bg.jpg);
        background-size: cover;
        position: relative;
        z-index: 2;
        border: none;
    }

    .law-pro::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(15, 60, 103, 0.53);
        z-index: -1;
    }

    .about-catogory {
        right: 50%;
    }
    .about-catogory .item-box {
        height: 80px;
        width: 80px;
        padding-top: 11px;
        margin-right: 5px;
    }
    .about-catogory .item-box span::before {
        font-size: 26px;
    }
    .about-catogory .item-box h4 {
        margin-top: 2px;
        font-size: 12px;
        line-height: 22px;
    }

    .about-item-box {
        margin-left: 120px;
    }
    .item-box i {
        font-size: 20px;
    }
    .about-catogory .item-box {

        padding-top: 8px;
    }
    .about-part {
	padding: 60px 0 0;
    }
    .about-accodian {
    padding-left: 0;

    }
    
}

@media only screen and (max-width: 575px) {

    .about-details .section-head-2 {
        padding-bottom: 50px;
    }
    .about-part {
        padding-bottom: 20px;
    }

    .about-catogory {
        text-align: center;
        width: 100%;
    }

    .about-item-box {
        margin-top: 0px;
        margin-left: 82px;
    }
    .about-item-box h3 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
    }

    .about-item-box .about-item-icon {
        left: -80px;
        height: 45px;
        width: 45px;
        line-height: 48px;
        top: -100px;
    }

    .about-item-box .about-item-icon::before {
        width: 50px;
        height: 50px;
       top: -6px;
        left: -10px;
    }
    .home-one .banner-item .banner-caption p {
        display: none;
    }
    .about-accodian {
        padding-left: 0;
        padding-top: 0px;
    }

}

.about-2-part {
    background: #ffffff;
    background-position: center;
    position: relative;
}

.about-2-part::after {
    position: absolute;
    content: '';
    top: 131px;
    left: 0;
    background: url(../images/style-pett-4.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 133px;
    height: 167px;
}

.about-2-part::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/style-pett.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 289px;
    height: 237px;
}

.about-2-part .container {
    position: relative;
}

.about-2-part .container::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg/home-2-about-2.png);
    background-size: cover;
    background-position: center;
    opacity: .02;
}

.about-2-img img {
    width: 100%;
}

.about-2-service {
    margin: 230px 0 60px;
    position: relative;
    z-index: 2;
}

.about-2-service .about-2-img img {
    width: 100%;
}

.about-2-service ul {
    width: 100%;
    border: 5px solid #eff5e9;
    padding: 25px;
}

.about-2-service ul li {
    text-align: center;
    width: 33%;
    position: relative;
}

.about-2-service ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    background: #d9d9d9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-2-service ul li h5 {
    position: relative;
    display: inline-block;
    color: #3d3d3d;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.about-2-service ul li h5::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #C89D65;
    display: inline-block;
}

.about-2-service ul li i {
    font-size: 52px;
    color: #C89D65;
}

.about-2-service ul li i.fa {
    height: 20px;
    line-height: 18px;
    width: 20px;
    text-align: center;
    color: #C89D65;
    border: 1px solid #C89D65;
    border-radius: 50%;
    margin-top: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 17px;
}

.about-2-service ul li span {
    color: #C89D65;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.about-2-service ul li h4 {
    color: #3d3d3d;
    padding-top: 8px;
}

.about-2-service ul li p {
    max-width: 190px;
    margin: auto;
    color: #666666;
}

.about-2-service ul li a:hover span,
.about-2-service ul li a:hover i {
    color: #0f3c67;
}

.about-2-service ul li a:hover i {
    border-color: #0f3c67;
}

.presentitor {
    width: 100%;
    position: relative;
    z-index: 2;
}

.presentitor .about-2-img {
    width: 38%;
    padding-right: 220px;
    position: relative;
}

.presentitor .about-2-img::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 90000px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/bg/presentitor-line.png);
}

.presentitor .about-img-2-sub {
    width: 100%;
    position: relative;
    z-index: 10;
}

.presentitor .presentitor-des {
    width: 60%;
    padding-left: 45px;
}

.presentitor .presentitor-des h4 {
    max-width: 550px;
}

.presentitor .presentitor-des p {
    margin-top: 15px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .about-2-service {
        margin: 153px 0 60px;
    }

    .about-2-part::after {
        top: 53px;
        width: 65px;
        height: 83px;
    }

    .about-2-part::before {
        top: 56%;
        width: 143px;
        height: 237px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .home-one .banner-caption {
	    width: 100%;
    }
    .home-one .banner-item .banner-caption p {
        width: 94%;
        font-size: 16px;
        line-height: 24px;
    }
    .home-one .banner-item .banner-caption h2 {
        padding: 10px 0 0px;

    }
    .home-one .banner-item .banner-caption h1 {
        padding: 7px 0 5px;
    }
    .home-one .banner-caption.small {
	padding-left: 386px!important;
    }



    .about-accodian {
    padding-left: 5px;
    padding-top: 30px;
    padding-right: 20px;
}


}

@media only screen and (max-width: 1199px) {
    .about-2-service {
        margin: 120px 0 55px;
    }

    .presentitor .about-2-img {
        width: 26%;
        padding-right: 109px;
    }

    .about-2-service ul {
        padding: 15px;
    }

    .about-2-service ul li h4 {
        padding-top: 8px;
        font-size: 15px !important;
    }

    .about-2-service ul li p {
        line-height: 21px;
    }

    .about-2-part::after {
        top: 53px;
        width: 65px;
        height: 83px;
    }

    .about-2-part::before {
        top: 56%;
        width: 143px;
        height: 237px;
    }

    
}

@media only screen and (max-width: 991px) {
    .about-2-service {
        margin: 88px 0 50px;
    }

    .about-2-service ul li h4 {
        font-size: 14px !important;
    }

    .presentitor .about-2-img {
        width: 29%;
        padding-right: 68px;
    }
    .section-head-2 h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .about-2-service ul {
        padding-right: 0px;
    }

    .about-2-service {
        margin: 0px 0 50px;
    }

    .presentitor .about-2-img {
        width: 30%;
        padding-right: 00px;
    }

    .presentitor {
        margin-top: 50px;
    }

    .presentitor .about-2-img::after {
        top: 11%;
    }
    .home-one .banner-item .banner-caption h2 {
        padding: 11px 0 0px;

    }
    .home-one .banner-item .banner-caption h1 {
        padding: 7px 0 6px;
    }
    .about-item-box h3 a {
    font-size: 20px;
    }

}
@media (min-width: 576px) and (max-width: 767px) {
    .home-one .banner-caption.small {
	padding-left: 200px;
    }

    
    
}
@media only screen and (max-width: 575px) {
    .about-2-part {
        padding: 60px 0 58px;
    }

    .presentitor {
        text-align: center;
    }

    .presentitor .about-2-img {
        text-align: center;
        width: 100%;
        padding-right: 0;
    }
    .presentitor .about-2-img .about-img-2-sub {
        margin: auto;
        width: 80%;
        text-align: center;
    }

    .presentitor .presentitor-des {
        width: 100%;
        padding: 15px;
    }

    .presentitor .about-2-img::after {
        top: 50%;
    }

    .about-2-part::after {
        display: none;
    }

    .about-2-part::before {
        display: none;
    }

    .about-2-service ul li {
        display: block;
        width: 100%;
    }
    .about-2-service ul li:not(:last-child) {
        margin-bottom: 25px;
    }
}


.about-3 {
    position: relative;
}

.about-img {
    position: absolute;
}

.about-img img {
    width: 100%;
}

.about-3-1 {
    z-index: 1;
    position: relative;
    border: 4px solid #f18f4a;
    border-right: 4px solid #f18f4a;
    margin-top: 19px;
}

.about-3-2 {
    left: -43%;
    top: 5%;
    width: 300px;
    border-bottom: 3px solid #f18f4a;
    border-left: 3px solid #f18f4a;
}

.about-3-3 {
    left: -20%;
    bottom: 0%;
    width: 350px;
    border-bottom: 3px solid #f18f4a;
    border-left: 3px solid #f18f4a;
}




@media only screen and (max-width: 991px) {
    .about-3-3 {
        left: -7%;
        bottom: 4%;
        width: 281px;
    }

}

@media only screen and (max-width: 767px) {
    .about-3 {
        height: auto;
        margin-bottom: 30px;
    }
    .about-3 .about-img {
        display: none;
    }

    .about-3-1 {
	margin-top: 0;
}
    
    
}

.about-4-img img {
    width: 100%;
}

.accodian-4-item {
    padding-left: 74px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0px 55px 0px 74px;
}

.accodian-4-item::after {
    position: absolute;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    content: '';
    top: 0;
    left: 0px;
    width: 4px;
    height: 0%;
    background: #C89D65;
}

.accodian-4-item::before {
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    width: 4px;
    height: 0%;
    background: #C89D65;
}

.accodian-4-item.active {
    padding: 12px 55px 27px 74px;
    box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
    -o-box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
}

.accodian-4-item.active .accodian-4-head::after {
    border-color: #486b8b;
}

.accodian-4-item.active .accodian-4-head h5 {
    color: #C89D65;
}

.accodian-4-item.active::after {
    height: 100%;
}

.accodian-4-item.active::before {
    height: 100%;
}

.accodian-4-head {
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    transition: trans-4;
    -webkit-transition: trans-4;
    -moz-transition: trans-4;
    -o-transition: trans-4;
}

.accodian-4-head::after {
    transition: trans-4;
    -webkit-transition: trans-4;
    -moz-transition: trans-4;
    -o-transition: trans-4;
    position: absolute;
    content: '';
    top: 50%;
    left: -46px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 4px solid #C89D65;
}

.accodian-4-head h5 {
    color: #4f4f4f;
}

.accodian-4-result p {
    max-width: 325px;
}



/* --------------------------------------------------
            ==  Counter Part  ==
--------------------------------------------------- */

.count-des i {
    font-size: 52px;
}

.counter-part .container {
    position: relative;
}

.counter-part.style-two {
    padding-bottom: 110px;
}

.counter-box {
    background-position: right;
    background-size: cover;
    left: 0;
    width: 100%;
}

.style-two .counter-box{
    background: url(../images/bg/counter-bg.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    padding: 70px 30px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    width: 100%;
}

.count-des {
    padding-left: 30px;
    position: relative;
}

.count-des:first-child::after {
    position: absolute;
    content: '';
    top: 22px;
    right: -12px;
    height: 40px;
    width: 1px;
    background: #bfbcbc33;
}

.counter-item {
    display: flex;
    align-items: center;
    color: #C89D65;
}

.counter-item h2 {
    font-size: 38px;
}

.counter-item p {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 18px;
    margin-top: 5px;
}

.counter-item .count-des span {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.counter-item .count-des span::after {
    position: absolute;
    content: '';
    top: -32px;
    right: 0;
    height: 58px;
    width: 2px;
    background: #0f3c67;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .counter-item h2 {
        font-size: 33px;
    }
    .counter-item p {
        font-size: 15px;
        line-height: 25px;
    }

    .counter-item .count-des span {
        margin-right: 10px;
        padding-right: 10px;
    }
    .counter-item .count-des span::before {
        font-size: 45px;
    }

    .counter-item .count-des span::after {
        top: -29px;
    }
    .home-one .banner-caption.small {
	padding-left: 470px !important;
	width: 100%;
    }
    
    
}


@media only screen and (max-width: 575px) {
    .counter-box {
        position: inherit;
        transform: inherit;
        background-position: left;
    }
    .counter-item {
    padding: 15px 0px;
    }

}

.counter-3-part {
    background: url(../images/bg/counter-3-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.counter-3-part .section-head-3-1 {
    margin-bottom: 50px;
}


.counter-3-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(36, 36, 36, 0.8);
}

.counter-3-part .container {
    position: relative;
    z-index: 5;
}

.counter-3-part .section-head-3-1 p {
    color: #e4e0e0;
}

.counter-3-item .number-box i {
    font-size: 38px;
    color: #C89D65;
    line-height: 38px;
    padding-bottom: 8px;
    overflow: hidden;
    display: block;
}

.counter-item .count-des .counter {
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.counter-3-item h3 {
    font-weight: 700;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    margin-top: 5px;
}

.counter-3-s2 {
    background: url(../images/bg/counter-4-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.counter-3-s2::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #e53b89, #ee7e33);
}

.counter-3-s2 .container {
    position: relative;
    z-index: 5;
}

.counter-3-s2::after {
    opacity: .84;
}

@media only screen and (max-width: 1200px) {
    .counter-3-item h3 {
        margin-top: 7px;
    }
}


/* --------------------------------------------------
            == Practise Part  ==
--------------------------------------------------- */

.practise-part .section-p {
    padding-bottom: 80px;
	
}

.practise-item {
    padding: 25px 30px 40px;
    border: 1px solid #ccc;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: 30px;
    text-align: center;
}


.practise-item:hover {
    background: #0f3c67;
}

.practise-item h2 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding-bottom: 15px;
}

.practise-item:hover h2 a {
    color: #C89D65;
}

.practise-item P {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.practise-item:hover P {
    color: #ffffff;
}

.practise-item .icon-box {
    height: 70px;
    width: 100px;
    line-height: 97px;
    text-align: center;
    position: relative;
    color: #0f3c67;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    line-height: 80px;
    margin: 0 auto;
}

.practise-item:hover .icon-box {
    color: #ffffff;

}

.practise-item .icon-box i::before {
    font-size: 45px;
}

.practise-item h2 a {
    font-size: 20px;
    color: #0f3c67;
}

.practise-item:hover h2 {
    color: #ffffff;
}

.practise-item:hover .icon-box {
    border-color: #C89D65;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .practise-item {
        padding: 59px 30px 30px;
    }
    .practise-item h2 {
        font-size: 18px;
    }

    .practise-item .bg-icon i:before {
        font-size: 65px;
    }
}

@media only screen and (max-width: 757px) {
    .practise-item {
        padding: 10px 15px 27px;
    }
    .practise-item h2 a {
    font-size: 17px;
    }
    .practise-item h2 {
        font-size: 16px;
        line-height: 26px;
    }
    .practise-item .icon-box {
        height: 65px;
        width: 80px;
        line-height: 77px;
    }
    .practise-item .icon-box i::before {
        font-size: 38px;
    }
    .practise-item .bg-icon i::before {
        font-size: 50px;
    }
    .practise-part.section-p {
    padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .practise-part {
        padding: 50px 0 50px;
    }
    .practise-part .section-head {
    margin-bottom: 50px;
}
    .testimonial-part .section-head-2 {
	padding-bottom: 0px;
    }
    
}

.practise-2-part {
    background: url(../images/bg/experience-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.practise-2-part .swiper-button-prev,
.practise-2-part .swiper-button-next {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.23);
    background: none;
    transform: translateY(-50%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.practise-2-part .swiper-button-prev i,
.practise-2-part .swiper-button-next i {
    font-weight: 400;
}

.practise-2-part .swiper-button-prev:hover,
.practise-2-part .swiper-button-next:hover {
    color: #ffffff;
}

.practise-2-part .swiper-button-prev {
    left: 10%;
    top: 59%;
}

.practise-2-part .swiper-button-next {
    right: 10%;
    top: 59%;
}

.practise-2-item {
    padding: 42px 42px 20px;
    margin-top: 10px;
}

.practise-2-item h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.practise-2-item h4 a {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
}

.practise-2-item .item-img {
    position: relative;
    width: 100%;
}

.practise-2-item .item-img img {
    max-width: 100%;
}

.practise-2-item .item-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}

.practise-2-item .item-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}

.practise-2-item .border-big {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.practise-2-item .border-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}

.practise-2-item .border-big::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}

@media (min-width: 576px) and (max-width: 767px) {
    .practise-2-item h4 {
        font-size: 14px !important;
        margin-bottom: 21px;
    }
    .counter-3-item h3 {
    line-height: 25px;
    }
    .style-two .counter-box {
        padding: 30px 0px;
    }
    .counter-part.style-two {
        padding-bottom: 118px;
    }
    .about-part.style-two {
        padding: 90px 0 90px;
    }

}

@media only screen and (max-width: 575px) {
    .practise-2-item {
        padding-top: 0;
      
    }
    .style-two .counter-box {
    position: inherit;
    transform: inherit;
    background-position: left;
    padding: 10px 0px;
}
    .counter-part.style-two {
        padding-bottom: 5px;
    }
    .about-part.style-two {
        padding: 120px 0 0;
    }

}

.practise-3-part {
    background: #f4f4f4;
    z-index: 10;
    position: relative;
}

.practise-3-box {
    transform: translateY(40px);
    margin-top: -40px;
}

.practise-3-item {
    position: relative;
    padding: 25px 30px 40px;
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
    background: #ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.practise-3-item:hover {
    background: #0F3C67;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.practise-3-item:hover p {
    color: #ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.practise-3-item h5 a {
    text-transform: uppercase;
    color: #0f3c67;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: .25px;
    display: block;
}

.practise-3-item:hover h5 a {
    color: #C89D65;
}

.practise-3-item .icon-box {
    color: #0f3c67;
}

.practise-3-item:hover .icon-box {
    color: #ffffff;
}

.practise-3-item .icon-box {
    position: relative;
    height: 70px;
    text-align: left;
    line-height: 64px;
    display: inline-block;
    float: left; 
}
.practise-3-item h5 {
    display: inline-block;
    margin-left: 35px;
    margin-top: 20px;
}
.practise-3-item p {
    overflow: hidden;
    padding-top: 0px;
    width: 100%;
}

.practise-3-item .icon-box i::before {
    font-size: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .practise-3-item {
    padding: 20px 16px 30px;
    }
    .practise-3-item {
	margin-bottom: 30px;
    }
    
}

@media (min-width: 576px) and (max-width: 767px) {
.practise-3-item .icon-box {
       height: 50px;
       line-height: 53px;
   } 

    .practise-3-item {
        padding: 42px 10px 25px;
        margin-right: 0;
    }
    .practise-3-item {
        padding: 10px 20px 25px;
        margin-right: 0;
    }

    .practise-3-item h5 a {

        letter-spacing: 0;
        font-size: 14px;
    }

}


/* --------------------------------------------------
            ==  Testimonial And Why Us Part  ==
--------------------------------------------------- */

.testimonial-part {
    position: relative;
    background: #f6f6f6;
}

.testimonial-part .testimonial-box {
	margin-left: 40px;
}

.testimonial-part::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/testimonial-bg.png) no-repeat;
    background-position: left;
    background-size: cover;
}

.testimonial-part .container {
    position: relative;
    z-index: 2;
}

.story-box {
    position: relative;
}

.story-box .years {
    padding: 15px 30px;
    background: #C89D65;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    width: max-content;
}

.story-box .year {
    width: 50%;
    position: relative;
}

.story-box .year::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(50%, -50%);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    z-index: 5;
    background: #ffffff;
    border: 1px solid #C89D65;
}

.story-box .year.year-right-box::after {
    right: 100%;
    top: 50%;
    transform: translateX(50%);
}

.story-box::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 50%;
    height: 100%;
    width: 2px;
    transform: translateX(-50%);
    background: #C89D65;
}

.story-item {
    width: 100%;
    margin-top: 30px;
}

.comment-box {
    width: 50%;
}

.story-comment {
    position: relative;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    padding: 20px 62px 20px 16px;
    background: #ffffff;
    color: #3c3c3c;
    margin-right: 27px;
}

.story-comment P {
    max-width: 179px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-left: auto;
}

.story-comment img {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(50%, -50%);
    border: 5px solid #ebebeb;
}

.year-left {
    margin-right: 25px;
}

.year-right {
    margin-left: 25px;
}

.story-comment-right {
    padding: 20px 16px 20px 62px;
    margin-left: 27px;
    margin-right: 0;
}

.story-comment-right p {
    margin-left: 0;
}

.story-comment-right img {
    right: 94%;
}

.story-comment-right::after {
    right: 117.1%;
}

.testimonial-box .section-head-2 p {
	color: #ffffff;
}


/* --------------------------------------------------
            ==  Testimonmial  ==
--------------------------------------------------- */

.testimonial-box .section-head-2 {
    margin-bottom: 40px;
}
.testimonial-part .section-head-2 {
    padding-bottom: 40px;
}

.testimonial-2-part .section-head-2 {
    padding-bottom: 40px;
}

.testimonial-2-part .testimonial-box .section-head-2 {
    margin-bottom: 0px;
}

.testimonial-box .section-head-2 h2::before {
    background: #ffffff;
}

.testimonial-box .section-head-2 h2 span {
    color: white;
}

.testimonial-slider {
    position: relative; 
 /*   padding-bottom: 90px;  */
}

.testimonial-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 24px;
    border-radius: 0;
    border: 2px solid #ffffff;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #C89D65;
}

.person-detail {
    text-align: center;
}

.person-detail .person-img img {
    border: 4px solid #ffffff;
    width: 100%;
}

.person-detail h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.person-detail p {
    font-family: "Montserrat", sans-serif;
    color: #e5e5e5;
}

.person-comment {
    color: #ffffff;
}

.person-comment h4 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: .85px;
}

.person-comment .mains-comment {
    margin-top: 25px;
}
.mains-comment {
	padding: 30px;
	background-color: #C89D65;
    border-bottom: 5px solid #FFF;
    position: relative;
    line-height: 28px;
    text-align: justify;
}
.mains-comment:before {
	content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #FFF;
    left: 25px;
    bottom: -20px;
    z-index: -1;
}
.mains-comment:after{
    content: '\f075';
    font-family: FontAwesome;
    font-size: 80px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 15px;
    right: 15px;
    z-index: 0;
    line-height: 1;
}
.mains-comment .clients-talk {
    overflow: hidden;
    margin-top: 30px;
}
.clients-talk .img-box img{
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 15px;
    float: left;
    position: relative;
    border-radius: 50%;
	border:2px solid #ffffff;
}
.info h5 {
    color: #FFF;
    padding-top: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
	padding-left:75px;
}
.info span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    color: #C89D65;
}
.person-comment .star li i {
    color: #C89D65;
}

.person-comment p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.50px;
    font-size: 15px;
}

.person-comment p i {
    font-size: 16px;
}

.person-comment img {
    margin-top: 34px;
}

.person-comment #rateYo {
    width: 15px;
}

.person-comment .rateit {
    clear: both;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-part::after {
        background-position: center;
    }

    .story-comment-right {
        padding-right: 0;
    }

    .story-comment-left {
        padding-left: 0;
    }

    .story-comment {
        padding: 20px 52px 20px 5px;
    }

    .story-comment-right {
        padding: 20px 0px 20px 54px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-part::after {
        display: none;
    }
    .testimonial-part .section-head-2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonial-part .section-head-2 h2 {
        display: inline-block;
    }

    .testimonial-box {
        padding: 60px 15px;
        background: url(../images/bg/bg-why-us.png) no-repeat;
        background-position: center;
        background-size: 125%;
		margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-box {
        background-size: cover;
    }
    .testimonial-part .testimonial-box {
	margin-left: 0px;
    }

    .practise-3-item {
        margin-bottom: 30px;
        margin-right: 0px;
    }
    .story-item {
    margin-top: 30px;
    }
    .testimonial-part .section-head-2 {
    padding-bottom: 0px;
}

}

@media only screen and (max-width: 575px) {
    .comment-box {
        width: 100%;
        text-align: center;
    }

    .story-box::after {
        display: none;
    }

    .story-box .year {
        width: 100%;
        margin-bottom: 13px;
    }
    .story-box .year::after {
        display: none;
    }

    .year-left {
        margin-right: 0;
    }

    .year-right {
        margin-left: 0;
    }

    .story-item {
        position: relative;
    }
    .story-item .year-right-box {
        position: absolute;
        top: 0;
    }

    .story-comment {
        margin-top: 63px;
    }
    .story-box {
    width: 300px;
    margin: 0 auto;
}

}

.testimonial-2-part {
    position: relative;
}

.testimonial-2-part::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/testimonial-bg-white.png) no-repeat;
    background-position: left;
    background-size: cover;
}

.testimonial-part.testimonial-2-part {
    background: #ffffff;
}

.testimonial-2-part::before {
    position: absolute;
    content: '';
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/style-pett-2.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 270px;
    height: 237px;
}

.testimonial-2-part .container {
    position: relative;
    z-index: 4;
}

.testimonial-2-part .section-head-2 h2::before {
    background: #3d3d3d;
}

.testimonial-2-part .section-head-2 h2 span {
    color: #3d3d3d;
}

.testimonial-2-part .section-head-2 p {
    color: #3d3d3d;
}

.testimonial-2-thumb {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.testimonial-2-thumb .item-img {
    width: 90px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
}

.testimonial-2-thumb .item-img img {
    width: 100%;
}

.testimonial-2-thumb .item-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(15, 60, 103, 0.55);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.testimonial-2-thumb .person-2-detail {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.testimonial-2-thumb.swiper-slide-prev {
    margin-left: 145px;
}

.testimonial-2-thumb.swiper-slide-active {
    margin-left: 77px;
    z-index: 30;
}

.testimonial-2-thumb.swiper-slide-active .item-img {
    transform: scale(1.4);
}

.testimonial-2-thumb.swiper-slide-active .item-img::after {
    opacity: 0;
}

.testimonial-2-thumb.swiper-slide-active .person-2-detail {
    opacity: 1;
    margin-top: 69px;
}

.testimonial-2-comment {
    padding: 30px 22px;
    text-align: center;
}

.testimonial-2-comment p {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 20px;
}

.testimonial-2-comment p i {
    color: #C89D65;
    font-size: 16px;
}

.person-2-detail {
    margin-top: 15px;
}

.person-2-detail h4 {
    color: #C89D65;
    margin-bottom: 5px;
}

.person-2-detail h3 {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 18px;
}

.testimonial-2-slider {
    position: relative;
}

.testimonial-2-slider .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}

.testimonial-2-slider .swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 24px;
    border-radius: 0;
    border: 2px solid #8e8e8e;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
}

.testimonial-2-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #C89D65;
}

.item2-img {
    border-radius: 53px;
    overflow: hidden;
    width: 105px;
    margin: 0 auto;
    margin-bottom: 35px;
    border: 2px solid #C89D65;
}

@media only screen and (max-width: 1400px) {
    .testimonial-2-part::before {
        top: 27%;
        width: 110px;
        height: 118px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-2-part::after {
        background-position: center;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-part::after {
        display: none;
    }
    .testimonial-part .section-head-2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .testimonial-part .section-head-2 h2 {
        display: inline-block;
    }

    .testimonial-2-part::after {
        display: none;
    }

    .testimonial-2-part .testimonial-box {
        background: url(../images/bg/testimonial-bg-white.png) no-repeat;
        padding: 60px 15px;
        background-position: center;
        background-size: 209%;
    }

    .testimonial-2-part::before {
        top: 17%;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-2-part::before {
        display: none;
    }
}

.testimonial-3-part {
    background: url(../images/bg/testimonial-3-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.testimonial-3-part .section-head-3-1 {
    margin-bottom: 30px;
}

.testimonial-3-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(36, 36, 36, 0.9);
}

.testimonial-3-part .container {
    position: relative;
    z-index: 5;
}

.person-3-detail {
    padding-bottom: 30px;
}

.testimonial-3-item {
    text-align: center;
}

.person-3-comment i {
    font-size: 33px;
    color: #C89D65;
    text-transform: uppercase;
}

.person-3-comment h3 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-style: italic;
    position: relative;
    padding-bottom: 30px;
    font-weight: 400;
    padding-top: 18px;
    letter-spacing: .3px;
}

.person-3-comment h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #C89D65;
    width: 30px;
    height: 1px;
}

.person-3-detail h2 {
    color: #ffffff;
    line-height: 26px;
    font-size: 16px;
    padding-top: 17px;
}

.testimonial-2-part .testimonial-2-item .person-2-detail {
    margin-bottom: 30px;
}

.person-3-detail p {
    color: #dcdcdc;
    line-height: 0;
    margin-top: 10px;
}

.testimonial-3-part .swiper-pagination {
    position: inherit;
    padding-top: 20px;
}
.testimonial-3-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5px;
}

.testimonial-3-part .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
}

.testimonial-3-part .swiper-pagination .swiper-pagination-bullet-active {
    background: #C89D65;
}


/* --------------------------------------------------
            ==  Skill Part  ==
--------------------------------------------------- */

.skill-part {
    position: relative;
    background: #f6f6f6;
}

.skill-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: -105px;
    height: 100%;
    width: 61.5%;
    background: url(../images/bg/skill-bg.png) no-repeat;
    background-position: right;
    background-size: cover;
}

.skill-part .container {
    position: relative;
    z-index: 2;
}

.skill-contact-form {
	padding-left: 40px;
}

.contact-form {
    overflow: hidden;
    display: block;
    padding-top: 17px;
}

.skill-part .section-head-2 {
    margin-bottom: 54px;
}

.skill-box .section-head-2 {
    color: #ffffff;
}

.skill-box .section-head-2 h2::before {
    background: #ffffff;
}

.skill-box .section-head-2 h2 span {
    color: #ffffff;
}

.skill-box .section-head-2 p {
    color: #ffffff;
}

.skill-contact-form label {
    width: 100%;
    background: #C89D65;
    color: #ffffff;
    font-size: 22px;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
}

.skill-contact-form input, .skill-contact-form textarea {
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 15px;
}

.skill-contact-form input {
    height: 50px;
    line-height: 50px;
}

.skill-contact-form textarea {
    padding: 5px 8px;
    height: 100px;
    line-height: normal;
}

.skill-contact-form .btn-1 {
    background: #C89D65;
    border-color: #C89D65;
    border-radius: 0;
    padding: 15px 38px;
}

.bg-color-white::after {
    background: url(../images/bg/skill-bg-white.png);
    background-position: right;
    background-size: cover;
}

.bg-color-white::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/style-pett-3.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 133px;
    height: 167px;
}

.skill-part.bg-color-white {
    background: #ffffff;
}

.bg-color-white .section-head-2 h2::before {
    background: #3d3d3d;
}

.bg-color-white .section-head-2 h2 span {
    color: #3d3d3d;
}

.bg-color-white .section-head-2 p {
    color: #3d3d3d;
}

.bg-color-white .progressbar-box .progressbar-wrapper span {
    color: #3d3d3d;
}

@media only screen and (max-width: 1300px) {
    .bg-color-white::before {
        top: 12%;
        width: 90px;
        height: 167px;
    }
}

@media only screen and (max-width: 1199px) {
    .skill-part::after {
        background-position: center;
    }

    .bg-color-white::after {
        background-position: center;
    }
}

@media only screen and (max-width: 991px) {
    .skill-part .progressbar-box .progressbar-wrapper {
        margin-right: 8px;
    }
    .skill-contact-form {
    padding-left: 20px;
    }
    .testimonial-part .testimonial-box {
        margin-left: 0px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .skill-part {
        padding-top: 0;
    }
    .skill-part::after {
        display: none;
    }
    .skill-part .section-head-2 {
        margin-bottom: 0;
    }
    .skill-part .progressbar-box .progressbar-wrapper {
        margin-right: 16px;
    }

    .skill-box {
        margin-bottom: 60px;
        padding: 60px 30px;
        background: url(../images/bg/skill-bg.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .bg-color-white .skill-box {
        background: url(../images/bg/skill-bg-white.png) no-repeat;
        padding: 60px 30px;
        background-position: center;
        background-size: cover;
    }
    
    .skill-contact-form {
	padding-left: 0px;
    }
    .testimonial-part .testimonial-box {
	margin-left: 0px;
	margin-top: 0px;
}
    
}

@media only screen and (max-width: 575px) {
    .skill-part .progressbar-box .progressbar-wrapper {
    margin-right: 13px;
    width: 35px;
    }
    .skill-part .skill-box {
        padding: 60px 15px;
    }
    .progressbar-box {
    text-align: center;
    }

}

/* --------------------------------------------------
            ==  Social Media Part  ==
--------------------------------------------------- */

.social-media-2-part,
.social-media-part {
    background: url(../images/bg/social-media-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.social-media-2-part .btn-1 {
    margin-top: 30px;
}

.social-media-2-part::after,
.social-media-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(15, 60, 103, 0.87);
}

.social-media-2-part .container,
.social-media-part .container {
    position: relative;
    z-index: 5;
}

.social-media-2-part .section-head-2 h2,
.social-media-part .section-head-2 h2 {
    max-width: 524px;
}

.social-media-2-part .section-head-2 h2::before,
.social-media-part .section-head-2 h2::before {
    background: #ffffff;
}

.social-media-part .section-head-2 a {
    margin-top: 30px;
    border-radius: 0;
    padding: 19px 29px;
}

.social-media-part .section-head-2 a {
    margin-top: 45px;
    border-radius: 0;
    padding: 19px 29px;
    margin-bottom: 26px;
}
.social-media-part .section-head-2 a,.social-media-2-part .section-head-2 a {
    margin-top: 55px;
    border-radius: 0;
    padding: 19px 29px;
    margin-bottom: 40px;
}

.achivement-blog ul li {
    position: relative;
    color: #ffffff;
    padding: 5px 20px 5px 52px;
    text-align: left;
    width: 120px;
}

.achivement-blog ul li:first-child {
    padding-left: 38px;
}

.achivement-blog ul li:first-child i {
    left: 0;
}

.achivement-blog ul li:not(:last-child) {
    border-right: 1px solid #cdcbcb;
}

.achivement-blog ul li span {
    color: #cdcbcb;
}

.achivement-blog ul li i {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 30px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}

.blog-posted-item {
    background: #ffffff;
    padding: 25px 0 30px 70px;
    position: relative;
}

.blog-posted-item:not(:last-child) {
    margin-bottom: 20px;
}

.blog-posted-item h5 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #565656;
    line-height: 26px;
    margin-bottom: 13px;
    font-weight: 400;
    padding-right: 10px;
}

.blog-posted-item .flat-list li {
    padding: 2px 13px;
    border-right: 1px solid #dadada;
}

.blog-posted-item .flat-list li:last-child {
    border-right: none;
}

.blog-posted-item .flat-list li:first-child {
    padding-left: 0;
}

.blog-posted-item .posted-date {
    color: #ffffff;
    background: #C89D65;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-posted-item .posted-date h6 {
    padding-top: 17px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.blog-posted-item .posted-date .post-date-box {
    height: 100%;
    width: 100%;
    position: relative;
}

.blog-posted-item .posted-date .post-date-box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: url(../images/social-media-shape.png) no-repeat;
    background-position: right;
    background-size: cover;
    z-index: -1;
}


.blog-posted-item-2 {
    padding: 25px 0px 23px 112px;
}

.blog-posted-item-2:not(:last-child) {
    margin-bottom: 50px;
}

.social-media-2-part .blog-posted {
    padding: 10px 0;
}

.blog-posted-item-2 h5 {
    margin-bottom: 10px;
}

.blog-posted-item-2 .blog-post-2-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 193px;
}

.blog-posted-item-2 .blog-post-2-img img {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-posted-item-2 .blog-post-2-img {
        width: 165px;
    }

    .blog-posted-item-2 {
        padding: 16px 0px 16px 79px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-posted {
        margin-top: 60px;
        margin-left: 100px;
    }

    .achivement-blog {
        text-align: center;
    }

    .social-media-part .section-head-2 h2 {
        max-width: 441px;
        margin: 0 auto;
    }
    .social-media-part .section-head-2 {
        padding-bottom: 26px;
        text-align: center;
    }

    .social-media-2-part .blog-posted {
        margin-left: 165px;
    }
}

@media only screen and (max-width: 757px) {
    .blog-posted {
        margin-left: 55px;
    }

    .social-media-part .section-head-2 h2 {
        max-width: 426px;
    }

    .social-media-2-part .blog-posted {
        margin-left: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-posted {
        margin-left: 42px;
    }

    .blog-posted-item {
        padding: 11px 0 16px 52px;
    }
    .blog-posted-item .posted-date {
        height: 75px;
        width: 75px;
    }
    .blog-posted-item .posted-date h6 {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 20px;
    }

    .blog-posted-item .flat-list li {
        padding: 2px 3px;
        border-right: 0;
    }

    .achivement-blog ul li:not(:last-child) {
        border-right: 0px;
    }

    .achivement-blog ul {
        margin-bottom: -10px;
    }
    .achivement-blog ul li {
        padding-bottom: 10px;
    }

    .blog-posted-item-2 .blog-post-2-img {
        width: 95px;
    }

    .blog-posted-item-2:not(:last-child) {
        margin-bottom: 36px;
    }

    .blog-posted-item-2 .blog-posted-item {
        padding: 11px 0 16px 52px;
    }

    .social-media-2-part .blog-posted {
        margin-left: 42px;
    }
}



/* --------------------------------------------------
            == Team Part  ==
--------------------------------------------------- */

.team-slider {
    padding: 50px 0px 0px;
}

.sub-team-3 .team-slider .section-head-3-1 h2::after {
    left: 50%;
    transform: translateX(-50%);

}

.team-item .team-img {
    position: relative;
}

.team-item .team-img img {
    width: 100%;
}

.team-item .team-member-name {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    background: #0f3c67;
}

.team-item .team-member-name h2 {
    padding: 12px 0 0px;
    background: #0f3c67;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400 !important;
    line-height: 33px;
}

.team-item .team-member-des {
    padding: 0px 0;
    text-align: center;
    background: #0f3c67;
    padding-bottom: 5px;
}

.team-item .team-member-des P {
    max-width: 300px;
    margin: auto;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.team-item .team-social {
    text-align: center;
    padding: 18px 0;
    background: #f0f1f1;
}

.team-item .team-social ul li a i {
    background: #f0f1f1;
    font-size: 20px;
    color: #C89D65;
    margin: 0 10px;
    height: 20px;
    width: 20px;
}

.team-2-part {
    background-position: 100% 20%;
    position: relative;
}

.team-2-part .section-head {
    margin-bottom: 70px;
}

.team-2-part.patten::before {
    position: absolute;
    content: '';
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/style-pett.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 289px;
    height: 237px;
}

.team-2-item .team-2-img {
    position: relative;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    overflow: hidden;
}

.team-2-item {
	margin: 5px 5px 80px 5px;
}

.team-2-item .team-2-img .team-2-social {
    display: flex;
    align-items: center;
    background: rgba(241, 134, 54, 0.74);
    position: absolute;
    bottom: 0;
    right: -05%;
    height: 100%;
    padding: 0 32px;
    margin: auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    opacity: 0;
}

.team-2-item .team-2-img ul {
    visibility: hidden;
}

.team-2-item .team-2-img ul li {
    padding: 10px 0;
}

.team-2-item .team-2-img ul li a i {
    font-size: 24px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #ffffff;
}

.team-2-item .team-2-img ul li a i:hover {
    color: #0f3c67;
}

.team-2-item .team-2-des {
    padding-top: 20px;
}

.team-2-item .team-2-des h4 {
    color: #3d3d3d;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-2-item .team-2-des p {
    margin-top: 3px;
}

.team-2-item:hover .team-2-social {
    opacity: 1;
    right: 0;
}

.team-2-item:hover .team-2-social ul {
    visibility: visible;
}

.team-2-item:hover .team-2-des h4 {
    color: #C89D65;
}

@media only screen and (max-width: 1400px) {
    .team-2-part.patten::before {
        top: 10%;
        width: 125px;
    }
}

@media only screen and (max-width: 575px) {
    .team-2-part.patten::before {
        display: none;
    }
}

.pad-bot-30 {padding-bottom: 30px!important}

.sub-team-3 {
    background: #ffffff;
}

.sub-team-3 .section-head-3-1 p {
    padding-right: 35px;
}

.sub-team-3 .section-head-3-1 h2::after {
    left: 0;
    transform: translateY(0);
}

.sub-team-3 .progressbar-v2 {
    margin-bottom: 50px;
}

.team-3-slider .swiper-wrapper {
    margin-bottom: 10px;
}

.team-3-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #474747;
    opacity: 0.549;
}

.team-3-slider .swiper-pagination-bullet-active {
    background: #C89D65;
    opacity: 1;
}



/* --------------------------------------------------
            ==  Experience  Part  ==
--------------------------------------------------- */

.experience-part {
    background: url(../images/bg/experience-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.experience-part .section-head-2 {
    padding-bottom: 0px;
}

.experience-part .section-head-2 h2 {
    max-width: 420px;
}

.experience-part .section-head-2 h2::before {
    background: #ffffff;
}

.experience-part .section-head-2 img {
    margin-top: 40px;
}

.clints-logo {
    background: rgba(238, 238, 238, 0.7);
    height: 135px;
    width: 135px;
    line-height: 125px;
    border-radius: 50%;
    border: 5px solid rgba(238, 238, 238, 0.9);
    text-align: center;
    display: inline-block;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin: 7px;
    position: relative;
}

.clints-logo:hover {
    background: rgba(241, 134, 54, 0.7);
}

.clints-logo::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: url(../images/clints-logo-overlay.png);
    height: 50%;
    width: 100%;
    background-position: center;
}

.team-2-part .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: -5px;
}
/*
@media only screen and (max-width: 1199px) {
    .clints-logo {
        height: 101px;
        width: 100px;
        line-height: 96px;
    }
*/
    .experience-part .section-head-2 h2 {
        max-width: 420px;
    }
    .team-2-item {
	margin: 5px 5px 30px 5px;
    }
    .team-slider {
	padding: 25px 0px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .experience-part .section-head-2 h2 {
        max-width: 256px;
    }
}

@media only screen and (max-width: 767px) {
    .experience-part .section-head-2 h2 {
        max-width: 100%;
    }
    .team-2-item {
	   margin: 5px 5px 55px 5px;
    }
    .sub-team-3 .progressbar-v2 {
	   margin-bottom: 0px;
    }
}


/* --------------------------------------------------
            ==  Twitter Feed  Part  ==
--------------------------------------------------- */

.twitter-feed-part {
	background: #C89D65;
	padding: 20px 0px;
}

.twitter-feed-part .container {
    position: relative;
}

.twitter-feed-part .relative {
    height: 100%;
    width: 100%;
}

.twitter-feed-box {
	background: #C89D65;
	padding: 30px 0;
	width: 100%;
	text-align: center;
	position: relative;
	left: 0;
	bottom: 0;
}

.twitter-feed-box h5 {
    color: #ffffff;
    font-weight: 700;
}

.twitter-feed-box .twitter-icon {
	background: #ffffff;
	border-radius: 3px;
	height: 70px;
	width: 70px;
	line-height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}

.twitter-feed-box .twitter-icon i {
    color: #777777;
    font-size: 35px;
}

.twitter-feed-part .swiper-button-prev,
.twitter-feed-part .swiper-button-next {
    background: none;
    margin-top: -14px;
}

.twitter-feed-part .swiper-button-prev i, 
.twitter-feed-part .swiper-button-next i {
    font-size: 22px;
    text-align: left;
    color: #eae1da;
    border: 1px solid #e6af85;
    height: 29px;
    width: 30px;
    line-height: 26px;
    text-align: center;
}

.twitter-feed-part .swiper-container {
	padding-left: 40px;
}

.twitter-feed-part .swiper-button-prev {
    left: 0%;
}

.twitter-feed-part .swiper-button-next {
    right: 30px;
}

@media only screen and (max-width: 1199px) {
    .twitter-feed-box h5 {
        font-size: 14px;
    }

    .twitter-feed-part .swiper-button-next {
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .twitter-feed-box h5 {
        font-size: 14px;
        bottom: 12px;
    }

    .twitter-feed-part .swiper-button-next {
        right: 10px;
    }
    .twitter-feed-part .swiper-button-prev {
        left: 38%;
    }
    .twitter-feed-part .swiper-container {
	padding-left: 0;
}
    .team-item {
    margin-bottom: 55px;
}
}

@media only screen and (max-width: 767px) {
    .twitter-feed-part .swiper-button-next {
        right: 15%;
    }

    .twitter-feed-part .swiper-button-prev {
        left: 15%;
    }

    .twitter-feed-box .twitter-icon {
        left: 13px;
    }
    .team-item {
    margin-bottom: 55px;
    }
    .team-part.section-p {
    padding-bottom: 0px;
    }

}
/*
@media only screen and (max-width: 575px) {
    .twitter-feed-box .twitter-icon {
        height: 80px;
        width: 80px;
        line-height: 96px;
    }
}
*/


/* --------------------------------------------------
            ==  Footer  Part  ==
--------------------------------------------------- */

.footer-part i.fa {
    color: #C89D65;
}

.footer-part p {
    color: #e1e1e1;
}

.footer-part p:first-child {
    font-weight: 700;
}

.footer-widget {
    background: #0f3c67;
    color: #ffffff;
    padding: 100px 0 95px;
}

.footer-logo {
    margin-top: 13px;
}

.footer-logo p {
    color: #e3e3e3;
    margin-top: 38px;
    max-width: 300px;
}

.footer-widget-item h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.footer-widget-item .footer-widget-link li {
    padding: 9px 0 3px;
}

.footer-widget-item .footer-widget-link li a i {
    margin-right: 3px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    line-height: 14px;
}

.footer-widget-item .footer-widget-link li a:hover i {
    transform: translatex(5px);
}

.footer-widget-contact li {
    position: relative;
    color: #e1e1e1;
    padding: 10px 0px 0px 23px;
    line-height: 24px;
    letter-spacing: .35px;
}

.footer-widget-contact li a {
    color: #e1e1e1;
}

.footer-widget-contact li i {
    position: absolute;
    left: 0;
    top: 16px;
}

.footer-widget-office-time li {
    padding: 10px 0;
}


/* --------------------------------------------------
            ==  Footer Copy Right  ==
--------------------------------------------------- */

.footer-copyright {
    background: #0c3052;
    padding: 40px 0;
    text-align: center;
}

.footer-part .footer-copyright p {
    color: #c6c5c5;
    font-weight: 400;
}

.footer-copyright p a {
    color: #c6c5c5;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.footer-copyright p a:hover {
    color: #C89D65;
}

.footer-bg-dark .footer-widget-link li a {
    color: #e1e1e1;
    font-weight: 400;
    font-size: 18px;
}

.footer-logo ol.flat-list {
    margin-top: 40px;
}

.footer-logo ol.flat-list li:not(:last-child) {
    margin-right: 6px;
}

.footer-logo ol.flat-list li a {
    display: block;
    height: 33px;
    width: 33px;
    line-height: 34px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -o-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
}

.footer-logo ol.flat-list li a i {
    color: #3d3d3d;
    font-size: 18px;
}

.footer-logo ol.flat-list li a:hover i {
    color: #C89D65;
}


/* --------------------------------------------------
            ==  Footer style 2  ==
--------------------------------------------------- */

.footer-bg-white h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.footer-bg-white .footer-widget {
    padding: 100px 0 105px;
    background: #f7f7f7;
    color: #3d3d3d;
}

.footer-bg-white .footer-widget p {
    color: #757474;
}

.footer-bg-white .footer-widget .footer-widget-link li a {
    color: #757474;
    letter-spacing: .35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.footer-bg-white .footer-widget .footer-widget-link li a:hover {
    color: #C89D65;
}

.footer-bg-white .footer-copyright {
    background: #ebe8e8;
}

.footer-bg-white .footer-copyright p {
    padding: 0 15px;
    color: #7d7c7c;
}

.footer-bg-white .footer-copyright p a {
    color: #7d7c7c;
}

.footer-bg-white .footer-copyright p a:hover {
    color: #C89D65;
}

.footer-blog {
    padding-top: 10px;
}

.footer-blog li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-blog li a {
    position: relative;
    color: #757474;
    display: inline-block;
}

.footer-blog li a h6 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.footer-blog li a img {
    width: 85px;
    position: relative;
    top: 0;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}

.footer-blog li a:hover h6 {
    color: #C89D65;
}

.footer-instagram-item {
    padding-top: 15px;
    margin-right: -10px;
    margin-bottom: -10px;
}

.footer-instagram-item li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 28%;
    overflow: hidden;
}

.footer-instagram-item li img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/* --------------------------------------------------
            ==  Footer style 3  ==
--------------------------------------------------- */

.footer-bg-dark-2 .footer-widget {
    background: #252525;
}

.footer-bg-dark-2 .footer-blog li a {
    color: #cccccc;
}

.footer-bg-dark-2 .footer-widget-link li a {
    color: #cccccc;
}

.footer-bg-dark-2 .footer-widget-link li a:hover {
    color: #C89D65;
}

.footer-bg-dark-2 .footer-copyright {
    background: #202020;
}

@media only screen and (max-width: 1199px) {
    .footer-instagram-item li {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-widget-item h3 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget {
        padding: 118px 0 80px;
    }

}

@media only screen and (max-width: 575px) {
    .footer-widget {
        padding: 60px 0 60px;
    }

    .footer-widget-contact li {
        padding: 5px 0px 5px 22px;
    }

    .footer-widget-item h3 {
        margin-bottom: 10px;
    }

    .footer-widget-contact li i {
        top: 10px;
    }

    .footer-copyright {
        padding: 30px 15px;
        text-align: center;
    }

    .footer-widget-office-time li:first-child {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .footer-blog li:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer-blog li a img {
    width: 60px;
    position: relative;
    top: 0;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
    padding-bottom: 27px;
    }

    .footer-widget-item h3 {
    font-size: 23px;
    }
    .practise-item h2 a {
    font-size: 18px;
    }

}


@media (min-width: 576px) and (max-width: 767px) {

    .footer-blog li:not(:last-child) {
        margin-bottom: 20px;
    }

}


/* --------------------------------------------------
            ==  Clint Logo Part  ==
--------------------------------------------------- */

.clint-logo-part {
    position: relative;
    background: #f7f8f5;
}

.clint-logo-item {
    background: #ffffff;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.clint-logo-item img {
    opacity: 0.7;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.clint-logo-item:hover img {
    opacity: 1;
}

@media only screen and (max-width: 1400px) {
    .request::after {
        width: 89px;
        height: 101px;
    }

    .request::before {
        top: 56%;
        width: 76px;
        height: 61px;
    }
}

@media only screen and (max-width: 575px) {
    .request::after {
        display: none;
    }

    .request::before {
        display: none;
    }
}

.clint-logo-3 {
    background: url(../images/bg/partner-3-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.clint-logo-3::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(57, 57, 57, 0.88);
}

.clint-logo-3 .container {
    position: relative;
    z-index: 5;
}

.clints-logo-3-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clint-logo-4-part {
    padding: 40px 0;
}

.clint-logo-4-slider .swiper-slide {
    text-align: center;
}

.clint-logo-4-slider .swiper-button-next,
.clint-logo-4-slider .swiper-button-prev {
    width: 36px;
    height: 28px;
    border: 1px solid #b7b7b7;
    line-height: 26px;
    background: #ffffff;
    text-align: center;
    transform: translateY(50%);
}

.clint-logo-4-slider .swiper-button-next i,
.clint-logo-4-slider .swiper-button-prev i {
    color: #9b9a9b;
    font-size: 18px;
}

.clint-logo-4-slider .swiper-button-next:hover i,
.clint-logo-4-slider .swiper-button-prev:hover i {
    color: #C89D65;
}

.request{
    position: relative;
}
.request::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    width: 133px;
    height: 167px;
    background: url(../images/style-pett-3.png) no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
}

.request::before {
    position: absolute;
    content: '';
    top: 70%;
    left: 0;
    width: 289px;
    height: 237px;
    background: url(../images/style-pett-2.png) no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
}

.request-content {
    border: 1px solid #ebebeb;
    padding: 65px 50px;
}

.request-content h4 {
    font-size: 30px;
    font-weight: 700!important;
    margin-bottom: 10px;
}

.request-content p {
    letter-spacing: 0.25px;
}

.request-content a.btn-1 {
    background: #C89D65;
    border-color: #C89D65;
    border-radius: 0;
    letter-spacing: .25px;
    padding: 14px 43px;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
    .request-content {
        padding: 60px 20px;
    }

    .request-content a.btn-1 {
        padding: 14px 20px;
    }
    #navigation .navbar-brand {
    padding-left: 15px;
    }
    .navbar .nav-toggler {
    padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .request-content {
        padding: 20px 20px;
    }

    .request-content p {
        display: none;
    }

    .request-content a.btn-1 {
        padding: 14px 22px;
    }
    .request-content h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}

}

@media only screen and (max-width: 767px) {
    .request-content a.btn-1 {
        margin-top: 14px;
    }
}

.submit-3-part {
    position: relative;
    padding: 50px 0;
}

.submit-3-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg/submit-3--bg.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    opacity: .90;
}

.submit-3-part .container {
    position: relative;
    z-index: 5;
}

.submit-3-des h2 {
    font-size: 26px;
    color: #ffffff;
}

.submit-3-des p {
    color: #ffffff;
    letter-spacing: .25px;
}

.submit-3-btn {
    padding-right: 45px;
}

.submit-3-btn a {
    border-radius: 0;
    background: #C89D65;
    color: #ffffff;
    border-color: #C89D65;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: .25px;
}

.submit-3-btn a:hover {
    color: #C89D65;
}

@media only screen and (max-width: 1199px) {
    .submit-3-btn {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .submit-3-des p {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .submit-3-part {
        padding: 55px 0;
    }

    .submit-3-des h2 {
        font-size: 24px;
        color: #ffffff;
    }
}


/* --------------------------------------------------
            ==  Blog Part  ==
--------------------------------------------------- */

.blog-3-img {
    margin-bottom: 20px;
    box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
    -o-box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
}

.blog-3-img img {
    width: 100%;
    border-radius: 3px;
}

.blog-3-post {
    background: #C89D65;
    border-radius: 3px;
    padding: 20px 24px;
    letter-spacing: .25px;
    margin-right: 30px;
}

.blog-3-post h5 {
    line-height: normal;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

.blog-3-post h5 span {
    display: block;
    font-size: 24px;
    padding-bottom: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog-3-post h5:first-child {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 15px;
}

.blog-3-post h5:last-child {
    padding-top: 15px;
}

.blog-3-post h5 a {
    color: #ffffff;
}

.blog-3-post h5 a:hover span {
    color: #0f3c67;
}

.blog-3-post-date {
    text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
    -webkit-text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
    -moz-text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
    -o-text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
}

.blog-3-detail h2 {
    padding-bottom: 10px;
    line-height: normal;
    padding-right: 8px;
}

.blog-3-detail h2 a {
    color: #3f3f3f;
    line-height: 26px;
    display: inline-block;
}

.blog-3-detail h2:hover a {
    color: #C89D65;
}

.blog-3-detail p {
    color: #747474;
}

.blog-3-detail > a {
    color: #C89D65;
    margin-top: 17px;
    display: inline-block;
    padding: 5px 13px;
    background: #ffffff;
    border: 1px solid #C89D65;
    margin-bottom: 1px;
}

.blog-3-detail > a:hover{
    color: #ffffff;
    background: #C89D65;
}

.post_history {
    padding: 0px 0px 10px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    margin-bottom: 19px;
}

.post_history ul li {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    color: #3f3f3f;
}

.post_history ul li i{
    color: #C89D65;
}

@media only screen and (max-width: 1199px) {
    .blog-3-post h5 span {
        font-size: 24px;
    }

    .blog-3-post {
        padding: 20px 15px;
        margin-right: 16px;
    }
}

/* --------------------------------------------------
            ==  Progressbar Part  ==
--------------------------------------------------- */

.progressbar-box .progress {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    float: left;
    background: transparent;
    border-radius: 0;
}

.progressbar-box .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
    position: relative;
    background-position: bottom;
    background-size: cover;
    color: transparent;
}

.progressbar-box .progressbar-wrapper {
    position: relative;
    height: 400px;
    width: 50px;
    padding-bottom: 32px;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.progressbar-box .progressbar-wrapper span {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 6px;
}

.progressbar-box .progressbar-wrapper h5 {
    transform: rotate(180deg) translateX(-50%);
    -ms-transform:rotate(90deg) translateX(-50%);
    position: absolute;
    left: -7%;
    bottom: 15%;
    width: max-content;
    color: #ffffff;
    font-weight: 700;
    writing-mode: vertical-rl;
    opacity: .2;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}


/* --------------------------------------------------
            ==  Progress bar 2 version  ==
--------------------------------------------------- */

.progressbar-wrapper {
    margin-top: 4px;
}

.progressbar-v2 .progressbar-wrapper-des {
    color: #5c5c5c;
    padding-bottom: 5px;
}

.progressbar-v2 .progressbar-wrapper-des h6 {
    letter-spacing: .25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.progressbar-v2 .progressbar-wrapper-des span {
    margin-left: auto;
    font-weight: 700;
}

.progressbar-v2 .six-sec-ease-in-out {
    -webkit-transition: width 2.5s ease-in-out;
    -moz-transition: width 2.5s ease-in-out;
    -ms-transition: width 2.5s ease-in-out;
    -o-transition: width 2.5s ease-in-out;
    transition: width 2.5s ease-in-out;
}

.progressbar-v2 .progressbar-wrapper:nth-child(2) .progress-bar {
    background: #f1e34a;
}

.progressbar-v2 .progressbar-wrapper:last-child .progress-bar {
    background: #0f3c67;
}

.progressbar-v2 .progress-bar {
    color: transparent;
    background: #C89D65;
}

.progressbar-v2 .progress {
    height: 8px;
    width: 100%;
    border-radius: 0;
}

@media only screen and (max-width: 575px) {
    .progressbar-box .progressbar-wrapper h5 {
        font-size: 14px !important;
        left: -19%;
    }
}


/* --------------------------------------------------
            ==  Practice page one  ==
--------------------------------------------------- */

.breadcrumb-part {
    background: url(../images/bg/breadcrumb-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumb-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #e53b89, #ee7e33);
}

.breadcrumb-part .container {
    position: relative;
    z-index: 5;
}

.breadcrumb-part::after {
    opacity: .57;
}

.breadcrumb-title {
    padding: 185px 0 122px;
}

.breadcrumb-title h1 {
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-bottom: 17px;
    text-transform: uppercase;
}

.breadcrumb-title h1::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #C89D65;
}

.breadcrumb-link {
    padding-bottom: 39px;
}

.breadcrumb-link ul.flat-list li {
    position: relative;
}

.breadcrumb-link ul.flat-list li a {
    padding: 0 7px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    -webkit-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    -moz-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    -o-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    display: inline-block;
}

.breadcrumb-link ul.flat-list li::after {
    position: absolute;
    content: '/';
    top: 50%;
    left: 100%;
    transform: translate(50%, -50%);
    color: #ffffff;
}

.breadcrumb-link ul.flat-list li:last-child a {
    color: #C89D65;
    cursor: text;
}

.breadcrumb-link ul.flat-list li:last-child::after {
    display: none;
}

.wid-heading {
    background: #C89D65;
    padding: 25px 0px;
}

.wid-heading p {
    font-weight: bold;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}

.prac-sb-list {}

.prac-sb-list ul {
    border: 1px solid #b7b7b7;
    border-bottom: none
}

.prac-sb-list ul li {
    border-bottom: 1px solid #b7b7b7;
}

.prac-sb-list ul li a {
    color: #585858;
    font-size: 16px;
    padding: 22px 0px 22px 50px;
    display: block;
    position: relative;
}

.prac-sb-list ul li a::after {
    position: absolute;
    content: '\f0a9';
    font-family: FontAwesome;
    top: 25px;
    left: 25px;
    height: 10px;
    width: 10px;
    color: #585858;
}

.prac-sb-list ul li a:hover {
    background: #3c3c3c;
    color: #fff
}

.prac-sb-list ul li a:hover::after {
    color: #fff
}

.pra-img-overlay {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.67);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.pra-img {
    position: relative;
}

.single-practice:hover .pra-img-overlay {
    opacity: 1;
    visibility: visible;
}

.pra-img img {
    width: 100%
}

.pra-img-overlay a {
    color: #C89D65;
}

.pra-img-overlay a {
    color: #C89D65;
    border: 1px solid #ffffff;
    display: inline-block;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 37px;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.pra-cont a:hover {
    background: #373737
}

.pra-img:hover .pra-img-overlay a {
    top: 50%;
}

.pra-cont h3 {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.pra-cont p {
    color: #6b6969;
}

.pra-cont a {
    padding: 12px 25px;
    background: #C89D65;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 33px;
}

.single-practice {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.single-practice::after {
    position: absolute;
    content: '';
    height: 1px;
    background: #e3e3e3;
    left: 0px;
    right: 0;
    bottom: 0;
}

.pra-pagination {
    margin-left: 30px;
    margin-top: 65px;
    display: block;
    overflow: hidden;
}

.pra-pagination ul {}

.pra-pagination ul li {
    display: inline;
    margin-right: 5px;
}

.pra-pagination ul li a {
    font-size: 16px;
    color: #3c3c3c;
    border: 1px solid #b7b7b7;
    padding: 5px 12px;
    border-radius: 3px;
    display: inline-block;
}

.pra-pagination ul li a:hover,
.pra-pagination ul li.active a {
    color: #C89D65
}

@media (min-width: 992px) and (max-width: 1199px) {

    .breadcrumb-title {
        padding: 65px 0 0px;
    }


}

@media (min-width: 768px) and (max-width: 991px) {


    .breadcrumb-title {
        padding: 50px 0 0px;
    }
    .about-4-img {
        margin-bottom: 50px;
    }
    .breadcrumb-title h1 {
        padding-bottom: 0px;
        font-size: 25px;
    }

}

@media (max-width: 767px) {


    .breadcrumb-title {
        padding: 18px 0 15px;
    }
    .about-4-img {
        margin-bottom: 50px;
    }
    .breadcrumb-title h1 {
        padding-bottom: 0px;
        font-size: 25px;
    }
    .accodian-4-item.active, 
    .accodian-4-item {
	padding: 12px 15px 5px 45px;
    }
    .accodian-4-head::after {
        width: 16px;
        height: 16px;
        border: 2px solid #C89D65;
        top: 29px;
        left: -26px;
    }
    .person-3-comment h3 {
        font-size: 19px;
        line-height: 30px;
    }
    .breadcrumb-link {
        padding-bottom: 19px;
    }
    .pra-pagination {
        margin-left: 0px;
        margin-top: 38px;
    }
    .pra-pagination ul li a {

        margin-bottom: 10px;
    }
    .prac-sb-list ul li a::after {
	left: 30px;
    }
    .prac-sb-list ul li a {
	padding: 22px 0px 22px 60px;
    }
    .flat-list {
    text-align: center;
    }

}

@media (min-width: 576px) and (max-width: 767px) {


    .breadcrumb-title {
        padding: 50px 0 30px;
    }
    .about-4-img {
        margin-bottom: 50px;
    }
    .breadcrumb-title h1 {
        padding-bottom: 0px;
        font-size: 25px;
    }

}


/* --------------------------------------------------
            ==  About company page  ==
--------------------------------------------------- */

.about-tab .section-head-3-1 h2 {
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.about-tab .section-head-3-1 p {
    color: #6b6969
}

.about-tab .nav-tabs .nav-link:focus,
.about-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.about-tab .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.about-tab .nav-tabs .nav-link {
    border: 0px solid transparent;
    padding: 0;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d5d2;
    margin-bottom: 23px;
    position: relative;
}

.about-tab .nav-tabs .nav-link.active {
    border-bottom: 1px solid #d8d5d2;
    color: #C89D65;
}

.about-tab .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #d8d5d2;
}

.about-tab-button .nav-tabs a {
    font-size: 14px;
    color: #626262;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold
}

.about-tab-button .nav-tabs a i {

    font-size: 23px;
}

.about-tab-button .nav-tabs a p {
    color: #626262
}

.about-tab-button .nav-tabs a.active p {
    color: #C89D65;
}

.about-tab-button {
    margin: 0px 40px;
    border: 1px solid #b7b7b7;
    padding: 22px 11px;
    border-radius: 5px;
    padding-bottom: 0px;
}

.about-tab .nav-tabs .nav-link:last-child {
    border-bottom: 0px
}

.about-tab .nav-tabs .nav-link.active::after {
    position: absolute;
    background: #ffffff;
    content: '';
    top: 9px;
    right: -20px;
    width: 16px;
    height: 16px;
    border: 1px solid #b7b7b7;
    transform: rotate(45deg);
    border-radius: 3px;
    border-left: 0px;
    border-bottom: 0px;
}


.ab-tab-l {
    color: #6b6969
}

.ab-tab-l h3 {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
}

.ab-tab-l p {
    color: #6b6969;
    font-size: 14px;
    padding-bottom: 20px;
}

.ab-tab-l h4 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.ab-tab-l ul {}

.ab-tab-l ul li {
    padding-bottom: 7px;
}

.ab-tab-l ul li p {
    color: #6b6969;
    font-size: 14px;
    padding-left: 16px;
    position: relative;
    padding-bottom: 0px;
}

.ab-tab-l ul li p:after {
    content: '\f101';
    position: absolute;
    top: 2px;
    left: 0;
    font-family: FontAwesome;
    color: #C89D65;
}

.about-tab-img {
    position: relative;
}

.about-tab-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: red;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(42, 42, 42, 0.5) 39%, rgba(17, 17, 17, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(42, 42, 42, 0.5) 39%, rgba(17, 17, 17, 0) 100%);
    background: linear-gradient(to top, rgba(42, 42, 42, 0.5) 39%, rgba(17, 17, 17, 0) 100%);
}

.about-tab-img img {
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199px) {


    .about-tab-button {
        margin: 0px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .about-tab .nav-tabs .nav-link {
        width: 33.33%;
        margin-bottom: 0px;
        padding-bottom: 25px;
        border-bottom: 0px solid #ffffff;
    }
    .about-tab .nav-tabs .nav-link.active,
    .about-tab .nav-tabs .nav-link:hover {

        border-bottom: 0px solid #ffffff;
    }
    .about-tab .nav-tabs .nav-link.active::after {
        display: none;
    }
    .about-tab-button {
        margin-bottom: 30px;
    }
    .about-tab-img {
	margin-top: 30px;
    }

}

@media (max-width: 767px) {


    .about-tab .nav-tabs .nav-link {
        width: 33.33%;
        margin-bottom: 0px;
        padding-bottom: 25px;
        border-bottom: 0px solid #ffffff;
    }
    .about-tab .nav-tabs .nav-link.active,
    .about-tab .nav-tabs .nav-link:hover {

        border-bottom: 0px solid #ffffff;
    }
    .about-tab .nav-tabs .nav-link.active::after {
        display: none;
    }
    .about-tab-button {
        margin-bottom: 30px;
    }
    .about-tab-img {
        margin-top: 40px;
    }
    .about-tab .section-head-3-1 h2 {
        font-size: 20px;
    }

}

@media (min-width: 320px) and (max-width: 575px) {

    .about-tab .nav-tabs .nav-link {
        width: 33.33%;
        margin-bottom: 0px;
        padding-bottom: 25px;
        border-bottom: 0px solid #ffffff;
    }
    .about-tab .nav-tabs .nav-link.active,
    .about-tab .nav-tabs .nav-link:hover {

        border-bottom: 0px solid #ffffff;
    }
    .about-tab .nav-tabs .nav-link.active::after {
        display: none;
    }

    .about-tab-button {
        margin: 0px 0px;
        padding: 20px 8px;
    }
    .ab-tab-l {
        padding-left: 15px;
        padding-top: 20px;
    }
    .about-tab-img {
        margin-top: 15px;
        margin-left: 15px;
    }

}


/* --------------------------------------------------
            ==  Attorny details page   ==
--------------------------------------------------- */

.info-img {
    border-radius: 100%;
    border: 10px solid #ebebeb;
    overflow: hidden;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    margin-bottom: 32px;
}

.team-detals-content {
    padding-left: 20px;
}

.lawer-info-widget {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.lawer-info-widget h4 {
    font-size: 18px;
    color: #C89D65;
}

.lawer-info-widget p {
    font-size: 13px;
    color: #949494;
    margin-bottom: 7px;
    margin-top: 4px;
}


.per-social ul li {
    display: inline;
    margin: 0 5px;
}

.per-social ul li a {
    font-size: 18px;
    color: #4a4a4a;

    padding: 0 2px;
}

.per-social ul li a:hover {
    color: #C89D65
}

.sin-sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a59;
    text-transform: uppercase;
    text-align: center;
}

.sin-sidebar {
    margin-bottom: 40px;
}

.sin-sidebar .progressbar-box .progressbar-wrapper {
    margin-right: 20px;
}

.progressbar-box.per-progress .progressbar-wrapper:last-child {
    margin-right: 0px
}

.progressbar-box.per-progress {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.progressbar-box.per-progress .progressbar-wrapper span {
    font-size: 16px;
    color: #626264;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.per-con-form input {
    height: 50px;
    padding-left: 17px;
    border: none;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    border-radius: 4px;
    border: 1px solid #e7e6e6;
}

.per-con-form textarea {
    width: 100%;
    height: 115px;
    border: none;
    padding: 5px;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    border: 1px solid #e7e6e6;

}

.per-con-form input[type="submit"] {
    background-color: #C89D65;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    margin-top: 30px;
}

.per-form {
    text-align: center;
    margin-top: 40px;
}

.lawer-per-contact a {
    color: #5a5a59;
    font-size: 15px
}

.lawer-per-contact a i {
    color: #C89D65;
    margin-right: 10px
}

.lawer-per-contact a {
    color: #5a5a59;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

.lawer-per-contact {
    padding-top: 10px;
}

.team-details {
    padding-top: 100px;
    padding-bottom: 40px;
}

.sin-part h4 {
    font-size: 18px;
    color: #504f4f;
    padding-bottom: 20px
}

.sin-part p {
    font-size: 15px;
    color: #6b6969;
    padding-bottom: 10px;
    line-height: 27px;
}

.sin-part ul {
    padding: 11px 0px;
}

.sin-part ul li {
    display: block;
    color: #6b6969;
    font-size: 15px;
    padding-bottom: 11px;
    padding-left: 22px;
    position: relative;
}

.sin-part ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -2px;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #C89D65;
}

.part-sub {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 22px;
}

.part-sub p > span {
    color: #C89D65;
    font-weight: 700;
}

.part-sub > span {
    font-size: 14px;
    color: #9f9f9e;
    position: relative;
    padding: 0 20px;
}

.part-sub > span::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #C89D65;
}

.sin-part {
    padding-bottom: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .sin-sidebar .progressbar-box .progressbar-wrapper {
        width: 47px;
        margin-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .info-img {
        width: 350px;
        height: 350px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .lawer-info-widget {
        border-bottom: 0px solid #d8d8d8;
    }
    .team-details {
	padding-top: 80px;
	padding-bottom: 50px;
    }
    
}

@media (max-width: 767px) {


    .info-img {
        width: 350px;
        height: 350px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .lawer-info-widget {
        border-bottom: 0px solid #d8d8d8;
    }
    .team-details {
	padding-top: 50px;
	padding-bottom: 50px;
    }
    
}

@media (min-width: 320px) and (max-width: 575px) {

    .info-img {
        width: 275px;
        height: 275px;
    }

    .sin-sidebar {
        margin-bottom: 0px;
    }
    .sin-sidebar .progressbar-box .progressbar-wrapper {
        width: 40px;
        margin-right: 10px;
    }
    .achivement-blog ul li {

        width: auto;
    }
    .mobile-list-nav > li:hover > a::before {
    /*    opacity: 0;
        display: none;   */
    } 
}

/* --------------------------------------------------
            ==  Practice  details page  ==
--------------------------------------------------- */

.prac-det-carousel {
    padding-bottom: 30px;
}

.prac-det-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}

.prac-det-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C89D65;
}

.prac-det-carousel .swiper-slide {
    position: relative
}

.prac-det-carousel .swiper-slide::after {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(bottom, rgba(42, 42, 42, 0.3) 39%, rgba(17, 17, 17, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(42, 42, 42, 0.3) 39%, rgba(17, 17, 17, 0) 100%);
    background: linear-gradient(to top, rgba(42, 42, 42, 0.3) 39%, rgba(17, 17, 17, 0) 100%);
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
}

.prac-det-carousel .swiper-slide img {
    width: 100%
}

.prac-det-inner {
    font-family: 'Open Sans', sans-serif;
}

.prac-det-inner > ul {
    padding: 20px 25px;
}

.prac-det-inner h2 {
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.prac-det-inner p {
    font-size: 14px;
    color: #6b6969
}

.prac-det-inner blockquote {
    color: #565656;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    padding: 15px 78px;
    line-height: 26px;
}

.prac-det-inner h3 {
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 25px;
    font-weight: 700;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
}

.prac-det-inner blockquote i {
    font-size: 18px;
    color: #C89D65
}

.per-social ul {
    padding: 20px 30px 0px;
}

.prac-det-inner ul li {
    color: #6b6969;
    padding-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.prac-detils-area {
    padding-left: 15px;
}

.prac-det-inner > ul > li::after {
    position: absolute;
    content: '\f101';
    top: 3px;
    left: -26px;
    font-family: FontAwesome;
    color: #C89D65;
}

.prac-inner-social .per-social {
    display: inline-block;
}

.prac-inner-social {
    background: #f9f9f9;
    margin: 60px 0px 40px;
    padding-bottom: 14px;
}

.prac-inner-social span {
    float: left;
    display: inline;
    padding-top: 21px;
    padding-left: 34px;
    color: #777777;
    font-weight: 700;
}

.about-author {
    padding-bottom: 40px;
    border-bottom: 1px solid #efeeee;
}

.about-author .avator {
    border: 4px solid #ebebeb;
    width: 180px;
    float: left;
}

.about-author .author-info {
    overflow: hidden;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.about-author .author-info h5 {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 700;
}

.about-author .author-info p {}

.consalt-form h6 {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.consalt-form h6::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    background: #3c3c3c;
    width: 40px;
    height: 2px;
    margin-left: -20px;
}

.consalt-form h6 span {
    color: #C89D65
}

.consalt-form p {
    padding: 30px 108px 60px;
    text-align: center;
}

.consalt-form {
    text-align: center;
    padding-top: 60px;
}

.consalt-form form input {
    height: 53px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    background: #f2f1f0;
    border-radius: 5px;
    padding-left: 15px;
}

.consalt-form form textarea{
     height: 200px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    background: #f2f1f0;
    border-radius: 5px;
    padding: 15px;

}

.consalt-form input[type="submit"] {
    background-color: #C89D65;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    margin-top: 10px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 0px;
}

.address-widget {
    padding-left: 30px;
    padding-top: 50px;
    background: #efefef url(../images/bg/contact-infobg.jpg) no-repeat center;
    background-size: cover;
    color: #f1eeee;
    position: relative;
    z-index: 3;
    padding-bottom: 40px;
}

.address-widget p {
    color: #f1eeee
}

.address-widget span {
    display: block;
    color: #c9c9c9;
    padding: 3px 0px;
    font-size: 14px;
}

.sb-phone span,
.sb-email span {
    display: inline-block;
}

.address-widget h6 {
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0px 8px 0px;
}

.address-widget h6 i {
    color: #C89D65;
    margin-right: 10px;
    font-size: 20px;
}

.address-widget h6 span {
    color: #c9c9c9;
    margin-left: 9px;
    text-transform: capitalize;
}

.address-widget::before {
    position: absolute;
    content: '';
    background: #252525;
    opacity: .73;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.address-widget .sb-phone {
    padding-bottom: 0px;
}

.address-widget .sb-email {
    padding-top: 5px;
}

/* --------------------------------------------------
            ==  Contact  page start  ==
--------------------------------------------------- */

.gmap3-area {
    height: 425px;
}

.sin-cont-info {
    text-align: center;
    color: #525252;
    height: 410px;
    box-shadow: 0px 3px 9px 0px rgba(108, 108, 108, 0.35);
    margin-bottom: 65px;
}

.sin-cont-info i {
    font-size: 45px;
    color: #3a3a3a;
    padding-bottom: 6px;
    display: inline-block;
}

.sin-cont-info h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.sin-cont-info p {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 4px;
}

.sin-cont-info a {
    font-size: 15px;
    font-weight: 400;
    color: #797878
}

.no-pad {
    padding: 0px
}

.center-wrap {
    margin: 0 auto;
}

.office-location {
    background: #2c2c2c;
    position: relative;
    z-index: 6;
}

.office-location h3 {
    color: #fff
}

.office-location p {
    color: #fff
}

.office-location a {
    color: #fff
}

.sin-cont-info.office-location i {
    color: #C89D65;
}

.office-location::before {
    content: '\f13d';
    position: absolute;
    top: 0;
    left: 0;
    font-family: Flaticon;
    font-size: 250px;
    top: 48px;
    left: 50%;
    margin-left: -127px;
    z-index: -1;
}

.con-bottom-inner h4 {
    font-size: 30px;
    color: #3c3c3c
}

.con-bottom-inner h4 span {
    font-size: 30px;
    color: #C89D65
}

.con-bottom-inner {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.con-bottom-inner h4 {
    font-size: 30px;
    color: #3c3c3c;
    padding-bottom: 15px;
}

.con-bottom-inner .per-social {
    padding-bottom: 30px;
}

.con-bottom-inner .per-social li {
    margin: 0 10px;
}

.con-bottom-inner .per-social ul li a i {
    text-shadow: none;
}

.con-bottom-inner .per-social ul li a {
    color: #3c3c3c;
}

.con-bottom-inner .per-social ul li a:hover {
    color: #C89D65
}

.con-page-form {
    padding-top: 32px;
    padding-bottom: 30px;
    display: inline-block;
}

.con-page-form textarea {
    width: 100%;
    border: 1px solid #e7e6e6;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    padding: 15px;
    height: 180px;
}

.con-page-form input {
    width: 49%;
    float: left;
    border: 1px solid #e7e6e6;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    border-radius: 4px;
    height: 55px;
    padding: 0px 20px;
}

.Stock {
    border-width: 1px;
    border-color: rgb(231, 230, 230);
    border-style: solid;
    border-radius: 12px;

    position: absolute;
    left: 550px;
    top: 1323px;
    width: 818px;
    height: 178px;
    z-index: 64;
}

.mar-r {
    margin-right: 2%;
}

.con-page-form input[type="submit"] {
    background-color: #C89D65;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: auto;
    margin-top: 10px;
    text-transform: uppercase;
    margin-top: 30px;
}

#googleMap {
    height: 500px;
}


/* --------------------------------------------------
            ==  Blog  page  ==
--------------------------------------------------- */

.bc-style2 .bc-title {
    background: url(../images/bg/bc-bg.jpg) repeat;
    text-align: center;
    padding: 70px 0px;
}

.bc-style2 .bc-title h2 {
    font-size: 40px;
    color: #292929;
    font-weight: bold;
    text-transform: uppercase;
}

.bc-style2 .bc-title h2 span {
    color: #C89D65;
}

.bc-style2 .bc-list {
    background: url(../images/bg/breadcrumb-bg.jpg) no-repeat;
    text-align: center;
    padding-top: 39px;
    position: relative;
    text-align: left;
}

.bc-style2 .bc-list::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #e53b89, #ee7e33);
    opacity: .57;
    z-index: 0;
}

.bc-style2 .bc-list .flat-list {
    z-index: 1;
    position: relative;
}

.bc-style2 .bc-list .flat-list li {
    color: #C89D65;
    margin-left: 14px;
    font-style: italic;
    font-weight: 700;
}

.bc-style2 .bc-list .flat-list li a {
    color: #ffffff;
}

.bc-style2 ul.flat-list li::after {
    left: 94%;
}

.sin-blog {
    margin-bottom: 50px;
    text-align: left;
}

.sin-blog .blog-con-two {
    padding: 15px 15px 0px 0px;
    text-align: left;
}

.blog-meta {
    width: 100%;
    float: none;
}

.pub-date {
    width: 72px;
    background: #bab3b3;
    text-align: center;
    display: inline-block;
}

.pub-date span {
    color: #646464;
    font-size: 18px;
    font-weight: 700;
    display: block;
}


.pub-date span {
    color: #ffffff;
    background: #C89D65;
    line-height: 20px;
}

.pub-date span:first-child {
    padding-top: 5px;
    font-size: 13px;
    line-height: 17px;
}

.pub-date span:nth-child(2) {
    padding-bottom: 5px;
}

.pub-date span:last-child {
    background: #ffffff;
    border: 1px solid #ddd;
    color: #686464;
    font-size: 14px;
    padding: 1px 0;
}

.blog-social {
    text-align: center;
    padding-top: 30px;
}

.blog-social ul {}

.blog-social ul li {
    margin-bottom: 10px
}

.blog-social ul li a {
    color: #4a4a4a;
}

.blog-social ul li a:hover {
    color: #C89D65;
}

.blog-con {
    padding-left: 20px;
    overflow: hidden;
    padding-right: 10px;
}

.blog-con h2 {
    font-size: 17px;
    line-height: 27px
}

.blog-con h2 a {
    color: #C89D65;
}

.blog-con h2 a:hover {
    color: #525251;
}

.blog-con p {
    color: #4a4a4a;
    padding-top: 12px
}

.blog-bottom {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #d9d9d8;
    border-bottom: 1px solid #d9d9d8;
}

.blog-img img {
    max-width: 100%;
}

.blog-bottom a {
    color: #575655;
    font-weight: 700;
    text-decoration: underline;
    float: left;
}

.blog-bottom a:hover {
    color: #C89D65
}

.blog-bottom span {
    text-align: right;
    float: right;
    margin-right: 10px;
}

.blog-bottom span i {
    color: #C89D65;
}

.blog-tag {
    float: right;
}

.blog-tag ul {}

.blog-tag li {
    display: inline;
    margin-left: 5px
}

.blog-tag li a {
    text-decoration: none;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    margin-left: 5px
}

/* --------------------------------------------------
            ==  Widget bar  ==
--------------------------------------------------- */

.widget-subscribe {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    padding: 40px 30px 45px;
}

.widget-subscribe:not(:last-child) {
    margin-bottom: 30px;
}

.widget-subscribe .author-detail .flat-list i.fa {
    font-size: 18px;
    color: #4a4a4a;
}

.widget-subscribe .author-detail .flat-list a:hover i.fa {
    color: #C89D65
}

.widget-subscribe h4 {
    color: #525251;
    padding: 0px 0 10px;
    margin-bottom: 35px;
    position: relative;
}

.widget-subscribe h4::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #C89D65;
}

.widget-subscribe > p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 25px;
    max-width: 265px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.widget-subscribe form button,
.widget-subscribe form input {
    width: 100%;
    border-radius: 3px;
}

.widget-subscribe form button {
    font-size: 18px;
    padding: 10px;
}

.widget-subscribe form input {
    font-size: 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding: 13px;
}

.widget-subscribe .blog-catogory li:not(:last-child) {
    border-bottom: 1px solid #d5d7d8;
}

.widget-subscribe .blog-catogory li a {
    position: relative;
    font-size: 16px;
    color: #4a4a4a;
    padding: 13px 0;
    display: inherit;
    text-align: left;
    width: 100%;
}

.widget-subscribe .blog-catogory li a:not(:last-child) {
    border-bottom: 1px solid #d5d7d8;
}

.widget-subscribe .blog-catogory li a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.widget-subscribe .blog-catogory li a:hover {
    color: #C89D65;
}

.widget-blog-item:not(:last-child) {
    margin-bottom: 35px;
}

.widget-blog-img {
    width: 110px;
    margin-right: 16px;
    overflow: hidden;
}

.widget-blog-img img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.widget-blog-des {
    text-align: left;
    padding-right: 37px;
}

.widget-blog-des a {
    font-size: 14px;
    color: #686868;
    display: block;
    margin-top: -3px;
}

.widget-blog-des a:hover {
    color: #C89D65;
}

.widget-blog-des span {
    font-size: 14px;
    color: #acacac;
}

.author-detail h5 {
    font-size: 18px;
    font-weight: 700;
    color: #525251;
    margin-top: 20px;
    letter-spacing: .25px;
}

.author-detail p {
    font-size: 15px;
    padding: 0px 0 5px;
}

.author-detail ul li a i {
    font-size: 17px;
    border-radius: 50%;
    color: #4a4a4a;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    background: #ffffff;
    border: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.author-detail ul li a:hover i {
    color: #fab915;
}

.author-img {
    width: 126px;
    height: 126px;
    box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    border-radius: 50%;
    border: 8px solid #faecec;
    overflow: hidden;
    margin: auto;
}

.author-img img {
    width: 100%;
    height: 100%;
}

.widget-soical-link {
    display: block;
    color: #ffffff;
    padding: 13px 16px;
}

.widget-subscribe .widget-soical-link i {
    border-right: 1px solid #ffffff;
    padding-right: 6px;
    color: #ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 24px;
}

.widget-soical-link.media-twitter {
    background: #5ea9dd;
}

.widget-soical-link.media-pinterest {
    background: #dd5e76;
}

.widget-soical-link.media-youtube {
    background: #dc4646;
}

.widget-soical-link span {
    padding-left: 6px;
    font-size: 18px;
}

.widget-soical-link:hover {
    color: #120902;
}

.widget-soical-link:hover i {
    color: #120902;
}

.widget-soical-link:not(:last-child) {
    margin-bottom: 30px;
}


/* --------------------------------------------------
            ==  Blog pagination  ==
--------------------------------------------------- */

.blog-pagination {
    background: #ededed;
    padding: 10px 20px;
    margin-top: 70px;
}

.blog-pagination .pagination-prev,
.blog-pagination .pagination-next {
    font-size: 17px;
    color: #6f6f6f;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog-pagination i {
    margin-top: -2px;
}

.blog-pagination .pagination-prev i,
.blog-pagination .pagination-next i {
    vertical-align: middle;
}

.blog-pagination .pagination-prev:hover,
.blog-pagination .pagination-next:hover {
    color: #C89D65;
}

.blog-pagination ul li {
    padding: 0 1px;
}

.blog-pagination ul li a {
    color: #6f6f6f;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    background: transparent;
    display: inherit;
    text-align: center;
}

.blog-pagination ul li:hover a,
.blog-pagination ul li.active a {
    background: #C89D65;
    color: #ffffff;
}

.blog-pagination ul li:last-child a {
    background: none;
}

.blog-area {
    background: url(../images/bg/pat1.jpg) repeat;
    text-align: center;
    padding: 110px 0px;
}

.blog-area-wrapper {
    background: #ffffff;
    padding: 30px 30px;
}

.blog-area .widget-subscribe form button {
    font-size: 17px;
    background: #C89D65;
    color: #ffffff;
    padding: 4px 20px;
    border: 1px solid #fab915;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 5px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.blog-area .widget-subscribe form button:hover {
    background: #cf6211;
    border-color: #cf6211;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .post-single-des .blog-title {
        font-size: 15px;
        line-height: 24px;
    }
    .blog-area {
        padding: 50px 0px;
    }
    .prac-sb-list ul li a::after {
        left: 15px;
    }
    .prac-sb-list ul li a {
        padding: 22px 0px 22px 37px;
    }
    .pra-img {
        margin: 0;
        margin-bottom: 20px;
    }
    .single-practice::after {

        left: 0;
    }
    .prac-det-inner h2 {
        font-size: 17px;
    }

}

@media only screen and (max-width: 767px) {

    .blog-area {
        padding: 50px 0px;
    }
    .pra-img {
        margin: 20px 0px;
    }
    .single-practice::after {
        left: 0;
    }
    .single-practice {
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .person-3-comment h3 {
        font-size: 17px;
        line-height: 27px;
    }
    .consalt-form form {
        width: 100%;
    }
    .consalt-form p {
        padding: 20px 10px;
        text-align: center;
    }
    .consalt-form h6 {
        font-size: 15px;
    }
    .about-author .avator {
        width: 165px;
        float: none;
        margin: 0 auto;
    }
    .about-author .author-info {
        padding-left: 0px;
        padding-top: 29px;
        padding-bottom: 0px;
    }
    .prac-det-inner blockquote {
        padding: 15px 15px;
    }
    .single-table {
	margin-bottom: 30px;
    }
    .blog-pagination {
	margin-top: 0;
    }
    .bc-style2 .bc-title h2 {
    font-size: 25px;
    }

}

@media only screen and (max-width: 575px) {

    .blog-meta {
        width: 100%;
    }

    .pub-date {
        float: left;
    }
    .blog-social ul li {
        padding: 8px;
        display: inline-block;
    }
    .blog-social {
        padding-top: 17px;
    }
    .sin-blog .blog-con {
        width: 100%;
        padding: 10px 0px;
    }
    .blog-con h2 {
        font-size: 16px;
    }
    .blog-bottom a {
        font-size: 12px;
    }
    .blog-bottom span {
        margin-right: 0px;
    }


    .blog-single-img {
        padding-bottom: 18px;
    }

    .post-single-des .blog-title {
        font-size: 15px;
        line-height: 24px;
        max-width: 333px;
    }

    .post-single-des p {
        max-width: 349px;
    }

    .single-post-left .post-date {
        width: 48px;
        height: 48px;
        padding-top: 6px;
    }

    .single-post-left .post-date h4 {
        line-height: 16px;
        font-size: 15px;
    }

    .single-post-left .post-date h4 span {
        font-size: 12px;
    }

    .single-post-left {
        padding-right: 10px;
    }

    .blog-pagination ul li a {
        width: 21px;
        height: 21px;
        line-height: 21px;
    }

    .blog-pagination .pagination-prev,
    .blog-pagination .pagination-next {
        font-size: 13px;
    }

    .blog-pagination {
        padding: 10px;
        margin-bottom: 55px;
    }

    .widget-subscribe form input {
        padding: 8px 13px;
    }

    .widget-subscribe form button {
        padding: 7px 10px;
    }
    .widget-soical-link span {
        font-size: 14px;
        padding-top: 2px;
    }
    .blog-area {
        padding: 50px 0px;
    }
    .con-page-form input {
        width: 100%;
        margin-bottom: 20px;
    }
    .con-bottom-inner .per-social li {
        margin: 0 5px;
    }
    .con-page-form {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .con-page-form input[type="submit"] {
        margin-top: 2px;
    }

    .mobile-list-nav > li > a::before {
      /*  display: none;  */
    }


}


/* --------------------------------------------------
            ==  Attorny page  ==
--------------------------------------------------- */

.section-p.attorney-page-two {
    padding-bottom: 30px;
}

.attorney-page-two .team-item {
    margin-bottom: 80px;
}

.team-3-part.section-p {
    padding-bottom: 30px;
}

.team-4-part.section-p {
    padding-bottom: 0px;
}

.team-3-item {
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.team-3-social {
    position: absolute;
    bottom: 96px;
    right: 16px;
}

.team-3-des p {
    color: #fff
}

.team-3-des {
    background: rgba(241, 134, 54, 0.94);
    padding: 12px 0px;
    color: #ffffff;
    margin-top: -76px;
    position: relative;
}

.team-3-social ul li a {
    font-size: 24px;
    color: #4d4d4d
}

.team-3-social ul li a:hover {
    color: #C89D65
}

.team-3-item .team-3-img {
    position: relative;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    overflow: hidden;
}

.team-3-details p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 28px;
    padding: 25px 0px;
}

.team-3-item > a {
    color: #525151;
    font-size: 15px;
    border: 2px solid #C89D65;
    padding: 7px 26px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}

.team-3-item > a:hover {
    background: #C89D65;
    color: #fff
}

.team-3-social ul li:nth-child(4) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-3-social ul li:nth-child(3) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-3-social ul li:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.team-3-social ul li:nth-child(1) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;

}

.team-3-item:hover .team-3-social ul li:nth-child(4) {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-delay: .20s;
    transition-delay: .20s;

}

.team-3-item:hover .team-3-social ul li:nth-child(3) {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;

}

.team-3-item:hover .team-3-social ul li:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition-delay: .30s;
    transition-delay: .30s;

}

.team-3-item:hover .team-3-social ul li:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;

    -webkit-transition-delay: .35s;
    transition-delay: .35s;

}

.team-3-item:hover .team-3-social ul li {
    visibility: visible;
    opacity: 1
}

.attorneys-4-item .item-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}

.attorneys-4-item .item-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}

.attorneys-4-item .border-big {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.attorneys-4-item .border-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}

.attorneys-4-item .border-big::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}

.attorneys-4-item .item-img {
    position: relative;
    width: 100%;
}

.attorneys-4-item {
    margin: 0px 30px 40px;
}

.team-4-social ul li {
    display: inline-block;
    padding: 0 15px;
}

.team-4-social ul li a {
    color: #ffffff;
    font-size: 20px
}

.team-4-social ul li a:hover {
    color: #C89D65;
}

.attorneys-4-item .hover-content {
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 8px;
    left: 8px;
    right: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.attorneys-4-item:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.attorneys-4-item .hover-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    background-image: url("images/bg/atb.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background: #000;
    opacity: .6;
}


.team-4-details p {
    position: relative;
    z-index: 999;
    color: #fbfbfb
}

.team-4-social {
    position: relative;
}

.team-4-details {
    padding: 53px 10px 15px;
}

.team-4-des {
    padding: 20px 0 45px;
}

.team-4-des h4 {
    font-size: 16px;
    color: #525151;
    text-transform: uppercase;
}

.attorneys-4-item:hover .team-4-des h4 {
    color: #C89D65
}

.team-4-des p {
    color: #525151
}

.single-table {
    text-align: center;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.practise-4-part {
	border-bottom: 1px solid #e7e4e2;
}

.practise-4-part.section-p {
    padding-bottom: 20px;
}

.single-table h6 {
    font-size: 18px;
    color: #C89D65;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.single-table span.t-price {
    color: #4d4c4b;
    font-size: 60px;
    position: relative;
    font-weight: 700;
}

.table-header {
    padding: 50px 0 25px;
}

.single-table span.t-price::after {
    position: absolute;
    content: '$';
    top: 23px;
    left: -16px;
    font-size: 15px;
}

.single-table span {
    font-size: 15px;
    color: #4d4c4b
}

.list-part {
    padding: 40px 0 50px;
    border-top: 1px solid #dbdbda;
}

.list-part p {
    font-size: 15px;
    color: #515151;
    padding-bottom: 8px;
}

.BG {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 375px;
    top: 2142px;
    width: 270px;
    height: 481px;
    z-index: 158;
}

.single-table a {
    font-size: 15px;
    color: #ffffff;
    background: #C89D65;
    display: block;
    width: auto;
    padding: 10px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
    border : 1px solid #C89D65;
}

.single-table a:hover{
    color: #C89D65;
    background: #ffffff;
}

p.no-support {
    color: #909090
}

.picing-table .section-head-2-1 {
    margin-bottom: 60px;
}

.single-table .table-header {
    padding: 35px 0 25px;
}

.single-table .list-part {
    padding: 40px 0 30px;
}

.attorneys-4-item.pra-3 .hover-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    background-image: url("images/bg/atb.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background: #C89D65;
    opacity: .9;
}

.sin-practice-4 {
    text-align: center;
    margin-bottom: 50px;
}

.pra-four-inner {
    padding: 30px 0;
}

.pra-four-inner h5 a {
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 700
}

.pra-four-inner p {
    font-size: 15px;
    color: #6b6969;
    line-height: 28px;
    padding: 15px 0 30px;
}

.sin-practice-4 h5 a:hover {
    color: #C89D65
}

.line-style {
    color: #595857;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 23px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #C89D65;
    position: relative;
    background: #ffffff;
}

.line-style:hover {
    color: #ffffff;
    background: #C89D65;
    border: 1px solid #C89D65;
}

.read-more4 {
    text-align: center;
    position: relative;
}

.read-more4::after {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C89D65;
    z-index: -1;
}

.practice-5-item:hover {
    background: none;
    color: #646464;
}

.practice-5-item .icon-box {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 27px;
}

.practise-3-item.practice-5-item {
    position: relative;
    margin-right: 0px;
    padding: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0px solid;
    margin-top: 0px;
    text-align: center;
    border: 1px solid #ddd;
}

.practise-3-item.practice-5-item h5 a {
    color: #5f5f5f;
    font-size: 18px;
    text-transform: capitalize;
}

.practise-3-item.practice-5-item h5 a:hover {
    color: #C89D65;
}

.practise-3-item.practice-5-item:hover p {
    color: #646464;
}

.practice-5-item .icon-box {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    float: none;
}

.practise-3-item.practice-5-item h5 {
    display: block;
    margin-left: 0px;
    margin-top: 0px;
}

.practice-5-item:hover .icon-box i,
.practice-5-item:hover h5 a {
    color: #C89D65;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.practise-3-item.practice-5-item .read-more {
    font-size: 14px;
    color: #5f5f5f;
    text-transform: capitalize;
    padding: 5px 12px;
    border: 1px solid #f18f4a;
    display: inline-block;
    border-radius: 4px;
    margin-top: 30px;
    font-weight: 600;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: 16px;
}

.practise-3-item.practice-5-item .read-more:hover {
    color: #ffffff;
    background: #f18f4a;
}

.single-table.style-5 {
    position: relative;
}

.picing-table.style-5 {
    background: #faf8f6;
    border-top: 1px solid #d6d6d6;
}

/* --------------------------------------------------
            ==  Blog page two  ==
--------------------------------------------------- */

.blog-img-two {
    border: 10px solid #ffffff;
    position: relative;
}

.blog-img-two .category a {
    background: #C89D65;
    color: #ffffff;
    padding: 12px 24px;
    text-align: center;
    display: inline-block;
    top: -25px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-img-two .category {
    position: absolute;
    top: -30px;
    text-align: center;
    transform: translatex(-50%);
    left: 50%;
}

.sin-blog-two {
    background-color: #ffffff;
    box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    margin-bottom: 55px;
}

.blog-content-two-wrap {
    padding: 20px 0px 0px;
    text-align: left;
}

.blog-single-details {
    padding-top: 15px;
}

.blog-con-two span {
    color: #c1bdbd;
    padding: 7px 0px 10px;
    display: block;
}

.blog-con-two span a{
    color: #c1bdbd;
}

.blog-con-two span a i{
    padding-right: 3px;
}

.blog-con-two span i {
    color: #C89D65
}

.blog-con-two h2 a {
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 700
}

.blog-con-two h2 {
    line-height: 24px;
}

.blog-con-two > a {
    color: #292929;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
    top: -25px;
    border-radius: 5px;
    left: 50%;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #292929;
    font-size: 14px;
}

.blog-con-two > a:hover {
    background: #C89D65;
    color: #ffffff;
    border: 1px solid #C89D65;
}

.blog-con-two p {
    padding: 10px 0 30px;
}

.blog-con-two {
    padding: 15px 15px 25px 20px;
    text-align: left;
}

.blog-img-two .bg-1 a {
    background: #0076a3
}

.blog-img-two .bg-2 a {
    background: #39b54a
}

.blog-img-two .bg-3 a {
    background: #5ea9dd
}

.widget-subscribe.style-two {
    padding: 40px 15px 45px;
}

.widget-subscribe.style-two .widget-blog-des {
    padding-right: 0px;
}

.widget-subscribe.style-two .widget-blog-img {
    width: 160px;
    margin-right: 16px;
    overflow: hidden;
}


/* --------------------------------------------------
            ==  404 page  ==
--------------------------------------------------- */ 

.four-zero-four {
    padding: 160px 0 107px;
}

.four-zero-inner {
    text-align: center;
    padding: 65px 0px;
    border: 1px solid #ddd;
    width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.four-zero-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 570px;
    background-image: url(../images/bg/404.jpg);
    background-repeat: no-repeat;
    background-position: center;
    top: -74px;
    z-index: -1;
    background-size: cover;
    left: 50%;
    margin-left: -215px;
}

.four-zero-inner h4 {
    font-size: 150px;
    color: #2f2f2f;
    font-weight: 700;
    line-height: 162px;
}

.four-zero-inner p {
    font-size: 18px;
    color: #4d4c4c;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

.four-zero-inner a {
    padding: 12px 41px;
    background: #C89D65;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
}

/* --------------------------------------------------
            == Single page  ==
--------------------------------------------------- */

.blog-single-box {
    box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    padding: 25px 15px 80px;
    background: #ffffff;
}

#blog-single-part {
    background: #f4f4f4;
}

.single-blog-detail > p {
    color: #4a4a4a;
}

.single-blog-detail > p:not(:first-child) {
    margin-top: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.single-blog-detail blockquote {
    margin: 10px 0;
    text-align: left;
    padding: 15px 30px;
    position: relative;
}

.single-blog-detail blockquote p {
    color: #404040;
    font-size: 18px;
    font-style: italic;
}

.single-blog-detail blockquote::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 53px;
    border: 3px solid #000;
    top: 7px;
    left: 0;
    border-right: 0;
    border-bottom: 0;
}

.single-blog-detail blockquote::after {
    position: absolute;
    content: '';
    width: 19px;
    height: 53px;
    border: 3px solid #000;
    bottom: 7px;
    right: 0;
    border-left: 0;
    border-top: 0;
}

.single-blog-detail .figure {
    margin: 30px 0 15px;
    float: left;
}

.img-p {
    padding-top: 25px;
    padding-left: 15px;
    overflow: hidden;
}

.img-p p {
    overflow: hidden;
    padding-bottom: 15px;
    color: #4a4a4a;
}

.single-blog-detail .figure img {
    width: auto;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.single-blog-detail .figure p {
    display: inline-block;
}

.single-blog-detail .single-blog-achived li a i {
    margin-right: 5px;
}

.posted-author {
    background: #f9f9f9;
    margin: 25px 0;
    padding: 25px 15px;
    position: relative;
}

.posted-author .author-img {
    margin: 0 10px 0 0;
    height: 110px;
    widtH: 110px;
    border: 0;
}

.posted-author > div {
    width: 50%;
    text-align: center;
}

.posted-author > div:last-child {
    padding-left: 20px;
}

.posted-author::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 50%;
    width: 1px;
    transform: translate(-50%, -50%);
    background: #cbcbcb;
    z-index: 10;
}

.posted-author-des h5 {
    font-size: 14px;
}

.posted-author-des h4 {
    color: #5e5e5d;
    font-size: 18px;
}

.posted-author-social {
    margin-top: 3px;
}

.posted-author-social li a {
    margin: 0 3px;
    display: block;
}

.posted-author-social li a i {
    font-size: 15px;
    color: #4a4a4a;
    text-align: center;
    border: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.posted-author-social li a:hover i {
    color: #C89D65;
}

.single-blog-arrow a {
    font-size: 17px;
    color: #6b6b6b;
}

.single-blog-arrow a i {
    font-size: 14px;
}

.single-blog-arrow a:first-child i {
    margin-right: 3px;
}

.single-blog-arrow a:last-child i {
    margin-left: 3px;
}

.single-blog-arrow a:hover {
    color: #C89D65;
}


/*  comment */

.blog-comments-box {
    margin-top: 30px;
}

.comment-body li:not(:last-child) {
    margin-bottom: 20px;
}

.blog-comments-box h4{
    margin-bottom: 25px;
}

.commenter {
    margin-right: 30px;
}

.commenter img {
    border: 3px solid #f4f4f4;
    border-radius: 2px;
}

.main-comment {
    border: 1px solid #f2f2f2;
    padding: 20px 15px 25px;
    position: relative;
    background: #ffffff;
}

.main-comment::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 30px;
    width: 30px;
    background: #ffffff;
    z-index: 1;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.comment-date {
    margin-bottom: 8px;
    position: relative;
    z-index: 5;
}

.comment-date a {
    font-size: 16px;
    color: #6d6c6c;
}

.comment-date a i {
    color: #C89D65;
    margin-right: 5px;
}

.comment-date a:hover {
    color: #C89D65;
}

.comment-speech {
    color: #626161;
    font-size: 17px;
    position: relative;
    z-index: 5;
    line-height: 26px;
}

.child-comment {
    margin-left: 45px;
    padding-bottom: 18px;
}


/*  comment form */

.comment-form {
    padding-top: 55px;
    border-top: 1px solid #d9d9d8;
    margin-top: 55px;
}

.comment-form h4 {
    color: #535353;
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-form h5 {
    color: #626161;
}

.comment-form form {
    margin-top: 30px;
    text-align: left;
}

.comment-form form textarea {
    width: 100%;
    color: #a3a2a2;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
    border-radius: 3px;
    background: #f4f4f4;
    resize: none;
    height: 130px;
}

.comment-form form input {
    color: #a3a2a2;
    border: 1px solid #ebebeb;
    padding: 15px 20px;
    border-radius: 3px;
    background: #f4f4f4;
    width: 49%;
    margin: 15px 0 20px;
}

.comment-form form input:first-child {
    margin-right: 1%;
}

.comment-form form input:last-child {
    margin-left: 1%;
}

.comment-form form .btn-2 {
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 17px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .posted-author .author-img {
        margin: 0 10px 0 0;
        height: 90px;
        widtH: 90px;
        border: 0;
    }

    .posted-author {
        padding: 17px 15px 20px;
    }
   
}

@media only screen and (max-width: 767px) {
    .posted-author .author-img {
        margin: 0 7px 0 0;
        height: 65px;
        widtH: 65px;
    }

    .posted-author-des h5 {
        line-height: 24px;
    }
    .posted-author-des h4 {
        line-height: 26px;
        font-size: 16px;
    }

    .comment-speech {
        font-size: 16px;
        line-height: 25px;
    }

    .single-post-left {
        padding-bottom: 15px;
    }
    .single-post-left .social-icon {
        padding-top: 0px;
    }
    .single-post-left .social-icon li {
        display: inline-block;
    }
    .single-table {
	    margin-bottom: 30px;
    }
    .single-table:hover {
	transform: translate(0px, 0px);
    }
    .attorney-page-two .team-item {
	margin-bottom: 55px;
    }
    .four-zero-four {
	padding: 100px 0 107px;
    }
    .section-p.attorney-page-two {
    padding-bottom: 0px;
    }
    
}

@media only screen and (max-width: 575px) {
    .single-post-left {
        padding-right: 0px;
    }

    .blog-title {
        font-size: 16px;
        line-height: 26px;
    }

    .single-blog-detail blockquote {
        padding: 15px 20px;
    }

    .single-blog-detail .figure img {
        width: 100%;
        margin: 0 0px 10px 0;
        display: block;
    }

    .posted-author > div {
        width: 100%;
    }
    .posted-author > div:first-child {
        margin-bottom: 20px;
    }
    .posted-author > div:last-child {
        padding-left: 0px;
    }

    .posted-author .author-img {
        margin-right: 25px;
    }

    .posted-author::before {
        height: 1px;
        width: 90%;
        top: 57%;
    }

    .blog-post-link {
        text-align: center;
    }

    .commenter {
        margin-bottom: 30px;
        text-align: center;
        margin-right: 0;
    }

    .main-comment::after {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .child-comment {
        margin-left: 22px;
        padding-bottom: 45px;
    }

    .comment-speech {
        font-size: 15px;
    }
    .attorneys-4-item {
    margin: 0px 30px 10px;
    }
}

.login-part {
    position: relative;
}

.login-part .login-close {
    background: transparent;
    border: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.login-part .login-close i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.login-box {
    text-align: center;
    border-radius: 3px;
    background: #F3F3F3;
    padding: 30px;
    width: 400px;
}

.login-box h2 {
    font-size: 30px;
    color: #0d0d0d;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.login-box label {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.login-box label i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 17px;
}

.login-box .signin-btn {
    text-align: left;
}

.login-box button,
.login-box input {
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
}

.login-box input {
    padding: 15px 16px 15px 34px;
    width: 100%;
}

.login-box input[type="radio"] {
    width: auto;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 0;
}

.login-box button {
    text-align: center;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.login-box button:hover {
    background: #ffffff;
}

.other-option {
    padding: 15px 0;
}

.other-option a {
    font-size: 16px;
}

.other-option .forget-pass {
    color: #fab915;
}

.other-option .forget-pass span {
    background: #fab915;
    color: #ffffff;
    padding: 3px 5px;
    font-weight: 800;
    font-size: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.other-option .forget-pass:hover span {
    font-size: 17px;
}

.other-option .reg-btn {
    color: rgba(0, 0, 0, 0.5);
}

.other-option .reg-btn:hover {
    color: green;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .team-4-details {
        padding: 110px 10px 15px;
    }
    .single-table span.t-price {
        font-size: 45px;
    }
    .single-table h6 {
        font-size: 16px;
    }
    .list-part p {
        font-size: 14px;
        padding-bottom: 3px;
    }
    .list-part {
        padding: 20px 0 20px;
    }
    .table-header {
        padding: 30px 0 20px;
    }
    .attorney-page-two .team-item {
    margin-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget.style-two {
    margin-top: 50px;
}
    .four-zero-inner {
        width: 650px;
    }
    .single-table {
	    margin-bottom: 30px;
    }
     .practise-3-item.practice-5-item {
	margin-bottom: 10px;
    }
    .single-table:hover {
	transform: translate(0px, 0px);
    }
    .attorney-page-two .team-item {
    margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .team-3-item {
        margin-bottom: 20px;
    }

    .team-3-social ul li a {
        font-size: 17px;
    }

    .team-3-des h4 {
        font-size: 15px;
    }
    .team-3-des p {
        font-size: 14px;
    }
    .team-3-item > a {
        font-size: 14px;
    }

    .team-4-details p {
        font-size: 12px;
        line-height: 22px;
    }
    .team-4-details {
        padding: 24px 10px 15px;
    }
    .sin-practice-4 {
        width: 270px;
        margin: 0 auto 25px;
    }
    .four-zero-inner {
        width: 300px;
    }
    .four-zero-inner::before {

        width: 300px;

        margin-left: -150px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {


    .team-4-details {
        padding: 103px 30px 15px;
    }
    .team-4-details p {
        font-size: 14px;
        line-height: 24px;
    }
    .sin-practice-4 {
        width: 100%;
        margin: 0 auto 50px;
    }
    .four-zero-inner {
        width: 490px;
    }
    .blog-single-box {
        margin-bottom: 30px;
    }
    .single-blog-detail .figure img {
        width: 40%;
        margin-bottom: 30px;
    }

}

.blog-page-part {
    background: #f4f4f4;
}

.blog-single-box {
    box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    padding: 25px 25px 60px 25px;
    background: #ffffff;
}

.post-single-item:not(:last-child) {
    margin-bottom: 50px;
}

.post-single-item:hover .blog-single-img img {
    transform: scale(1.2) rotate(5deg);
}

.blog-single-img {
    margin-bottom: 22px;
    overflow: hidden;
}

.blog-single-img img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.single-post-detail {
    padding-bottom: 30px;
}

.single-post-left {
    padding-right: 20px;
    text-align: center;
}

.single-post-left .post-date {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 63px;
    height: 63px;
    background-color: #f4f4f4;
    padding-top: 7px;
    text-align: center;
}

.single-post-left .post-date h4 {
    line-height: 20px;
    color: #fab915;
    text-transform: uppercase;
}

.single-post-left .post-date h4 span {
    color: #646464;
    font-size: 14px;
}

.single-post-left .post-date h4 span {
    display: block;
}

.single-post-left .social-icon {
    padding-top: 20px;
}

.single-post-left .social-icon li a i {
    font-size: 17px;
    border-radius: 50%;
    color: #4a4a4a;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    background: #ffffff;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.single-post-left .social-icon li a:hover i {
    color: #fab915;
    border: 0;
}

.post-single-des .blog-title {
    font-size: 17px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 27px;
    margin-bottom: 10px;
    display: inherit;
}

.post-single-des .blog-title:hover {
    color: #fab915;
}

.post-single-des p {
    font-size: 15px;
    line-height: 25px;
}

.blog-post-link {
    border-top: 1px solid #d9d9d8;
    border-bottom: 1px solid #d9d9d8;
    padding: 15px 10px;
}

.blog-post-link .btn-11 {
    color: #575655;
    font-size: 14px;
    text-decoration: underline;
}

.blog-post-link .btn-11:hover {
    color: #fab915;
}

.blog-post-link ul li {
    padding: 0 5px;
}

.blog-post-link ul li i {
    color: #C89D65;
}

.blog-post-link ul li a {
    color: #888888;
}

.blog-post-link ul li a:hover {
    color: #C89D65;
}

.comment-form form .btn-2 {
    font-size: 17px;
    background: #C89D65;
    color: #ffffff;
    border: 1px solid #C89D65;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.comment-form form .btn-2:hover {
    color: #C89D65;
    background: #ffffff;
}

.blog-title {
    text-align: left;
}

.single-blog-detail {
    text-align: left;
}
.single-blog-detail .prac-inner-social span {
    float: left;
    display: inline;
    padding-top: 21px;
    padding-left: 34px;
    color: #777777;
    font-weight: 700;
}

.single-blog-detail span {
    color: #c1bdbd;
    padding: 7px 0px 10px;
    display: block;
    font-size: 14px;
}

.single-blog-detail span a{
    color: #c1bdbd;
}

.single-blog-detail span a i{
    padding-right: 3px;
}

.single-blog-detail span i {
    color: #C89D65
}

@media only screen and (max-width: 575px) {


    .commenter-des-box {
        display: inline-block !important;
        width: 100%;
    }
    .comment-form form input {
        width: 100%;
        margin: 15px 0 0;
    }
    .comment-form form .btn-2 {
        margin-top: 15px;
    }
    .comment-form form input:last-child {
        margin-left: 0;
    }
    .posted-author > div:first-child {
        padding-bottom: 25px;
    }
    .blog-single-box {
        margin-bottom: 30px;
    }

    .prac-detils-area {
        padding-left: 0px;
        padding-top: 30px;
    }
    .home-one .banner-caption {
        width: 100%;
        padding: 10px;
    }


}



/*------scroll bar---------------------*/
      /*
::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}



/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored1 .icon {
  color: #cd9b5d; }
  .icon-box.iconbox-theme-colored1 .icon.icon-border-effect::after {
    box-shadow: 0 0 0 3px #cd9b5d; }
  .icon-box.iconbox-theme-colored1 .icon.icon-bordered {
    border-color: #cd9b5d; }
    .icon-box.iconbox-theme-colored1:hover .icon.icon-bordered {
      background-color: #cd9b5d;
      color: #fff; }
  .icon-box.iconbox-theme-colored1 .icon.icon-gray.icon-bordered {
    border-color: #eee; }
  .icon-box.iconbox-theme-colored1:hover .icon.icon-gray {
    background-color: #cd9b5d;
    color: #fff; }
    .icon-box.iconbox-theme-colored1:hover .icon.icon-gray.icon-bordered {
      background-color: #cd9b5d;
      border-color: #cd9b5d;
      color: #fff; }
  .icon-box.iconbox-theme-colored1 .icon.icon-dark {
    background-color: #cd9b5d;
    color: #fff; }
    .icon-box.iconbox-theme-colored1 .icon.icon-dark.icon-bordered {
      background-color: transparent;
      border-color: #cd9b5d;
      color: #cd9b5d; }
    .icon-box.iconbox-theme-colored1:hover .icon.icon-dark {
      color: #fff; }
      .icon-box.iconbox-theme-colored1:hover .icon.icon-dark.icon-bordered {
        background-color: #cd9b5d;
        border-color: #cd9b5d;
        color: #fff; }
  .icon-box.iconbox-theme-colored1 .icon.icon-white {
    background-color: #fff;
    color: #cd9b5d; }
    .icon-box.iconbox-theme-colored1 .icon.icon-white.icon-bordered {
      background-color: transparent;
      border-color: #cd9b5d;
      color: #fff; }
    .icon-box.iconbox-theme-colored1:hover .icon.icon-white {
      background-color: #cd9b5d;
      color: #fff; }
      .icon-box.iconbox-theme-colored1:hover .icon.icon-white.icon-bordered {
        background-color: #cd9b5d;
        border-color: #cd9b5d;
        color: #fff; }

.icon-box.iconbox-theme-colored1.iconbox-border {
  border-color: #cd9b5d; }
  
  /*
 * Shortcode: works.scss
 * -----------------------------------------------
*/
.tm-sc-jus-feature-box .icon-box .icon {
  background-color: #cd9b5d; }

.tm-sc-jus-feature-box .icon-box:hover {
  border-bottom: 10px solid #cd9b5d;
  box-shadow: 0px 20px 30px 0px rgba(53, 47, 39, 0.1), inset 0px -10px 0px 0px rgba(205, 155, 93, 0.004); }

.tm-sc-jus-feature-box .icon-box .icon-text .content p {
  color: #352F27; }

.tm-icon-service-box:hover .tm-details .icon {
  background-color: #cd9b5d; }

.justos-iconbox .icon-box-wrapper .icon-text .icon-box-title {
  color: #352F27; }

.justos-iconbox:hover {
  box-shadow: 0px 0px 30px 0px rgba(53, 47, 39, 0.2); }


  .tm-sc-jus-feature-box {
  position: relative; }
  .tm-sc-jus-feature-box .icon-box {
    background-color: #f7f4ef;
    border-bottom: 10px solid transparent;
    padding: 70px 80px;
    transition: all .3s ease; }
    .tm-sc-jus-feature-box .icon-box .icon {
      height: 103px;
      line-height: 125px;
      width: 103px; }
      .tm-sc-jus-feature-box .icon-box .icon i {
        color: #fff;
        font-size: 60px; }
    .tm-sc-jus-feature-box .icon-box:hover {
      background-color: #fff;
      border-radius: 0 0 10px 10px; }
      .tm-sc-jus-feature-box .icon-box:hover .icon {
        margin-top: 0px; }
    .tm-sc-jus-feature-box .icon-box .icon-text h6 {
      color: #70695f;
      font-weight: 300; }
    .tm-sc-jus-feature-box .icon-box .icon-text .content p {
      font-size: 24px; }
	  
.icon-box.iconbox-theme-colored1 .icon.icon-dark {
    background-color: #cd9b5d;
    color: #fff;
}

.tm-sc-jus-feature-box .icon-box .icon {
    background-color: #cd9b5d;
}
.icon-box.iconbox-theme-colored1 .icon {
    color: #cd9b5d;
}
.tm-sc-jus-feature-box .icon-box .icon {
    height: 103px;
    line-height: 125px;
    width: 103px;
}
.tm-sc-jus-feature-box .icon-box .icon i {
    color: #fff;
    font-size: 60px;
}
.icon-box .icon:hover {
	 animation-name: bounceInRight;
}
.icon-box .icon i {
    display: inline-block;
    font-size: 40px;
    line-height: 70px;
}

.icon-box.icon-left .icon {
    float: left;
    margin-right: 20px;
}
.icon-box .icon.icon-circled {
    border-radius: 50%;
}
.icon-box .icon.icon-dark {
    background-color: #111;
    color: #fff;
}
.icon-box .icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    width: 70px;
    text-align: center;
    font-weight: normal;
}
.icon-box.icon-left .icon-text {
    overflow: hidden;
}

.text-black-777 {
    color: #777 !important;
}
.font-current-theme1 {
    font-family: Oswald, sans-serif !important;
}
.text-theme-colored1 {
    color: #cd9b5d !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
@media only screen and (max-width: 1366px){
.tm-sc-jus-feature-box .icon-box {
    padding: 70px 25px;
}
}
@media only screen and (max-width: 991px){
.tm-sc-jus-feature-box .icon-box {
    background-color: #f7f4ef;
    border-bottom: 10px solid transparent;
 /*   padding: 70px 125px;  */
    transition: all .3s ease;
}
}
@media screen and (min-width: 1023px) and (max-width: 1440px) {

}
.icon-box {
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
}




/***************************************
     Index Team Members Section
***************************************/
#index-team-card{
	padding:170px 0;
}
@media screen and (max-width:768){
.index-team-card {
	margin-top:50px;
}
}
.index-team-card{
    margin-top:50px;
	background: linear-gradient(47deg, #fbf1e3 52%, #fff 48%);
/*	background: linear-gradient(47deg, #f9f5ef 50%, #fff 50%); 
	background: rgb(200 157 101 / 10%);  */
	border-radius:7px;
	-moz-box-shadow: 0px 10px 10px 5px #d9d9d9;
-webkit-box-shadow: 0px 10px 10px 5px #d9d9d9;
box-shadow: 0px 10px 10px 5px #d9d9d9;
}
.index-team-card:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  height: 29%;
  border-left: 5px solid #C89D65;
}
.index-team-card .card-body{
    text-align:center;

}
.index-team-card-5 .btn{
    border-radius:2px;
    font-size:14px;
    
}
.index-team-card .btn:hover{
    background-color:#f6b024;
	border-color:#f6b024;
}
.index-team-card .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    border-radius: 25px;
	box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.index-team-card .card-img-block img{
	padding:3px;
	background: linear-gradient(#f9f5ef, #c89d65);
	border-radius:25px;
	box-shadow: 0 5px 15px 10px #d3d3d3;
}

.index-team-card .card-img-block:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.index-team-card h5{
    color:#3287d2;
    font-weight:500;
}
.index-team-card .card-title{
	color: #0f3c67;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    line-height: normal;
    font-family: 'Oswald';
	text-align:center;
}
.index-team-card .card-title a{
	color: #1d66a8;
	transition: 0.5s;
}
.index-team-card .card-title a:hover{
	color: #3287d2;
	transition: 0.5s;
}
.index-team-card .card-text {
    font-size:18px;
    font-weight:400;
	text-align:center;
	color:#555555;
}
.index-team-card p{
    font-size:18px;
    font-weight:400;
	text-align:center;
	color:#555555;
}
.index-team-card .btn-primary{
    background-color:#1D66A8;
    border-color:#1D66A8;
	padding:6px 30px;
	border-radius:50px;
	background-color:#3287d2;
	border-color:#3287d2;
	text-transform:uppercase;
}
.index-team-card .btn-team{
	width:100%;
	padding:10px 20px;
	background: #C89D65;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	
}
.index-team-card .btn-team:after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    font-size: 20px;
    color: #ffffff;
    right: 30px;
}
.index-team-card .btn-team:hover{
	background: #0f3c67;
	color:#ffffff;
	letter-spacing: 1px;
	transition: 0.5s;
}
.index-team-card .btn-team:hover::after{
	right:15px;
	transition: 0.5s;
}
/************** Team Card Slider Carousel***************/

.carousel-control-prev, .carousel-control-next{
    width: 4.5% !important;
    transition: opacity .2s ease-in;
}
@media (max-width: 991px) {
.carousel-control-prev, .carousel-control-next{
    width: 8.5% !important;
    transition: opacity .2s ease-in;
}
}
.carousel-control-next-icon {
	background-image: url(../images/arrow_left.svg) !important;
/*    background-image: url(https://image.flaticon.com/icons/svg/481/481146.svg) !important; */
    transform: rotate(180deg); 
}
.carousel-control-prev-icon {
    background-image: url(../images/arrow_left.svg) !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
 /*   background: transparent no-repeat center center; */
    background-size: 100% 100%;
}
.carousel-control-next{right:0px;}
.carousel-control-prev{left:0px;}


        /*--carousel css--*/
        
       @media (min-width: 768px) {
            /* show 3 items */
            .carousel-inner .active,
            .carousel-inner .active + .carousel-item,
            .carousel-inner .active + .carousel-item + .carousel-item,
            .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
                display: block;
            }
            .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
            .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
            .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
            .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
                transition: none;
            }
            .carousel-inner .carousel-item-next,
            .carousel-inner .carousel-item-prev {
                position: relative;
                transform: translate3d(0, 0, 0);
            }
            .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
                position: absolute;
                top: 0;
                right: -25%;
                z-index: -1;
                display: block;
                visibility: visible;
            }
            /* left or forward direction */
            .active.carousel-item-left + .carousel-item-next.carousel-item-left,
            .carousel-item-next.carousel-item-left + .carousel-item,
            .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
            .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
            .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
                position: relative;
                transform: translate3d(-100%, 0, 0);
                visibility: visible;
            }
            /* farthest right hidden item must be also position for animations */
           .carousel-inner .carousel-item-prev.carousel-item-right {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                display: block;
                visibility: visible;
            }
            /* right or prev direction */
            .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
            .carousel-item-prev.carousel-item-right + .carousel-item,
            .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
            .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
            .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
                position: relative;
                transform: translate3d(100%, 0, 0);
                visibility: visible;
                display: block;
                visibility: visible;
            }
        }


/*----------Index Page Send Legal Query --------*/
#index-send-query{
	padding:140px 0;
	background-image: url(../images/bg/bg-index-legal-query.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	color:#777777;
 /*   color: #C89D65;  */
    position: relative;
    overflow: hidden; 
}
#formLegalQuery {padding:70px 10px 0;}
/*#formLegalQuery div{margin-bottom: 10px;}  */
#formLegalQuery div label{margin-left: 5px;color: #c89d65;}
#formLegalQuery .formInputBox{padding:10px 5px;margin-bottom:-3px;/* border:#F0F0F0 1px solid; border-radius:4px;background-color: #fbfbfb;*/}
#formLegalQuery .error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
#mail-status .success{
	background-color: #FFF;/*#0f3c67; */
/*	border:#1d66a8 1px solid;  */
	padding: 25px 10px;
	color: #0f3c67;
	border-radius:4px;
	text-align:center;
	margin:70px 0 30px;
	line-height:36px;
	font-weight:500;
	border:4px double #C89D65;
}
#formLegalQuery .info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}
#formLegalQuery .btnAction{background-color:#2FC332;border:0;padding:10px 40px;color:#FFF;border:#F0F0F0 1px solid; border-radius:4px;}

#index-send-query .custom-select {
	outline: none;
	height: calc(2.5rem + 5px);
	padding-left: 10px;
	color: #c89d65;  
	vertical-align: middle;
	background: #FFF url(../images/arrow_up_down.svg) no-repeat right .75rem center;
/*    background: #FFF url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center;  */
    background-size: 10px 15px;
	border: none;
    border-bottom: 1px solid #c89d65;
    border-radius: 0;
}
#index-send-query .btn-gold {
  color: #FFFFFF;
  background: #C89D65;
  padding: 12px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  border:1px solid #C89D65;
  font-size:18px;
  -webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	text-transform:uppercase;
}
#index-send-query .btn-gold:hover {
  background: #0f3c67;
  border:1px solid #C89D65;
}

#index-send-query .back-shape {
    height: 228px;
    background: #C89D65;
	position:absolute;
	margin-top: 250px;
	width:100%;
}

#index-send-query .index-query-form-bg {
	max-width:92%;
	padding:30px;
	margin: 50px auto;
	border:1px solid #C89D65;
	background: linear-gradient(180deg, #f9f5ef 15%, #fff 10%); 
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 10px #d9d9d9;
    -webkit-box-shadow: 0px 0px 10px #d9d9d9; 
}
#index-send-query .index-query-form-bg:before {
    background: #C89D65;
	position:absolute;
	width:5%;
	content: '';  
    position: absolute;
    left: -5%;
    top: 33%;
    height: 29%;
}
#index-send-query .index-query-form-bg:after {
    background: #C89D65;
	position:absolute;
	width:5%;
	content: '';  
    position: absolute;
    right: -5%;
    top: 33%;
    height: 29%;
}

@media only screen and (max-width: 991px){
#index-send-query .index-query-form-bg {
	max-width:95%;
	padding:10px;
	background: linear-gradient(180deg, #f9f5ef 12%, #fff 3%);
	margin: 0 auto;
}
}
@media only screen and (max-width: 768px){
#index-send-query .index-query-form-bg {
	max-width:95%;
	padding:10px;
	background: linear-gradient(180deg, #f9f5ef 9%, #fff 2%);
	margin: 0 auto;
}
#index-send-query .back-shape {
   	margin: 350px auto;
}
}

#index-send-query img#loader {
    display: none;
}
#index-send-query .whatsapp-icon {
	 position: relative;
    z-index: auto;
    display: flex;
    width: 55px;
    height: 55px;
    border: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgb(0 211 102 / 70%);
    border-radius: 50%;
    background-color: #3c6;
    cursor: pointer;
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    font-size: 32px;
    color: #fff;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left:auto;
    padding: 4.5px 5px;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}
}
#index-send-query .whatsapp-icon:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

.inner-page-content #formLegalQuery {
    padding: 0 20px 20px;
}
.inner-page-content .quick-query-item-label {
   color: #1d66a8;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
	margin-bottom: 5px;
}
.inner-page-content .query-append-item {
    background-color: transparent;
    color: #C89D65;
    padding: 0;
    border: none;
    margin-bottom: 3px;
}
.inner-page-content #formLegalQuery .info {
    font-size: 14px;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
	float:left;
	margin-bottom:10px;
}
.inner-page-content img#loader {
    display: none;
}
.inner-page-content #formLegalQuery .formInputBox {
    padding: 10px 5px;
    margin-bottom: 0px;
	font-family: 'Open Sans';
}
.inner-page-content #formLegalQuery div {
  margin-bottom: 0; 
}
.inner-page-content .custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #777777;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center;
    background-size: 8px 10px;
     border: 1px solid rgb(200 157 101 / 73%);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.inner-page-content select.form-control:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px);
}
.inner-page-content .form-control {
	color:#777777;
}
.inner-page-content .quick-query-item{
	margin-bottom:10px;
}
.inner-page-content .whatsapp-icon {
	 position: relative;
    z-index: auto;
    display: flex;
    width: 55px;
    height: 55px;
    border: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgb(0 211 102 / 70%);
    border-radius: 50%;
    background-color: #3c6;
    cursor: pointer;
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    font-size: 32px;
    color: #fff;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left:auto;
    padding: 4.5px 5px;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}
}
.inner-page-content .whatsapp-icon:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
.inner-page-content #mail-status .success {
    background-color: #FFF;
    padding: 25px 10px;
    color: #0f3c67;
    border-radius: 4px;
    text-align: center;
    margin: 30px 0;
    line-height: 36px;
    font-weight: 500;
}

/*********************************************************
                 Index Page FAQ Section
**********************************************************/
#index-faq {
	padding: 150px 0 170px;
	background: rgb(200,157,101);
background: linear-gradient(180deg, rgba(200,157,101,1) 0%, rgba(9,9,121,0) 50%, rgba(200,157,101,1) 100%);
}
.accodian-head {
    cursor: pointer;

}

.accodian-item {
    border-bottom: 1px solid rgb(200 157 101 / 55%);
}

.accodian-head.active {
    border-color: transparent;
    border: none;
}

.accodian-result p {
    padding-bottom: 16px;
    line-height: 26px;
}

.accodian-item .accodian-head {
    position: relative;
    width: 100%;
}

.accodian-head a.collapsed::after {
   content: '\f107';
    position: absolute;
    right: 0;
    top: 15px;
    font-family: 'FontAwesome';
    font-size: 28px;
}

.accodian-head a::after {
    content: '\f106';
    position: absolute;
    right: 0;
    top: 15px;
    font-family: 'FontAwesome';
	font-size:28px;
}


.accodian-item .accodian-head a {
    position: relative;
    width: 100%;
    display: block;
    color: #0f3c67;
    padding: 15px 0px;
}
.accodian-head i {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.accodian-head h5 {
    font-weight: 700;
    text-transform: normal;
    color: #4d4d4e;
    width: 100%;
	font-size:22px;
}
.accodian-head a::before {
    content: '\f059';
    margin-right: 10px;
    top: 15px;
    font-family: 'FontAwesome';
	font-size:22px;
}
.accodian-head h5,
.accodian-head i {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.accodian-head.active i,
.accodian-head:hover i {
    color: #C89D65;
}

.accodian-head.active {
    border-color: transparent;
}
* #index-faq {border:0;}
/**************************************
          Show Disclaimer Tab bottom
***************************************/
#show-disclaimer .about-accodian {
    padding-left: 15px;
    padding-top: 5px;
    text-align: center;
}
#show-disclaimer .accodian-head {
    cursor: pointer;

}
#show-disclaimer .accodian-head.active {
    border-color: transparent;
    border: none;
}
#show-disclaimer .accodian-item .accodian-head {
    position: relative;
    width: 100%;
}
#show-disclaimer .accodian-item .accodian-head a {
     position: relative;
    width: 100%;
    display: block;
    color: #e3e3e3;
    padding: 15px 0px;
}
#show-disclaimer .accodian-head a::before {
    content: '\f071';
    margin-right: 10px;
    top: 15px;
    font-family: 'FontAwesome';
	font-size:18px;
}
#show-disclaimer .accodian-head h5 {
    font-weight: 700;
    text-transform: normal;
    color: #ffffff;
    width: 100%;
	font-size:20px;
}
#show-disclaimer .accodian-head a.collapsed::after {
   content: '\f107';
    position: initial;
    margin-left: 10px;
    top: 15px;
    font-family: 'FontAwesome';
    font-size: 28px;
	vertical-align: middle;
}

#show-disclaimer .accodian-head a::after {
    content: '\f106';
    position: initial;
    margin-left: 10px;
    top: 15px;
    font-family: 'FontAwesome';
	font-size:28px;
	vertical-align: middle;
}
#show-disclaimer .accodian-result p {
    padding-bottom: 25px;
    line-height: 26px;
	color: #e3e3e3;
	font-size:16px;
}
#show-disclaimer .accodian-item {
    border-bottom: 0;
}
/*************************************
         Sticky WtsAp
*************************************/
.sticky-icons {
    display: flex;
    position: fixed;
    bottom: 6px;
    left: 0px;
    z-index: 100;
    padding: 4.5px 5px;
	display: none;
}
.sticky-icons a.whatsapp-icon {
    position: relative;
    z-index: 1;
    display: flex;
    width: 45px;
    height: 45px;
    border: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgb(0 211 102 / 70%);
    border-radius: 50%;
    background-color: #3c6;
    cursor: pointer;
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    font-size: 32px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 6px;
    margin-left: 10px;
    padding: 4.5px 5px;
}
/****************************************
         Disclaimer Modal
*****************************************/
#DisclaimerModal .disclaimer-modal {
	border: 2px solid #0880e8;
	border-radius:7px;
	background:url(../images/bg/bg-modal-disclaimer.jpg) no-repeat bottom;
	background-size:cover;
	background-color:#ffffff;	
	box-shadow: 0px -1px 24px 2px rgba(255,255,255,0.93);
	-webkit-box-shadow: 0px -1px 24px 2px rgba(255,255,255,0.93);
	-moz-box-shadow: 0px -1px 24px 2px rgba(255,255,255,0.93);
}
#DisclaimerModal .modal-body-p {
	font-size:16px;
	padding:5px 20px;
	line-height:20px;
	text-align: justify;
}
#DisclaimerModal .modal-header-p {
	text-align:center;
	color:#ffffff;
	font-size:26px;
	margin:0;
	font-weight:500;
	line-height:24px;
	background:#0f3c67;
	padding:10px 0;
}
/****************************************
         Contact Modal
*****************************************/
#ContactModal .modal-content{
	border: 2px solid #0880e8;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPgo8cmVjdCB3aWR0aD0nNScgaGVpZ2h0PSc1JyBmaWxsPScjZmZmJy8+CjxyZWN0IHdpZHRoPScxJyBoZWlnaHQ9JzEnIGZpbGw9JyNjY2MnLz4KPC9zdmc+"); background-repeat: repeat;
	
/*	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNicgaGVpZ2h0PSc2Jz4KICA8cmVjdCB3aWR0aD0nNicgaGVpZ2h0PSc2JyBmaWxsPScjZWVlZWVlJy8+CiAgPGcgaWQ9J2MnPgogICAgPHJlY3Qgd2lkdGg9JzMnIGhlaWdodD0nMycgZmlsbD0nI2U2ZTZlNicvPgogICAgPHJlY3QgeT0nMScgd2lkdGg9JzMnIGhlaWdodD0nMicgZmlsbD0nI2Q4ZDhkOCcvPgogIDwvZz4KICA8dXNlIHhsaW5rOmhyZWY9JyNjJyB4PSczJyB5PSczJy8+Cjwvc3ZnPg=="); background-repeat: repeat;

	background: repeating-linear-gradient(-45deg, #a1d8f4 0, #a1d8f4 25%, #8ccae9 0, #8ccae9 38%) 0 / 20px 20px;

	background:url(../images/bg/bg-modal-contact.jpg) no-repeat center;
	background-size:cover;
	border-top-left-radius:7px;
	border-top-right-radius:7px;

	box-shadow: 0px -1px 12px 2px rgba(255,255,255,0.93);
	-webkit-box-shadow: 0px -1px 24px 2px rgba(255,255,255,0.93);
	-moz-box-shadow: 0px -1px 12px 2px rgba(255,255,255,0.93); */
}
#ContactModal .contact-modal-header {
	padding:10px 0;
    background-color:transparent;
	color: #0f3c67;
	border-radius:0;
	font-family:Oswald;
	font-size:28px;
	font-weight:600;
	letter-spacing:0.25px;
	text-transform: capitalize;
	text-align:center;
	line-height: 28px;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	margin:15px 15px 0;
	border:none;
}
#ContactModal .modal-header-p {
	font-family:Roboto;
	font-size:18px;
	color: rgb(186,132,23);
	text-align:center;
	line-height:18px;
	text-transform: capitalize;
	padding:15px 0;
}
#ContactModal .modal-body {
	margin:15px;
}
#ContactModal .contact-modal-button {
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  border-radius: 50%;
  background-color: #0f3c67;
  color: #ffffff;
  opacity: 1;
  z-index: 10;
  padding:1px;
  border:1px solid #ffffff;
}
#ContactModal .modal-body-left-col-bg {
	background:url(../images/bg/modal-contact.png) no-repeat center;
/*	background-size:cover;  
	border-bottom:1px solid #ffffff; */
	padding:0;
	width:100%;
}
#ContactModal .cntct-menu-btn {
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    background: rgb(23,103,173);
    background: linear-gradient(180deg, rgba(23,103,173,1) 33%, rgba(50,135,210,1) 66%);
    line-height: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px #777;
    overflow: hidden;
    transition: 0.5s;
    font-family: Oswald,sans-serif;
    letter-spacing: 0.50px;
	border-radius:25px;
	border-bottom:1px solid #ffffff;
}
#ContactModal .cntct-menu-btn a{
	color:#ffffff;
}
#ContactModal .cntct-menu-btn:hover{
	background: rgb(186,132,23);
	background: linear-gradient(180deg, rgba(186,132,23,1) 33%, rgba(246,176,36,1) 66%);
    color:#ffffff;
	transition: 0.5s;
}
#ContactModal .cntct-menu-btn i{
	vertical-align:0%;
}
#ContactModal .cntct-menu-btn i:hover{
	color:#ffffff;
	transition: 0.5s;
}

/*************************************************
               Inner Page CSS
************************************************/
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(9,9,121,0) 50%, rgba(9,9,121,0) 100%), url(../images/bg/bg-breadcrumbs.png) center center;
  background-size:cover;
}
.breadcrumbs h1 {
	position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-size: 58px;
    line-height: 1.2;
    letter-spacing: 1px;
}
ul.breadcrumbs {
  padding: 5px 0px;
  list-style: none;
  border-radius:0;
  line-height:20px;
  margin-bottom:0;
  background:none;
}

/* Display list items side by side */
ul.breadcrumbs li {
  display: inline;
  font-size: 18px;
  color:#ffffff;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumbs li+li:before {
  padding: 5px;
  color: #f6b024;
  content: "/\00a0";
  font-weight:900;
}

/* Add a color to all links inside the list */
ul.breadcrumbs li a {
  color: #ffffff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumbs li a:hover {
  color: #c89d65;
  text-decoration:none;
}
/*************************************
           Inner page contents
*************************************/
#inner-page {
	padding:70px 0 120px;
	background:url(../images/bg/bg-inner-page.png) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.inner-page-content h2{
	font-size:36px;
	font-weight:700;
	font-family:Oswald;
	padding:30px 0;
	letter-spacing:0.50px;
	color:#1d66a8;
}
.inner-page-content h3{
	font-size: 24px;
    line-height: 34px;
    font-family: Roboto;
    letter-spacing: 0px;
	font-weight:700;
	padding-bottom: 20px;
}
.inner-page-content{
	padding-right:20px;
	padding-bottom:50px;
}
.inner-page-content p{
	text-align:justify;
	font-weight:500;
	padding-bottom:30px;
}
/***************************************
              Sidebar
***************************************/
.sidebar {
    padding: 0px 20px 50px;
}
.sidebar:first-child {
	padding: 0 20px 0;
}
.sidebar .consultation-box {
    border: 5px solid #1d66a8;
    padding: 40px 10px 37px 10px;
    position: relative;
	background:#ffffff;
	margin-bottom: 30px;
	border-radius:10px;
	display: none;
}
.sidebar .consultation-box .consultation-text {
    padding: 0 8px;
}
.sidebar .consultation-box .title {
    font-size: 42px;
    font-weight: 600;
    line-height: .94;
    color: #1d66a8;
    font-family: Oswald;
    padding-bottom: 30px;
	text-align:center;
}
.sidebar .consultation-box .contact-number {
    text-align:center;
	margin-bottom:10px;
}
.sidebar .consultation-box .contact-number a {
    font-size: 38px;
    font-weight: 700;
    line-height: .78;
    color: #1d66a8;
	font-family:Oswald;
	text-align:center;
	text-shadow: 1px 1px 1px #777777;
}
.sidebar .consultation-box .email-id{
	text-align:center;
	overflow-wrap: break-word;
}
.sidebar .consultation-box .email-id a {
    font-size: 24px;
    font-weight: 700;
    line-height: .78;
    color: #1d66a8;
	font-family:Oswald;
	text-shadow: .50px 1px .50px #777777;
	letter-spacing:0.50px;
}
.sidebar .consultation-box .case {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.71;
    letter-spacing: .80px;
    text-transform: capitalize;
    color: #1d66a8;
    position: absolute;
    bottom: -17px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
}

.sidebar .consultation-box .case {
    bottom: -17px;
    font-size: 18px;
	text-align: center;
	border:0.50px dashed #1d66a8;
}
/****************************************
       Sidebar Menu Link
****************************************/
.sidebar .vertical-menu {
  width: 100%;
  -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	border-radius:10px;
	margin-bottom:50px;
}
.sidebar .vertical-menu-header{
  background-color: #0f3c67;
  color: white;
  text-decoration:none;
  font-size:22px;
  font-weight:700;
  font-family: Montserrat,sans-serif;
  white-space: normal;
  text-transform: uppercase;
  padding:14px 12px;
  border-bottom:1px solid #ffffff;
  letter-spacing:2px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
	
}
.sidebar .vertical-menu a {
  background-color: #ffffff;
  color: #1d66a8;
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  border-bottom:1px solid #dee2e6;
  transition:0.3s;
  font-size:20px;
  font-weight:700;  
  font-family:Lato;
}
.sidebar .vertical-menu a:hover{
	background:#1d66a8;
	padding-left:19px;
	color: #ffffff;
}
.sidebar .vertical-menu a::before {
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:18px; 
	color:#1d66a8;
	font-weight:500;
}
.sidebar .vertical-menu a:hover::before {
  background-color: #1d66a8;
  padding-left:3px;
  padding-right:2px;
  text-decoration:none;
  transition:0.3s;
  color: #ffffff;
}	
/*
.sidebar .btn-quick-query img:hover{
	transform: scale(1.05);
    -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
} 
/*************Sidebar pracise accordian************/

.sidebar .accodian-head {
    cursor: pointer;
}

.sidebar .accodian-item {
    border-bottom: 1px solid rgb(200 157 101 / 55%);
}

.sidebar .accodian-head.active {
    border-color: transparent;
    border: none;
}
.sidebar .accodian-result p {
    padding-bottom: 16px;
    line-height: 26px;
}
.sidebar .accodian-item .accodian-head {
    position: relative;
    width: 100%;
}
.sidebar .accodian-head a.collapsed::after {
   content: '\f067';
    position: absolute;
    right: 10px;
    top: 15px;
    font-family: 'FontAwesome';
    font-size: 20px;
	font-weight:500;
}
.sidebar .accodian-head a::after {
    content: '\f068';
    position: absolute;
    right: 10px;
    top: 15px;
    font-family: 'FontAwesome';
	font-size:20px;
	font-weight:500;
}
.sidebar .accodian-item .accodian-head a {
    position: relative;
    width: 100%;
    display: block;
    color: #1d66a8;
    padding: 14px 10px;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom:1px solid #ffffff;
	transition:0.3s;
	font-size:20px;
	font-weight:700;  
	font-family:Lato;
}
.sidebar .accodian-item .accodian-head a:hover{
	background:#1d66a8;
	color:#FFFFFF;
}
.sidebar .accodian-item .accodian-head a:focus{
	background: #1d66a8;
	color:#FFFFFF;
}
.sidebar .accodian-head i {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.sidebar .accodian-head h5 {
    font-weight: 700;
    text-transform: normal;
    color: #4d4d4e;
    width: 100%;
	font-size:22px;
}

.sidebar .accodian-head a::before {
	display:none;
}

.sidebar .accodian-head h5,
.accodian-head i {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.sidebar .accodian-head.active i,
.accodian-head:hover i {
    color: #C89D65;
}

.sidebar .accodian-head.active {
    border-color: transparent;
} 
* {border:0;}


.sidebar .sub-vertical-menu {
	width: 100%;
  -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	border-radius:10px;
}
.sidebar .sub-vertical-menu a {
  background-color: #FFFFFF;
  color: #777777;
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  border-bottom:1px solid #ffffff;
  transition:0.3s;
  font-size:18px;
  font-weight:500;  
  font-family:Lato;
  line-height:20px;
  border-bottom: 1px dotted;
}
.sidebar .sub-vertical-menu a:hover{
	color:#0f3c67;
	background:FFFFFF;
	padding-left:19px;
}
.sidebar .sub-vertical-menu a::before {
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:18px; 
	color: #C89D65;
	font-weight:500;
}
.sidebar .sub-vertical-menu a:hover::before {
  padding-left:3px;
  padding-right:2px;
  text-decoration:none;
  transition:0.3s;
  background:none;
  color:#0F3C67;
}

/*******************************************************
        Inner page Practice Area Carousel
*******************************************************/
/*
#carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 20s infinite linear
}

#carousel:hover {
    animation-play-state: paused
}

#carousel figure {
    display: block;
    position: absolute;
    width: 90%;
    left: 10px;
    top: 10px;
    background: black;
    overflow: hidden;
    border: solid 3px black
}

#carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px);
	
}

#carousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px);
	
}

#carousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px);
	
}

#carousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px);
	
}

#carousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px);

}

#carousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px);

}

#carousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px);
	
}

#carousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px);
	
}

#carousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px);
}

#carousel figure img {
    height: 200px;
}

img:hover {
    -webkit-filter: grayscale(0);
    transform: scale (0)
}

@keyframes rotation {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}
*/
/******************************************
              eCourts Case Status Col
******************************************/
.ecourts-case-status{
	background: #0f3c67;
	color:FFFFFF;
	border:2px solid #0f3c67;
	-webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	border-radius:10px;
}
.ecourts-case-status:hover{
	background: #1d66a8;
	border:2px solid #1d66a8;
}
.ecourts-case-status:hover img{
	transition: 0.9s;
    transform: rotateY(180deg);
}

.ecourts-case-status .ecourts-img{
	 padding: 5px 0;
	 float:left;
	 text-align:left;
	 padding-left:10px;
	 transition:0.9s;
	 display: none;
} 
.ecourts-case-status .ecourts-img img{
	
} 
.ecourts-case-status .ecourts-img:hover img {
    transition: 0.9s;
    transform: rotateY(180deg);
}
.ecourts-case-status .ecourts-btn-content{
	padding: 15px;
	
}
.ecourts-case-status .ecourts-btn-content a{
	font-size:22px;
	font-weight:700;
	line-height:30px;
	text-align:center;
	padding-left:0;
	transition:0.9s;
	color:#ffffff;
	padding-left:0;
	text-transform:uppercase;
	letter-spacing:0;
}
.ecourts-case-status .div-small {
	font-size:14px;
	font-weight:500;
	line-height:20px;
	transition:0.9s;
	text-transform:none;
}
/*****************************************
             Sidebar Recent Blog Post
*****************************************/
.sidebar .recent-posts img {
  width: 80px;
  height:65px;
  float: left;
  box-shadow: 0px 0px 20px 5px rgb(68 88 144 / 20%);
}
.sidebar .post-item {
	padding:15px 0;
	border-bottom: 1px solid rgb(200 157 101 / 35%);
}

.sidebar .recent-posts h4 {
  font-size: 18px;
  margin-left: 95px;
  line-height:20px;
  margin-top: -5px;
}

.sidebar .recent-posts h4 a {
  color: #3c77ad;
  transition: 0.3s;
}

.sidebar .recent-posts h4 a:hover {
  color: #c89d65;
}

.sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 12px;
  color: rgb(8 128 232 / 50%);
}
.sidebar .sidebar-title {
    color: #0f3c67;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    white-space: normal;
    text-transform: uppercase;
    padding: 14px 0px;
}
@media (max-width: 768px) {
.sidebar {
		margin-top:30px;
	}
}			 
/*****************************************
            Inner Page ul and ol li
*****************************************/
#toc_container .toc_list li:before {
	display:none;
}
#toc_container .toc_list li a{
	font-weight:600;
	color:#444444;
}
.inner-page-content ul {
    padding-left: 0px;
    line-height: 36px;
	margin-bottom:30px;
}
.inner-page-content ul li {
    list-style: none;
}
.inner-page-content ul li:before {
    color: #1d66a8;
    font-size: 18px;
    font-weight: bold;
    --size: 18px;
    line-height: var(--size);
    height: var(--size);
    top: 0px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 3px 3;
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f138";
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}

.inner-page-content ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}
.inner-page-content ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
.inner-page-content ol li::before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    --size: 18px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 3px;
    background: #3287d2;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 1px 1px 3px 0;
	font-family: sans-serif;
}
/********************************************
          Sticky Contact Icon Left Side
********************************************/
/* fixed social*/
#fixed-side-contact {
   position: fixed;
   top: 35%;
}

#fixed-side-contact a {
   color: #ffffff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 2px;
   z-index: 2;
   font-size:20px;
}
#fixed-side-contact a:hover>span{
   visibility: visible;
  left: 41px;
  opacity: 1;
  color:#ffffff;
} 
#fixed-side-contact a i:hover{
  color:#ffffff;
}
#fixed-side-contact a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 130px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
	font-size:14px;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
	font-size:16px;
	font-family:Oswald;
}

 .fixed-call{
 	background-color: #1d66a8;
 }
 .fixed-call span{
	background-color: #1d66a8;
 }
 .fixed-email{
	background-color: #1d66a8;
 }
 .fixed-email span{
 	background-color: #1d66a8;
 }
 .fixed-online-query{
	background-color:#1d66a8;

 }
 .fixed-online-query span{
 	background-color: #1d66a8;
 }
 .fixed-appointment{
	background-color: #1d66a8;

 }
 .fixed-appointment span{
 	background-color: #1d66a8;
 }

/*end fixed social*/
/*********************************
       Singel Team Member Page Img
**********************************/
#team-member img {
	padding:3px;
	background: linear-gradient(#f9f5ef, #c89d65);
	border-radius:25px;
	box-shadow: 0 5px 15px 10px #d3d3d3;
	overflow:hidden;
	position:relative;
}
#team-member h2{
	font-size: 36px;
    line-height: 34px;
    font-family: Oswald;
    letter-spacing: .50px;
    font-weight: 700;
	padding:0;
}
#team-member h3{
	font-size: 18px;
    line-height: 30px;
	font-family: Montserrat, sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
	padding:10px 0;
}
/*********************************************
          Blog PLRS etc Inner Img
*********************************************/
#blog-plrs .inner-img{
    margin: 30px 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 30%);
}
/************* Contact us page****************/
#contact-us .fas{
	color:#C89D65;
}
#contact-us h1{
	color:#C89D65;
	font-size:38px;
	line-height:36px;
	font-weight:700;
	font-family:Oswald;
}
/********* Inner Page Blog Display************/
.inner-page-content .blog-box {
	box-shadow: 0px 0px 20px 15px rgb(00 00 000 / 20%);
	margin-bottom:50px;
	padding:0;
	margin-bottom:50px;
	border-radius:5px;
    border: 5px solid #c89d65;
    border-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 25%,#c89d65 25%,#c89d65 75%,rgb(255 255 255 / 0%) 75%);
    border-image-slice: 1;
}

.inner-page-content .blog-box img {
	padding:20px;
	height:auto;
}
.inner-page-content .blog-box .blog-head{
	vertical-align:top;
	padding:0 10px 0 15px;
}
.inner-page-content .blog-box .blog-btn {
	padding-left:10px;
}
.inner-page-content .blog-box h3 a{
	color: #1d66a8;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    line-height: normal;
 /*   font-family: 'Oswald'; */
	transition:0.5s;
	padding:10px 0 0;
}
.inner-page-content .blog-box h3 a:hover{
	color: #C89D65;
	transition:0.5s;
}
.inner-page-content .blog-box .brdr-l {
	border-left:1px solid #C89D65;
}
@media (max-width:768px){
.inner-page-content .blog-box .blog-head {	
	vertical-align:top;
	padding:25px 10px 0 5px;
}
.inner-page-content .blog-box img {
    padding: 10px;
    height: auto;
}
.inner-page-content .blog-box .brdr-l {
	border-left:none;
}
.inner-page-content .blog-box .blog-btn {
	padding-left:0;
}
}
#advise-ongoing-case .heading-col {
	margin:0;
	font-size:12px;
	color:#FF0000;
	padding:0;
}
#advise-ongoing-case .input-group-text {
    background-color: #3287d2;
	border: 1px solid #3287d2;
    color: #ffffff;  
}
/*
.fa, .fas, .far, .fal, .fad, .fab {
	color:#ffffff;
}
*/
.form-control {
    border: 1px solid rgb(200 157 101 / 35%);
}
.custom-select {
    border: 1px solid rgb(200 157 101 / 35%);
}
.custom-file-label {
    border: 1px solid rgb(200 157 101 / 35%);
}
/******* Placeholder Text color ***********/
form .form-control::-webkit-input-placeholder { 
  color: rgb(8 128 232 / 45%);
}

form .form-control::-moz-placeholder {
  color: rgb(8 128 232 / 45%);
}
form .form-control:-ms-input-placeholder {
  color: rgb(8 128 232 / 45%);
}
form .form-control:placeholder {
  color: rgb(8 128 232 / 45%);
}
/******* Placeholder Text color ***********/
::-webkit-input-placeholder { 
  color: rgb(8 128 232 / 45%);
}
::-moz-placeholder {
  color: rgb(8 128 232 / 45%);
}
:-ms-input-placeholder {
  color: rgb(8 128 232 / 45%);
}
::placeholder {
  color: #1D66A8;
}
/***************************************
    FAQ Inner Page CSS
***************************************/
#faq-page {
	padding:70px 0 120px;
	background:url(../images/bg/bg-inner-page.png) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
#faq-page .faq-filter-nav .nav-tabs {
  border-bottom: none;
}
#faq-page .faq-filter-nav .nav-link {
  position: relative;
  background-color: #c89d65;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  padding: 10px 30px; 
  margin-bottom: 20px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}
#faq-page ul li::before{
/*	display:none; */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
#faq-page .faq-filter-nav .nav-link {
    padding: 10px 15px;
  }
}
#faq-page .faq-filter-nav .nav-link:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #3287d2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
#faq-page .faq-filter-nav .nav-link:after {
    display: none;
  }
}
#faq-page .faq-filter-nav .nav-link.active {
  background-color: #3287d2;
  color: #fff;
}
#faq-page .faq-filter-nav .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
#faq-page .faq-accordian-one .card {
  border-radius: 0px;
  border: none;
   -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); 
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	margin-bottom:20px;
	border-radius: 50px;
}
#faq-page .faq-accordian-one .card .card-header {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  background-color: transparent;
}
#faq-page .faq-accordian-one .card .card-header a {
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  font-size: 20px;
  font-weight: 700;
 border: 1px solid rgb(50 135 210 / 30%);
  font-family: Roboto, serif;
  color: #444444;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align:left;
  border-radius: 50px;
  transition:0.7s;
}
#faq-page .faq-accordian-one .card .card-header a:hover {
	color:#3287d2;
	transition:0.7s;
	background:#F3F3F3;
}
#faq-page .faq-accordian-one .card .card-header a::before{
	content: "\f059";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:30px; 
	color: #3287d2;
	font-weight:500;
}
@media (max-width: 400px) {
#faq-page .faq-accordian-one .card .card-header a {
    padding: 15px;
  }
  #faq-page .faq-accordian-one .card .card-header a::before{
	  display:none;
  }
}
#faq-page .faq-accordian-one .card .card-header a[aria-expanded]:after {
  content: "\f067";
  font-family: 'FontAwesome';
  font-weight: 600;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgb(51 135 210 / 50%);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-left:auto; 
  color:#3287d2;
  border-radius:25px;
}
@media (max-width: 767px) {
#faq-page .faq-accordian-one .card .card-header a[aria-expanded]:after {
    min-width: 40px;
    height: 40px;
  }
}
#faq-page .faq-accordian-one .card .card-header a[aria-expanded=true] {
  background-color: #3287d2;
  -webkit-box-shadow: 0px 10px 30px 20px rgb(225 225 225);
          box-shadow: 0px 10px 30px 20px rgb(225 225 225);
  border-color: transparent;
  color:#ffffff;
  border-radius: 50px;
}
#faq-page .faq-accordian-one .card .card-header a[aria-expanded=true]::before {
    background-color: #3287d2;
    color: #ffffff;
    border-color: transparent;
}
#faq-page .faq-accordian-one .card .card-header a[aria-expanded=true]::after {
  background-color: #ffffff;
  color: #3287d2;
  border-color: transparent;
  content: "\f068";
  font-weight: 400;
}
#faq-page .faq-accordian-one .card .card-body {
  padding: 30px 35px 0px;
  margin-bottom: 0px;
}
#faq-page .faq-accordian-one .card .card-body p {
  padding-bottom: 25px;
}
#faq-page .faq-content-box h2 {
  margin-bottom: 10px;
}
#faq-page .faq-content-box p {
  margin-bottom: 35px;
}
#faq-page .faq-content-box form .form_group i {
  position: absolute;
  top: 19px;
  right: 30px;
}
@media (max-width: 767px) {
#faq-page .faq-content-box form .form_group .main-btn {
    margin-top: 20px;
  }
}
#faq-page h2{
	font-size:36px;
	font-weight:700;
	font-family:Oswald;
	padding:30px 0;
	letter-spacing:0.50px;
	color:#1d66a8;
}

#faq-page .inner-page-content .nav-tabs .nav-item .nav-link ul li:before{
    display:none;
}
#faq-page .card-body ul {
    padding-left: 0px;
    line-height: 36px;
	margin-bottom:30px;
}
#faq-page .card-body ul li {
    list-style: none;
}
#faq-page .card-body ul li:before {
    color: #1d66a8;
    font-size: 18px;
    font-weight: bold;
    --size: 18px;
    line-height: var(--size);
    height: var(--size);
    top: 0px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 3px 3;
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f138";
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}

#faq-page .card-body ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
	margin-bottom:30px;
}
#faq-page .card-body ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
#faq-page .card-body ol li::before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    --size: 18px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 3px;
    background: #3287d2;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 1px 1px 3px 0;
	font-family: sans-serif;
}
/*********************************************
           Area of Practise Page li a
*********************************************/
.downmenu-link{
	white-space:normal;
	font-size:18px;
	padding:12px 12px 12px 0px;
	color: #444444;
	line-height:16px;
	transition: all ease-in-out .3s;
}
.downmenu-link:hover{
	padding:12px 12px 12px 0px;
	color:#C89D65; 
}
.downmenu-link::before{
/*	content:  url(../img/downmenu-icon.png);   */
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:16px; 
	color:#3287d2;
	font-weight:300;
}
.downmenu-link:hover::before{
	color:#0f3c67;
	padding-left:3px;
	padding-right:2px;
}
/*******************************************
         Join As Associate Form
*******************************************/
.form-associate {
/*	padding:45px;
	background:#f3f2f1;
	box-shadow: 0px 0px 20px 5px rgb(68 88 144 / 20%); */
}
/*
@media (max-width: 768px) {
.form-associate {
	padding:30px 10px;
}
}
*/
.form-associate .heading-col {
	font-size: 12px;
	color: red;
	margin-top:10px;
}
/***************************************
    Consultation Charges Page CSS
***************************************/
#consultation-fee {
	padding:70px 0 120px;
	background:url(../images/bg/bg-inner-page.png) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
#consultation-fee .faq-filter-nav .nav-tabs {
  border-bottom: none;
}
#consultation-fee .faq-filter-nav .nav-link {
  position: relative;
  background-color: #c89d65;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  padding: 10px 30px; 
  margin-bottom: 20px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}
#consultation-fee ul li::before{
/*	display:none; */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
#consultation-fee .faq-filter-nav .nav-link {
    padding: 10px 15px;
  }
}
#consultation-fee .faq-filter-nav .nav-link:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #3287d2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
#consultation-fee .faq-filter-nav .nav-link:after {
    display: none;
  }
}
#consultation-fee .faq-filter-nav .nav-link.active {
  background-color: #3287d2;
  color: #fff;
}
#consultation-fee .faq-filter-nav .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
#consultation-fee .faq-accordian-one .card {
  border-radius: 0px;
  border: none;
   -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); 
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	margin-bottom:20px;
	border-radius: 50px;
	background-color: rgb(200 157 101 / 10%);
}
#consultation-fee .faq-accordian-one .card .card-header {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  background-color: transparent;
}
#consultation-fee .faq-accordian-one .card .card-header a {
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  font-size: 20px;
  font-weight: 700;
 border: 1px solid rgb(50 135 210 / 30%);
  font-family: Roboto, serif;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  border-radius: 50px;
  transition:0.7s;
  text-transform:uppercase;
  background: #3287d2;
}
#consultation-fee .faq-accordian-one .card .card-header a:hover {
	color:#fff;
	transition:0.7s;
	background:#1d66a8;
}
/*
#consultation-fee .faq-accordian-one .card .card-header a::before{
	content: "\f059";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:30px; 
	color: #3287d2;
	font-weight:500;
}
*/
@media (max-width: 400px) {
#consultation-fee .faq-accordian-one .card .card-header a {
    padding: 15px;
  }
  #consultation-fee .faq-accordian-one .card .card-header a::before{
	  display:none;
  }
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded]:after {
  content: "\f067";
  font-family: 'FontAwesome';
  font-weight: 600;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-left:auto; 
  color:#fff;
  border-radius:25px;
}

@media (max-width: 767px) {
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded]:after {
    min-width: 40px;
    height: 40px;
  }
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true] {
  background-color: #1d66a8;
  border-color: transparent;
  color:#ffffff;
  border-radius: 50px;
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true]::before {
    background-color: #1d66a8;
    color: #ffffff;
    border-color: transparent;
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true]::after {
  background-color: #ffffff;
  color: #1d66a8;
  border-color: transparent;
  content: "\f068";
  font-weight: 400;
}
#consultation-fee .faq-accordian-one .card .card-body {
  padding: 30px 35px 0px;
  margin-bottom: 0px;
}
#consultation-fee .faq-accordian-one .card .card-body p {
  padding-bottom: 25px;
}
#consultation-fee .faq-content-box h2 {
  margin-bottom: 10px;
}
#consultation-fee .faq-content-box p {
  margin-bottom: 35px;
}
#consultation-fee .faq-content-box form .form_group i {
  position: absolute;
  top: 19px;
  right: 30px;
}
@media (max-width: 767px) {
#consultation-fee .faq-content-box form .form_group .main-btn {
    margin-top: 20px;
  }
}
#consultation-fee h2{
	font-size:36px;
	font-weight:700;
	font-family:Oswald;
	padding:30px 0;
	letter-spacing:0.50px;
	color:#1d66a8;
}

#consultation-fee .inner-page-content .nav-tabs .nav-item .nav-link ul li:before{
    display:none;
}
#consultation-fee .card-body ul {
    padding-left: 0px;
    line-height: 36px;
	margin-bottom:30px;
}
#consultation-fee .card-body ul li {
    list-style: none;
}
#consultation-fee .card-body ul li:before {
    color: #1d66a8;
    font-size: 18px;
    font-weight: bold;
    --size: 18px;
    line-height: var(--size);
    height: var(--size);
    top: 0px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 3px 3;
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f138";
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}

#consultation-fee .card-body ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
	margin-bottom:30px;
}
#consultation-fee .card-body ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
#consultation-fee .card-body ol li::before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    --size: 18px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 3px;
    background: #3287d2;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 1px 1px 3px 0;
	font-family: sans-serif;
}
/******query form********/
#formLegalQuery .consultation-amount {
    font-size: 16px;
    border: 1px solid rgb(200 157 101 / 35%);
    margin: 0px;
    letter-spacing: 0.50px;
    font-family: Oswald, sans-serif;
    line-height: 20px;
    padding: 5px 0;
}
.inner-page-content #formLegalQuery .consultation-amount {
    font-size: 16px;
    border: 1px solid rgb(200 157 101 / 35%);
    margin: 0px;
    letter-spacing: 0.50px;
    font-family: Oswald, sans-serif;
    line-height: 20px;
    padding: 5px 0;
}
/*********Keywords at bottom***********/
#show-keywords {
    background-color: #0c3052;
    border-top: none;
	padding: 0;
	margin: 0;
}
#show-keywords .keyword-list {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    color: #dfdfdf;
    text-align: justify;
}
#show-keywords .keyword-list li {
    display: inline;
    margin-right: 10px;
}
#show-keywords .accodian-head a::before {
    display: none;
}
#show-keywords .accodian-head a.collapsed::after {
    display: none;
}
#show-keywords .accodian-head a::after {
    display: none;
}
#show-keywords .accodian-item {
    border-bottom: transparent;
}
#show-keywords .accodian-item .accodian-head a {
    padding: 0;
}
/*******Button Full Text************/
.btn-fit-content {
	font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	margin: 30px 0 10px;
    display: block;
    border: none;
    border-radius: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    background-color: #1d66a8;
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: fit-content;
    block-size: fit-content;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	white-space: inherit;
}
.btn-fit-content:hover {
	background-color: #C89D65;
	color: #000;
}