
/* @import url(imp.css); */
@import url(bootstrap.min.css);

html {
    scroll-behavior: smooth;
}
html,
body { height: 100% }
body {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}
body {
    position: relative;
}
button:focus{
    outline: none;
}
button{
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}
h3 {
    font-size: 20px; 
    line-height: 28px;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec-pding-one{
    padding: 52px 0;
}
.sec-pding-two{
    padding: 52px 0 30px;
}

.thm-btn {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 18px 30px 18px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: #ffffff;
    color: var(--first-color);
}
.thm-btn:hover{
    background: var(--second-color);  
    color: #ffffff;
}

.thm-btn.btn-style-two{
    background: transparent;
    border: 2px solid #c8c7c7;
    color: #ffffff;
    padding: 16px 40px 16px;
}
.thm-btn.btn-style-two:hover{
    background: #343981;  
    color: #ffffff;  
    border: 2px solid #343981;
}

.sec-title {
    position: relative;
    padding-bottom: 30px;
}
.sec-title h1 {
    display: block;
    color: #e9e9e9;
    font-size: 86px;
    font-weight: 500;
    line-height: 62px;
    text-transform: uppercase;
    margin: 0;
}
.sec-title .overlay-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sec-title .overlay-title h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    padding: 10px 0;
}



/*________________Preloader_______________ */

.preloader{ 
    position:fixed; 
    z-index: 9999999999999999999999999999;
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; z-index:999999; background-color:rgba(255,255,255,1); background-position:center center; background-repeat:no-repeat; background-image:url(../images/icon/preloader.gif);}




/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

.header-area.stricky-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fafafa;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-area .logo a img{
    transition: all 700ms ease;    
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}
/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in 0.4s;
    background-color: rgba(0, 0, 0,0.8);
    opacity: 0;
    overflow: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;   
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.review-box {}
.review-box ul {
  margin-left: -1px;
  margin-right: -1px;
}
.review-box ul li {
  display: inline-block;
  margin: 0 1px;
}
.review-box ul li i {
  color: #00a5ea;
  font-size: 12px;
}

.sociallinks-style-two {
    margin-top: 33px;
}
.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0;
}
.sociallinks-style-two li a i {
    color: #848484;
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    line-height: 38px;
    transition: all 500ms ease;
}
.sociallinks-style-two li a:hover i {
    background: var(--first-color);
    border-color: var(--first-color);
    color: #ffffff;
}

/*==============================================
    Header Area Css
===============================================*/
.header-area {
    background: #ffffff;
    position: relative;
}
.header-area .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-area .logo a {
    display: block;
}
.header-area .logo img {
    width: 250px;
}
.main-menu {
    float: left;
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
}
.main-menu .navigation li {
    float: left;
    position: relative;
}
.main-menu .navigation li:last-child:before {
    display: none;
}
.main-menu .navigation li a {
    position: relative;
    color: #282828;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    opacity: 1;
    padding: 30px 20px;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: var(--first-color);
    opacity: 1;
}

.main-menu .navigation li a:after {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    content: "";
    display: block;
    background: var(--first-color);
    width: 3px;
    height: 10px;
    transition: all 300ms ease;
    text-align: center;
    opacity: 0;
    margin: 32px 0;
}
.main-menu .navigation li:hover > a:after,
.main-menu .navigation li.current > a:after,
.main-menu .navigation li.current-menu-item > a:after{
    opacity: 1;
}


.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 250px;
    background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    border-top: 3px solid rgba(0, 0, 0, 0.70);
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.96);
}
.main-menu .navigation > li > ul li::before{
    display: none;
}
.main-menu .navigation li ul li a {
    color: #252525;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 0px 14px 20px !important;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.main-menu .navigation li ul li a:after{
    display: none;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #fff;
    background-color: var(--first-color);
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}



