/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
  	padding: 10px 0;
    position: relative;
    z-index: 9999;
}
body:not(.home) #sp-top-bar {
    background: #000;
}

/* Header Menu */
#sp-header {
  	/*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0)!important;*/
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    top: 0;
    height: inherit;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08) !important;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
  background: #fff;
position: static;
border-bottom: 1px solid #eee !important;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li{padding: 0 1px;}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-weight: 500;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px !important;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent > li > a {
    position: relative;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #00007a;
}

/*** Block Styles ***/
/* Button */
.tp-caption a.btn-slider {
     border: 2px solid #fff;
      padding:5px 30px;
     display: inline-block;
     text-align: center;
     float: left;
     border-radius: 50px;
     color: #fff!important;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     background-color:#000!important;
}
.sppb-btn {
    padding: 13px 30px;
    border-radius: 50px;
}
.sppb-btn .fa-angle-double-right {
    color: #fff;
    opacity: 0 !important;
    visibility: hidden !important; 
    margin-left: -3px; 
    transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important; 
    -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important; 
}
.sppb-btn:hover .fa-angle-double-right {
    color: #333;
    cursor: pointer;
    margin-left: 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Title */
.title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 20px;
}
.title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
}
.title h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 51px;
    padding-bottom: 20px;
}
.title p {
    margin-bottom: 20px;
    line-height: 25px;
}
.title-white h3 {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Slider */
#slider {
    position: relative;
    top:0px;
}
.slider-color span {
	  color: #fff;
}
.slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Request */
.request-left .sppb-addon-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

/* About */
#about .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}

