
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.hd-row a:hover {
    opacity: 0.8;
	color:#fff;
}
.hd-row{
	display:flex;
	align-items:center;
	justify-content:end;
}
.hd-row a{
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding: 12px 26px;
	display: inline-block;
	box-shadow: 0px 0px 0px 2px #421b0c;
	background-color: #421b0c;
	float: right;
}
.top-bar {
    width: 100%;
    background: #421b0c;
    position:relative;
    padding: 13px 0px;
    color: #FFFFFF;
    top: 0;
}
.dt-sc-social-icons li {
    display: inline !IMPORTANT;
    /* float: left; */
    /* margin-right: 5px !important; */
}
.dt-sc-social-icons li a {
    padding: 0px 10px !important;
    margin: 0px !IMPORTANT;
    display: inline-block !important;
    color: #FFFFFF;
    padding-left:0;
}
.dt-sc-contact-number {
    float: right;
    font-size: 16px;
	color:#fff;
}
.dt-sc-contact-number span {
    margin-right: 5px;
}
ul.dt-sc-social-icons {
    margin: 0px;
    padding: 0px;
}
.nav-fill .nav-item .nav-link:hover{
	height: 32px;
	background:#421b0c;
}
.nav-item{position:relative;}
.nav-fill .nav-item:hover:after{opacity:1;bottom:0px;border-bottom-color: #d14c2b;}
.nav-fill .nav-item:after{
	    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid;
    left: 0px;
    right: 0px;
    width: 0px;
    margin: auto;
    bottom: 0px;
    position: absolute;
	opacity:0;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    word-wrap: break-word;
}
body {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #999;
    overflow-x: hidden !important;
	background: #335971;
}
.contact-page-form{padding:0px 20px;color:#fff;}
.contact-page-form p{margin-bottom:0px;line-height:30px;font-weight:600;color:#000;}
.contact-page-form h5{font-size:20px;font-weight: 600;color:#fff;}
.contact-page-form input{border: 1px solid #ccc;border-radius: 8px;flex: 1 1;font-family: Segoe UI, sans-serif;font-size: 1rem;padding: 14px;}
.contact-page-form textarea{border: 1px solid #ccc;border-radius: 8px;flex: 1 1;font-family: Segoe UI, sans-serif;font-size: 1rem;padding: 14px;}
.contact-page-form label{margin-bottom:10px;font-size:15px;color:#000;}
.contact-page-form .cont-pad{padding:10px 0px 10px 15px;}
.contact-page-form .contact-btn:hover{background-color: #0077be;transition: all 0.15s ease-in-out;}
.contact-page-form .contact-content{margin-left:20px;}
/* .contact-form-btn{text-transform: uppercase; letter-spacing: 1px;margin-top:20px;background-color:#042b37!important;padding:10px 17px;font-size:16px;font-weight:700;letter-spacing: 0.7px;color:#fff;border-radius: 12px;border: none;} */
.contact-form-btn{margin-top:10px;display:inline-block;background: #d14c2b !important;color:#fff!important;border-radius:8px!important;font-weight:700!important;font-size: 1rem!important;text-transform:uppercase;text-decoration:none}
.contact-page-form .alert a{float: inline-end;}
/* .cont-pad{margin-top:5px;} */
.contact-page-form h1{color: #d14c2b;font-size: 1.8rem;margin-bottom: 1.5rem;font-weight:700;}



#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}

#body1{background: #f6f6f6 !important;}

#HomepagecontentControl ul, p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Merriweather", serif;
    letter-spacing: .5px;
    color: #838585;
    margin-bottom: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Domine", serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}
img {/*
    width: 100%;
    height: auto;*/
}
a{text-decoration:none;}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #203a5a;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #7ea4a4;
}


.team-page{}
.tm-img{ border:1px #ccc solid; border-radius:10px;}

/*-------------------------------------------------------
			[ margin-top  (0/100) +5 ]
-------------------------------------------------------*/

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

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

/*-------------------------------------------------------
			[ margin-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
			[ padding-top  (0/100) +5 ]
-------------------------------------------------------*/

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

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

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

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

/*-------------------------------------------------------
		[ padding-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

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

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

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

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

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

.no-padding {
  padding: 0 !important;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}


.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: "Domine", serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: right;
    z-index: 99;
}
.js .animate-box {
    opacity: 0;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}




/* ======= Section style ======= */
.section-padding {
    padding: 30px 0px;
    overflow: hidden;
}
.section-padding2 {
    padding: 0 0 50px 0;
}
.section-padding h6 {
    color: #7ea4a4;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-title{
	    text-align: center;
	    width: 100%;
	    background: url(../Image/title_bg.png);
	    background-repeat:no-repeat;
	    background-position:center;
	    display: inline-block;
	    padding: 0px 0px 70px;
	    margin-bottom: 0 !important;
	    line-height: inherit;
	    font-weight: 700;
	    font-size: 22px;
	    position: relative;
	    clear: both;
	    margin-top: 20px;
}
.dt-sc-hr-title{position:relative;display: flex;}
.dt-sc-hr-title:before{
	    content: "";
    width: 370px;
    height: 5px;
    display: block;
    margin: 0 auto;
	background:#d14c2b;
}
.dt-sc-hr-title:after{
	    content: "";
	    width: 70px;
	    height: 8px;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    right: 0px;
	    display: inline-block;
	    margin: 0 auto;
	    background-color: #421b0c;
}
.section-title {
    font-size: 24px;
    font-family:"Domine", serif;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    position: relative;
    /* letter-spacing: 5px; */
    /* word-spacing: 5px; */
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900;
}
.section-title span {
    color: #000;
}
.section-title2 {
    font-size: 35px;
    font-weight: 300;
    color: #7ea4a4;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.logo-wrapper {
    float: left;
    background: #fff;
}
.logo-wrapper .logo h2 {
    font-family: "Domine", serif;
    font-size: 45px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #7ea4a4;
    letter-spacing: 9px;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #999;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: "Domine", serif;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.logo {
    padding: 0;
    width: 150px;
    text-align: center;
}
.logo-img {
   max-width: 100%;
    margin-bottom: 5px;
}
.bullet li{line-height:25px;}


.dt-sc-social-icons{width:370px;border-top: 1px solid !important;border-bottom: 1px solid !important;display:block;margin: 10px auto 70px !important;padding: 15px 0px !important;}

.dt-sc-social-icons{border-color: rgba(255,255,255,0.1) !important;text-align: center;}
.dt-sc-social-icons li{/* margin-right:0px; *//* display:inline-block; */}
.dt-sc-social-icons li:last-child{margin-right:0px;}
ul.dt-sc-social-icons li a {
    padding: 0px 10px;
    margin: 0px;
    display: inline-block;
    font-size: 15px;
}
.dt-sc-social-icons li a:hover{color:#fff;}

/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}
.header .carousel-item:after{
	background:#000000a3;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption h4 {
    font-family: "Domine", serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 0;
    font-family:"Domine", serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 5px;
    text-align: right;
    }
.header .caption p {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: .5px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
    text-align: right;
    }
.header .caption p strong{font-size: 26px;margin-bottom:25px;display:inline-block;}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #335971;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}

.text-justify{text-align:justify;}
/* ======= Slider style ======= */
.carousel-control-prev, .carousel-control-next{position: absolute;  top: 85%; width: 50px; height: 50px;}
.carousel-control-next{right: inherit; left: 15%; background-image: none;}
.carousel-control-prev{right: inherit; left: 11%; background-image: none;}

/* ======= Slider left panel style ======= */
.left-panel {
    background: #d14c2b;
    position: absolute;
    width: 143px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


.social-left {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    background: #d14c2b;
    z-index: 10;
}

.social-left:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 70px;
    top: -70px;
    background: #fff;
}

.social-left li {
    display: block;
    margin: 0;
    padding: 3px 0;
}
.social-left li .fa {font-size: 15px;line-height: 38px;}
.social-left li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: all .4s;
    color: #fff;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-left li a:hover {
    color: #421b0c;
    border: 1px solid #421b0c;
}
@media (max-width: 1259.98px) {
    .left-panel {
        width: 100px;
    }
}
@media (max-width: 991.98px) {
    .left-panel {
        width: 50px;
    }
}
@media (max-width: 767.98px) {
    .left-panel {
        display: none;
    }
	.hd-row a{
		display:none;
	}
	.v-middle{display:none;}
	.body-fx #HeaderControl{position: relative !IMPORTANT;}
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 35vh;
    z-index: -2;
}
.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #fff;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #7ea4a4;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner-header h1 {
    font-size: 40px;
    font-family: "Domine", serif;
    font-weight: 400;
    color: #7ea4a4;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.banner-header p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #999;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #7ea4a4;
}
@media screen and (max-width: 767px) {
    .banner-header {
        height: 30vh;
        margin-top: 70px;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #7ea4a4;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {}
    .banner-header h1 {}
    .banner-header p {
        font-size: 20px;
        color: #999;
    }
}
.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, .8) 100%, rgba(39, 39, 39, 0.5) 100%);
    background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.8) 100%, rgba(39, 39, 39, 0.5) 100%);
    object-fit: cover;
}


/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
}
.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #203a5a;
    border-right: 1px solid #203a5a;
    border-bottom: 1px solid #203a5a;
}
.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #203a5a;
    border-right: 1px solid #203a5a;
}


/* ======= About style ======= */
.about {
    /*padding-bottom: 90px;*/
}
.about .about-img img:hover {
    transform: scale(0.95);
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #203a5a;
}
.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: #335971;
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
    left: 0;
    z-index: 3;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family:"Domine", serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #203a5a;
}



