.fixclass .sppb-row-container {width: 100% !important; }
.fixclass.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.fixclass.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.fixclass.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.fixclass.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}
.featherlight {z-index: 9999 !important;}

body {
    font-size: 16px!important;
	line-height:26px;
}
.top-menu ul {
line-height: 30px;
}
.top-menu ul li {
    display: inline-block;
    border-right: 1px solid #4a50ac;
    padding: 0 15px;
}
.top-menu ul li:first-child{
    border-left: 1px solid #4a50ac;
}
.top-menu ul li:last-child{
    border-right: 0px solid transparent;
}
.top-menu ul li a {
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease;
}
.top-menu ul li a:hover{
    color: #9498cc;    
}

 
#sp-top-bar {padding:0px;}
#sp-top1 {text-align:left;padding-left:0px;}
#sp-top2 {text-align:right;padding-right:0px;padding-top: 18px;line-height: 25px;}
#sp-top1 {font-size: 16px;padding-top: 16px;line-height: 25px;}


/*Menu*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-weight:500!important;
	padding:20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {color:#fff;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
	background:#3d4394;
	color:#fff;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding:0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a
.sp-megamenu-parent > li > a {
	text-transform: uppercase;
}
.sp-megamenu-parent > li.active > a {font-weight:600;}
.sp-page-title .sp-page-title-heading {
	font-size: 48px;
	font-weight: 600;
	line-height: 50px;
	text-transform: capitalize;
	text-align: center;
	z-index: 99 !important;
}
.sp-megamenu-parent > li > a {
	text-transform: uppercase;
}
.sp-page-title {
padding:100px 0;
}
/*boxes*/
.single-choose-item{
    background: #fff;
    display: block;
    position: relative;
    padding: 40px 20px 30px;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
}
.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 {
    background: #f6f6f6;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    z-index: 1;
}
.single-choose-item .top .icon-holder:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #3d4394;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: all 500ms ease;
}
.single-choose-item:hover .top .icon-holder:after{
    transform: scale(1);    
}
.single-choose-item .top .icon-holder span:before {
    color: #9e9e9e;
    font-size: 30px;
    line-height: 30px;
    transition: all 500ms ease;
}
.single-choose-item:hover .top .icon-holder span:before{
    color: #ffffff;    
}
.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: #3d4394;
    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: #3d4394;
}
.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: #3d4394;
    content: "";
    transition: all 500ms ease;
}
.single-choose-item:hover .read-more a:after{
    width: 100%;    
}
@media (max-width: 355px) {
	.single-choose-item .top .title-holder::before {display:none !important;}
	.single-choose-item .top .title-holder h3 { font-size:26px;}
	.single-choose-item .top .title-holder { padding-left:20px;}
	
}

/*services*/
.single-service-item{
    position: relative;
    margin-bottom: 40px;
}
.single-service-item .img-holder{
    position: relative;
    overflow: hidden;
    display: block;
}
.single-service-item .img-holder img{
    width: 100%;
}
.single-service-item .inner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease;
    transition-delay: 0.2s;
}
.single-service-item:hover .inner-content{
    transform: translate3d(0px, 99%, 0px); 
    transition-delay: 0.3s;
}
.single-service-item .inner-content h3 {
    margin: 9px 0 8px;
}

.single-service-item .inner-content h3 .title {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-service-item .inner-content h3 .title:hover{
    color: #d3d3d3;
}

.single-service-item .inner-content .text p {
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 20px 4px 17px 4px;
	font-size: 16px;
	font-weight:300;
}
.single-service-item .inner-content .text p{
    margin: 0;
    line-height: 24px;
}


.single-service-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    background: #3d4394;
    opacity: 1;
    padding: 0 10px;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease;
    transition-delay: 0.3s;
}
.single-service-item:hover .overlay{
    transform: translate3d(0px, 0%, 0px);  
    transition-delay: 0.1s;
}
.single-service-item .overlay .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.single-service-item .overlay .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.single-service-item .overlay .overlay-content .icon-holder {
    margin-bottom: 30px;
}
.single-service-item .overlay .overlay-content .icon-holder span:before {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}
.single-service-item .overlay .overlay-content h3 .title {
    color: #fff;
    transition: all 500ms ease;
}
.single-service-item .overlay .overlay-content h3 .title:hover{
    color: #dddddd;    
}
.single-service-item .overlay .overlay-content .text {
    margin-top: 17px;
    margin-bottom: 13px;
}
.single-service-item .overlay .overlay-content .text p{
    margin: 0;
    color: #fff;
}
.single-service-item .overlay .overlay-content .read-more{
    overflow: hidden;
} 
.single-service-item .overlay .overlay-content .read-more a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform:  uppercase;
    transition: all 500ms ease;
}
.single-service-item .overlay .overlay-content .read-more a:hover{
    color: #585ea8;    
}