/* Counter */
#counter .sppb-row-container {
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
}
.counter .count {
    line-height: 100px;
    color: #000;
    font-weight: 500;
    font-size: 60px;
}
.counter .count:before {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.counter h4 {
    font-size: 17px;
    text-transform: capitalize;
}
.counter-item i {
    display: none!important;
}

/* Service */
.service-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.service-item {
    transition: all 0.3s;
    background: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #efefef;
}
.service-item:hover {
    box-shadow: 0px 7px 20px 1px #c1c1c1;
}

/* Get Touch */
.title-get h1 {
    font-size: 40px;
    font-weight: 700;
}

/* expoler */
#explore .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}
.explore-left {
    padding-left:200px;
 }

/* Team */
.team-sub:hover {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item {
    position: relative;
    overflow: hidden;  
}
.team-item {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-item strong {
    display: none;
}
#team .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}
.team-item .sppb-addon-content .content-team-social {
    text-align: center;
    position: absolute;
    height: 69%;
    width: 93%;
    background: rgba(0, 174, 239, 0.47)!important;
    top: 100%;
    left: 9px;
    margin-top: 10px;
    right: 10px;
    transition: all 0.3s;
}
.team-item:hover .content-team-social {
    top: 0px;
}
.team-item .content-team-social ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.team-item .service-content {
    padding-top: 15px;
}
.team-item .content-team-social ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.team-item .content-team-social ul li a {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.team-item:hover .content-team-social ul {
    top:110px;
    position:absolute;
}
.team-item .content-team-social ul li a em {
    color: #222;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
}
.team-item img {
  	width: 100%;
}
/* Testimonial */
.testimonial {
    position: relative;
    z-index: 1;
}
.testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}

/* Portfolio */
#portfolio .sppb-row > div:first-child {
	  padding: 0;
}
.portfolio p {
	  color: #fff;
}
.portfolio-top {
	  padding: 40px;
}
.portfolio-top p {
	  color: #000;
}
.portfolio-top ul {
	   padding-left: 0;
}
.portfolio-top ul li {
	  list-style: none;
}
.portfolio-top ul li:before {
  	content: "\f101";
  	font-family: FontAwesome;
  	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: #333;
    color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #716f6f;
    border: 1px solid #ddd;
    font-size: 16px;
    position: relative;
    padding: 11px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	  background: #4943ac;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}

/* Client */
.client-full {
  	width: 100%;
}
.client-full-item {
    width: 47%;
    float: left;
  	margin-right: 6%;
}
.client-full-item:last-child {
  	margin-right: 0%;
}
.client-full-item img {
    width: 30%;
    float: left;
}
.client-full-item .content-item {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 20px;
}
.content-name {
  	text-align: right;
}
.content-item p {
    line-height: 38px;
}
.content-item strong {
    display: none;
}
.content-item em {
  	font-size: 25px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-size: 23px;
}


/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


 #sp-right .sp-module{padding: 0; border: 0;}

#sp-right .sp-module.contact-info{box-shadow: 0 8px 23px 0 rgba(0,0,0,0.08);padding: 20px 20px;background: #fff;border: 1px solid #eaeaea;
border-radius: 5px;}

#sp-right .sp-module.contact-info h2{padding: 0 0 10px 0;font-size: 20px;font-weight: 700;border-bottom: 1px solid #eaeaea;margin-bottom: 20px;}
#sp-right .sp-module.contact-info ul{margin-bottom: 20px;}
#sp-right .sp-module.contact-info ul li{position: relative; padding-left: 30px;padding-bottom: 10px;margin-bottom: 10px; display: flex; align-items: center;font-weight: 500;}

#sp-right .sp-module.contact-info ul li i{position: absolute; left: 0; font-size: 20px; top: 3px;}
#sp-right .sp-module.contact-info ul li a{line-height: 1.2;margin-right: 10px;}
#sp-right .sp-module.contact-info ul li i:before{color: #FD7D02 !important;}



.article-details h3,.pd-documents h3,.sp-simpleportfolio .sp-simpleportfolio-description > h2{font-weight: 700;font-size: 22px;margin-bottom: 18px;}

.pd-documents .pd-filename {padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #f3f3f3;}
.pd-button-box-bt a.btn{color: #fff;}

.btn-primary, .sppb-btn-primary{border-color: #00007a;background-color: #00007a;}



.article-details .article-full-image img{width: 100%; height: 500px; object-fit: cover;box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);}
.article-details div[itemprop="articleBody"]{line-height: 28px;font-size: 15px;}

.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus{border: 1px solid #00007a;}

.sp-simpleportfolio.sp-simpleportfolio-view-item{padding-bottom: 30px;}
.sp-simpleportfolio-image{border-bottom: 1px solid #f2f2f2;padding-bottom: 20px;}


.pd-categories-view .card:after{display: none;}

#phoca-dl-category-box .pd-category h3.pd-ctitle, #phoca-dl-file-box .pd-file h3.pd-ctitle, #phoca-dl-download-box .pd-file h3.pd-ctitle{font-size: 20px;font-weight: 700;}

#phoca-dl-category-box .pd-category h3.pd-ctitle.ph-subheader{background: #00007a;color: #fff;border: 1px solid #00007a;padding: 8px 15px;margin-bottom: 20px;}
.pd-category-view .ph-top{margin-bottom: 15px;}
.pd-button-box-bt a.btn.btn-info{background: #00007A; border-color: #00007A;}

#phoca-dl-category-box .pd-title, #phoca-dl-file-box .pd-title, #phoca-dl-download-box .pd-title{margin-bottom: 15px;}


/**********************about****************/
.welcome-text h3{font-size: 25px;font-weight: 700;color: #00007A;padding-bottom: 20px;margin-bottom: 20px;position: relative;}
.welcome-text h3 span{color: #FD7D02;}
.welcome-text h3:before{position: absolute;content: "";bottom: 0;width: 115px;height: 3px;background: #00007a;left: 0;}
.about-sec{padding: 50px 0;}
.about-sec .about-sec-inner{padding: 20px 20px;background: #f9f9f9;border-radius: 10px;}

.abt-header{margin-bottom: 20px;}
.abt-header h3{margin-bottom: 10px;}
.abt-header span{color: #666;}

.aboutsec-left img{border-radius: 10px;}


#sp-new-secont-title{padding: 40px 0;background: #00007A; border-color: #fff;}
.sp-module.new-box{text-align: center;}
.sp-module.new-box p{ font-size: 18px; color: #fff;}
.sp-module.new-box .tm-button{}
.sp-module.new-box .tm-button a{margin: 0 !important;}
/**********************about****************/

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 80px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	background: #000;
      	padding: 0;
	}
  	#sp-top-bar {
        background: #333333;
        position: relative;
	}
  	.explore-left {
    	padding-left: 10px;
	}
  	.team-item {
    	margin-bottom: 30px;
	}
  	.client-full-item {
        width: 100%;
        margin-right: 0;
	}
  	.content-item p {
  	  	line-height: 28px;
	}

    #sp-top-bar a.req-appointment{white-space: nowrap;font-size: 12px;padding: 6px 8px;}
    .article-details .article-full-image img{height: auto;}

    #sp-right .sp-module.contact-info h2{font-size: 16px;}
    
    .about-sec {padding: 20px 0;}
    .column-reverse{display: -webkit-flex;display: flex;-webkit-flex-direction: column-reverse;flex-direction: column-reverse;}
    .aboutsec-left{padding-bottom: 20px;}

}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !important;
  }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
#explore .sppb-btn, #team .sppb-btn, #about .sppb-btn, #request, .counter .count:before, .slider-btn a,
.team-item .sppb-addon-content .content-team-social {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.offcanvas-menu .offcanvas-inner ul.menu >li.active a, .counter .count, .content-name {
  	color: #fd7d02 !important;
}


