body {
 font-family: 'Open Sans', sans-serif;
 margin: 0;
 padding: 0;
 background: #f4f6f7;
}
a {
 text-decoration: none !important;
}
ul, ol, li {
 list-style: none;
 margin: 0;
 padding: 0;
}
img {
 max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-family: 'Roboto Condensed', sans-serif;
}
p {
 font-size: 13.5px;
 line-height: 22px;
 color:#4C4C4C;
}
img{
 max-width: 100%;
}
.container{
   max-width: 1200px;
   width: 100%;
}


/* Header Top */
section#header-top {
 padding: 15px 0;
}
.header-top-right .email {
    float: left;
}
.header-top-right {
    float: right;
    margin-top: 13px;
}
.email-icon i {
    font-size: 35px;
}
.email-icon {
    float: left;
    width: 40px;
    margin-right: 10px;
    margin-top: 8px;
    color: #ffb902;
}
.email-content {
    width: calc(100% - 40px - 10px);
    float: left;
}
.email.phone {
    padding-left: 70px;
}
.email p {
    font-size: 15px;
    color: #808080;
    margin-bottom:4px;
}
.email h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3e;
}
/* Header Top End */



/* Navbar */
.navbar{
 margin-bottom: 0;
}
.navbar-default{
 border: none;
 background: #000;
 border-top:1px solid #e1e1e1;
 border-radius: 0;
}
ul#menu-main-menu li a{
 padding: 22px 42px;
 font-size: 16px;
 text-transform: uppercase;
 color: #fff;
 font-family: 'Roboto Condensed', sans-serif;
 border-left:1px solid #2b2b2b;
 transition: ease-in-out .3s;
 display: block;
}
ul#menu-main-menu {
    display: flex;
    justify-content: center;
    float: none;
}
.navbar-default .navbar-toggle {
    border:none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:inherit;
}
ul#menu-main-menu li:last-of-type a{
 border-right:1px solid #2b2b2b;
}
ul#menu-main-menu li.current-menu-item > a{
    color: #ffb902 !important;
}
ul#menu-main-menu li:hover > a{
    color: #ffb902 !important;
}
.solid {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    transition: all linear .9s;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.sub-menu {
    display: none;
    position: absolute;
    top: 67px;
    background: black;
    min-width: 200px;
    left: 0;
    transition: ease-in-out .3s;
}
.sub-menu li a{
    padding: 12px 15px !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #2b2b2b;
}
ul#menu-main-menu li {
    position: relative;
}
ul#menu-main-menu >li:hover .sub-menu{
    display: block;
    z-index: 999;
}
/* Navbar End */





/* Slider */
#slider{
 padding: 200px 0;
 position: relative;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}
#slider:before{
 position: absolute;
 content: '';
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.6);
}
.slider-caption h1 {
 font-size:65px;
 text-transform: uppercase;
 color: #fff;
 line-height: 70px;
}
.slider-caption h1 b {
 display: block;
 color: #ffb902;
 font-weight: 600;
}
.slider-caption p {
 font-size: 16px;
 color: #fff;
 max-width:70%;
 line-height: 24px;
 margin-top: 40px;
 margin-bottom: 40px;
}
.slider-caption a {
 display: inline-block;
 background:#ffb902;
 padding:14px 25px;
 text-transform: uppercase;
 font-weight: 600;
 color: #fff;
 transition: ease-in-out .3s;
}
.slider-caption a:hover{
 background:#000;
}
.slider-caption {
 position: relative;
}
/* Slider End */




