/*sticktome*/
.stick_block_layer {
	background-color: rgba(0,0,0,0.65);
	/*opacity: 0.7;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.stick_popup {
	height: 270px;
	width: 55%;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background-color:#fff;
	-webkit-animation: zoomin 0.7s;
	animation: zoomin 0.7s;
    font-family: 'Nunito', sans-serif!important;
    text-align:center;
}
.stick_popup .form-control{border:1px solid #fbba6c!important}
.stick_content {
	/*padding: 20px;*/
}

.stick_close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	font-family: Arial;
	font-size: 17px;
	background-color: #d1d1d1;
	color: #4c4c4c;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.sticktome-head{width:100%;height:200px;background-color:darkorange;float:left}
.stick_content h2{font-size:37px;text-align:center;font-weight:700!important;color:#fff;font-family: 'Nunito', sans-serif!important;}
.stick_content p{font-size:25px!important;font-weight:300!important;font-family: 'Nunito', sans-serif!important;color:#fff;border-bottom:1px solid #efa448;border-top:1px solid #efa448;padding:10px 0}
/* 
CSS3 animation keyframes.
*/
@-webkit-keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-ms-keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
}
@keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

/*welcome modal*/
/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .65;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	z-index: 101;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	width: 550px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -175px;
	background-color: #fff;    
	/*border: 2px solid #fff;*/
    border-radius:10px!important;
	z-index: 102;
	padding: 0px 0px 20px 0px;
    font-family: 'Nunito', sans-serif;
    overflow:hidden;
}
.delayedPopupWindow .form-control{background:none!important;border:1px solid #9ec9eb!important}
.modal-delay-close{position:absolute;top:10px;right:10px;}
.delayedPopupWindow-head{width:100%;float:left;height:160px;background-image:url("../Content/images/pattern1.jpg");background-repeat:repeat;color:#fff;text-align:center;margin-bottom:25px}
.delayedPopupWindow h3{font-size:25px!important;font-weight:300;line-height:1.6em!important}
.delayedPopupWindow h3 span{font-size:29px;font-weight:700}
.delayedPopupWindow h4{font-size:20px!important;line-height:28px!important;color:#fff!important;font-weight:300!important}
.delayedPopupWindow-btn{width:150px;height:35px;background-color:#25d238;color:#fff;text-align:center;font-weight:500!important;font-size:16px;letter-spacing:1px;line-height:35px;border:none!important;border-radius:3px;}
.delayedPopupWindow-btn i{color:#fff!important;margin-top:10px}

/*mfmodal*/
.mf-modal{padding:0px!important}
.delayedPopupWindow-head{margin-top:-30px;height:145px!important;margin-bottom:5px!important;}
/*Delayedpopup-2*/
.delayedPopupWindow-3 {
	display: none;
	position: fixed;
	width: auto;
	width: 600px;	
	top: 35%;
	left: 50%;
	margin-left: -300px;
	margin-top: -175px;
	background-color: #fff;    
	/*border: 2px solid #fff;*/
	z-index: 102;
	padding: 0px 0px 0px 0px;
    font-family: 'Nunito', sans-serif;
    overflow:hidden;
}
.custom-fb{background-color:#3B5998!important;color:#fff!important;border: 1px solid rgba(255,255,255,0)!important}
.custom-twitter{background-color:#3B8ACA!important;color:#fff!important;border: 1px solid rgba(255,255,255,0)!important}
.custom-gplus{background-color:#d7473d!important;color:#fff!important;border: 1px solid rgba(255,255,255,0)!important}
.custom-linkedin{background-color:#0077B5!important;color:#fff!important;border: 1px solid rgba(255,255,255,0)!important}
.delayedPopupWindow-2 .form-control{background:none!important;border:1px solid #9ec9eb!important}
.modal-delay-close{position:absolute;top:10px;right:10px;}
.delayedPopupWindow-head{width:100%;float:left;height:160px;background-image:url("../Content/images/pattern1.jpg");background-repeat:repeat;color:#fff;text-align:center;margin-bottom:12px}
.delayedPopupWindow-2 h3{font-size:29px!important;font-weight:700;line-height:1.6em!important}
.delayedPopupWindow-2 h3 span{font-size:29px;font-weight:700}
.delayedPopupWindow-2 h4{font-size:20px!important;line-height:28px!important;color:#fff!important;font-weight:300!important}
.delayedPopupWindow-2-btn{width:150px;height:35px;background-color:#25d238;color:#fff;text-align:center;font-weight:500!important;font-size:16px;letter-spacing:1px;line-height:35px;border:none!important;border-radius:3px;}
.delayedPopupWindow-2-btn i{color:#fff!important;margin-top:10px}
.pad-sm-2{padding-top:2px!important;padding-left:2px!important;padding-right:2px!important}
.img-sm img{max-width:150px!important}
/*   This is the closing button  */
#btnClose {	
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}
.height-25{
    height:25px!important;
}
.height-35{
    height:35px!important;
}
.btn-md-custom{
    max-width:150px!important;
    margin: 0 auto;
}
.m-b-20{
    margin-bottom:20px!important;
}
.m-b-50{
    margin-bottom:50px!important;
}
.p-20{padding:20px!important}
.p-b-0{padding-bottom:0px!important}
.p-b-30{padding-bottom:30px!important}
.p-b-40{padding-bottom:40px!important}
.m-b-0{margin-bottom:0px!important}
.m-b-10{margin-bottom:10px!important}
.m-t-5{margin-top:5px!important}
.m-t-10{margin-top:10px!important}
.m-t-20{margin-top:20px!important}
.m-t-30{margin-top:30px!important}
.m-t-37{margin-top:37px!important}
.m-r-40{margin-right:40px!important}
.d-block{display:block!important}
.d-none{display:none!important}
.navbar-brand{padding: 10px 15px!important;}
.sec-p-50{padding-top:50px!important;padding-bottom:50px!important}
.ser-lft-sec h3{font-size:1.3em!important;line-height:28px!important;text-align:center;margin-bottom:0px}
.custom-card-2 h3{margin-top:25px!important}
.custom-card-3 h3{margin-top:25px!important}
.about-custom-1 h4{font-size:26px!important}
.about-custom-1 p{text-align:justify}
.custom-counter{display:inline!important;}
.sub-txt{font-size:24px}
.flex-control-paging li a, .header-slider .flex-control-paging li a{background:rgba(255,255,255,0.7)!important;border-color:rgb(1, 121, 215)!important}
.flex-control-paging li a.flex-active, .header-slider .flex-control-paging li a.flex-active{background:rgb(1, 121, 215)!important}
.custom-icon-box{padding-right:25px!important}
.custom-icon-box i{color:#a8cdeb!important}
.service-custom h3{font-size:17px!important}
.testimony-custom p{min-height:170px;}
.niche-box-testimonails-cloud .name-box .subtitle .subtxt{font-size:11px!important}
.section-slider p {
    font-size: 17px !important;    
}
.client-logo-wrap{padding-top:40px!important;padding-bottom:40px!important}
.client-logo-wrap h4{margin-bottom:45px;}
.sub-head-1{font-size:22px;font-weight:500;}
.section-custom-contact{background-color:#f5fafe!important}
.custom-sect-4 h3{line-height:23px!important;font-size:17px!important}
.custom-sect-4 p{font-weight:300!important;}
.icon-box-adjust{min-height:171px!important}
.video-overlay{position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,0.5);top:0px}
.banner-left-adjust{padding-left:100px!important}
.box-adjust{min-height:191px!important}
.box-adjust2{min-height:215px!important}
.pad-20{padding:20px!important}
.pad-30{padding:30px!important}
.p-t-0{padding-top:0px!important}
.p-t-20{padding-top:20px!important}
.p-b-20{padding-bottom:20px!important}
.m-t-none{margin-top:0px!important}
.m-l-none{margin-left:0px!important}
.p-t-none{padding-top:0px!important}
.p-t-40{padding-top:40px!important}
.footer-span{border-right:none!important}
.footer-span i{position:static!important}
.p-l-32{padding-left:32px!important}
.p-l-30{padding-left:30px!important}
.p-l-10{padding-left:10px!important}
.p-r-32{padding-right:32px!important}
.p-r-30{padding-right:30px!important}
.p-r-10{padding-right:10px!important}
.img-icon{max-width:inherit!important}
.img-tile-1{
    background-color:#fff!important;
    position:absolute;
    top:-34px;
    left:50%;
    margin-left:-37px;
    padding:10px;
}
.img-tile-1-lg{
    background-color:#fff!important;
    position:absolute;
    top:-55px;
    left:50%;
    margin-left:-50px;
    padding:10px;
}
.feature-linecard-1{
    /*min-height:260px;*/
}



.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;

}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}



.feature-linecard-1 p{font-size:15px;}
.custom-card-3 .feature-linecard-1{padding-left:10px;padding-right:10px!important}
.small-li li{font-size:12px;padding:2px;}
.ads-box-2{padding:20px!important;border:1px solid #0e90e4!important;margin-bottom:20px}
.ads-box-2 h5{margin-bottom:0px;padding-bottom:0px;font-size:14px;font-weight:500;line-height:24px}
.no-pad-ad-box{padding-top:10px!important;padding-bottom:10px!important}
.no-pad-ad-box h3{margin-bottom:0px!important}
.col-border-left{border-left:1px solid #9cd4f9!important}
.abdul{background-color:#333!important}
.img-box-sm{height:105px!important}
.custom-caption{width:100%!important}
.custom-caption h3{font-size:1.8em!important;margin-top:5px}
.custom-caption-2{width: 46%!important;
    background: #fff!important;
    max-height: 168px;
    margin: 10px 0px 0px 10px;
    border-radius: 5px;
    }
.custom-caption-2 h2{color:#637280!important;font-size:18px!important}
.custom-caption-2 p{color:#637280!important;}
.title-lg{font-size:20px!important}
.footer-contact-1{padding-left:60px!important}
.videobox video{position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;}
.contact-ad-box{margin-bottom:30px!important;}
.h1-main{font-size:3em!important}
.h1-sub{font-size:30px!important}
.font-18{font-size:18px!important}
.font-17{font-size:17px!important}
.font-14{font-size:14px!important}
.font-13{font-size:13px!important}
.img-inherit{max-width:inherit!important}
.m-p p{font-size:15px!important}
.m-p .icon-box{padding-right:10px!important}
.pf-card p{line-height:15px!important}
.custom-banner-1 h1{color:#0e90e4!important}
.card-img-1{max-height:200px!important;overflow:hidden}
.font-26{font-size:26px!important}
.font-24{font-size:24px!important}
.font-20{font-size:20px!important}
.font-25{font-size:25px!important}
.card-h-1{min-height:165px!important;padding-top:15px!important}
.p-sm{font-size:14px!important}
.m-b-15{margin-bottom:15px!important}
.link-box{width:100%!important;}
.link-box:hover{background-color: #f2f7fb!important;border-color:#f2f7fb!important}
.testimonial-s{font-size:12px}
.mobile-footer{display:none;}
.card-shadow{-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);}
.overlay-card-1{min-height:201px!important;}
.portfolio-wrap .advs-box-content{min-height:200px!important}
.article-wrap h3{color:#333!important;line-height:28px!important}
.box-overlay-2{position:absolute;max-width:46%;top:10px;left:25px;background-color:#fff;z-index:3;border-radius:5px;padding:20px;}
.box-overlay-2 h2{    color: #637280!important;font-size: 18px!important;font-weight:500;line-height:25px}
.line-h-28{line-height:28px!important}
.sm-h2 h2{font-size:19px!important;line-height:24px}
.sm-h2 .caption{cursor:default!important}
.port-header{}
.port-header h1{margin-top:10px!important}
.port-header img{max-height:80px}
.type-btn{color:#ccc!important;border-color:#ccc!important}
.type-btn:hover{color:#ccc!important;border-color:#ccc!important}
.pill-box{height: 25px;
    line-height: 27px;
    padding: 0 15px;
    background-color: #f5fafe!important;
    border:none!important;
    color:#0e90e4!important;
    margin-top:-5px;
}

.pill-box:hover{
    background-color: #f5fafe!important;
    border:none!important;
    color:#0e90e4!important;
}
.tech-box{border:1px solid #e4f5ff;border-radius:5px;padding-top:10px}
.header-title .title-base{max-width:620px!important}
.similar-st h3{font-size:20px!important}
.h4-sm h4{font-size:18px!important;margin-bottom:0px!important;font-weight:500}
.title-adjust-1{margin-top:90px;}
.title-adjust-2{margin-top:70px;}
.subtxt2{font-size:12px}
.m-l-10{margin-left:10px!important}
.width-20{width:20%!important}
.dk-d-none{display:none!important}
.font-bold{font-weight:500!important}
.contact-overlay{margin-top:253px!important;left:10px!important}
.count-block{font-size:22px;width:40px;height:40px;border:1px solid #0e90e4;border-radius:50%;text-align:center;line-height:40px;color:#0e90e4}
.p-l-none{padding-left:0px!important}
.m-t--10{margin-top:-10px!important}
.avatar-fix{min-height:570px;position:relative}
@media (max-width:767px) {
    .delayedPopupWindow-head{height:100px!important}
    .delayedPopupWindow-3{width:96%!important;margin-left:2%!important;left:0%!important;top:28%!important;margin-top:-190px!important}
    .avatar-fix{min-height:480px;}
    .filter-button{margin-bottom:10px;}
    .mb-m-b-none{margin-bottom:0px!important}
    .mb-width-50{width:40%!important;margin-right:5%}
    .dk-d-none{display:block!important}
    .mb-d-none{display:none}
    .width-20{width:100%!important}
    .mb-width-50{width:40%!important;margin-right:5%;float:left}
    .title-adjust-1{margin-top:0px;}
.title-adjust-2{margin-top:0px;}
    .footer-base{display:none}
    .mobile-footer{display:block;}
    .mobile-footer .fa-li{position:static!important;font-size:1.5em;margin-right:10px}
    .mobile-footer .social-group{margin-bottom:0px!important}
    .custom-caption-2{width: 80%!important;
    background: #fff!important;
    position:absolute;
    }
    .footer-contact-1{padding-left:0px}
    .mobile-banner-bg{background-color:rgba(255,255,255,0.7)}
    .mobile-btn{width:90%!important;}
    .mobile-top-btn{margin-bottom:30px;position:relative!important;width:100%!important;z-index:1001!important;}
  .delayedPopupWindow {		
	position: fixed;
	width: auto;
	width: 98%!important;
	height: auto!important;
	top: 50%!important;
	left: 1%;
	margin-left: 0px!important;
	margin-top: -175px;
	background-color: #fff;    
	/*border: 2px solid #fff;*/
    border-radius:10px!important;
	z-index: 102;
	padding: 0px 0px 20px 0px;
    font-family: 'Nunito', sans-serif;
    overflow:hidden;
}
  .modal-delay-close{z-index:1001!important}

  .delayedPopupWindow-btn{width:98%!important;margin-left:1%!important}
  .delayedPopupWindow-2 {		
	position: fixed;
	width: auto;
	width: 98%!important;
	height: auto!important;
	top: 50%!important;
	left: 1%;
	margin-left: 0px!important;
	margin-top: -175px;
	background-color: #fff;    
	/*border: 2px solid #fff;*/
    border-radius:10px!important;
	z-index: 102;
	padding: 0px 0px 0px 0px;
    font-family: 'Nunito', sans-serif;
    overflow:hidden;
}
  .modal-delay-close{z-index:1001!important}

  .delayedPopupWindow-btn{width:98%!important;margin-left:1%!important}


  .stick_popup {
      height:auto!important;
	min-height: 270px!important;
	width: 98%!important;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background-color:#fff;
	-webkit-animation: zoomin 0.7s;
	animation: zoomin 0.7s;
    font-family: 'Nunito', sans-serif!important;
    text-align:center;
    left:1%!important;
    margin-left:0px!important;
    top:30%!important;
}
}

/*mauticform*/
    .mauticform-errormsg{position:absolute;font-size:12px!important}
.mauticform-input{border-radius:4px!important}
.mauticform-button
{
    max-width: 150px!important;
    height: 35px;
    background-color: #25d238!important;
    color: #fff!important;
    text-align: center;
    font-weight: 500!important;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    border: none!important;
    border-radius: 3px;
    float:right!important;
margin-bottom:15px!important
}
.mauticform-message
 {
   
    color: green;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 26px;
}

.mauticform-label{text-align:left;font-weight:300!important;font-size:14px!important}
.mauticform-field-3{width:49%;text-align:left;float:left;display:inline;margin-left:2%}
.mauticform-field-2{width:49%;text-align:left;float:left;display:inline;}
.mauticform-field-1{width:100%;text-align:left;float:left;display:inline}
.mf-modal .mauticform-input, .mf-modal .mauticform-row select, .mf-modal .mauticform-button{width:100%!important}
.mf-modal .mf-modal-close a{color:#fff!important;opacity:1}
.mf-modal .mf-content{margin:0px}
.mf-modal{padding:0px!important;border:none!important;overflow:hidden!important}
.delayedPopupWindow{margin-top:-10px}
.delayedPopupWindow .form-control{background:none!important;border:1px solid #9ec9eb!important}
.modal-delay-close{position:absolute;top:10px;right:10px;}
.delayedPopupWindow-head{width:100%;float:left;height:160px;background-image:url("../Content/images/pattern1.jpg");background-repeat:repeat;color:#fff;text-align:center;margin-bottom:25px}
.delayedPopupWindow h3{font-size:25px!important;font-weight:300;line-height:1.6em!important}
.delayedPopupWindow h3 span{font-size:29px;font-weight:700}
.delayedPopupWindow h4{font-size:20px!important;line-height:28px!important;color:#fff!important;font-weight:300!important}
.delayedPopupWindow-btn{width:150px;height:35px;background-color:#25d238;color:#fff;text-align:center;font-weight:500!important;font-size:16px;letter-spacing:1px;line-height:35px;border:none!important;border-radius:3px;}
.delayedPopupWindow-btn i{color:#fff!important;margin-top:10px}


    .mauticform_wrapper { max-width: 600px; margin: 10px auto; font-family: Helvetica, Arial, sans-serif; color: #676767;}
    .mauticform-innerform {}
    .mauticform-post-success {}
    .mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
    .mauticform-description { margin-top: 2px; margin-bottom: 10px; }
    .mauticform-error { margin-bottom: 10px; color: red; }
    .mauticform-message { margin-bottom: 10px;color: green; }
    .mauticform-row { display: block; margin-bottom: 10px; }
    .mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
    .mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
    .mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
    .mauticform-errormsg { display: block; color: red; margin-top: 2px; }
    .mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.3em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
    .mauticform-checkboxgrp-row {}
    .mauticform-checkboxgrp-label { font-weight: normal; }
    .mauticform-checkboxgrp-checkbox {}
    .mauticform-radiogrp-row {}
    .mauticform-radiogrp-label { font-weight: normal; }
    .mauticform-radiogrp-radio {}
    .mauticform-button-wrapper .mauticform-button.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
    .mauticform-button-wrapper .mauticform-button { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
    .mauticform-button-wrapper .mauticform-button.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd;}



    @charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

.support-contact-form {
  position: absolute;
  bottom: 20px;

}
.support-contact-form form {
  height: 460px;
  width: 340px;
  max-height: 100%;
}
.support-contact-form-wrapper {
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  transition-delay: 0.1s, 0.1s, 0s;
  transition-duration: 0.4s, 0.4s, 0.3s;
  transition-property: height, width, box-shadow;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.openform .support-contact-form-wrapper {
  height: 100%;
  width: 100%;
  transition-delay: 0s;
}
.support-contact-form-title {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  white-space: nowrap;
  color: #777;
  border-bottom: 1px solid #ddd;
}
.support-contact-form-body {
  padding: 20px;
  height: calc(100% - 125px);
  overflow: hidden;
}
.support-contact-form-email, .support-contact-form-message {
  padding-bottom: 10px;
}
.support-contact-form-email input[type=email], .support-contact-form-email textarea, .support-contact-form-message input[type=email], .support-contact-form-message textarea {
  border-radius: 0;
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #555;
  transition: border .3s ease;
}
.support-contact-form-email input[type=email]::-webkit-input-placeholder, .support-contact-form-email textarea::-webkit-input-placeholder, .support-contact-form-message input[type=email]::-webkit-input-placeholder, .support-contact-form-message textarea::-webkit-input-placeholder {
  font-style: italic;
}
.support-contact-form-email input[type=email]::-moz-placeholder, .support-contact-form-email textarea::-moz-placeholder, .support-contact-form-message input[type=email]::-moz-placeholder, .support-contact-form-message textarea::-moz-placeholder {
  font-style: italic;
}
.support-contact-form-email input[type=email]:-moz-placeholder, .support-contact-form-email textarea:-moz-placeholder, .support-contact-form-message input[type=email]:-moz-placeholder, .support-contact-form-message textarea:-moz-placeholder {
  font-style: italic;
}
.support-contact-form-email input[type=email]:-ms-input-placeholder, .support-contact-form-email textarea:-ms-input-placeholder, .support-contact-form-message input[type=email]:-ms-input-placeholder, .support-contact-form-message textarea:-ms-input-placeholder {
  font-style: italic;
}
.support-contact-form-email input[type=email]:focus, .support-contact-form-email textarea:focus, .support-contact-form-message input[type=email]:focus, .support-contact-form-message textarea:focus {
  border-color: #aaa;
}
.support-contact-form-message textarea {
  resize: none;
  height: 160px;
}
.support-contact-form-submit {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  min-height: 80px;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  transition: border-radius .4s ease;
}
.openform .support-contact-form-submit {
  border-radius: 0;
}
.support-contact-form-submit button {
  height: 80px;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border: 0;
  background-color: #10a8cf;
  padding-left: 80px;
  font-size: 24px;
  font-family: "Source Sans Pro";
  color: white;
  text-transform: uppercase;
  transition: background .3s ease;
}
.support-contact-form-submit button span {
  display: inline-block;
  transition: margin .3s ease;
}
.support-contact-form-submit button:hover, .support-contact-form-submit button:focus {
  background-color: #0c82a0;
}
.support-contact-form-submit button:hover span, .support-contact-form-submit button:focus span {
  margin-left: 10px;
}
.support-contact-form-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  border-radius: 5px;
  background-color: #13c6f3;
  height: 80px;
  width: 80px;
  cursor: pointer;
  transition-duration: 0.4s, .5s;
  transition-property: background, border-radius;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.support-contact-form-toggle:hover, .support-contact-form-toggle:focus {
  background-color: #44d2f5;
}
.support-contact-form-toggle:before, .support-contact-form-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 50px;
  margin: auto;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.support-contact-form-toggle:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkuOSA0My45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OS45IDQzLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO30uc3Qxe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQyLjYsMTYuNmMtMC4xLDAtMC4xLDAtMC4yLDBDNDIuMSw2LDM1LjctMC4yLDIzLjksMGMtMC4zLDAtMS4zLDAuMS0xLjMsMC4xQzExLjYsMC44LDUuNyw2LjksNS43LDE3LjVDMi41LDE4LjIsMCwyMS4yLDAsMjVjMCw0LjIsMy4xLDcuNiw2LjksNy42YzAuMSwwLDAuMSwwLDAuMiwwaDEuMVYxNy43QzguMiw4LDEzLjUsMywyMy45LDIuNmMwLjIsMCwwLjcsMCwxLDBjMTAsMC4xLDE1LDUuNiwxNSwxNS4xdjEzYzAsNS4zLTQuNiw4LjgtOC45LDguOGgtMy4yYy0wLjUtMS4xLTEuNi0xLjktMi45LTEuOWMtMS44LDAtMy4yLDEuNC0zLjIsMy4yYzAsMS44LDEuNCwzLjIsMy4yLDMuMmMxLjMsMCwyLjUtMC44LDIuOS0ySDMxYzUuNSwwLDEwLjMtNC4xLDExLjMtOS40YzAuMSwwLDAuMiwwLDAuMywwYzQsMCw3LjMtMy42LDcuMy03LjlDNDkuOSwyMC4yLDQ2LjYsMTYuNiw0Mi42LDE2LjZ6Ii8+PGc+PGVsbGlwc2UgY2xhc3M9InN0MCIgY3g9IjE5IiBjeT0iMTYuOCIgcng9IjEuMiIgcnk9IjIuMiIvPjxlbGxpcHNlIGNsYXNzPSJzdDAiIGN4PSIzMC45IiBjeT0iMTYuOCIgcng9IjEuMiIgcnk9IjIuMiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zMC40LDIyLjdjMCwwLTEuOCwxLjktNS40LDEuOWMtMy45LDAtNS40LTEuOS01LjQtMS45Ii8+PC9nPjwvZz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
}
.support-contact-form-toggle:after {
  content: 'X';
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 54px;
  color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  left:-5px;
}

.support-contact-form-toggle.active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.support-contact-form-toggle.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.support-contact-form-toggle.active {
  border-radius: 0 5px 0 0px;
  top:0px;
  right:0!important;
  right:0px!important;
  width:38px;
  height:38px;
}
.support-contact-form-toggle:before{width:40px!important;left:-5px!important}
.right-tg{right:0px;}
.header-mail{padding-top:21px}
.rememberlabel{
padding-left:6px!important;
}
.btn-danger{
    background-color: #ac2925!important;
    border-color: #761c19!important;
}
.btn-danger:hover{
    background-color: #e0514c!important;
    border-color: #761c19!important;
}
.blog-search-custom .btn{background:#076bab!important}
.no-blog-text p {
font-size:25px!important;
}
.no-blog-text i {
font-size:45px!important;
}

 
   .floating-bt-1 {
    position: fixed;
    bottom: 80px;
    right: 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #0e90e4;
    color: #fff!important;
    z-index: 10001;
    line-height:59px!important;
}

   .zsiq_theme1 div.zsiq_cnt{display:none!important}
   
   hr.style-eight {
   margin: 0 auto 24px;
   padding: 0;
   border: none;
   border-top: medium double #333;
   color: #333;
  text-align: center; }
  
  .imageContainer {
         width:100%; 
         height:100%; 
         background-image: url(./aarorn_admin/careers.jpg);
 }