.services-area .owl-controls {
    position: absolute;
    right: 0;
    top: -85px;
}
.services-area .owl-theme .owl-nav{
    margin: 0;
}

.services-area .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 50%;
    color: #848484;
    font-size: 24px;
    font-weight: 700;
    height: 45px;
    line-height: 44px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 45px;
    border: 2px solid #f2f2f2;    
    transition: all 700ms ease 0s;
}
.services-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.services-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #484d9a;
    color: #484d9a;
}

.owl-theme .owl-dots .owl-dot {border-color: #484d9a;}
/**/
.fact-counter-area {
    display: block;
    margin-bottom: 30px;
    padding: 42px 10px 40px;
    border: 1px solid #494e93;
}
.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 8px;
	font-family:Poppins;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
	font-family:Hind;
	font-weight: 400;
	color: #3d4394;
	font-size: 16px;
}

.btn-primary {
	border: 2px solid #f2f2f2;
	font-weight: 700;
	font-family: Poppins;
	padding:14px 31px;
	transition: all 500ms ease;
	font-size: 14px;
	background:transparent;
	text-transform:uppercase;
	color:#222;
	border-radius:0px;
}
.btn-primary:hover {
	background: #3d4394;
	color: #ffffff;
	border: 2px solid #3d4394;
	transition: all 500ms ease;
	border-radius:0px;
}
.sp-simpleportfolio .sp-simpleportfolio-details {
	margin-top:50px;
}
.sppb-addon-article h3 a {
	color: #222222;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	transition: all 500ms ease 0s;
}
.sppb-addon-article {
border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 19px;
	transition: all 500ms ease;
	position: relative;
	z-index: 1;
}
.sppb-addon-article  h3,
.sppb-addon-article .sppb-article-meta,
.sppb-addon-article p   {
padding-left: 20px;
padding-right: 20px;
}
.sppb-addon-article  h3 {margin-top:15px;}
/**/

.testimonial-block-three{
	position:relative;
}
.testimonial-block-three .inner-box{
	position:relative;
	text-align:center
}
 
.testimonial-block-three .inner-box .upper-box{
	position:relative;
	padding:35px 20px 30px;
	background-color:#ffffff;
	transition:all 300ms ease;
	border-left:2px solid #eee;
	border-right:2px solid #eee;
	border-bottom:2px solid #eee;
	border-top:2px solid transparent;
	margin:0 -1px 0 -1px
}

.testimonial-block-three .img-box {
	background:transparent;
}
.testimonial-block-three .inner-box .upper-box .content{
	position:relative;
}
.testimonial-block-three .inner-box .upper-box .content .text{
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	padding-bottom: 30px;
}
.testimonial-block-three .inner-box .lower-box{
	position:relative;
	margin-top:30px;
}
.testimonial-block-three .inner-box .lower-box .image-box{
	position:relative;
	width:80px;
	height:80px;
	margin:0 auto;
	margin-top:-70px;
	border-radius:50%;
	margin-bottom:15px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.testimonial-block-three .inner-box .lower-box .image-box img{
	border-radius:50%;
}
.testimonial-block-three .inner-box .lower-box h3{
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.testimonial-block-three .inner-box .lower-box .location{
	position:relative;
	color:#3d4394;
	font-size:16px;
}
.testimonial-block-three .lower-box .image-box img{
	display:block !important;
	opacity:1 !important;
	width: 100%!important;
}
 
.feedback-section .owl-item{
	opacity: 0.3;
}
.feedback-section .owl-item.active{
	opacity:1;
}
.feedback-section .owl-item.active .testimonial-block-three .inner-box{
	margin-top:-40px;
}
.feedback-section .owl-item.active .testimonial-block-three .inner-box .lower-box .image-box{
	display:block;
}
.feedback-section .owl-item.active .testimonial-block-three .inner-box .upper-box{
	padding-bottom:70px;
}
.feedback-section .owl-dots {
    position: relative;
    margin-top: 25px;
}
.feedback-section .owl-dots .owl-dot{
	background-image:none;
	width: 13px;
	height: 13px;
	margin: 5px 7px;
    border: 2px solid #f3f3f3;
	padding:0px;
	background: #f4f4f4;
	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;
}

.feedback-section .owl-dots .owl-dot.active{
	background:#3d4394;
    border-color: #3d4394;
    border-radius: 15px;
}
.feedback-section .owl-dots .owl-dot:hover{
	background:#3d4394;
    border-color: #3d4394;
}
#sp-bottom .footer-logo {
    padding: 0 0 32px;
}
#sp-bottom .our-info {
    overflow: hidden;
}
#sp-bottom .our-info p {
    margin: 0 0 31px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