.mainmenu-right-box {
    margin-left: 20px;
}
.outer-search-box {
    float: left;
    height: 40px;
    width: 40px;
    margin: 30px 0;
    transition: all 300ms ease;
    border: 1px solid var(--second-color);
}
.outer-search-box:hover{
    border-color: var(--first-color);    
}
.outer-search-box .seach-toggle {
    background: transparent;
    color: #afafb5;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 9px 0px;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
    background:var(--first-color);
    color: #fff;
}
.search-box {
    background: var(--first-color);
    border-top: 1px solid #252525;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: 120%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
}
.search-box .form-group{
    position:relative;
    padding:0px;
    margin:0px;
    width:100%;
    min-width:250px;
}
.search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #303443;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
    border-color:#081a6c;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
    background: #303443;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
    color:#fff;
    background: #081a6c;
}



/*** 
====================================================================
	Main Slider style
====================================================================
***/
.rev_slider_wrapper{
	position:relative;
	z-index:10;
}
.rev_slider_wrapper .tp-caption{
	z-index: 5;
}
.rev_slider_wrapper .tp-dottedoverlay{
	background:rgba(0, 0, 0, 0.00);	
}
.rev_slider_wrapper .big-title{
	position: relative;
	font-weight: 600;
	font-size: 48px;
	color: #ffffff;
	line-height: 1.2em;
	font-family: 'Poppins', sans-serif;
}
.rev_slider_wrapper .text{
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #f3f3f3;
	line-height: 1.6em;
    font-family: 'Hind', sans-serif;
}
.rev_slider_wrapper .button a.thm-btn.pdone{
    padding: 18px 40px;
    background: var(--first-color);
    color: #ffffff;
    margin-right: 8px;
}
.rev_slider_wrapper .button a.thm-btn.pdone:hover{
    background: #1c2382;
}
.rev_slider_wrapper .button a.thm-btn.pdtwo{
    padding: 16px 29px;    
}

.rev_slider_wrapper .slide-content-box.mar-btm{ }
.rev_slider_wrapper .slide-content-box.mar-btm .big-title{
    margin-bottom: 10px;
}
.rev_slider_wrapper .slide-content-box.mar-btm .text{ 
    margin-bottom: 24px;
}
.rev_slider_wrapper .slide-content-box.mar-btm{ }



.tparrows {
    background: transparent;
    border: 2px solid #c6c4c2;
    cursor: pointer;
    display: block;
    height: 55px;
    position: absolute;
    width: 55px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 0px;
}
.tparrows:before{
    font-size:18px; 
    font-weight: 700;
    color:#848484; 
    display:block; 
    line-height: 50px; 
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:var(--first-color);
    border-color: var(--first-color);
}
.tparrows:hover:before{
    color: #ffffff;    
}



/*** 
=============================================
    Choose Area style
=============================================
***/
.choose-area{
    position: relative;
    background: #f6f6f6;    
}
.choose-area .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    padding-bottom: 30px;
}
.fact-counter-area .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    padding-bottom: 30px;
}
.fact-counter-area .single-item {
    height: 100%;
    margin-bottom: 0;
}
.choose-area .row::before, .choose-area .row::after, .fact-counter-area .row::before, .fact-counter-area .row::after {
    display: none;
}
.choose-area .col-md-4, .fact-counter-area .col-md-3 {
    width: 100%;
    height: 100%;
}
.single-choose-item{
    background: #fff;
    display: block;
    position: relative;
    padding: 40px 20px 30px;
    border: 1px solid #f0f0f0;
    height: 100%;
}
.single-choose-item .top {
    position: relative;
    padding-left: 60px;
    min-height: 60px;
}
.single-choose-item .top .icon-holder{
    position: absolute;
    left: 0;
    top: 0;
}
.single-choose-item .top .icon-holder {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    z-index: 1;
}
.single-choose-item .top .icon-holder img {
    width: 100%;
    object-fit: contain;
}
.single-choose-item .top .title-holder {
    padding-left: 60px;
    position: relative;
}
.single-choose-item .top .title-holder:before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 40px;
    height: 1px;
    content: "";
    background: #f2f2f2;
    margin: 15px 0;
}
.single-choose-item .top .title-holder h3 {
    color: var(--first-color);
    margin: 15px 0;
}
.single-choose-item .text-holder {
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 10px;
}
.single-choose-item .read-more{
    
}
.single-choose-item .read-more a {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-top: 4px;
}
.single-choose-item:hover .read-more a{
    color: var(--first-color);
}
.single-choose-item .read-more a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    content: "";
}
.single-choose-item .read-more a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--first-color);
    content: "";
    transition: all 500ms ease;
}
.single-choose-item:hover .read-more a:after{
    width: 100%;    
}

