/*!
Theme Name: Nosce

*/

.footer-wrapper{
	width:100%;
	background-color:#171717;
	font-size:15px;
	color:#999999;
	padding:24px 0px;
}

.footer-wrapper .col-lg-6:last-child{
	text-align:right;
}

.footer-wrapper .col-lg-6 a{
	color:#999999;
}

.footer-wrapper .col-lg-6 a:hover{
	color:#CCCCCC;
}

.header-wrapper{
	width:100%;
	height:auto;
	position:fixed;
	top:0px;
	z-index:999;
	
	background: rgba(0,0,0,0.98);
background: -moz-linear-gradient(top, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.98)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}	

.header-top-wrap h5{
	padding:0px 22px;
	margin:0px;
	text-align:center;
	line-height:45px;
	color:#FFFFFF;
	font-weight:500;
	font-size:18px;
	border-left:1px solid #f88f6e;
	border-right:1px solid #f88f6e;
	
}

.header-top-wrap h6{
	padding:0px 30px 0px 28px;
	margin:0px;
	text-align:right;
	line-height:45px !important;
	color:#FFFFFF;
	font-size:15px;
	letter-spacing:0.5px;
	border-right:1px solid #f88f6e;
}

.header-top-wrap h6 font{
	border-right:1px solid #f88f6e;
	border-left:1px solid #f88f6e;
	float:left;
	padding:0px 30px;
}

.header-top-wrap h6 a{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:4px;
}

.socialmedia-icons a{
	text-decoration:none;
	color:#FFFFFF;
	line-height:45px;
	border-right:1px solid #f88f6e;
	float:left;
	font-size:14px;
	padding:0px 16px;
}

.socialmedia-icons a:first-child{
	border-left:1px solid #f88f6e;
}

.socialmedia-icons a:hover{
	background-color:#d53f10;
}

.header-top-wrap{
	width:100%;
	background-color:#f55827;
	min-height:45px;
	    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.banner-con{
	width:100%;
	overflow:hidden;
	position:relative;
	height:550px;
	background-color:#000;
}

.banner-con img{
	height:550px;
	width:100%;
	object-fit:cover;
	opacity:0.5;
}


.header-con .col-lg-3 .logomain{
	float:left;
	margin-top:-45px;
}

.primary-menu{
	float:right;
	text-align:right;
}

ul.primary-menu li a{
	margin: 0px 0px 0px 20px;
    padding: 4px 25px;
    color: #fff;
    text-shadow: none;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 2px solid #ffffff;
	font-size:14px;
	font-weight:500;
}

ul.primary-menu li a:hover,
ul.primary-menu li:hover>a{
	color: #f55827;
    border: 2px solid #f55827;
}

ul.primary-menu li.current-menu-item a{
	color: #fff;
    background: #f55827;
    border: 2px solid #f55827;
}

.welcome-container .col-lg-8{
	padding-right:0px;
}

.welcome-container .col-lg-4{
	padding-left:0px;
}

.welcome-container .col-lg-4 font{
	width:100%;
	float:left;
	height:520px;
	margin-bottom:0px;
}

.welcome-container .col-lg-4 font img{
	width:100%;
	height:578px;
	object-fit:cover;
}

.weltop-img{
	margin-top:85px;
}

.welcome-container{
	width:100%;
	overflow:hidden;
	/*background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(230,233,241,1) 55%, rgba(230,233,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,1)), color-stop(55%, rgba(230,233,241,1)), color-stop(100%, rgba(230,233,241,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(230,233,241,1) 55%, rgba(230,233,241,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(230,233,241,1) 55%, rgba(230,233,241,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(230,233,241,1) 55%, rgba(230,233,241,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(230,233,241,1) 55%, rgba(230,233,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e9f1', GradientType=1 );*/
}

.welcome-con{
	background-color:#FFFFFF;
	text-align:justify;
	font-size:15px;
	padding-right:60px;
	padding-top:80px;
	padding-bottom:50px;
	width:100%;
	float:left;
	min-height:520px;
	position:relative;
}

.welcome-con .welcomebtm-img{
	position:absolute;
	right:0px;
	bottom:-40px;
}

.welcome-con .nosce-icon{
	position:absolute;
	right:100px;
	z-index:-2;
	bottom:-130px;
}

.welcome-con .btmshadow{
	position:absolute;
	right:0px;
	bottom:-67px;
}

.welcome-con p{
	font-size:15px;
	color:#21273b;
	line-height:22px;
	margin-bottom:20px;
}

.welcome-con h2{
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	font-weight: 900;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 38px;
	line-height:38px;
}

.more-btn{
	text-transform:uppercase;
	font-weight:bold;
	color:#21273b;
	font-size:15px;
	border:2px solid #21273b;
	margin-top:14px;
	float:left;
	padding:10px 0px 8px 15px;
	border-right:none;
	border-top:none;
	position:relative;
	margin-bottom:40px;
}

.more-btn font{
	width:20px;
	height:2px;
	background-color:#21273b;
	position:absolute;
	left:0px;
	top:0px;
}

.more-btn:hover{
	color:#8ec535;
	text-decoration:none;
	border-color:#8ec535;
}

.more-btn:hover font{
	background-color:#8ec535;
}

.welcome-image-cons{
	position:relative;
}

.banner-btm-quote{
	text-align:center;
	width:100%;
	overflow:hidden;
	margin-top:-20px;
}

.banner-btm-quote .container{
	position:relative;
}

.banner-btm-quote .welcome-bg{
	top:20px;
	height:200px;
	left:100px;
}

.banner-btm-quote span{
	width:100%;
	background-color:#8cc83f;
	color:#0a0a0a;
	float:left;
	padding:0px 0px;
	position:relative;
	z-index:998;
	min-height:150px;
}

.banner-btm-quote span p{
	padding:0px;
	margin:0px;
	font-size:18px;
	font-style:italic;
	line-height:36px;
}

.banner-btm-quote span p b{
	font-style:normal;
}

.primary-menu{
	margin-top:30px;
}

.digital-card{
	width:100%;
	background-color:#f99421;
	float:left;
	text-align:center;
	font-weight:500;
	color:#fff;
	line-height:45px;
	text-transform:uppercase;
	font-size:14px;
}

.digital-card:hover{
	background-color:#e7820f;
	color:#FFFFFF;
}

.top-links a{
	float:right;
	color:#FFFFFF;
	line-height:45px;
	font-size:14px;
	font-weight:500;
	border-left:1px solid #f68865;
	padding:0px 26px;
	text-transform:uppercase;
}

.top-links a:last-child{
	border-left:none;
}

.top-links a:hover{
	color:#fff;
	background-color:#f99421;
}

.enquiry-container{
	width:100%;
	background-color:#f55827;
	float:left;
	margin-top:-62px;
	padding:60px 30px;
}

.enquiry-container h2{
	width:100%;
	padding:0px;
	text-transform:uppercase;
	text-align:center;
	margin:0px 0px 10px 0px;
	font-size:38px;
	font-weight:900;
	color:#FFFFFF;
}

.enquiry-container input{
	background:none;
	border:2px solid #fab49e;
	min-height:45px;
	color:#FFFFFF !important;
	font-size:15px;
	padding-left:12px;
}

.enquiry-container input:focus,
.enquiry-container textarea:focus{
	background-color:#e84b1a;
}

.enquiry-container textarea{
	background:none;
	border:2px solid #fab49e;
	height:120px;
	color:#FFFFFF !important;
}

.enquiry-container input::-webkit-input-placeholder,
.enquiry-container textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}