#sp-bottom .our-info .button a {
    background: #161616;
    color: #848484;
    border: 2px solid #333333;
    padding: 16px 40px 16px;
    transition: all 500ms ease;
    
}
#sp-bottom .our-info .button a:hover{
    background: #333333;
    color: #fff;
}

#sp-bottom .title {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
#sp-bottom .title .border{
    width: 50px;
    height: 2px;
    margin: 13px 0 0;
    background: #313131;
    display: block;
}
#sp-bottom .title h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

#sp-bottom .usefull-links {
    float: left;
    margin-top: -6px;
}
#sp-bottom .usefull-links li{
    margin-bottom: 10px;  
    position: relative;
}
#sp-bottom .usefull-links li:last-child{
    margin-bottom: 0px;  
}
#sp-bottom .usefull-links li a {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    transition: all 700ms ease;
}
#sp-bottom .usefull-links li:hover a{
    color: #fff;
    text-decoration: underline;
}



#sp-bottom .latest-news {
    overflow: hidden;
    display: block;
    margin-top: -4px;
}
#sp-bottom .latest-news li {
    display: block;
    border-bottom: 1px solid #242424;
    padding-bottom: 11px;
    margin-bottom: 17px;
}
#sp-bottom .latest-news li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#sp-bottom .latest-news li h4{
    margin: 0 0 11px;
}
#sp-bottom .latest-news li h4 a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
}
#sp-bottom .latest-news li h4 a:hover{
    color: #3d4394;    
}
#sp-bottom .latest-news li span{}


#sp-bottom .footer-contact-info {
    position: relative;
    margin-top: -5px;
    z-index: 2;
}
#sp-bottom .footer-contact-info:before {
    position: absolute;
    bottom: -30px;
    left: 0;
    content: "";
    background: url(../images/footer-map.png);
    background-repeat: no-repeat;
    z-index: -1;
    right: 0;
    top: 0;
}
#sp-bottom .footer-contact-info li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #242424;
}
#sp-bottom .footer-contact-info li:last-child{
    margin-bottom: 0;
}
#sp-bottom .footer-contact-info li .icon-holder {
    position: absolute;
    top: 2px;
    left: 0;
}
#sp-bottom .footer-contact-info li .icon-holder span:before {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
#sp-bottom .footer-contact-info li .icon-holder span.flaticon-gps:before {
    position: relative;
    top: 3px;
    font-size: 20px;
}
#sp-bottom .footer-contact-info li .text-holder {}
#sp-bottom .footer-contact-info li .text-holder h5 {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Hind', sans-serif;
}