/* Main Services */
.main-title {
    text-align: center;
    margin-bottom: 40px;
}
.main-title h3 {
    font-size: 35px;
    font-weight: bold;
    color:#2f2f2f;
    text-transform: uppercase;
    margin-bottom:50px;
    position: relative;
}
.main-title h3:before{
 position: absolute;
 content: '';
 bottom:-20px;
 left: 0;
 right: 0;
 margin: auto;
 background-color:#ffb902;
 background-image: linear-gradient(-87deg,rgba(255,255,255,.95) 15%,transparent 15%,transparent 15%,rgba(255,255,255,.95) 15%,rgba(255,255,255,.95) 15%,transparent 15%,transparent);
 background-size: 14px 4px;
 height: 4px;
 width: 110px;
 margin: 0px auto;
 overflow: hidden;
}
.main-title h3:after{
    position: absolute;
    content: '';
    bottom:-28px;
    left: 0;
    right: 0;
    margin: auto;
    background-color:#ffb902;
    background-image: linear-gradient(87deg,rgba(255,255,255,.95) 15%,transparent 15%,transparent 15%,rgba(255,255,255,.95) 10%,rgba(255,255,255,.95) 10%,transparent 10%,transparent);
    background-size: 18px 25px;
    height: 4px;
    width: 105px;
    margin: 2px auto;
    overflow: hidden;
}
.main-title p {
    font-size: 15px;
    color: #6d6d6d;
    margin-bottom: 0;
}
.main-services-content {
    float: left;
    width: calc(100% - 80px);
    margin-right: 10px;
}
.main-service-wrap .hexagon {
    float: right;
    position: relative;
    width: 70px;
    height: 40px;
    background-color: #fff;
    margin: 20px 0;
    border-left: solid 5px #ffb902;
    border-right: solid 5px #ffb902;
}
.main-service-wrap .hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 49px;
    height: 49px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5px;
}
.main-service-wrap .hexagon:before {
    top: -25px;
    border-top: solid 7.0711px #ffb902;
    border-right: solid 7.0711px #ffb902;
}
.main-service-wrap .hexagon:after {
    bottom: -25px;
    border-bottom: solid 7.0711px #ffb902;
    border-left: solid 7.0711px #ffb902;
}
.about-content {
    width: 100%;
    position: absolute;
    z-index: 22;
    line-height:42px;
    text-align: center;
}
.about-content span{
    font-size: 23px;
    color:#ffb902;
}
.main-services-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.main-services-content p {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    margin-bottom: 0;
}
.main-service-wrap.clearfix {
    margin-bottom: 45px;
}
#main-services .main-title {
    margin-bottom: 50px;
}
/* Main Services End */




/* Why Section */
#why-section {
    padding: 90px 0;
    position: relative;
}
#why-section:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
}
.why-wrap span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #ffb902;
    margin-bottom: 15px;
}
.why-wrap h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.why-wrap p {
    font-size: 14px;
    line-height: 24px;
    color:#717171;
    text-align: justify;
}
.why-wrap a {
    font-size: 16px;
    font-weight: 600;
    background: #000000;
    display: inline-block;
    color: #fff;
    padding: 13px 30px;
    border-radius: 2px;
    margin-top: 30px;
    transition: ease-in-out .3s;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    letter-spacing: .3px;
}
.why-wrap a:hover{
 background:#ffb902;
}
/* Why Section End */




/* Our Project */
.project-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    z-index: 3;
    opacity: 0;
    transition: ease-in-out .3s;
}
.project-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.project-img:before {
    position: absolute;
    content: '';
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    border:1px solid #cccccc;
    z-index: 2;
    opacity: 0;
    transition: ease-in-out .3s;
}
.project-img {
    position: relative;
    overflow: hidden;
}
.project-img img{
    transition: ease-in-out .5s;
}
.project-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: ease-in-out .3s;
}
.project-content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.project-content p {
    color: #ffffff;
    margin-bottom: 15px;
}
.project-content a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffb902;
    border-bottom: 2px solid #ffb902;
    padding-bottom: 2px;
    display: inline-block;
}
.project-wrap:hover:before{
    opacity: 1;
}
.project-wrap:hover .project-img:before{
    opacity: 1;
}
.project-wrap:hover .project-content{
    opacity: 1;
}
.project-wrap:hover .project-img img{
    transform: scale(1.07   );
}
section#project.bottom-space {
    margin-bottom: 65px;
}
/* Our Project End */



