/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.comclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.comprolibrary_container {
    position: relative;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comproslide_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
}
.box_comproslider {
    position: absolute;
	bottom: 100px;
    z-index: 2;
}
.box_comproslider h2 {
    font-size: 65px;
	font-weight: 700;
	line-height: 1.1;
	font-family: Montserrat;
	margin-bottom: 20px;
}
.box_comproslider h4 {
    font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	font-family: Poppins;
	margin-bottom: 20px;
}
.left_align {
    right: calc( 40% - 20px );	
}
.right_align {
    left: calc( 40% - 20px );
	right: 0;
}
.center_align {
	text-align: center;
	max-width: 800px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.slide_comprobutton a {
	display: inline-block;
	padding: 15px 35px 15px 35px;
}
.with_shadow a {
	box-shadow: 0 10px 10px rgba(0,0,0,0.2) !important;
}
.transparent a {
	background: none !important;
}
.center_align a.first_button,
.center_align a.second_button {
	margin: 0 5px 8px;
}
.left_align a.first_button,
.right_align a.first_button,
.left_align a.second_button,
.right_align a.second_button {
	margin: 0 10px 8px 0;
}










.service_outer {
	margin: 0 -15px;
}
.service_loop {
	width: 33.33%;
	float: left;
}
.service_inner {
	margin: 0 15px 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.service_inner img {
	width: 100%;
	height: auto;
	display: block;
}
.service_icon {
	position: relative;
}
.service_icon i {
	position: absolute;
	display: inline-block;
	top: -40px;
	left: calc( 50% - 40px );
	height: 80px;
	width: 80px;
	line-height: 60px;
	text-align: center;
	border-radius: 40px;
	font-size: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.service_inner .service_heading {
	padding: 60px 30px 20px;
	font-size: 25px;
}
.service_text {
	padding: 0 30px 30px;
	min-height: 130px;
}
.service_more {
  padding: 0 0 30px;
}
.service_more a {
display: inline-block;
padding: 0 20px;
height: 40px;
line-height: 36px;
position: relative;
z-index: 2;
}
.service_more a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	right: 0;
	transition: all .5s ease .1s;
	z-index: -1;
}
.serv_three .service_more a:after {
	display: none;
}
.service_inner:hover .service_more a:after {
	bottom: 0;
}
.serv_two .service_icon i {
  top: -95px;
}
.serv_two .service_inner .service_heading {
  padding: 30px 30px 20px;
}
.serv_three .service_inner {
	text-align: left;
}
.serv_three .service_icon i {
	left: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0);
}
.serv_three .service_more {
  padding: 0 0 0 30px;
text-align: right;
}
.serv_three .service_more a {
  border-radius: 20px 0 0 0;
}









.work_outer {
	margin: 0 -8px;
}
.work_loop {
	width: 33.33%;
	float: left;
}
.work_inner {
	margin: 0 8px 16px;
	position: relative;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	position: relative;
}
.work_inner:after {
	content: '';
	z-index: 1;
	opacity: 0.8;
}
.work_inner img {
	width: 100%;
	height: auto;
	display: block;
}
.work_content {
	z-index: 2;
}
.work_one .work_inner .work_content,
.work_one .work_inner:after {
	position: absolute;
	top: 120%;
	bottom: -120%;
	left: 0;
	right: 0;
	transition: all .4s ease .1s;
}
.work_one .work_inner:hover .work_content,
.work_one .work_inner:hover:after {
	top: 0;
	bottom: 0;
}
.work_two .work_inner .work_content,
.work_two .work_inner:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .3s ease .1s;
	transform: scale(0);
}
.work_two .work_inner:hover .work_content,
.work_two .work_inner:hover:after {
	transform: scale(1);
}
.work_three .work_inner .work_content,
.work_three .work_inner:after {
	position: absolute;
	right: 120%;
	left: -120%;
	top: 0;
	bottom: 0;
	transition: all .4s ease .1s;
	overflow: hidden;
}
.work_three .work_inner:hover .work_content,
.work_three .work_inner:hover:after {
	left: 0;
	right: 0;
}
.work_text {
	padding: 50px 50px 30px;
}
.work_three .work_text {
	text-align: left;
}
.work_heading {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	font-family: Poppins;
}
.work_one .work_heading {
	padding-top: 100px;
	transition: all .5s ease .3s;
}
.work_one .work_inner:hover .work_heading {
	padding-top: 15px;
}
.work_two .work_heading {
	padding-top: 15px;
}
.work_three .work_heading {
	padding-top: 15px;
	transition: all .3s ease .3s;
	margin: 0 -120% 0 120%;
}
.work_three .work_inner:hover .work_heading {
	padding-top: 15px;
	margin: 0;
}
.work_heading:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 75px;
	left: calc( 50% - 35px );
	top: 0;
	background: #fff;
}
.work_three .work_heading:after {
	transition: all .5s ease .3s;
	left: 120%;
}
.work_three .work_inner:hover .work_heading:after {
	left: 0;
}
.work_readmore {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	font-family: Poppins;
}
.work_one .work_readmore {
	padding-top: 100px;
	transition: all .5s ease .3s;
}
.work_one .work_inner:hover .work_readmore {
	padding-top: 25px;
}
.work_two .work_readmore {
	padding-top: 25px;
}
.work_three .work_readmore {
	padding-top: 25px;
	margin-left: -120%;
	transition: all .3s ease .5s;
}
.work_three .work_inner:hover .work_readmore {
	margin-left: 0;
}
.work_readmore a {
	display: inline-block;
    height: 36px;
    line-height: 32px;
    padding: 0 14px;
}

