/* ======= Team style ======= */
.dt-sc-team {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
    text-align: center;
}
.dt-sc-team .dt-sc-team-thumb {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 130px;
}
.dt-sc-team .dt-sc-team-thumb img{
	border:5px #d14c2b solid;
}
.dt-sc-team h5 {
    margin-bottom: 20px;
    color: #2f2f2f;
    font-size: 18px;
}
.dt-sc-team span, .attorney_content span {
    font-style: italic;
    display: inline-block;
    margin-bottom: 20px;
}
.dt-sc-button:hover{
    color:#fff;
	background:#68493d;
}
.dt-sc-button {
    color: #FFFFFF;
    margin: 10px 0px 0px;
    display: inline-block;
    padding: 7px 20px;
    font-size: 13px;
    background-color: #421b0c;
}
.dt-sc-button span{
    font-style: normal;
    margin-bottom: 0px;
    margin-right: 5px;
}
.dt-sc-team-content{margin-top:20px;}
.dt-sc-one-fourth{margin-top: 20px;}
.dt-sc-team p {
    margin-bottom: 30px;
    color: #838585;
    padding: 0px;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    /* min-height: 130px; */
}

/* ======= Team Details style ======= */
.team-details {
    color: #999;
}
.team-details h3 {
    font-size: 25px;
    margin-bottom: 0px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
}
.team-details .content {
    background-color: #203a5a;
}
.team-details .text-content {
    position: relative;
    padding: 30px 15px;
}
.team-details .content .team-details-info {
    padding: 10px 0 30px 0;
    position: relative;
}
.team-details .content .info-list {
    margin: 0;
    padding: 0
}
.team-details .content .info-list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
     list-style: square;
    padding: 5px 0;
    display: inline-block;
    width: calc(48% - 1px)
}
.team-details .content .info-list .list-title {
     font-family: "Domine", serif;
    text-indent: 0;
    width: auto;
    display: inline;
    margin-right: 3px;
    position: relative;
    color: #7ea4a4;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
    
}
.team-details .content .info-list .list-description {
    display: inline
}
.team-details .content ul.social-icons {
    margin: 0;
    padding: 0
}
.team-details .content .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative
}
.team-details .content .social-icons li {
    margin: 0 2px
}
.team-details .content .social-icons li:last-child {
    margin-right: 0
}
.team-details .content .social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center
}
.team-details .content .social-icons.circle li>a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    border-radius: 50%
}
.team-details .content .social-icons.square li {
    margin: 0 0
}
.team-details .content .social-icons.square li a {
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: inherit;
    margin-right: 8px;
    border: 1px solid #424242;
    color: #999;
    border-radius: 50%;
}
.team-details .content .social-icons.square li a:hover {
  border: 1px solid #7ea4a4;
}
@media only screen and (max-width: 480px) {
.team-details .content .info-list li {
    width: 100%;
}
}