/* Testimonials */
#testimonials {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#testimonials .main-title h3 {
    color: #fff;
}
#testimonials .main-title p {
    color: #ececec;
}
.testi-wrap {
    background: rgba(255, 255, 255, 0.19);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 40px;
    position: relative;
    text-align: center;
}
.testi-img img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 100%;
}
.testi-img {
    border: 4px solid #ffb902;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}
.testi-wrap h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.testi-wrap span {
    display: block;
    font-size: 15px;
    color: #ececec;
}
.testi-content {
    margin-top: 30px;
}
.testi-content p {
    color: #fff;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 30px;
}
.testimonials-wrap .owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #ffb902;
    height: 40px;
    width: 35px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    display: none !important;
}
.testimonials-wrap .owl-nav .owl-prev{
    left: 0;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
.testimonials-wrap .owl-nav .owl-next{
    right: 0;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}
.testimonials-wrap:hover .owl-nav .owl-prev, 
.testimonials-wrap:hover .owl-nav .owl-next{
    display: block !important; 
}
/* Testimonials End */




/* Top Part */
.top-part-left span {
    font-size: 16px;
    color:#ffb902;
    display: block;
    margin: auto;
    font-weight: 600;
}
.top-part-icon span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 26px;
    border: 4px solid #ffb902;
    border-radius: 5px;
    text-align: center;
    position: relative;
    color: #ffb902;
}
.top-part-icon span:before {
    position: absolute;
    content: '';
    left: -12px;
    top: 3px;
    margin: auto;
    height: 34px;
    width: 4px;
    background: #ffb902;
    border-bottom-left-radius: 7px;
}
.top-part-icon span:after {
    position: absolute;
    content: '';
    left: -12px;
    bottom: -12px;
    margin: auto;
    height: 4px;
    width: 38px;
    background: #ffb902;
    border-bottom-left-radius: 7px;
}
.top-part-left h5 {
    font-size: 30px;
    font-weight: bold;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
}
.top-part-left p {
    line-height: 23px;
    color: #737373;
    text-align: justify;
}
.top-part-icon-wrap {
    margin-top: 50px;
}
.top-part-icon {
    text-align: center;
}
.top-part-icon h3 {
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}
.top-part-icon p {
    font-size: 13px;
    line-height: 20px;
    color: #6d6d6d;
    margin-bottom: 0;
    text-align:center;
}
.top-part-form-title {
    background: #ffb902;
    padding: 25px;
    text-align: center;
}
.top-part-form-title span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color:#505050;
    margin-bottom: 5px;
}
.top-part-form-title h4 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
}
.top-part-form form {
    background: #fff;
    padding:20px 30px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.21);
}
.top-part-form .form-control {
    font-size: 13px;
    height: 40px;
    box-shadow: none;
    background: #fffcf6;
    border: 1px solid #dcdcdc;
    border-radius: 0;
}
.top-part-form .form-group {
    margin-bottom: 22px;
}
.top-part-form .form-group.last {
    margin-bottom:0px;
}
.top-part-form textarea.form-control {
    height: 110px;
}
.top-part-form .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background: black;
    border: none;
    border-radius: 0;
    padding: 12px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    transition: ease-in-out .3s;
}
.top-part-form .btn:hover{
 background: #ffb902;
}
.top-space{
 margin-top: 90px;
}
.bottom-space{
    margin-bottom: 90px;
}
/* Top Part End */




/* Footer */
#footer {
    background: #273747;
}
.footer-wrap {
    font-size: 13px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-wrap.left-contact {
    background-color:#ffb902;
    position: relative;
}
.footer-wrap.opening-hour {
    background-color:#f3b104;
    padding-bottom:72px;
}
.footer-wrap.right-contact {
    background-color:#ffb902;
    position: relative;
}
.footer-wrap {
    font-size: 13px;
    padding: 0 30px;
    padding-top:30px;
    padding-bottom: 30px;
    min-height: 153px;
}
.footer-images {
    float: left;
    margin-right:25px;
    min-height: 100px;
    position: relative;
    margin-top: 15px;
}
.footer-content {
    overflow: hidden;
}
#footer .padding {
    padding-left: 0;
    padding-right: 0;
}
#footer .margin {
    margin-left: 0;
    margin-right: 0;
}
.footer-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3e3e3e;
    margin-top: 15px;
    margin-bottom: 12px;
    position: relative;
    font-weight: bold;
}
.footer-content p {
    font-size: 14px;
    font-weight: 600;
    color:#696969;
    margin-bottom: 0;
}
.footer-wrap.left-contact:after {
    right: 0;
    border-left: 385px solid transparent;
    border-top: 20px solid #ffb902;
}
.footer-wrap.left-contact:after, .footer-wrap.right-contact:after {
    position: absolute;
    content: "";
    bottom: -20px;
}
.footer-wrap.right-contact:after {
    left: 0;
    border-right: 385px solid transparent;
    border-top: 20px solid #ffb902;
}
.footer-logo {
    text-align: center;
    padding: 50px 0;
}
section#footer-bottom {
    background: #212f3c;
    padding: 15px 0;
}
.footer-bottom-left p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    margin-top: 7px;
}
.footer-bottom-right ul li {
    float: left;
}
.footer-bottom-right ul li a {
    font-size: 20px;
    margin-left: 30px;
    color: #d4d4d4;
    transition: ease-in-out .3s;
}
.footer-bottom-right ul li:hover a{
    color:#ffb902;
}
.footer-bottom-right.clearfix {
    float: right;
}
.page-scroll a {
    font-size: 18px;
    color: #fff;
    background:#ffb902;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    display: inline-block;
    border-radius: 3px;
}
.page-scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
/* Footer End */