#sp-bottom .footer-social-links {
    overflow: hidden;
    margin: 20px 0 0!important;
}
#sp-bottom .footer-social-links li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
#sp-bottom .footer-social-links li:last-child {
    margin-right: 0px;
}
#sp-bottom .footer-social-links li a i{
    color: #848484;
    font-size: 14px;
    transition: all 500ms ease;
}
#sp-bottom .footer-social-links li a:hover i{
    color: #fff;
}
#sp-bottom .sp-module-title {
	color: #ffffff;
	font-size: 22px!important;
	font-weight: 500;
	text-transform: capitalize;
}
#sp-bottom .sp-module-title:after {
	width: 50px;
	height: 2px;
	margin: 13px 0 0;
	background: #313131;
	display: block;
	content:" ";
}
#sp-bottom p {
	margin: 0 0 31px;
	color: #848484;
	font-size: 16px!important;
	font-weight: 300;
	line-height: 26px!important;
}
#sp-bottom1 a {
	border: 2px solid #333333;
	padding: 13px 40px 13px;
	transition: all 500ms ease;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;

}
#sp-bottom1 a:hover {
	background: #333333;
	color: #fff;
	border: 2px solid #333333;
	transition: all 500ms ease;
}
#sp-bottom .latestnews a {
	color: #ffffff!important;
	font-size: 16px!important;
	font-weight: 400;
	transition: all 500ms ease;
}
#sp-bottom .latestnews a span{
	font-size: 18px!important;
	color: #888!important;
	line-height: 26px;
	font-weight: 300;
}
#sp-footer .container-inner {
	border-top: 0px solid rgba(255, 255, 255, .1);
}
#sp-bottom .sp-module ul > li > a {
    font-size: 16px;
}
#sp-bottom .sp-module {
	margin-bottom: 30px
}
/**/

.about-top-area .text-holder h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 21px;
}

.about-top-area .text-holder .bottom{
    margin-top: 20px;
}
.about-top-area .text-holder .bottom h3 {
    margin: 0 0 3px;
}
.about-top-area .text-holder .bottom span{
    color: #3d4394;    
}