/*** 
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
    background: var(--first-color);
    padding-top: 62px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
.fact-counter-area .title{
    max-width: 890px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.fact-counter-area .title h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.fact-counter-area .single-item {
    display: block;
    padding: 42px 10px 40px;
    border: 1px solid #fff;
}
.fact-counter-area .single-item h1 span{
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.fact-counter-area .single-item h3{
    color: #dedede;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 16px 0 0;
}
.fact-counter-area .single-item .text-holder{
    margin-top: 14px;
}
.fact-counter-area .single-item .text-holder p{
    color: #dedede;
    font-size: 16px;
    margin: 0;
}



/*** 
=============================================
    Project Area style
=============================================
***/
.latest-project-area{
    padding-top: 52px;
    padding-bottom: 70px;
}
.latest-project-area .sec-title{
    width: 50%;
}
.latest-project-area .button {
    width: 50%;
    text-align: right;
}
.latest-project-area .button a {
    border: 2px solid #f2f2f2;
    display: inline-block;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px 10px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    margin: 8px 0 0;
}
.latest-project-area .button a:hover{
    background: var(--first-color);
    border-color: var(--first-color);
    color: #ffffff;
} 

.latest-project-area .inner-content {
    margin-right: 0;
    margin-left: 0;
    background: #f6f6f6;
}
.latest-project-area .inner-content .left-content {
    padding: 0;
}

.latest-project-area .single-project-item{
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding: 2px;
}