.enquiry-container input::-moz-placeholder,
.enquiry-container textarea::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}

.enquiry-container input:-ms-input-placeholder,
.enquiry-container textarea:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}

.enquiry-container input:-moz-placeholder,
.enquiry-container textarea:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.enquiry-container .col-lg-12{
	padding-bottom:10px;
}

.welcome-bg {
    min-height:100%;
    width: 3000px;
    background-color: #e7eaf2;
    position: absolute;
    left: -100px;
	z-index:-2;
}

.news-container{
	padding-left:60px;
	position:relative;
	padding-top:80px;
}

.news-container .nosce-icon{
	position:absolute;
	left:117px;
	top:-84px;
	z-index:-2;
}

#parent {
        display: table; 
        width: 100%; 
        text-align: center; 
}

#child {
        display: table-cell;
        vertical-align: middle;
}

.enquiry-container .wpcf7-submit{
	width:100%;
	text-transform:uppercase;
	font-weight:700;
	padding:12px 0px !important;
	
	border:none;
	background-color:#fdd8cd;
	padding:0px;
	color:#f55827 !important;
}

.enquiry-container .wpcf7-submit:hover,
.enquiry-container .wpcf7-submit:focus{
	background-color:#FFFFFF;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7 .ajax-loader{
	display:none !important;
	visibility:hidden !important;
}

span.wpcf7-not-valid-tip{
	font-size:14px;
	color:#fab49e;
}

.enquiry-container .form-control:focus {
  color: #495057;
  border-color: #FFf;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 148, 33, 0);
}

.news-container h2{
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 38px;
    line-height: 38px;
}

.news-container h6{
	width:100%;
	padding:0px 15px;
	margin:0px;
	background-color:#e7eaf2;
	text-align:center;
	min-height:75px;
	display:table;
	font-size:15px;
	font-weight:500;
}

.news-container span{
	overflow:hidden;
	float:left;
	width:100%;
	background-color:#000000;
	position: relative;
	text-align:center
}