.about-top-area .company-details{
    overflow: hidden;
    display: block;
}
.about-top-area .company-details li{
    display: block;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
.about-top-area .company-details li:last-child{
    margin-bottom: 0;
}
.about-top-area .company-details li .icon-holder {
    position: absolute;
    top: 5px;
    left: 0;
}
.about-top-area .company-details li .icon-holder span:before {
    color: #222222;
    font-size: 35px;
    line-height: 36px;
}
.about-top-area .company-details li .text-box{
    
}
.about-top-area .company-details li .text-box h3 {
    margin: 0 0 2px;
    color: #222;
    font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.about-top-area .company-details li .text-box span{
    color: #3d4394;
}
.about-top-area .company-details li .text-box p{
    margin: 10px 0 0;
}

/**/

.smart-approach-area .single-item {
    background: #ffffff;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    display: block;
    border: 3px solid #f4f4f4;
}
.smart-approach-area .single-item .inner-content{
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 40px;
    transition: all 500ms ease;
}
.smart-approach-area .single-item .inner-content .iocn-holder {
    margin-bottom: 29px;
}
.smart-approach-area .single-item .inner-content .iocn-holder span:before {
    color: #3d4394;
    font-size: 55px;
    line-height: 55px;
}
.smart-approach-area .single-item .inner-content .border{
    height: 1px;
    width: 60px;
    display: block;
    background: #f4f4f4;
}
.smart-approach-area .single-item .inner-content .title-holder {
    padding-top: 29px;
}
.smart-approach-area .single-item .inner-content .title-holder h3{
    color: #222222;
    font-size: 20px;
    margin: 0 0 5px;
}
.smart-approach-area .single-item .inner-content .title-holder p{
    color: #3d4394;
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

.smart-approach-area .single-item .overlay-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 1px solid #3d4394;
    background-color: rgba(255, 255, 255, 0.90);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;    
}
.smart-approach-area .single-item .overlay-content .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.smart-approach-area .single-item .overlay-content .box .content{
    display: table-cell;
    text-align: left;
    vertical-align: middle; 
    padding-left: 20px;
    padding-right: 20px;
}
.smart-approach-area .single-item .overlay-content .box .content h3 {
    margin: 0px;
}
.smart-approach-area .single-item .overlay-content .box .content b{
    color: #3d4394;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.smart-approach-area .single-item .overlay-content .box .content .border {
    height: 1px;
    width: 60px;
    display: block;
    background: #f4f4f4;
    margin-top: 15px;
    margin-bottom: 15px;
}

.smart-approach-area .single-item:hover .overlay-content{
	opacity:1;
	transform:scale(1,1);
}
.smart-approach-area .single-item:hover .inner-content{
    opacity: 0;
}
/**/
.single-team-member .img-holder{
    overflow: hidden;
    position: relative;
    display: block;    
}
.single-team-member .img-holder img{
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;     
}
.single-team-member:hover .img-holder img{
    transform: scale(1, 1);    
}
.single-team-member .img-holder .overlay-style-one {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(61, 67, 148, .8);
    color: #fff;
    transition: all 500ms ease;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.single-team-member .img-holder .overlay-style-one .box .content ul{
	text-align: center;
	padding-top: 22%;
}

.single-team-member .img-holder .overlay-style-one .box .content ul li{
    display: inline-block;
    margin: 0 5px;    
}
.single-team-member .img-holder .overlay-style-one .box .content ul li a i{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition: all 500ms ease; 
	text-align: center;	
}
.single-team-member .img-holder .overlay-style-one .box .content ul li a:hover i{
    background: #3d4394;
}
.single-team-member:hover .img-holder .overlay-style-one{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
}

.single-team-member .text-holder {
    display: block;
    border-left: 2px solid #f2f2f2;
    display: block;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.single-team-member .text-holder:before{
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 30px;
    content: "";
    background: #3d4394;
    transition: all 500ms ease;
}
.single-team-member:hover .text-holder:before{
    height: 100%;    
}
.single-team-member .text-holder h3 {
    color: #222222;
    margin: 0 0 3px;
}
.single-team-member .text-holder span {
    color: #3d4394;
    font-size: 16px;
}
.single-team-member .text-holder .border{
    width: 70px;
    height: 1px;
    display: block;
    background: #f4f4f4;
    margin: 0 auto;
}
.single-team-member .text-holder p {
    margin: 10px 0 0;
}
.single-team-member .text-holder ul{
    overflow: hidden;
    margin-top: 10px;
}
.single-team-member .text-holder ul li span:before {
    color: #3d4394;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding-right: 4px;
    position: relative;
    top: 1px;
}
.single-team-member ul,
.single-team-member li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/**/

.testimonial-page .single-testimonial-item{
    border: 1px solid #f5f4f3;
    padding: 38px 30px 36px;
    margin-bottom: 40px;
}
.single-testimonial-item .img-holder {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 2px;
}
.single-testimonial-item:hover .img-holder{
    background: #3d4394;
    border-color: #3d4394;
} 
.single-testimonial-item .text-holder {
    padding-top: 20px;
    transition: all 0.7s ease;
}
.single-testimonial-item:hover .text-holder{
    border-color: #e7e3e3;
}
.single-testimonial-item .text-holder h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    text-transform: none;
    margin: 0 0 12px;
}
.single-testimonial-item .text-holder p {
    margin: 0 0 13px;
}

.single-testimonial-item .border{
    width: 190px;
    height: 1px;
    background: #f5f4f4;
    display: block;
    margin: 0 auto;
}
.single-testimonial-item .name h3 {
    padding-top: 19px;
    color: #222222;
}
.single-testimonial-item .name span{
    color: #3d4394;    
}

/**/
.servicemenu {
	margin-top:48px!important;
}
.servicemenu li a {	
	border-bottom: 1px solid #e9e9e9;
	background: #f6f6f6;
	color: #222222!important;
	display: block;
	font-size: 14px;
	font-weight: 600!important;
	padding: 15px 20px!important;
	font-family: 'Poppins', sans-serif!important;
	transition: all 500ms ease;
	line-height:25px!important;
}


.servicemenu li:hover a{
    color: #fff!important;
    background: #3d4394!important;
}


#sp-left .sp-module, #sp-right .sp-module {border:0px;padding:0;}
/**/

.specific-services .single-item {
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.specific-services .single-item .icon-holder {
    border: 1px solid #f4f4f4;
    width: 65px;
    height: 65px;
    display: block;
    margin: 0px auto 0;
    position: relative;
    background: #fff;
    border-radius: 50%;
    top: 33px;
    transition: all 500ms ease;
}
.specific-services .single-item:hover .icon-holder{
    background: #3d4394;
    border-color: #3d4394;
}
.specific-services .single-item .icon-holder span:before {
    color: #3d4394;
    font-size: 32px;
    font-weight: 400;
    line-height: 62px;
    transition: all 700ms ease;
}
.specific-services .single-item:hover .icon-holder span:before{
    color: #fff;
}

.specific-services .single-item .text-holder {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 50px 10px 40px;
}
.specific-services .single-item .text-holder h3 {
    font-size: 18px;
    margin: 0 0 15px;
    color: #222222;
}
.specific-services .single-item .text-holder p{
    margin: 0;    
}
.specific-services .single-item .text-holder a {
    border: 2px solid #f4f4f4;
    height: 45px;
    width: 140px;
    border-radius: 4px;
    display: block;
    color: #3d4394;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: 42px;
    margin: 22px auto 0;
    transition: all 900ms ease;
}
.specific-services .single-item:hover .text-holder a{
    background: #3d4394;
    border-color: #3d4394;
    color: #fff;
}
/**/
.contact-author-info {
    background: #f6f6f6;
    display: block;
    padding: 20px;
}
.contact-author-info .mar-btm-20 {
    margin-bottom: 15px !important;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 24px!important;
}
.contact-author-info .title {
    padding-bottom: 10px;
}
.contact-author-info .title h3{
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}
.contact-author-info ul li{
    position: relative;
    padding-left: 85px;
    display: block;
}
.contact-author-info ul li .img-holder{
    position: absolute;
    top: 0;
    left: 0;
}
.contact-author-info ul li .text-holder{}
.contact-author-info ul li .text-holder h5{
    color: #3d4394;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}
.contact-author-info ul li .text-holder p,
.contact-author-info ul li .text-holder a
{
    margin: 0;
    color: #848484!important;
    font-size: 16px;
    line-height: 22px;
}
.contact-author-info ul li .text-holder p i {
    color: #848484;
    font-size: 16px;
    display: inline-block;
    padding-right: 8px;
}



.brochures-dwn-link {
    overflow: hidden;
    margin-top: 50px;
}
.brochures-dwn-link li{
    margin-bottom: 10px;    
}
.brochures-dwn-link li:last-child{
    margin-bottom: 0;
}
.brochures-dwn-link li a {
    border: 1px solid #f4f4f4;
    color: #222222!important;
    font-size: 16px!important;
    font-weight: 400!important;
    display: block;
    padding: 15px 22px 13px!important;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.brochures-dwn-link li a:hover{
    background: #3d4394;
    border-color: #3d4394;
    color: #fff!important;
}
.brochures-dwn-link li a .icon-holder{
    width: 35px;
}
.brochures-dwn-link li a .icon-holder,
.brochures-dwn-link li a .title-holder{
    display: table-cell;
    vertical-align: middle;
}
.brochures-dwn-link li a .title-holder h5{
    font-size: 18px;    
}
/**/
.article-details .article-header h1,
.article-details .article-header h2,
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
	color:#222 !important;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
	color: #222222;
	font-size: 22px!important;
	font-weight: 500;
	text-transform: capitalize;
}
.search input {
line-height: 28px;
padding: 10px 50px 10px 20px;
border: 1px solid #f0f0f0;
background: none;
display: block;
font-size: 16px;
width: 100%;
height: 50px;
font-weight: 300;
}
.sppb-article-meta .tags {
	display: none;
}
.offcanvas-menu .burger-icon {
background: #222 !important;
padding: 3px;
width: 40px;
height: 40px;
}
.offcanvas-active .burger-icon > span {
background-color: #ffffff !important;
}

.sppb-article-introtext {
	padding: 0 20px;
}

.categories-module li a {
font-size: 16px;
font-weight: 400;
padding-bottom: 12px;
color:#848484;
}
.categories-module li:hover a {color:#3d4394;}

.dot .categories-module li:hover a::before {color:#3d4394;}
.dot .categories-module li a::before {
content: "\f10c";
font-family: "Font Awesome 6 Free";
font-size: 10px;
line-height: 11px;
padding-right: 10px;
color: #848484;
}

.tagscloud .tag-name{
border-radius:0!important;
padding: 4px 15px 4px;
margin: 0px 6px 10px 0px;
font-size: 16px;
text-transform: capitalize;
color: #848484!important;
font-weight: 300;
border: 1px solid #f0f0f0;
background:transparent!important
}
.tagscloud .tag-name:hover {background:#3d4394!important;border: 1px solid #3d4394;color: #fff!important;}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
	margin-bottom:10px;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
}
#sp-right .latestnews a,
#sp-left .latestnews a {
	font-size: 18px!important;
	color: #222!important;
	line-height: 26px;
	font-weight: 600;
}
#sp-right .sp-module-content .latestnews > li > a > span,
#sp-left .sp-module-content .latestnews > li > a > span {
	font-size: 14px!important;
	color: #888!important;
	font-weight: 300;
}
#sp-right {
	border: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: #3d4394;
    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: #3d4394;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.contact-info-list {
	list-style: none;
	padding-left:0;
}
.contact-info-list li .text-holder h5 {
    color: #949494;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
	list-style: none;
}
.contact-info-list li .text-holder h5 span {
    text-transform: uppercase;
    font-weight: 700;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.sociallinks-style-two {
    margin-top: 22px;
	display:block;
	padding-left:0;
}
.sociallinks-style-two li {
    display: inline-block;
 
    margin-right: 6px;
}
.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: #3d4394;
    border-color: #3d4394;
    color: #ffffff;
}
.contact-info-area .contact-author-info {
    background: #f6f6f6;
    display: block;
    padding: 40px 30px 22px;
}
.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: #3d4394;
    height: 2px;
    width: 50px;
    display: block;
    margin: 14px 0 0;    
}
.contact-info-area .contact-author-info .mar-btm {
    margin-bottom: 28px;
	padding-left: 0;
}
.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: #3d4394;
    height: 2px;
    width: 50px;
    display: block;
    margin: 14px 0 0;    
}
.working-hours {
	padding-left: 0;
}
.working-hours li {
    display: block;
    padding: 7px 20px 7px;
}
.working-hours li span{
    float: right;
}
.working-hours li span.closes{
    color: #3d4394;
}
.working-hours li.bg-white{
    background: #ffffff;    
}
/*shop*/
h2.product-title a {
color: #222222!important;
transition: all 0.3s ease!important;
font-size: 16px!important;
font-weight: 400;
}
.product-price-container .sale-price {
color: #3d4394;
font-size: 16px;
font-weight: 400;
}
.j2store-product-list .product-qty {display: none;}
/**/
.image-cart {
	position: relative;
}
.image-cart .j2store-addtocart-form {
	display: none;
	z-index:99;
}

.image-cart .j2store-addtocart-form .btn-primary:hover {background:#222;color:#fff;}
.image-cart .j2store-addtocart-form .btn-primary {
	border-radius:0;
	text-align: center;
	background:#fff;
	color:#fff;
	border:1px solid #fff;
	padding:10px 30px;
	background:#3d4394;
}
.j2store-single-product2:hover .image-cart .j2store-addtocart-form {
	display: block;
	position: absolute;
	top: 40%;
	left:18%;
}

.j2store-product-list .j2store-mainimage::before {
	background: rgba(61, 67, 148, 0.9);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease!important;
}
.j2store-single-product2:hover .j2store-mainimage::before {
	opacity: 1;
	transition: all 0.3s ease!important;
}

.j2store-single-product2 {
	margin-bottom:50px;
	transition: all 0.3s ease;
}

#j2store_sortby {margin-bottom:20px;}
ul.additional-image-list {margin: 0px;padding: 0;}

.additional-image-list img {border:1px solid transparent; transition: all 0.3s ease-out 0s;}
.additional-image-list img:hover {border:1px solid transparent; transition: all 0.3s ease-out 0s;}
ul.additional-image-list img {display: inline;}
#j2store-product-detail-tab {margin-top:10px;}
.img-cart {margin-top:-25px;}

.j2store-cart-button.btn.btn-primary {padding:10px 30px;border-radius:0;}
.product-qty input[type="text"], .product-qty input[type="number"] {border-radius:0;}
.product-qty input[type="number"] {padding: 10px 5px !important;}

/**/
.upsell-product-title a {
	color: #222222 !important;
	transition: all 0.3s ease !important;
	font-size: 16px !important;
	font-weight: 400;
}
.upsell-product .btn-primary {
	display: none;
	z-index:99;
}

.upsell-product .btn-primary:hover {
	background:#222;
	color:#fff;
}
.upsell-product .btn-primary {
	border-radius:0;
	text-align: center;
	background:#3d4394;
	color:#fff;
	border:0px;
	padding:10px 30px;
	border:1px solid #fff;
}
.upsell-product:hover .btn-primary {
	display: block;
	position: absolute;
	top: 35%;
	left:22%;
}
.product-upsells-container {
	margin-top:50px;
}	
.upsell-product-image::before {
	background: rgba(61, 67, 148, 0.9);
	content: "";
	height: 80%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease!important;

}
.upsell-product:hover .upsell-product-image::before {
	opacity: 1;
	transition: all 0.3s ease!important;
}

.upsell-product {
	margin-bottom:50px;
	transition: all 0.3s ease;
 }
.upsell-product:hover {
	transition: all 0.3s ease;
}
.product-upsells-container h3 {
	font-size: 22px!important;
	color: #222222;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: capitalize;
	margin: 10px 0 5px 0;
}
.upsell-product-row {
	margin-top:20px;
}
.folder a::before {
content: "\f114"!important;
font-family: "Font Awesome 6 Free";
font-size: 16px;
left: 0!important;
line-height: 24px;
top: 14px;
color: #999999;
}
.folder a:hover::before {color:#3d4394!important;transition: all 500ms ease 0s;}
.folder a {
font-size: 16px!important;
font-weight: 300;
color: #848484;
position: relative;
transition: all 500ms ease 0s;
}
.folder li {padding:10px 0 6px 0;}
.folder a:hover {color:#3d4394!important;transition: all 500ms ease 0s;}


#sp-right .j2store-add-to-cart {display:none !important;}
#sp-right .product-title a   {
font-size: 18px;
font-weight: 400;
line-height: 26px;
color: #222;
}

#sp-right .j2store-module-product {
padding:30px 0px;
border-bottom: 1px solid #f6f6f6;
}

#sp-right .j2store-product-image.col-md-12  {
	padding-left:0px;
	margin-bottom:10px;
}
#sp-right .product-cart-left-block {
	margin-left: -30px !important;
	margin-bottom:10px;
}
#sp-right .j2store-module-product:first-child {
padding:5px 0px 5px 15px;
border-bottom: 0px solid #f6f6f6;
}