.single-project-item{
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.single-project-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-item .img-holder img{
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
}

.single-project-item .img-holder .overlay-style-one .box .content ul li {
    display: inline-block;
    margin: 0 3px;
}
.single-project-item .img-holder .overlay-style-one .box .content ul li a.link {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.single-project-item .img-holder .overlay-style-one .box .content ul li a.link i {
    background: transparent;
    border: 1px solid var(--second-color);
    color: #fff;
}
.single-project-item .img-holder .overlay-style-one .box .content ul li a.link:hover i{
    background: var(--first-color);
    border-color: var(--first-color);
}
.single-project-item .img-holder .overlay-style-one .box .content a i {
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    color: #ffffff;
    border: none;
    line-height: 48px;
    opacity: 0;
    margin: 0;
    transition: all 0.3s ease-in-out 0.1s;
}

.latest-project-area .inner-content .right-content {
    padding: 0 20px;
}
.latest-project-area .right-content .text-holder {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 490px;
}
.latest-project-area .right-content .text-holder .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.latest-project-area .right-content .text-holder .content h3 {
    font-size: 24px;
    color: #222222;
    margin: 0 0 3px;
}
.latest-project-area .right-content .text-holder .content span {
    color: var(--first-color);
    font-weight: 500;
}
.latest-project-area .right-content .text-holder .content p {
    margin: 15px 0 31px;
}
.latest-project-area .right-content .text-holder .content a {
    border: 2px solid #e9e9e9;
    width: 160px;
    height: 50px;
    color: var(--first-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: center;
    line-height: 46px;
    transition: all 500ms ease;
    margin: 0 auto;
}
.latest-project-area .right-content .text-holder .content a:hover{
    background: var(--first-color);
    border-color: var(--first-color);
    color: #fff;
}


/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
    background: #f6f6f6;
    padding-bottom: 40px;
    padding-top: 40px;
}


/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    background: var(--second-color);
    padding: 70px 0 77px;
}

.single-footer-widget .footer-logo {
    padding: 0 0 32px;
}
.single-footer-widget .our-info {
    overflow: hidden;
}
.single-footer-widget .our-info p {
    margin: 0 0 31px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.single-footer-widget .our-info .button a {
    background: var(--second-color);
    color: #848484;
    border: 2px solid #333333;
    padding: 16px 40px 16px;
    transition: all 500ms ease;
    
}
.single-footer-widget .our-info .button a:hover{
    background: #333333;
    color: #fff;
}

.single-footer-widget .title {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.single-footer-widget .title .border{
    width: 50px;
    height: 2px;
    margin: 13px 0 0;
    background: #313131;
    display: block;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-footer-widget .usefull-links {
    float: left;
    margin-top: -6px;
}
.single-footer-widget .usefull-links li{
    margin-bottom: 10px;  
    position: relative;
}
.single-footer-widget .usefull-links li:last-child{
    margin-bottom: 0px;  
}
.single-footer-widget .usefull-links li a {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    transition: all 700ms ease;
}
.single-footer-widget .usefull-links li:hover a{
    color: #fff;
    text-decoration: underline;
}



.single-footer-widget .latest-news {
    overflow: hidden;
    display: block;
    margin-top: -4px;
}
.single-footer-widget .latest-news li {
    display: block;
    border-bottom: 1px solid #242424;
    padding-bottom: 11px;
    margin-bottom: 17px;
}
.single-footer-widget .latest-news li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-footer-widget .latest-news li h4{
    margin: 0 0 11px;
}
.single-footer-widget .latest-news li h4 a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
}
.single-footer-widget .latest-news li h4 a:hover{
    color: var(--first-color);    
}

.single-footer-widget .footer-contact-info {
    position: relative;
    margin-top: -10px;
    z-index: 2;
}
.single-footer-widget .footer-contact-info:before {
    position: absolute;
    bottom: -30px;
    left: 0;
    content: "";
    background: var(--second-color);
    background-repeat: no-repeat;
    z-index: -1;
    right: 0;
    top: 0;
}
.single-footer-widget .footer-contact-info li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #242424;
}
.single-footer-widget .footer-contact-info li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 2px;
    left: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.single-footer-widget .footer-contact-info li .icon-holder span.flaticon-gps:before {
    position: relative;
    top: 3px;
    font-size: 20px;
}
.single-footer-widget .footer-contact-info li .text-holder {}
.single-footer-widget .footer-contact-info li .text-holder h5 {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Hind', sans-serif;
}

.single-footer-widget .footer-social-links {
    overflow: hidden;
    margin: 20px 0 0;
}
.single-footer-widget .footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.single-footer-widget .footer-social-links li:last-child {
    margin-right: 0px;
}
.single-footer-widget .footer-social-links li a i{
    color: #848484;
    font-size: 14px;
    transition: all 500ms ease;
}
.single-footer-widget .footer-social-links li a:hover i{
    color: #fff;
}
footer a {
    color: #848484;
    transition: 0.5s;
}
footer a:hover {
    color: white;
}
footer img {
    width: 250px;
}


/*** 
=============================================
    Footer bottom area style
=============================================
***/
.footer-bottom-area{
    background: #1c1c1c;
    padding: 22px 0;
}
.footer-bottom-area .footer-bottom {
    overflow: hidden;

}
.footer-bottom-area .footer-bottom .copyright-text {
    margin: 0px 0;
}
.footer-bottom-area .footer-bottom .copyright-text p {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}
.footer-bottom-area .footer-bottom .copyright-text p a {
    color: #ffffff; 
    font-weight: 700;
    transition: all 500ms ease;
}
.footer-bottom-area .footer-bottom .copyright-text p a:hover{
    color: #9c9c9c;
}

.footer-bottom-area .footer-bottom .footer-menu{}
.footer-bottom-area .footer-bottom .footer-menu ul li{
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.footer-bottom-area .footer-bottom .footer-menu ul li:last-child{
    margin-right: 0px;
}
.footer-bottom-area .footer-bottom .footer-menu ul li a {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease; 
}
.footer-bottom-area .footer-bottom .footer-menu ul li a:hover{
    color: #fff;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area::before {
    background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb-area .breadcrumbs {}
.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
}

.breadcrumb-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    padding: 18px 0 15px;
}
.breadcrumb-bottom .left ul{}
.breadcrumb-bottom .left ul li{
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-bottom .left ul li:last-child{
    margin-right: 0;
}
.breadcrumb-bottom .left ul li a{
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.breadcrumb-bottom .left ul li.active{
    color: #fff;    
}
.breadcrumb-bottom .left ul li i{
    font-size: 16px;
    color: #ffffff;
}
.breadcrumb-bottom .left ul li a:hover{
  color: #fff;    
}
.breadcrumb-bottom .right span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-bottom .right span i {
    font-size: 16px;
    display: inline-block;
    padding-right: 6px;
}

.breadcrumb-bottom .right a {
    display: inline-block;
}
.breadcrumb-bottom .right span:hover{
    color: var(--first-color);    
}

/*** 
=============================================
    Project single area  style
=============================================
***/
.project-single-area {
    padding-top: 70px;
    padding-bottom: 70px;
}
.project-single-area .sec-title {
    padding-bottom: 25px;
}
.project-single-area .sec-title h2{
    color: #222222;
    font-size: 24px;
    font-weight: 400;
}
.project-single-area .sec-title .border {
    height: 2px;
    background: var(--first-color);
    width: 50px;
    display: block;
    margin: 15px 0 0;
}

.project-single-area .single-project-img-box {
    margin-bottom: 50px;
}

.project-single-area .project-info {}
.project-single-area .project-info ul {
    background: #f7f7f7;
    display: block;
    padding-top: 23px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.project-single-area .project-info ul li {
    color: var(--first-color);
    font-size: 16px;
    margin-bottom: 15px;
}
.project-single-area .project-info ul li:last-child{
    margin-bottom: 0;
}
.project-single-area .project-info ul li b {
    width: 100px;
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
}
.project-single-area .project-info ul li span{
    font-family: 'Hind', sans-serif;
    padding-left: 20px; 
    color: #848484;
}
.project-single-area .legal-work-content {
    
}
.project-single-area .legal-work-content h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 8px;
}
.project-single-area .legal-work-content span{
    color: var(--first-color);
    margin: 0;
}
.project-single-area .legal-work-content p {
    margin: 15px 0 0;
}
.project-single-area .legal-work-content a {
    margin: 16px 0 0;
    border: 2px solid #f2f2f2;
}

.project-single-area .project-analysis {
    overflow: hidden;
    padding-top: 40px;
}
.project-single-area .project-analysis .text-holder {
    margin-top: -7px;
    overflow: hidden;
    margin-bottom: 30px;
}


.project-single-area .project-result {
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: 80px;
}
.project-single-area .project-result .text-holder {
    margin-top: -6px;
    margin-bottom: 40px;
}
.project-single-area .project-result .text-holder p {
    margin-bottom: 25px;
}
.project-single-area .project-result .text-holder ul{ }
.project-single-area .project-result .text-holder ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;    
} 
.project-single-area .project-result .text-holder ul li:last-child{
    margin-bottom: 0;
}
.project-single-area .project-result .text-holder ul li:before {
    content: "\f046";
    font-family: FontAwesome;
    color: var(--first-color);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}


.project-single-area .bottom {
  border-top: 1px solid #f7f7f7;
  margin: 48px 0 0;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}
.project-single-area .bottom .button a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.project-single-area .bottom .button a:hover{
  color: var(--first-color);
}
.project-single-area .bottom .button a i {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.project-single-area .bottom .button.next a i{
  padding-right: 0px;
  padding-left: 10px;
}
.project-single-area .bottom .icon-holder a i {
  color: #222222;
  font-size: 24px;
  position: relative;
  top: 4px;
  transition: all 500ms ease 0s;
}
.project-single-area .bottom .icon-holder a:hover i{
  color: var(--first-color);
}

/*** 
=============================================
    Contact Info area style
=============================================
***/
.contact-info-area {
    padding: 70px 0;
}

.contact-info-carousel {
    background: #f6f6f6;
    display: block;
    padding: 40px 30px 30px;
}
.contact-info-carousel .title {
    padding-bottom: 25px;
}
.contact-info-carousel .title h3{
    color: #222222;
    font-size: 24px;
    font-weight: 500;
}
.contact-info-carousel .title .border{
    background: var(--first-color);
    height: 2px;
    width: 50px;
    display: block;
    margin: 14px 0 0;
}

.contact-info-list {
  margin-left: -10px;
}
.contact-info-list li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  position: relative;
}
.contact-info-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid;
}
.contact-info-list li .icon-holder {
  position: absolute;
  top: 6px;
  left: 10px;
}
.contact-info-list li .icon-holder span:before {
    color: var(--first-color);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.contact-info-list li .text-holder {}
.contact-info-list li .text-holder h5 {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.contact-info-list li .text-holder h5 span {
    text-transform: uppercase;
    font-weight: 700;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.contact-info-carousel .owl-dots {
    position: absolute;
    top: 35px;
    right: 30px;
}
.contact-info-carousel .owl-dots .owl-dot{
	background-image:none;
	width: 13px;
	height: 13px;
	margin: 5px 7px;
    border: 2px solid #d8d8d8;
	padding:0px;
	background: #f6f6f6;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	transition: all 500ms ease;
	display: inline-block;
}
.contact-info-carousel .owl-dots .owl-dot span{
	display:none;	
}
.contact-info-carousel .owl-dots .owl-dot.active{
	background:var(--first-color);
    border-color: var(--first-color);
    border-radius: 15px;
}
.contact-info-carousel .owl-dots .owl-dot:hover{
	background:var(--first-color);
    border-color: var(--first-color);
}



.contact-info-area .contact-author-info {
    background: #f6f6f6;
    display: block;
    padding: 40px 30px 40px;
}
.contact-info-area .contact-author-info .title {
    padding-bottom: 36px;
}
.contact-info-area .contact-author-info .title h3{
    font-size: 24px;
}
.contact-info-area .contact-author-info .title .border{
    background: var(--first-color);
    height: 2px;
    width: 50px;
    display: block;
    margin: 14px 0 0;    
}
.contact-info-area .contact-author-info .mar-btm {
    margin-bottom: 28px;
}
.contact-info-area .contact-author-info ul li {
    background: #ffffff;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}
.contact-info-area .contact-author-info ul li .img-holder {
    position: absolute;
    top: 27px;
    left: 15px;
}
.contact-info-area .contact-author-info ul li .text-holder {
    padding-left: 10px;
}


.work-box{
    background: #f6f6f6;
    display: block;
    padding: 34px 30px 26px;    
}
.work-box .title {
    padding-bottom: 36px;
}
.work-box .title h3{
    font-size: 24px;
    color: #222222;
}
.work-box .title .border{
    background: var(--first-color);
    height: 2px;
    width: 50px;
    display: block;
    margin: 14px 0 0;    
}
.working-hours {}
.working-hours li {
    display: block;
    padding: 7px 20px 7px;
}
.working-hours li span{
    float: right;
}
.working-hours li span.closes{
    color: var(--first-color);
}
.working-hours li.bg-white{
    background: #ffffff;    
}


/*** 
=============================================
    Google map Area style
=============================================
***/
.google-map-area {
  position: relative;
}
#contact-google-map {
  height: 480px;
  width: 100%;
}



/*** 
=============================================
    Contact Area style
=============================================
***/
.contact-area {
    padding-bottom: 70px;
    padding-top: 52px;
}
.contact-area .title{
    padding-bottom: 34px;
    margin-top: -4px;
}
.contact-area .title h2{
    color: #1c1c1c;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}
.contact-area .contact-form { }
.contact-area .contact-form form input[type="text"],
.contact-area .contact-form form input[type="email"],
.contact-area .contact-form form textarea{
    border: 1px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}
.contact-area .contact-form form textarea{
    height: 182px;
    margin-bottom: 40px;
    padding: 10px 20px;
}
.contact-area .contact-form form input[type="text"]:focus{
    border-color: var(--first-color);        
}
.contact-area .contact-form form input[type="email"]:focus{
    border-color: var(--first-color);        
}
.contact-area .contact-form form textarea:focus{
    border-color: var(--first-color);    
}
.contact-area .contact-form form button {
    width: 100%;
    padding: 18px 0 18px;
    background: var(--first-color);
    color: #fff;
}
.contact-area .contact-form form button:hover{
    background: #1c2163;
}