/* About Us Page */
#main-banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
#main-banner {
    position: relative;
}
#main-banner h4 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
#main-banner:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.about-main-wrapper {
    background: #fff;
}
.about-left span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ffb902;
    margin-bottom: 15px;
}
.about-left h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 30px;
    line-height: 37px;
}
.about-left p {
    font-size: 14px;
    line-height: 23px;
    color:#6d6d6d;
    text-align: justify;
}
.about-left p.large {
    font-size: 17px;
    font-weight: 600;
    color:#565656;
    line-height: 24px;
    margin-bottom: 20px;
}
#counter {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}
#counter:after {
    background-color: rgba(0, 0, 0, 0.8);
    z-index:1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.counter-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}
.counter-content span {
    font-size: 40px;
    font-weight: bold;
    color: #fdfdfd;
    display: block;
    margin-top: 30px;
    margin-bottom: 2px;
}
.counter-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #f5f5f5;
}
#why-choose {
    padding-bottom: 40px;
}
.why-choose-icon i {
    font-size: 22px;
    height: 70px;
    width: 70px;
    background: #ffffff;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
    border: 4px solid rgb(255, 185, 2);
    color: #ffb902;
}
.why-choose-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 10px;
}
.why-choose-content p {
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    margin-bottom: 0;
}
.why-choose-icon {
    float: left;
}
.why-choose-content {
    float: left;
    width: calc(100% - 90px);
    margin-left: 20px;
}
.why-choose-wrap.clearfix {
    margin-bottom: 50px;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}
/* About Us Page End */





/* Services */
.services-content {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.services-content h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #383838;
    margin-bottom: 10px;
}
.services-content p {
    font-size: 14px;
    color: #737373;
    margin-bottom: 20px;
}
.services-content a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffb902;
    border-bottom: 2px solid #ffb902;
    transition: ease-in-out .3s;
}
.services-content a:hover{
    color: #000;
    border-bottom: 2px solid #000;
}
.services-wrap {
    margin-bottom: 30px;
}
#services.bottom-space {
    margin-bottom: 60px;
}
.services-img{
    overflow: hidden;
}
.services-img img{
    transition: ease-in-out .4s;
}
.services-wrap:hover .services-img img {
    transform: scale(1.1);
}
/* Services End */





/* Service Details */
.service-details-left img {
    height: 537px;
    width: 100%;
    object-fit: cover;
}

.service-details-content h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3a3a3a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.service-details-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ffb902;
}
.service-details-content {
    margin-top: 40px;
}
.service-details-content p {
    font-size: 14px;
    text-align: justify;
    line-height: 23px;
    color:#5f5f5f;
}
.service-details-point h5 {
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.service-details-point p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #5f5f5f;
    margin-bottom: 0;
}
.service-details-point {
    margin-top: 40px;
}
#project-page.bottom-space {
    margin-bottom: 60px;
}
/* Service Details End */





/* Project Details */
.project-details-right h4 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    color: #383838;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.project-details-right h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background: #ffb902;
}
.project-details-right p {
    font-size: 14px;
    line-height: 23px;
    color: #676767;
    text-align: justify;
}
.project-details-right ul li {
    font-size: 14px;
    color: #424242;
    margin-top: 15px;
}
.project-details-right ul li i {
    margin-right: 15px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: #ffb902;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
}
.project-details-right ul {
    margin-top: 30px;
}
.project-details-left img {
    height: 441px;
    width: 100%;
    object-fit: cover;
}
.project-overview h3 {
    font-size: 23px;
    font-weight: bold;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.project-overview p {
    font-size: 14px;
    text-align: justify;
    color: #6f6f6f;
    line-height: 24px;
    margin-bottom: 20px;
}
.project-overview p:last-child{
    margin-bottom: 0;
}
.project-overview {
    margin-top: 50px;
}
/* Project Details End */






/* Teams */
.team-images img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.team-social ul li {
    float: left;
}
.team-social {
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    transform: translateY(-10%);
    opacity: 0;
    transition: ease-in-out .5s;
}
.team-wrap:hover .team-social{
    opacity: 1;
    top: 45%;
    transform: translateY(-45%);
}
.team-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.team-social ul li a {
    font-size: 15px;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffb902;
    margin: 0 2px;
    color: #fff;
    border-radius: 2px;
    transition: ease-in-out .3s;
}
.team-social ul li a.facebook:hover{
    background:#3b5998;
}
.team-social ul li a.twitter:hover{
    background:#1da1f2;
}
.team-social ul li a.linkedin:hover{
    background:#0077b5;
}
.team-social ul li a.google:hover{
    background:#dd4b39;
}
.team-content {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #e4e4e4;
    border-top: none;
}
.team-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ffb902;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team-content p {
    font-size: 14px;
    color: #929292;
    margin-bottom: 0;
}
.team-images {
    position: relative;
}
.team-images:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: ease-in-out .3s;
}
.team-wrap:hover .team-images:before{
    opacity: 1;
}
#team.bottom-space {
    margin-bottom: 50px;
}
/* Teams End */