#sp-right .product-price-container .sale-price {
font-size: 18px;
font-weight: 400;
color: #3d4394;
}

#sp-left .j2store-add-to-cart {display:none !important;}
#sp-left .product-title a   {
font-size: 18px;
font-weight: 400;
line-height: 26px;
color: #222;
}

#sp-left .j2store-module-product {
padding:30px 0px;
border-bottom: 1px solid #f6f6f6;
}

#sp-left .j2store-module-product:first-child {
padding:5px 0 30px 0;
border-bottom: 1px solid #f6f6f6;
}

#sp-left .product-price-container .sale-price {
font-size: 18px;
font-weight: 400;
color: #3d4394;
}

.simple-product .product-title {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: capitalize;
}
.nav-tabs {padding-top: 100px;}

#j2store-product-detail-tab.nav-tabs > li a.active{
background:#3d4394;
border-bottom: 2px solid #ffffff;
border-radius: 5px 5px 0 0;
color:#fff;
}
#j2store-product-detail-tab.nav-tabs > li a {
background: transparent;
border-radius: 5px 5px 0 0;
color: #3d3d3d;
display: block;
float: left;
font-size: 15px;
font-weight: 600;
margin-right: 2px;
padding: 15px 30px;
text-transform: uppercase;
top: 1px;
border: 1px solid #f0f0f0;
}

#j2store-product-detail-tab.nav-tabs { border-bottom: 1px solid #f0f0f0;}
/**/
#j2store-checkout-content h1, #j2store-checkout-content h2 {
font-size: 22px;
color: #222222;
font-weight: 400;
line-height: 1.2em;
text-transform: capitalize;
margin-top:20px;
}
#j2store-checkout-content .btn-primary {border-radius:0px; padding:12px 38px;}
.btn-primary {border-radius:0px;}

.product-ldesc h3 {
color: #848484;
font-size: 20px;
font-weight: 600;
}
.product-ldesc h4 {
color: #848484;
font-size: 18px;
font-weight: 600;
padding: 13px 0;
}
.product-ldesc {
border-bottom: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
color: #848484;
font-size: 16px;
font-weight: normal;
line-height: 26px;
padding: 25px;
}
/*end shop*/

/**/