.news-container span i{
	position:absolute;
	left:45%;
	top:20%;
	z-index:995;
	color:#8cc83f;
	font-size:28px;
	opacity:0;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.news-container span img{
	width:100%;
	height:auto;
	object-fit:cover;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

}

.news-container a:hover h6{
	background-color:#8cc83f;
	color:#FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); 
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.news-container a:hover img{
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	opacity:0.4;
}

.news-container a:hover i{
	opacity:1;
	top:42%;
}

.testimonial-con{
	width:100%;
	text-align:center;
	padding:60px 0px 30px 0px;
	min-height:360px;
	background: url(assets/img/testimonial-bg.jpg)  no-repeat center center fixed #8cc83f; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.testimonial-con h2{
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 38px;
    line-height: 38px;
	color:#000000;
}

.testimonial-con p{
	font-style:italic;
	color:#000000;
	font-size:15px;
}

.testimonial-con h6{
	font-size:15px;
	padding:0px;
	margin:0px;
	color:#000000;
	line-height:24px;
}

.services-wrapper{
	width:100%;
	background-color:#e7eaf2;
	padding:80px 0px 100px 0px;
}

.services-wrapper h2{
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 38px;
    line-height: 38px;
    color: #000000;
	text-align:center
}


/* Slider */
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*----*/

.tabbed-scroll .col-lg-4{
    flex: 0 0 100%;
    max-width: 100%;
}

.tabbed-scroll a{
	width:100%;
	height:280px;
	background-color:#f55827;
	float:left;
	position:relative;
	overflow:hidden;
}

.tabbed-scroll a img{

	width:100%;
	height:auto;
	object-fit:cover;
	opacity:1;

}

a, img, h1, h2, h3, h4, h5, h6, span, font{
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.tabbed-scroll a h6{
	width:100%;
	position:absolute;
	bottom:0px;
	z-index:995;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	font-weight:500;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	padding:75px 15px 15px 15px;
	text-transform:uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.tabbed-scroll a:hover img{
	opacity:0.16;
}

.tabbed-scroll a:hover h6{
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	padding-bottom:80px;
}

.service-icon{
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:10px;
	z-index:995;
	width:61px !important;
	height:81px !important;
	opacity:0 !important;
	
}

.tabbed-scroll a:hover .service-icon{
	opacity:1 !important;
	top:60px;
}

.work-wrapper{
	width:100%;
	background-color:#a5cd39;
	margin-top:-20px;
}

.getcard-link{
	width:100%;
	text-align:center;
	float:left;
	text-transform:uppercase;
	font-weight:900;
	color:#000;
	background-color:#88b01c;
	padding:40px 0px;
}

.getcard-link:hover{
	background-color:#f99421;
	color:#000;
}

.work-wrapper h3{
	padding:0px;
	margin:0px;
	color:#000000;
	font-weight:900;
	font-size:28px;
}

.work-wrapper h6{
	color:#000000;
	padding:0px;
	margin:5px 0px 0px 0px;
	font-size:16px;
	font-weight:500;
}

.work-wrapper h6 a{
	font-weight:900;
}

.work-wrapper .col-lg-9{
	position:relative;
	padding:33px 60px;
}

.work-wrapper .col-lg-9 .getstarted-link{
	position:absolute;
	right:20px;
	padding:10px 22px;
	top:43px;
	text-transform:uppercase;
	font-weight:900;
	font-size:15px;
	background-color:#FFFFFF;
}

.work-wrapper .col-lg-9 .getstarted-link:hover{
	background-color:#769c0e;
	color:#fff;
}

.ourclients-wrapp{
	width:100%;
	background-color:#e7eaf2;
	padding:60px 0px;
}

.slick-list{
    margin-right: -15px;
    margin-left: -15px;
}

.ourclients-wrapp .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ourclients-wrapp h2{
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 38px;
    line-height: 38px;
    color: #000000;
    text-align: center;
}

.ourclients-wrapp .col-lg-3 span{
	width:100%;
	background-color:#FFFFFF;
	height:110px;
	float:left;
	text-align:center;
	display:table;
}

.ourclients-wrapp .col-lg-3 span h6{
	display: table-cell;
    vertical-align: middle;
	padding:0px 25px;
	margin:0px;
	font-size:16px;
	color:#333333;
}

.ourclients-wrapp .col-lg-3 span img{
	width:100%;
	height:110px;
	object-fit:cover;
}


.howwe-differ-con{
	margin-top:80px;
	margin-bottom:80px;
}

.howwe-differ-con .col-lg-8{
	padding-right:60px;
	text-align:justify;
}

.howwe-differ-con .col-lg-8 h2{
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 38px;
    line-height: 38px;
}

p{
    font-size: 15px;
    color: #21273b;
    line-height: 24px;
    margin-bottom: 20px;
}

.howwe-differ-con .col-lg-8 ul{
	padding:0px;
	margin:0px;
}

.howwe-differ-con .col-lg-8 ul li{
	list-style:none;
	font-weight:500;
	padding:0px 0px 0px 34px;
	margin:0px 0px 12px 0px;
	color: #21273b;
	position:relative;
}

.howwe-differ-con .col-lg-8 ul li:last-child{
	margin-bottom:0px;
}

.howwe-differ-con .col-lg-8 ul li:before{
	width:21px;
	height:15px;
	position:absolute;
	left:0px;
	top:5px;
	content:'';
	background:url(assets/img/tick.png) no-repeat;
}

.downbrochure-btn{
	width:100%;
	background-color:#f55827;
	float:left;
	color:#FFFFFF;
	position:relative;
	padding:25px 0px;
}

.downbrochure-btn:hover{
	background-color:#f99421;
}

.downbrochure-btn h4{
	color:#FFFFFF;
	padding:0px 0px 0px 130px;
	margin:0px;
	text-transform:uppercase;
	font-weight:900;
	font-size:28px;
	line-height:22px !important;
}

.downbrochure-btn h4 font{
	width:100%;
	float:left;
	font-size:16px;
}

.downbrochure-btn i{
	position:absolute;
	left:80px;
	top:32px;
	font-size:34px;
	color:#FFFFFF;
}

.video-con{
	width:100%;
	float:left;
	background-color:#fddad0;
	height:200px;
	margin-top:0px;
	position:relative;
	/*padding-top:48px;*/
	
}

.video-con h6{
	width:100%;
	text-transform:uppercase;
	padding:0px;
	margin:16px 0px 0px 0px;
	text-align:center;
	letter-spacing:0.6px;
	float:left;
}

.video-con span{
	border:2px solid #000000;
	width:80px;
	height:80px;
	float:left;
	-moz-border-radius: 50%;
    border-radius: 50%;
	text-align:center;
	font-size:30px;
	padding-top:16px;
	padding-left:5px;
	position:relative;
	left:50%;
	margin-left:-40px;
}

.video-con:hover span{
	background-color:#f55827;
	border:2px solid #f55827;
	color:#fddad0;
}

.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(245, 88, 39, 0.3);
  border-radius: 50%;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(102, 189, 81, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(102, 189, 81, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(102, 189, 81, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(102, 189, 81, 0);}}

.scroll-top{
	background-color:#f55827;
}	

.f-nav{
	background: rgba(245,87,39,0.9);
background: -moz-linear-gradient(left, rgba(245,87,39,0.9) 0%, rgba(245,87,39,0.9) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,87,39,0.9)), color-stop(100%, rgba(245,87,39,0.9)));
background: -webkit-linear-gradient(left, rgba(245,87,39,0.9) 0%, rgba(245,87,39,0.9) 100%);
background: -o-linear-gradient(left, rgba(245,87,39,0.9) 0%, rgba(245,87,39,0.9) 100%);
background: -ms-linear-gradient(left, rgba(245,87,39,0.9) 0%, rgba(245,87,39,0.9) 100%);
background: linear-gradient(to right, rgba(245,87,39,0.9) 0%, rgba(245,87,39,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55727', endColorstr='#f55727', GradientType=1 );
	overflow:hidden;
}

.f-nav .header-top-wrap{
	margin-top:-45px;
}

.f-nav .header-con .col-lg-3 .logomain{
	margin-top:-130px;
}

.f-nav .primary-menu{
	margin-top:15px;
	margin-bottom:15px;
}


.f-nav ul.primary-menu li.current-menu-item a{
	background-color:#FFFFFF;
	border:2px solid #FFFFFF !important;
	color:#f55827 !important;
}

.f-nav ul.primary-menu li a:hover{
	border:2px solid #f7d9cf;
	color:#f7d9cf;
}

.header-con .col-lg-3 a{
	position:relative;
}

.logosecong{
	margin-top:-200px;
	float:left;
	position:relative;
	top:0px;
	opacity:0;
	left:15px;
}

.f-nav .logosecong{
	margin-top:00px;
	opacity:1;
}

.getdigi-card{
	width:80%;
	min-height:36px;
	background-color: rgba(245, 88, 39, 0.9);
	text-align:center;
	color:#FFFFFF;
	float:left;
	font-weight:700;
	margin-left:10%;
	padding-top:6px;
	margin-top:-50px;
	position:relative;
	z-index:990;
	display:none;
	visibility:hidden;
	-moz-border-radius: 20px;
    border-radius: 20px;
}

#menu-item-63,
#menu-item-64,
#menu-item-65{
	display:none;
	visibility:hidden;
}

.page-header-banner{
	width:100%;
	height:400px;
	background: url(assets/img/page-header-bg.jpg)  no-repeat center center fixed #000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
}

.page-header-banner h2{
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	font-weight:900;
	text-align:center;
	width:100%;
	position:relative;
	top:225px;
	color:#FFFFFF;
	letter-spacing:1px;
	font-size:42px;
	opacity:0.9;
}

.page-container{
	margin-top:80px;
	margin-bottom:80px;
}

.contact-top-row{
	text-align:center;
	margin-top:80px;
	margin-bottom:60px;
}

.contact-top-row p{
	color: #252525;
    line-height: 26px;
	padding:0px;
	margin:0px;
	width:100%;
	float:left;
	text-align:center;
}

.contact-top-row span{
	width:80px;
	height:80px;
	border:2px solid #f55827;
	float:left;
	color:#f55827;
	position:relative;
	left:50%;
	margin-left:-40px;
	-moz-border-radius: 50%;
    border-radius: 50%;
	font-size:28px;
	padding-top:18px;
	margin-bottom:15px;
}

.contact-top-row h3{
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    font-size: 34px;
}

.contact-top-row .col-lg-12 p{
	margin-bottom:35px;
}

.contact-page-map {
	position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
	margin:60px 0px 0px 0px;
}

.contact-page-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-form-bg{
	background:url(assets/img/contact-middle-con.jpg) no-repeat right bottom #e6e9f1;
	text-align:center;
	padding:60px 0px;
}

.contact-form-bg h3{
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    font-size: 34px;
}

.contact-form-bg .wpcf7-submit{
	width:100%;
	padding:10px 0px;
	margin:0px;
	outline:none;
	color:#fff;
	border:none !important;
	background-color:#f55827;
	font-size:15px;
	font-weight:700;
	cursor:pointer;
}

.contact-form-bg .wpcf7-submit:hover,
.contact-form-bg .wpcf7-submit:focus{
	background-color:#ce4a21;
	color:#fff;
}

.contact-form-bg span.wpcf7-not-valid-tip{
	text-align:left;
	color:#f55827;
}

.contact-form-bg input{
	background:none;
	border:2px solid #bbcbd7;
	height:52px;
	padding-left:15px;
}

.contact-form-bg input:focus,
.contact-form-bg textarea:focus{
	background:none;
	border:2px solid #f48228;
}

.contact-form-bg textarea{
	background:none;
	border:2px solid #bbcbd7;
	padding-left:15px;
}

.contact-form-bg .col-lg-6 .col-lg-12{
	padding-bottom:16px;
}

.career-page-con .awsm-filter-wrap{
	text-align:center;
}

.career-page-con .awsm-selectric .label,
.awsm-selectric-items li{
	font-size:15px;
	text-align:left;
}

.career-page-con .awsm-grid-item .awsm-job-item{
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0);
	border:2px solid #dae6f2;
	-moz-border-radius: 10px;
    border-radius: 10px;
	text-align:center;
}

.career-page-con .awsm-selectric,
.career-page-con .awsm-job-search{
	border:2px solid #dae6f2;
	
}

.career-page-con .awsm-job-search{
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:10px;
	outline:none !important;
}

.career-page-con .awsm-job-item h2.awsm-job-post-title{
	padding:0px;
	text-align:center;
	font-weight:700;
}

.career-page-con .awsm-job-more-container{
	text-transform:uppercase;
	font-weight:700;
	font-weight:700;
	color:#f55827;
	background-color:#e7eaf2;
	padding:6px 0px;
	-moz-border-radius: 4px;
    border-radius: 4px;
}

.career-page-con .awsm-job-more-container:hover{
	background-color:#f55827;
	color:#FFFFFF;
}

.awsm-job-more span{
	display:none;
	visibility:hidden;
}

.career-page-con a.awsm-grid-item .awsm-job-specification-item{
	margin-bottom:15px;
	text-transform:none;
	font-weight:700;
	color:#232323;
}

.success-placed{
	width:100%;
	border:4px solid #f55827;
	float:left;
	min-height:294px;
	padding:30px 30px 0px 30px;
	text-align:center;
	background:url(assets/img/success.jpg) right bottom no-repeat;
}

.success-placed span{
	width:100%;
	float:left;
	background-color:#333333;
	min-height:226px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow:hidden;
}

.success-placed .col-lg-5{
	padding-right:30px;
}

.success-placed .col-lg-5 img{
	width:100%;
	height:260px;
	object-fit:cover;
}

.success-placed a{
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:700;
	line-height:33px;
	font-size:15px;
	background-color:#fff;
	color:#f55827;
	padding:0px 0px;
	width:140px;
	float:left;
	-moz-border-radius: 20px;
	border-radius: 20px;
	min-height:33px;
	border:2px solid #f55827;
	position:relative;
	left:50%;
	margin-left:-70px;
}

.success-placed a:hover{
	background-color:#f55827;
	color:#FFFFFF;
}

.success-placed hr{
	padding:0px;
	margin:15px 0px;
}

.success-placed h3{
	padding:0px;
	margin:10px 0px 0px 0px;
	text-transform:uppercase;
	font-weight:900;
	font-size:32px;
}

.success-placed h4{
	padding:8px 0px;
	margin:8px 0px 22px 0px;
	font-weight:700;
	font-size:16px;
	background: rgba(245, 88, 39, 0.2);
	width:100%;
	float:left;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.success-placed h5{
	padding:0px;
	margin:0px 0px 5px 0px;
	font-weight:700;
	font-size:20px;
}

.success-placed h6{
	padding:0px;
	margin:0px 0px 15px 0px;
	font-weight:500;
	font-size:15px;
}

.placement-page{
	margin-top:70px;
	margin-bottom:70px;
}

.placement-page .col-lg-3 span{
	border:3px solid #e7eaf2;
	width:100%;
	float:left;
	text-align:center;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:20px;
	min-height:316px;
	margin:10px 0px;
}

.placement-page .col-lg-3 span font{
	width:150px;
	height:150px;
	overflow:hidden;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float:left;
	left:50%;
	margin-left:-75px;
	position:relative;
}

.placement-page .col-lg-3 span font img{
	width:150px;
	height:150px;
	object-fit:cover;
}

.placement-page .col-lg-3 span h3{
	padding:0px;
	margin:15px 0px 0px 0px;
	font-size:20px;
	font-weight:900;
	width:100%;
	float:left;
	text-align:center;
}

.placement-page .col-lg-3 span h4{
	padding:6px 0px;
	margin:6px 0px;
	font-size:15px;
	font-weight:500;
	width:100%;
	float:left;
	text-align:center;
	background: #e7eaf2;
}

.placement-page .col-lg-3 span h5{
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:700;
}

.placement-page .col-lg-3 span h6{
	padding:0px;
	margin:4px 0px 0px 0px;
	font-size:14px;
	font-weight:500;
	width:100%;
	float:left;
	text-align:center;
}

.page-content, .entry-content, .entry-summary{
	margin:0px;
}

.entry-content{
	text-align:justify;
	line-height:24px;
}

.awsm-job-form-inner{
	background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0);
    padding: 35px;
	border:4px solid #e7eaf2;
}

.awsm-job-form-inner h2{
	text-transform:uppercase;
	font-style:28px;
	font-weight:900;
}

#awsm-applicant-phone,
#awsm-applicant-name,
#awsm-applicant-email,
#awsm-cover-letter{
	border:2px solid #e7eaf2 !important;
	min-height:44px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;
	padding-left:10px;
}

.single-awsm_job_openings #awsm-application-submit-btn{
	text-transform:uppercase;
	font-size:15px;
	background-color:#f55827;
	font-weight:700;
	padding:10px 40px;
}

.single-awsm_job_openings .awsm-job-form-group label{
	margin-bottom:5px;
}

.single-awsm_job_openings .awsm-job-specification-item:nth-child(2){
	display:none;
	visibility:hidden;
}

.single-awsm_job_openings .awsm-job-specification-item{
	width:50%;
	float:left;
}

.single-awsm_job_openings .awsm-job-specification-wrapper{
	border-top:2px solid #e7eaf2;
	margin-top:25px 0px 15px 0px;
	padding:20px 0px;
}

.awsm-job-entry-content{
	margin-bottom:35px;
}

.post-single .col-lg-8{
	padding-right:45px;

}

.widget, .post, .content-area .page, .not-found{
	padding:0px;
	box-shadow: 0px 11px 9px 0px rgba(0, 0, 0,0);
}

.awsm-lists {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0);
}