/* Contact Us */
.contact-icon i {
    font-size: 25px;
    height: 70px;
    width: 70px;
    line-height: 60px;
    text-align: center;
    background: #ffb902;
    color: #fff;
    border-radius: 100%;
    border:5px solid #e6a807;
}
.contact-icon {
    float: left;
}
.contact-content {
    float: left;
    width: calc(100% - 90px);
    margin-left: 20px;
}
.contact-content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-content p {
    font-size: 14px;
    color: #848484;
    margin-bottom: 0;
}
.contact-wrap{
    border:3px solid #eaeaea;
    padding: 30px 25px;
    background: #fff;
}
.contact-form {
    margin-top: 90px;
}
.contact-form h5 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #353535;
}
.contact-left label {
    font-size: 15px;
    color: #3a3a3a;
}
.contact-form .form-control {
    height: 42px;
    box-shadow: none;
    border: 1px solid #d8d8d8;
}
.contact-left textarea.form-control {
    height: 150px;
}
.contact-left .form-group {
    margin-bottom: 20px;
}
.contact-left .form-group.last {
    margin-bottom: 0px;
}
.contact-left .btn {
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 26px;
    background: #ffb902;
    transition: ease-in-out .3s;
}
.contact-left .btn:hover{
    background: #000;
}
.contact-left {
    background: white;
    padding: 30px;
    border:1px solid #e2e2e2;
}
/* Contact Us End */





/* Blog */
.blog-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
}
.blog-wrap{
    margin-bottom: 40px;
    transition: ease-in-out .2s;
}
.blog-wrap:hover{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px)
}
.blog-content {
    background: #fff;
    padding: 50px 20px 20px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}
.blog-time {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    text-align: center;
    right: 15px;
    width: 90px;
    bottom: -30px;
}
.blog-img {
    position: relative;
}
.blog-time .year {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding:4px;
    background: #ffb902;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}
.blog-time .date {
    padding:10px 10px 0;
    color: #fff;
}
.blog-time .date span {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.blog-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-content ul li {
    float: left;
    width: 33.333333%;
    text-align: center;
    font-size: 13px;
    color: #848484;
    border-left: 1px solid #e0e0e0;
    padding: 10px 5px;
}
.blog-content ul li i {
    margin-right: 7px;
    color: #ffb902;
}
.blog-content ul {
    border: 1px solid #e0e0e0;
    border-left: none;
}
.blog-content p {
    font-size: 15px;
    line-height: 22px;
    color:#696969;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-content a {
    font-size: 15px;
    background: #ffb902;
    display: block;
    padding: 8px;
    color: black;
    font-weight: 600;
    max-width: 120px;
    text-align: center;
    border-radius: 2px;
    transition: ease-in-out .3s;
}
.blog-content a:hover{
    background: #000;
    color: #fff;
}
.blog-pagination .pagination {
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
nav.pj-custom-pagination a, 
nav.pj-custom-pagination span {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color:#7d7d7d;
    background-color: #fff;
    border: 1px solid #ddd;
} 
.blog-pagination ul li a:hover{
    background: #ffb902;
    color: #fff;
}
nav.pj-custom-pagination .current {
    background: #ffb902;
    border: 1px solid #ddd;
    color: #fff;
}
nav.pj-custom-pagination a:hover, 
nav.pj-custom-pagination span:hover{
    background: #ffb902;
    border: 1px solid #ddd;
    color: #fff;
}
.blog-form .form-control {
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    box-shadow: none;
    border: 1px solid #dadada;
}
.blog-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    font-size: 16px;
    background: #ffb902;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0px 15px;
    color: #000;
}
.blog-form {
    position: relative;
}
div#mysearch.widget_nav_menu, 
div#mysearch.widget_recent_entries{
    background: #fff;
    padding: 0px 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 30px;
}
div#mysearch h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    background: #000000;
    padding: 15px;
    margin-left: -20px;
    margin-right: -20px;
}
div#mysearch ul li a {
    font-size: 14px;
    color: #797979;
    display: block;
    transition: ease-in-out .3s;
}
div#mysearch ul li a:hover{
    color:#ffb902 ;
}
div#mysearch ul li {
    margin-top: 12px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    padding-left: 22px;
    position: relative;
}
div#mysearch ul li:before{
    position: absolute;
    content: '\f08b';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color:#ffb902;
    font-family:"FontAwesome";
}
div#mysearch ul li:last-child {
    border-bottom: none;
    padding-bottom: inherit;
}
.blog-sidebar-img {
    margin-top: 30px;
    background: #fff;
    padding: 2px;
}
span.page-numbers.page-num {
    display: none;
}
div#mysearch.widget_media_image {
    margin-top: 30px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16);
}
form#searchform input#s{
    padding-right: 75px !important;
}
form#searchform input {
    font-size: 14px;
    height: 40px;
    border-radius: .25rem;
    border: 1px solid #cecece;
    width: 100%;
    padding:0 12px;
}
form#searchform input:focus{
    border:1px solid #cecece;
    outline: none;
    box-shadow: none;
}
input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    width: auto !important;
    background: #ffb902;
    color: #fff;
    border-radius: 0 !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    border: none !important;
    cursor: pointer;
}
label.assistive-text {
    display: none;
}
form#searchform {
    position: relative;
}