/* ======= Services style ======= */
.services{background: #fff;padding-top: 60px;}
.services .item {
    padding: 35px 18px 25px;
    position: relative;
    background: #d14c2b;
    border-bottom: 5px solid #421b0c;
    text-align: center;
    min-height: 385px;
    margin: 30px 0;
    width: 100%;
}
.services .item:before{
	    content: "";
    width: 100%;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -4px;
	background-color: #d14c2b;
}
.services .item:hover:after{ border-bottom-color: #d14c2b;}
.services .item:after{
	content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid;
    left: 0px;
    right: 0px;
    width: 0px;
    margin: auto;
    bottom: 0px;
    position: absolute;
	    border-bottom-color: #421b0c;
}
.services .item:hover:before{
	background:#421b0c;
}
.services .item:hover {
    background: #421b0c;
    border-bottom: 5px solid #d14c2b;
}
.services .item:hover .numb {
    color: transparent;
    -webkit-text-stroke: 1px rgba(126, 164, 164, 0.5);
}
.services .item h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.services .item p {
    margin-bottom: 0;
    color: #fff;
}
.services .item img {
    width: 55px;
    margin-bottom: 20px;
}
.services .item .numb {
    font-size: 40px;
    font-weight: 600;
    font-family: "Domine", serif;
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: 1em;
}
/* line animation */
.services .item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.services .item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.services .item:hover .line:after {
    width: 100%;
    /* background-color: rgba(177, 151, 119, 0.5); */
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* services sidebar */
.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #203a5a;
    border-radius: 0px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #373737;
    padding-bottom: 15px;
}
.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-family:"Domine", serif;
    font-size: 20px;
    line-height: 1.1em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.sidebar .services ul {
    position: relative;
}
.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    margin-bottom: 5px;
}
.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #7ea4a4;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
    margin-bottom: 0;
}
.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}
.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "themify";
    content: "\e649";
    opacity: 1;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}