.awsm-list-right-col{
	display:none;
	visibility:hidden;
}

.awsm-list-item .awsm-job-item{
	border-bottom: 1px solid rgba(0,0,0,0);
	padding:0px;
}

.awsm-list-left-col{
	width:100%;
}

.awsm-job-item h2.awsm-job-post-title a{
	font-size:15px;
	font-weight:normal;
}

.widget-title{
	margin-bottom:20px;
}

.testimonial-page .nav-pills {
	text-transform:uppercase;
	font-weight:700;
}

.testimonial-page .nav-fill .nav-item{
	background: rgba(245, 88, 39, 0.2);
}

.testimonial-page .nav-pills .nav-link.active, .testimonial-page .nav-pills .show>.nav-link{
	background-color:#f55827;
}

.testimonial-page .tab-content{
	margin-top:15px;
}

.testimonial-txt-con{
	text-align:center;
}

.testimonial-txt-con p{
	font-style:italic;
	line-height:24px;
}

.testimonial-txt-con span{
	width:100%;
	display:block;
	padding:30px 0px;
}

.testimonial-txt-con span:nth-child(even){
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,234,242,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(231,234,242,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,234,242,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,234,242,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,234,242,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(231,234,242,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.testimonial-txt-con span h6{
	padding:0px;
	margin:0px;
	font-size:15px;
}

.testimonial-txt-con span:nth-child(odd){
	background:url(assets/img/quote-icon.jpg) left no-repeat;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    padding-top: 0px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-txt{
	width:100%;
	text-align:center;
	background-color:#e7eaf2;
	min-height:70px;
	padding:0px;
	margin:0px;
	display:table;
}

.video-txt font{
	display: table-cell;
    vertical-align: middle;
}

.tab-pane .col-lg-4{
	padding-top:15px;
	padding-bottom:15px;
}

.blog-list-page{
	margin-top:65px;
	margin-bottom:65px;
}

.blog-list-page .col-lg-4{
	margin-top:15px;
	margin-bottom:15px;
}

.blog-list-page .col-lg-4 span{
	width:100%;
	height:auto;
	overflow:hidden !important;
	height:200px;
	background-color:#000000;
	display:block;
	position:relative;
}

.blog-list-page .col-lg-4 span i{
	color:#a5cd39;
	font-size:32px;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-17px;
	opacity:0;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.blog-list-page .col-lg-4:hover i{
	opacity:1;
	top:80px;
}

.blog-list-page .col-lg-4 span img{
	height:200px;
	object-fit:cover;
}

.blog-list-page .col-lg-4 h6{
	padding:0px 10px;
	margin:0px;
	text-align:center;
	background-color:#e7eaf2;
	min-height:75px;
	font-size:16px;
	font-weight:500;
	display:table;
	width:100%;
}

.blog-list-page .col-lg-4 h6 font{
	display:table-cell;
	vertical-align:middle;
}

.blog-list-page .col-lg-4:hover h6{
	background-color:#a5cd39;
	color:#000;
}

.blog-list-page .col-lg-4:hover img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	opacity:0.2;
}

.blog-single-post .col-lg-8{
	padding-right:45px;
	text-align:justify;
}

.blog-single-post .col-lg-8 .single-tittle{
	padding:0px;
	margin:0px 0px 15px 0px;
	font-weight:700;
	font-size:22px;
}

.blog-single-post .col-lg-4 img{
	width:100%;
	height:auto;
	margin-bottom:45px;
}

.blog-single-post .col-lg-4 .col-lg-4{
	width:100%;
	padding:0px;
	margin:0px;
	max-width:100%;
}

.awsm-job-listings .awsm-list-item{
	margin-bottom:8px;
}

.blog-single-post .col-lg-4 .col-lg-4 a{
	font-size:15px;
}

.blog-single-post .col-lg-4 .col-lg-4 a:hover{
	color:#f55827;
}

.blog-single-post .col-lg-4 .col-lg-4 li{
	margin-bottom:8px;
}

.comments-title{
	font-size:18px;
}

.blog-single-post .col-lg-8 .submit{
	padding:10px 30px;
	margin:0px;
	background-color:#f55827;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:700;
	text-transform:uppercase;
}






@media screen and (max-width: 1024px) {
	.socialmedia-icons a{
		padding:0px 14px;
	}
	
	ul.primary-menu li a{
		margin: 0px 0px 0px 14px;
	}
	
	.downbrochure-btn h4{
		padding-left:105px;
	}
	
	.downbrochure-btn i{
		left:55px;
	}
	
	.success-placed h3{
		font-size:28px;
	}
}

@media screen and (max-width: 980px) {
	.socialmedia-icons,
	.weltop-img,
	.welcomebtm-img,
	.btmshadow,
	.getcard-link{
		display:none;
		visibility:hidden;
	}
	
	.banner-con img,
	.banner-con{
		height:400px;
	}
	
	.site-header{
		display:block;
	}
	
	.hamburger-menu{
		top:12px;
	}
	
	.hamburger-menu span{
		background-color:#FFFFFF;
	}
	
	.welcome-con{
		padding-right:0px;
	}
	
	.welcome-con h2,
	.news-container h2{
		text-align:center;
	}
	
	.enquiry-container{
		margin-top:0px;
	}
	
	.welcome-container .col-lg-4,
	.news-container,
	.howwe-differ-con .col-lg-8,
	.welcome-container .col-lg-8{
		padding-left:15px;
		padding-right:15px;
	}
	
	.welcome-container .col-lg-4 font img,
	.welcome-container .col-lg-4 font{
		height:auto;
	}
	
	.news-container{
		padding-top:80px;
		padding-bottom:80px;
	}
	
	.work-wrapper .col-lg-9 .getstarted-link{
		right:45px;
	}
	
	.howwe-differ-con .col-lg-8{
		padding-bottom:80px;
	}
	
	.main-navigation{
		background: rgba(245, 88, 39, 0.96);
	}
	
	.primary-menu{
		width:100%;
	}
	
	ul.primary-menu li a{
		width:100%;
		text-align:center;
		margin:10px 0px;
		padding:5px 0px;
	}
	
	ul.primary-menu li{
		margin:0px;
		padding:0px;
		border:none;
	}
	
	.close-navigation span{
		color:#FFFFFF;
	}
	
	ul.primary-menu li.current-menu-item a{
		background-color:#FFFFFF !important;
		color:#f55827; 
	}
	
	.contact-form-bg .wpcf7-submit{
		margin-top:15px;
	}
}

@media screen and (max-width: 650px) {
	
}

@media screen and (max-width: 480px) {
	.banner-btm-quote span p{
		line-height:24px;
	}
	
	.welcome-con h2, 
	.news-container h2,
	.enquiry-container h2,
	.testimonial-con h2,
	.services-wrapper h2,
	.howwe-differ-con .col-lg-8 h2,
	.ourclients-wrapp h2,
	.contact-top-row h3,
	.contact-form-bg h3{
		font-size:28px;
		text-align:center;
	}
	
	.news-container .col-lg-6:first-child{
		margin-bottom:15px;
	}
	
	.ourclients-wrapp .col-lg-3 span img,
	.ourclients-wrapp .col-lg-3 span{
		height:80px;
	}
	
	.footer-wrapper .col-lg-6{
		text-align:center !important;
	}
	
	.work-wrapper .col-lg-9{
		padding:30px 15px;
		text-align:center;
	}
	
	.work-wrapper .col-lg-9 .getstarted-link{
		position:relative;
		width:80%;
		float:left;
		left:10%;
		top:15px;
	}
	
	.banner-btm-quote{
		margin-top:0px;
	}
	
	.banner-btm-quote .welcome-bg{
		top:0px;
		left:0px;
		background-color:#8cc83f;
	}	
	
	.header-con .col-lg-3 .logomain{
		margin-top:0px;
	}
	
	.header-top-wrap{
		margin-top:-45px;
		display:none;
		visibility:hidden;
	}
	
	.f-nav .logosecong{
		width:40px;
	}
	
	.hamburger-menu{
		top:5px;
	}
	
	.getdigi-card{
		display:block;
		visibility:visible;
	}
	
	#menu-item-63,
	#menu-item-64,
	#menu-item-65{
		display:block;
		visibility:visible;
	}
	
	.success-placed .col-lg-5{
		padding-right:15px;
	}
	
	.success-placed{
		padding:20px;
	}
	
	.contact-top-row .col-lg-4{
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.contact-page-map{
		padding-bottom:60%;
	}
	
	.page-header-banner{
		height:300px;
	}
	
	.page-header-banner h2{
		top:150px;
		font-size:32px;
	}
}

@media screen and (max-width: 320px) {
	
}

@media screen and (max-width: 240px) {
	
}

@import url('https://fonts.googleapis.com/css?family=Allura|Josefin+Sans');

.wrapper{
	margin-top: 10px;
	background: #81c644;
  }
  
  .wrapper h1{
	/*font-family: 'Allura', cursive;*/
	font-size: 45px;
	margin-bottom: 60px;
	text-align: center;

  }
  
  .team{
	display: flex;
	justify-content: center;
	width: auto;
	text-align: center;
	flex-wrap: wrap;
	background: #81c644;
  }
  
  .team .team_member{
	background: #fff;
	margin: 5px;
	margin-bottom: 50px;
	width: 300px;
	padding: 20px;
	line-height: 20px;
	color: #8e8b8b;  
	position: relative;
  }
  
  .team .team_member h3{
	color: #81c644;
	font-size: 26px;
	margin-top: 50px;
  }
  
  .team .team_member p.role{
	color: #ccc;
	margin: 12px 0;
	font-size: 12px;
	text-transform: uppercase;
  }
  
  .team .team_member .team_img{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
  }
  
  .team .team_member .team_img img{
	width: 90px;
	height: 110px;
	padding: 5px;
  }
  .learn-more{
      	color: #202020;
	padding-top: 115px;
  }
  
  

/* Service section*/
.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
	padding-bottom: 120px;
	

}

.section-services .header-section {
	margin-bottom: 34px;
}
.section-services .header-section h2 {
color:black;
}

.section-services .header-section .title {
  position: relative;
  
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ec9b00;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #81c644;
    border-radius: 3px;
}

.section-services .header-section .description {
    font-size: 14px;
	color: black;
	

}

.section-services .single-service {
    position: relative;
    margin-top: 10px;
    background-color: #84bcbc;
    border-radius: 10px;
    padding: 40px 30px;
   overflow: hidden;
   box-shadow:  0 0 5px #a8a8a7,
   0 0 10px #a3a3a3;
   text-align: center;
}
.section-services .single-service h3{
  color:#000000;
  
}

.section-services .single-service .content {
	position: relative;
    z-index: 20;
    margin-top:25px;
    
  
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color:#81c644 ;
   
    border-radius: 50%;
    opacity: 0.3;
    z-index: 1;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
  opacity: 1;
  z-index: 1;
}

.section-services .single-service .icon{
  
	display: inline-block;

    width: 70px;
    height: 70px;
    background-color: #ff4500;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #ff4500;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
    
    /* heading Char limit
    overflow: hidden;
    max-width: 75ch;
    text-overflow: ellipsis;
    white-space: nowrap;*/

	
}

.section-services .single-service:hover .title {
	color: black;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
	transition: color .3s;
	display: -webkit-box;
	overflow: hidden;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.section-services .single-service:hover .description {
	color: black;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: white;
  text-decoration: none;
    font-weight: 500;
	transition: color .3s;
	background-color: #000000;
	border-radius: 10px;
	padding: 5px 5px;
	display: inline-block;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
.font-icon{
	font-size: 40px;
	color:#000000;
}




  /*......*/

 
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
	position: fixed;
	float:left;
	color:#FFFFFF;
	line-height:45px;
	font-size:14px;
	font-weight:500;
	border-left:1px solid #f68865;
	background-color: #f55827;
	padding:0px 26px;
	text-transform:uppercase;
}
.open-button:last-child{
	border-left:none;
}
.open-button:hover{
	color:#fff;
	background-color:#f99421;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  top:30%;
  left: 35%;
  border: 3px solid #f1f1f1;
  z-index: 9;

}
@media (max-width: 600px) {
	.form-popup{
	
	 left: 0;
	
	}
  }
.cancel{
	float: right;
	width:10%;
	height:20%;

	text-align: center;
}

/* Add styles to the form container */
.form-container {
	width: 410px;
height: auto;
  padding: 10px;
  background-color: #f55827;
  margin-top:-62px;
	padding:40px 20px;
	
}
@media (max-width: 600px) {
	.form-container{
	
	 width:100%;
	 max-width: 100%;
	 height:100%;
	}
  }

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
	height: 100%;
	width: 100%;
	padding: 15px;
	margin: 5px 0 20px 0;
	border: none;
	background: white;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
	background-color:#e84b1a;
}
.form-container h1{
	width:100%;
	padding:0px;
	text-transform: uppercase;
	text-align:center;
	margin:0px 0px 10px 0px;
	font-size:25px;
	font-weight:800;
	color:#FFFFFF;
}
.form-container label{

	padding:0px;
	text-transform:uppercase;

	margin:0px 0px 10px 0px;
	font-size:15px;

	color:black;
}
.form-container a{


	text-transform:uppercase;
	text-align: center;
	font-style: italic;
	font-size:15px;
	padding-left: 60px;
	
	color: white;
}
/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: white;
  color:orangered;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