.tess_comprolibrary_img {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 80px;
    margin: 0 30px 0 0;
    overflow: hidden;
    border: 10px solid #fff;
}
.tess_comprolibrary_content {
	float: right;
	width: calc( 100% - 130px );
	padding: 10px 0;
}
.comprolibrary_rating {
	letter-spacing: 3px;
	margin-bottom: 8px;
}
.tess_clientname {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
}
.tess_contenttext {
	font-size: 22px;
    font-weight: 400;
    font-family: Poppins;
}


.out_price {
    position: relative;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.populer {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 150px;
    text-align: center;
    transform: rotate(-45deg);
    left: -50px;
    top: -15px;
    height: 80px;
    line-height: 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.pricevalue_price {
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.price_two {
    text-align: center;
    padding-top: 15px;
}
.pricevalue_inner {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
}
.pricevalue {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0 6px 0 40px;
	font-size: 55px;
    font-weight: 700;
    font-family: Poppins;
	letter-spacing: -2px;
}
.pricevalue span {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    position: absolute;
    top: calc( 50% - 15px );
    left: -40px;
}
.peritem {
    text-align: center;
}
.pricing_detaillist {
    list-style: none;
}
.pricing_detaillist li {
    text-align: center;
    padding: 15px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing_detaillist li.link_price {
    padding: 20px 40px;
}
.pricing_detaillist li.link_price a {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    transition: all 0.4s ease 0.1s;
}
.pricing_detaillist li.link_price a:hover {
    padding: 0 40px;
    letter-spacing: 1px;
}

.span_pricing {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}

.comprolibrary_price {
    margin: 60px 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    text-align: center;
	font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
}
.comprolibrary_price.price_pop {
    margin: 20px 0;
}
.pricing_headtitle {
    padding: 25px 40px;
    font-size: 22px;
    font-weight: 700;
	font-family: Poppins;
}
.comproprice_nominal {
    margin: 0;
    padding: 30px 20px 30px;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.comproprice_nominal .pricevalue_inner {
}
.comprolibrary_price .pricing_detaillist {
    padding-bottom: 15px;
}
.comprolibrary_price.price_pop .pricing_detaillist {
    padding-bottom: 30px;
}
.comprolibrary_price.price_pop .pricing_detaillist li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.comprolibrary_price .pricing_detaillist li:nth-child(2n) {
    background: rgba(0, 0, 0, 0.02);
}

.per_price {
    margin: 0;
}
.pricing_mode .owl-nav.disabled {
    display: block !important;
}
.pricing_mode .owl-theme .owl-prev {
    position: absolute;
    left: -28px;
    top: 40%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 !important;
    opacity: 1;
}
.pricing_mode .owl-theme .owl-next {
    position: absolute;
    right: -28px;
    top: 40%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 !important;
    opacity: 1;
}




.team_heading {
	font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -1px;
	font-family: Poppins;
	position: relative;
}
.team_heading:after {
	content: '';
	position: absolute;
	top: -5px;
	height: 2px;
	left: 0;
	width: 100px;
	background: #001188;
}
.comteamslider {
	padding-top: 20px;
}
.team_image {
	position: relative;
}
.team_image img {
	width: 100%;
	height: auto;
	display: block;
}
.team_name {
	position: absolute;
bottom: -250px;
left: 15px;
right: 15px;
text-align: center;
z-index: 2;
transition: all 0.5s ease 0.1s;
opacity: 0.8;
}
.team_image:hover .team_name {
	bottom: 15px;
}
.team_back {
	position: relative;
	padding: 15px;
}
.team_back:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.8;
}


.teamfull_name {
    margin: 0 0 5px;
	font-weight: 400;
	font-size: 22px;
	font-family: Poppins;
	z-index: 1;
}
.team_pos {
    font-size: 11px;
	font-weight: 400;
	font-family: Poppins;
    text-transform: uppercase;
    margin: 0 0 10px;
	z-index: 1;
}
.teamsos {
  padding-top: 60px;
  transition: all 0.3s ease 0.5s;
  font-size: 16px;
}
.team_image:hover .teamsos {
  padding-top: 0px;
}
.comteamslider.owl-carousel .owl-nav,
.comteamslider.owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  top: -50px !important;
  display: inline;
  height: 40px !important;
  width: 80px !important;
  padding: 0 !important;
  border-radius: 30px !important;
  right: 0 !important;
  overflow: hidden;
}
.comteamslider.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  margin: 0;
  line-height: 40px;
  background: transparent !important;
  height: 40px;
  text-align: center;
  border-radius: 0;
}
.comteamslider.owl-theme .owl-nav .owl-prev .fa {
  color: #333333;
  border: 2px solid #333333;
  border-right: 1px solid #333333;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border-radius: 30px 0 0 30px;
}
.comteamslider.owl-theme .owl-nav .owl-next .fa {
  color: #333333;
  border: 2px solid #333333;
  border-left: 1px solid #333333;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border-radius: 0 30px 30px 0;
}




.video_post {
	position: relative;
}
.video_outer {
	margin: 0 -15px;
}
.video_heading {
	font-size: 35px;
	font-weight: 400;
	font-family: Poppins;
	margin: 0 0 20px;
	padding-right: 100px;
	position: relative;
}
.video_heading span {
	position: absolute;
	top: calc( 50% - 18px );
	right: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: Poppins;
	border: 2px solid #333333;
	height: 36px;
    line-height: 34px;
	padding: 0 20px;
	border-radius: 30px;
}
.video3 .video_loop {
	float: left;
	width: 33.33%;
}
.video2 .video_loop {
	float: left;
	width: 50%;
}
.video1 .video_loop {
	float: none;
	width: 100%;
}
.video_inner {
	margin: 0 15px;
}
.compro_viewvideo {
	width: 100%;
	display: block;
	height: 220px;
	overflow: hidden;
	margin-bottom: 20px !important;
}
.video1 .video_outer .video_loop:nth-child(2),
.video1 .video_outer .video_loop:nth-child(3) {
	display: none;
}
.video2 .video_outer .video_loop:nth-child(3) {
	display: none;
}




.event_loop {
	margin: 0 -30px;
}
.event_one .event_image {
	float: right;
	width: 50%;
}
.event_two .event_image {
	float: left;
	width: 50%;
}
.event_featured {
	margin: 0 30px;
	position: relative;
}
.event_featured img {
	width: 100%;
	height: auto;
}
.event_featured .event_icon {
	position: absolute;
	top: calc( 50% - 80px );
	left: calc( 50% - 80px );
	width: 160px;
	height: 160px;
	border-radius: 100px;
	overflow: hidden;
	z-index: 2;
}
.event_featured .event_icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	background: #018;
	opacity: 0.1;
	z-index: 1;
}
.event_featured i {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	text-align: center;
	line-height: 100px;
	background: #001188;
	color: #fff;
	font-size: 35px;
	margin: 30px;
	z-index: 2;
}
.event_one .event_content {
	float: left;
	width: 50%;
}
.event_two .event_content {
	float: right;
	width: 50%;
}
.event_inner {
	margin: 0 30px;
}

.event_blocktitle {
	font-weight: 700;
	font-size: 18px;
	font-family: Poppins;
	margin-top: 50px;
}
.event_heading {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	font-family: Poppins;
	margin-top: 30px;
}
.event_excerpt,
.event_time {
	font-weight: 400;
	font-size: 14px;
	font-family: Poppins;
	margin-top: 20px;
}
.event_readmore {
	margin-top: 30px;
}
.event_readmore a {
	display: inline-block;
	overflow: hidden;
}
.event_readmore a span {
	line-height: 1.0;
	padding: 15px 25px;
	display: inline-block;
}












.theheading {
	font-weight: 400;
	font-size: 45px;
	font-family: Poppins;
	letter-spacing: -2px;
}
.theheading span {
	font-weight: 400;
	font-size: 48px;
	font-family: Playfair Display;
	font-style: italic;
}















@media screen and (max-width: 982px) {
	.left_align {
	left: 20px;
	}
	.right_align {
	right: 20px;
	}
	.center_align {
	left: 20px;
	right: 20px;
	}
	.box_comproslider h2 {
        font-size: 55px;
    }
    .box_comproslider h4 {
        font-size: 18px;
    }
	.slide_comprobutton a {
		padding: 10px 30px 10px 30px;
    }
	.event_heading {
  font-size: 32px;
}
.event_readmore a span {
  padding: 10px 20px 10px 20px;
}
}

@media screen and (max-width: 768px) {
	.service_loop,
	.work_loop {
    	width: 50%;
    	float: left;
	}
	.video3 .video_outer .video_loop,
	.video2 .video_outer .video_loop {
		width: 50%;
    }
}
@media screen and (max-width: 420px) {
	.service_loop,
	.work_loop {
	width: 100%;
	float: none;
	}
	.service_text {
	min-height: 80px;
    }
	.comproslide .item {
		overflow: hidden;
	}
	.comproslide img {
    max-width: 400% !important;
	width: auto !important;
	height: 500px !important;;
    }
	.left_align,
	.right_align,
	.center_align {
	left: 20px;
	right: 20px;
	}
	.box_comproslider h2 {
        font-size: 35px;
    }
    .box_comproslider h4 {
        font-size: 16px;
    }
	.slide_comprobutton a {
		padding: 8px 25px 8px 25px;
    }
	.tess_comprolibrary_img {
		width: 60px;
		height: 60px;
		margin: 0 20px 0 0;
		border: 6px solid #fff;
	}
	.tess_comprolibrary_content {
		width: calc( 100% - 80px );
	}
	.priceslider .item {
    padding: 15px;
    }
	.comprolibrary_price {
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
	}
	.video3 .video_outer .video_loop,
	.video2 .video_outer .video_loop {
		width: 100%;
		float: none;
    }
	.event_one .event_content,
	.event_two .event_content,
	.event_one .event_image,
	.event_two .event_image {
    	float: none;
    	width: 100% !important;
    }
.event_featured .event_icon {

    top: calc( 50% - 50px );
    left: calc( 50% - 50px );
    width: 100px;
    height: 100px;
}
	.event_featured i {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  margin: 20px;
  z-index: 2;
  line-height: 60px;
}
.event_heading {
  font-size: 25px;
}
.comteamslider.owl-carousel .owl-nav, .comteamslider.owl-carousel .owl-nav.disabled {
  top: -50px !important;
  height: 36px !important;
  width: 66px !important;
}
.comteamslider.owl-theme .owl-nav [class*="owl-"] {
  line-height: 36px;
  height: 36px;
}
.comteamslider.owl-theme .owl-nav .owl-prev .fa,
.comteamslider.owl-theme .owl-nav .owl-next .fa {
  width: 32px;
  height: 32px;
  line-height: 30px;
}
.teamfull_name {
	font-size: 18px;
}
.team_heading {
font-size: 25px;
}
}