/* Blog End */






/* Blog Details */
.blog-details-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.blog-details-img {
    position: relative;
}
.blog-details-img .blog-time {
    top: 20px;
    left: 20px;
    bottom: inherit;
}
.blog-details-content h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c4c4c;
    margin-top: 30px;
    margin-bottom:20px;
}
.blog-details-content ul li {
    float: left;
    margin-right: 30px;
}
.blog-details-content ul li i {
    color: #ffb902;
    margin-right: 5px;
}
.blog-details-content ul li +li {
    position: relative;
}
.blog-details-content ul li +li:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -15px;
    height: 14px;
    width: 1px;
    background: #adadad;
    margin: auto;
}
.blog-details-content ul {
    margin-bottom: 20px;
}
.blog-details-content p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #6d6d6d;
}
.share ul li {
    font-size: 16px;
    margin-right: 8px;
}
.share ul li:before {
    display: none;
}
.share ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.share ul li a.facebook{
    background:#3b5998;
}
.share ul li a.twitter{
    background:#1da1f2;
}
.share ul li a.linkedin{
    background:#0077b5;
}
.share ul li a.google{
    background:#dd4b39;
}
.share ul li a i {
    color: #fff;
}
.share.clearfix ul li.first {
    color: #505050;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 6px;
}
.share.clearfix ul li.first i {
    margin-left: 5px;
}
.share.clearfix {
    margin-top: 40px;
}
.blog-comment {
    margin-top: 45px;
}
.blog-comment h4 {
    font-size: 25px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 15px;
}
.blog-comment .form-control {
    height: 42px;
    box-shadow: none;
    border: 1px solid #d6d6d6;
    background: #fffdf9;
}
.blog-comment label {
    font-size: 15px;
    color: #525252;
}
.blog-comment .form-group {
    margin-bottom: 20px;
}
.blog-comment textarea.form-control {
    height: 120px;
}
.blog-comment .form-group.last {
    margin-bottom: 0;
}
.blog-comment .btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    background: #000;
    border: none;
    margin-top: 10px;
    transition: ease-in-out .3s;
}
.blog-comment .btn:hover{
    background:#ffb902;
}
.blog-comment {
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e0e0;
}
/* Blog Details End */



/* Form Submit Message Css */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #ebccd1 !important;
    color: #a94442;
    background-color: #f2dede;
    margin: 0 !important;
    padding: 10px !important;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #d6e9c6 !important;
    color: #3c763d;
    background-color: #dff0d8;
    padding: 10px !important;
    text-align: center;
	margin:0 !important;
}
.search a.page-numbers, .search .current {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #7d7d7d;
    background-color: #fff;
    border: 1px solid #ddd;
	margin: 0 2px;
}
.search .current {
    background: #ffb902;
    border: 1px solid #ddd;
    color: #fff;
}
.search a.page-numbers:hover, .search .current:hover {
    background: #ffb902;
    border: 1px solid #ddd;
    color: #fff;
}