.services .fa{ color:#7ea4a4; font-size: 60px; margin-bottom: 20px;}




.about-us{
	text-align: center;
	padding: 20px 0 45px;
}
.about-us h3{
	font-size: 22px !important;
	color: #000 !important;
	text-align: center !important;
	margin-bottom: 30px !important;
}
.about-us p{
	font-size: 15px !important;
	text-align: center !important;
	line-height: 30px;
}
.dt-sc-hr-image {
    background: url(../Image/center_align_image.png) center center no-repeat;
    display: inline-block;
    width: 100%;
    height: 14px;
	margin-top:45px;
}







.projects4 {
    position: relative;
    margin-bottom: 90px;
}
.projects4:last-child {
    margin-bottom: 0px;
}
.projects4 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.projects4.left figure {
    margin-left: 0;
    margin-right: auto;
}
.projects4 figure img:hover {
    transform: scale(0.95);
}
.projects4 .caption {
    background: #335971;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 5% 4% 5% 0%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.projects4.left .caption {
    left: auto;
    right: 0;
    background: #335971;
    padding: 5% 0% 5% 4%;
}
.projects4 .caption h4 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 300;
    line-height: 1.25em;
    text-transform: uppercase;
}
.projects4 .caption h6 {
    color: #7ea4a4;
    font-family: "Domine", serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 991.98px) {
    .projects4 figure {
        width: auto;
        margin: 0;
    }
    .projects4 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* ======= Clients style ======= */
.clients {
    background-color: #203a5a; overflow:hidden;
}
.clients li {
    margin: 20px 0; width: 20%; float: left;
}
.clients li img {
    opacity: 1;
    line-height: 0;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
.gallery-box .gallery-detail i {
    color: #335971;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #335971;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.4);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


.carousel-indicators .active{background-color:#7ea4a4;}
.carousel-indicators li{border: 1px solid #7ea4a4;}

/* ======= Blog 1 style ======= */

/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;text-align: right;
}
.butn-light a {
    font-weight: 300;
    font-family:"Domine", serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #fff;
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #335971;
}
.lst a:hover{color:#fff;}
.lst a{display:block;border-bottom: 1px #ff8f73 dashed;line-height: 38px;}
.fotcont .header-logo{/* width:180px; */margin-bottom:20px;}
.main-footer p, a{
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	line-height: 25px;
}
.widgettitle {
    padding-bottom: 15px;
    color: #FFFFFF !important;
    border-bottom: 3px double rgba(255, 255, 255, 0.1) !important;
    text-transform: uppercase;
    font-size: 15px !IMPORTANT;
    margin-bottom: 30px !important;
}
.dt-sc-contact-info{display:flex;}
.dt-sc-contact-info i{margin-right:10px;}

/* ======= Footer style ======= */
.body-fx #HeaderControl {
    /*width: 30%;*/
    /* position: fixed; */
    float:left;
    left: 0;
    top: 0px;
    right:inherit;
    transition: all 0.5s;
    z-index: 997;
}

.body-fx #MenuControl {
    /*width: 70%;*/
    position: fixed;
    float:right;
    left: inherit;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgb(209 76 43);
}


.main-footer {
    padding: 20px 0 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer.dark {
    background: #d14c2b;
    color: #fff;
}
.main-footer .abot p {
    color: #fff;
}
.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #373737;
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
    border: 1px solid #7ea4a4;
    background: transparent;
    color: #7ea4a4;
}
.main-footer .fothead h6 {
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    color: #7ea4a4;
    font-size: 17px;
}
.main-footer .fotcont .fothead h6 {
    font-family: "Domine", serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
}
.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}
.main-footer .fotcont p {
    margin-bottom: 0px;
    color: #fff;
}
/* sub footer */
.main-footer .sub-footer {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer .sub-footer p {
    font-size: 14px;
    margin-top: 7px;
}
.main-footer .sub-footer p a:hover {
    color: #7ea4a4;
}
.main-footer .sub-footer p.right {
    text-align: right;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #421b0c;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #421b0c;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

/* ======= Corner Style ======= */
.hero-corner {
    top: 50px;
    right: 50px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
}
.hero-corner2 {
    top: 50px;
    left: 50px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.hero-corner3 {
    bottom: 50px;
    right: 50px;
    /* border-bottom: 1px solid; */
    /* border-right: 1px solid; */
}
.hero-corner4 {
    bottom: 50px;
    left: 50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 21;
    /* border-color: rgba(255, 255, 255, 0.2); */
}

/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {
        width: 150px;
    }
    .logo-img {
        margin-bottom: 0px;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }
    .header .caption h1 {
        font-size: 40px;
    }
	.carousel-control.right{left: 17%;}
	.header{min-height: inherit;margin-top: 0;}
	.section-title{font-size:30px;}
	.header .caption p{display:none;}

}
@media screen and (max-width: 767px) {
	.dt-sc-social-icons{width:100%;}
	.dt-sc-hr-title:before{width:100%;}
	.logo-wrapper{float: inherit;text-align: center;}
	#MenuControl{ padding-top: 0;}
	.text-center{ text-align: left !important;}
	.dt-sc-team{float:none;}
    .logo-wrapper .logo h2 {
        display: none;
    }
	.dt-sc-team .dt-sc-team-thumb{max-width:100%;}
    .hero .intro h3 {
        font-size: 28px;
    }
    .hero .intro h4 {
        font-size: 20px;
    }
    .header .caption h1 {
        font-size: 24px;
        margin-bottom: 10px;
        letter-spacing: 3px;
        line-height: 1.35em;
    }
    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
    }
    .header .caption .butn-light {
        margin-right: 10px;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .bauen-blog .carousel-item .con h5,
    .bauen-blog .carousel-item .con h5 a {
        font-size: 20px;
    }
    .bauen-comment-section h3 span {
        margin-left: 0px;
    }
    .main-footer .sub-footer p.right {
        text-align: left;
    }
    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}
@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }
    .footer {
        padding: 60px 0;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}



.blogImg span {
    color: #335971;
    background: white;
    padding: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
}
.blogImg img {
    width: 100%;
}


.header-logo {
    /* background: white; */
    padding: 5px;
    text-align: center;
}
.header-logo h2 {
    color: #034278;
    margin: 0;
    font-size: 21px;
    text-align: center;
    font-weight: 800;
}
.header-logo h3 {
    font-size: 14px;
    text-align: center;
    color: #fcc11c;
    margin: 0;
}
.header-logo p {
    background: #6fcb0bb5;
    font-size: 9px;
    color: white;
    padding: 0 5px;
    margin: 0;
}
.header-logo a img {
    /* height: 96px; */
    width: 100%;
}

tr#HeaderControl_C_ctl00_tr_HeaderBackImage {
    background: transparent;
}


img.team-inner-icon {
    /* float: left; */
    /* margin-right: 15px; */
    border-radius: 10px;
    border: 1px inset;
	width:100%;
}
hr{border-top: 1px solid gray;}
.about-text{font-size:16px;line-height:30px;}
.career-text>a{font-size:18px;line-height:30px;text-align:justify;}

.contact-card {background: #421b0c;padding: 20px;margin: 15px 0;border-bottom: 3px solid #ffffff;/* min-height: 174px; */} 
.contact-card h4{color: #fff;font-size: 19px;margin: 0 0 10px 0;}


#HomepagecontentControl_C_ctl00_tdeee>tbody>tr>td{border-bottom:none !important;}
h3 {font-weight:bold !important;Font-size: 22px !important;color:#fff !important;text-align:left !important;/* line-height:30px !important; *//* border-bottom:1px #ccc dashed !important; *//* text-transform:uppercase !important; */margin-top: 25px !important;margin-bottom:10px !important;}
#HomepagecontentControl_C_ctl00_tr_BulletinPageBackSetting strong{color:#fff;font-weight:bold;Font-size: 18px;color:#eee;line-height:30px;text-align:left;margin: 20px 0 6px 0;letter-spacing: .5px;}
#HomepagecontentControl_C_ctl00_tr_BulletinPageBackSetting a{color:#999 !important; font-size:16px !important; font-family: "Domine", serif !important; line-height:28px!important;}
.btn.btn-primary{background-color:#7ea4a4;border-color:#7ea4a4;}
.btn.btn-secondary{background-color:#1b1b1b;border-color:#1b1b1b;}
.modal-body p,.modal-body ul li{color:#1b1b1b;}