@charset "utf-8";

/*===========TORCH ============*/
/*===========POWERED BY MERIDIAN INC ============*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/*
    font-family: 'Montserrat', sans-serif;

    font-family: 'Oswald', sans-serif;
	*/

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
	background-image:url(../images/loading-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#status {
	width:100px;
	height:14px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:55px 0 0 -50px; /* is width and height divided by two */
}






/*************************/




body{
 	font-family: 'Manrope', sans-serif;
	font-size:16px;
	font-style: normal;
	line-height: 26px;
	font-weight:500;
	color: #5D5D5D;
	text-decoration: none;
	text-rendering:geometricPrecision;
	margin:0px;
	 -webkit-font-smoothing:antialiased;
 	-moz-osx-font-smoothing:grayscale;
	padding:0;
	overflow-x: hidden
}



* {
    -webkit-box-sizing: border-box;
       -mox-box-sizing: border-box;
            box-sizing: border-box;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::selection {
        background: #1CBDCF; /* Safari */
		color:#fff;
        }
::-moz-selection {
        background: #1CBDCF; /* Firefox */
		color:#fff;
}


a {
	color: #5D5D5D;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
a:hover {
	color: #1CBDCF;

	}
p {
	margin:0 0 30px 0;
	clear:left;
	padding:0;
	}
	
	
h1, h2, h3, h4 {
	margin:0 0 20px 0;
	padding:0;
	font-weight:normal;	
}
	

hr {
	margin:20px  0 50px 0;
	height:0;
	border:0;
	border-top:1px solid rgba(0,0 ,0 ,0.11);
	float:left;
	width:100%;
	position:relative;
}
.text-small{
	font-size:14px;
}

.heading, .subheading, .subtitle {
	font-size:50px;
	line-height:normal;
	color:#283336;
}
.heading span {
	font-size:16px;
	width:100%;
	margin:0 0 20px 0;
	float:left;
	line-height:20px;
	text-transform:uppercase;
	color:#1CBDCF;
	letter-spacing:5px;
}
.subheading {
	font-size:40px;

}
 .subtitle{
 	font-size:20px;
	}
 
 
 
.bold, strong{
	font-weight:800;
}

.normal{
	font-weight:400;
}

.light{
	font-weight:300;
}
.lined{
	position:relative;
	width:100%;
	float:left;
	padding:0 0  30px 0 ;
	position:relative;
}

.lined:before{
	width:30px;
	height:6px;
	background-color:#90CF39;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
} 

.centeralign{
	text-align:center;
	position:relative;
}
.centeralign:before{
	left:50%;
	margin-left:-15px;

}
  
img{
	border:0;
}	

a img {
	border: 0;
	}

.link{}

.link a{
	color:#fff !important;
	font-size:14px;
	line-height:normal;
	padding:14px 70px 14px 25px;
	font-weight:500;
	border-radius:50px;
	display:inline-block;
	background-color:#1CBDCF;
	border:1px solid #1CBDCF;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 85% center;	
}

.link a:hover{
	background-color:#1B8199;
}

.list{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;	
}

.list li{
	margin:0;
	width:100%;
	float:left;
	font-weight:500;
	padding:5px 0 5px 40px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size:15px;
	list-style-position:inherit;
	line-height:30px;
	font-size:20px;
}

.gradiant{
	background-image: linear-gradient(to right, #1CBDCF , #90CF39);
  }
	
/****************TEXT ALINGS*********/
.justify{
	text-align:justify;
}

.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

.justify{
	text-align:justify;
}
.text-blue{
	color:#1CBDCF;
}
.text-white{
	color:#fff;
}
/*--------------------------BIG SCREEN DEFAULT-----------------------------------*/

header{
    width:100%;
    float:left;
    margin:0;
    padding:10px 0;
    position:relative;
    z-index:999;
    background-color:#FFF;
	border-bottom:1px solid #D8D8D8;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
header.smaller{
    position:fixed;
    left:0;
    top:0;
    -webkit-box-shadow:0 2px 5px 0 rgba(50,50,50,.32);
    -moz-box-shadow:0 2px 5px 0 rgba(50,50,50,.32);
    box-shadow:0 2px 5px 0 rgba(50,50,50,.32)
}

.logo{
	float:left;
	}
	
.logo img{
	vertical-align:middle;
	display:block;
	width:178px;	
}	

header.smaller .logo img{
	width:120px;
}
header.smaller .top-right{
	margin:0;
}
.top-right{
	float:right;
	margin-top:15px;
	 -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
.social{
	float:right;
	margin:5px 0 0 25px;
}
.social a{
	display:inline-block;
	margin:5px;
	font-size:22px;
	background-image: linear-gradient(to right, #1CBDCF , #90CF39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}

.rotate-bt{
	transform: rotateZ(-90deg);
	height:40px;
	line-height:40px;
	background-image: linear-gradient(to right, #1CBDCF , #90CF39);
	position:fixed;
	top:50%;
	right:-47px;
	color:#fff;
	padding:0 25px;
	z-index:9;
	border-radius:10px 10px 0 0;
	text-transform:uppercase;
	font-weight:500;
	display:none;
	}
	
.rotate-bt a{
	color:#fff;
}
.main{
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:2;	
}
section{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
.section-gap{
	padding:150px 0;
}
.para-pad{
	padding:0 15%;
}

.pad-top{
	padding-top:50px;
}
.pad-bottom{
	padding-bottom:50px;
}
.pad-50{
	padding:50px 0;
}
.pad{
	padding:100px 0;
}

.pad-left{
	padding-left:80px;
}
.pad-250{
	padding:250px 0;
}

.pad-right{
	padding-right:80px;
	}
.gap-20, .gap-50, .gap-100{
	width:100%;
	float:left;
	height:20px;
	}	
.gap-20{
	height:20px;
}
.gap-50{
	height:50px;
}
.gap-100{
	height:100px;
}

.jarallax {
    position: relative;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment:fixed;*/
}



.why-invigorix{
	width:100%;
	background-color:#1CBDCF;
	position:relative;
	margin-top:-200px;
	display:block;
	padding:50px;
	z-index:2;
	color:#fff;
	border-radius:5px;
}
.why-invigorix h2{
	font-size:50px;
	line-height:normal;
	font-weight:800;
}
.why-invigorix h3{
	font-size:22px;
	line-height:normal;
	font-weight:600;
}

.iconic{
	width:50%;
	min-height:90px;
	left:left;
	position:relative;
	padding:0 25px 0 90px;
	margin-bottom:30px;
	float:left;
	}
.full{
	width:100% !important;
	padding:0 0 0 150px !important;
}

.full hr {
	margin:0 0 20px 0;
}

	
.iconic img{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:70px;
	}
.full img{
	width:85px;
	height:85px;
	background-color:rgba(0, 0, 0,0.1);
	padding:15px;
	border-radius:50px;
	
}		
.iconic h2{
	font-size:20px;
	font-weight:800;
	line-height:normal;
	margin:0 0 20px 0;
	position:relative;
	top:8px;
}

.gray-bg{
	background-color:#E7E7E7;
}
.white-bg{
	background-color:#fff;
	
}
.corner-round{
	border-radius:20px;
	}
	
.img-news{
	border-radius:5px 5px 0 0;
	width:100%;
	display:block;
}

.des{
	width:100%;
	float:left;
	padding:25px;
	background-color:#fff;
	border-radius:0 0 5px 5px;
	-webkit-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.21);
	-moz-box-shadow:    0px 2px 11px 0px rgba(50, 50, 50, 0.21);
	box-shadow:         0px 2px 11px 0px rgba(50, 50, 50, 0.21);
}

.date{
	background-image: linear-gradient(to right, #1CBDCF , #90CF39);
	padding:10px 15px;
	font-size:14px;
	color:#fff;
	line-height:normal;
	margin-bottom:20px;
	display:inline-block;
}
.des h2{
	font-size:16px;
	line-height:30px;
}
.blog-section{
	width:40%;
	float:left;
	padding:150px 80px 150px 0;
	color:#fff;
}
.blog-section h3{
	font-size:30px;
	font-weight:500;
	line-height:normal;
	margin:0 0 20px 0;
	position:relative;
	top:8px;
}	
.cover{
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.dp1{
	background-image: url(../images/dp1.jpg);
	position:relative;	
}
.dp2{
	background-image: url(../images/dp2.jpg);
	position:relative;	
}
.dp3{
	background-image: url(../images/dp3.jpg);
	position:relative;	
}
.dp4{
	background-image: url(../images/dp4.jpg);
	position:relative;	
}

.pf1{
	background-image: url(../images/pf1.jpg);
	position:relative;	
}
.pf2{
	background-image: url(../images/pf2.jpg);
	position:relative;	
}
.pf3{
	background-image: url(../images/pf3.jpg);
	position:relative;	
}
.pf4{
	background-image: url(../images/pf4.jpg);
	position:relative;	
}
		
.blog-bg{
	background-image: url(../images/blog-bg.jpg);
	position:relative;	
}
.blog-bg:after{
	background-image: url(../images/vector-bg.jpg);
	width:40%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.watermark{
	background-image: url(../images/water-mark.jpg);
	position:relative;	
}

.dataprogress{
	width:100%;
	float:left;
	text-align:center;
}
.dataprogress ul, .dataprogress ul li{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.dataprogress ul li{
	width:33.33333333333333%;
	float:left;
	text-transform:uppercase;
	font-weight:500;
	color:#1CBDCF;
}
.dataprogress ul li h2{
	font-size:76px;
	font-weight:800;
	margin:0 0 15px 0;
	position:relative;
	padding-bottom:40px;
	color:#3B3F48;
}

.dataprogress ul li h2:before{
	width:30px;
	height:6px;
	background-color:#90CF39;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:0;
	content:'';
} 



/*********INNER PAGE STYLES*************/



.inner-banner{
	width:100%;
	height:150px;
	background-image: linear-gradient(to bottom left, #1CBDCF , #90CF39);
	position:relative;
	float:left;
	margin:0;
	text-align:center;
	color:#fff;
	
}
.inner-banner:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-image: url(../images/vector.png);
	background-repeat: no-repeat;
	background-position: center center;
		background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.inner-banner h2{
	font-size:40px;
	line-height:48px;
	font-weight:600;
	color:#fff;
	margin:0;
	position:relative;
	z-index:1;

}

.breadcrumb{
	width:100%;
	float:left;
	padding:20px 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	font-size:12px;
	margin:0 0 50px 0;
	position:relative;
	color: #7D7D7D;
	text-align:center;
	letter-spacing:2px;

}

.breadcrumb:after{
	width:50px;
	height:5px;
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:-1px;
	background-color:#0B9444;
	content:'';
	
}

.breadcrumb a{
	color: #7D7D7D;
	word-spacing:normal !important;
	}
.breadcrumb a:hover{
	color: #0B9444;
	}
	
/*********BANNER**************/

.banner1{
	background-image: url(../images/banner1.jpg);
}

.banner2{
	background-image: url(../images/banner2.jpg);
}

.banner3{
	background-image: url(../images/banner3.jpg);
}

.banner4{
	background-image: url(../images/banner4.jpg);
}

.banner5{
	background-image: url(../images/banner5.jpg);
}

.banner6{
	background-image: url(../images/banner6.jpg);
}

.banner7{
	background-image: url(../images/banner7.jpg);
}

.banner8{
	background-image: url(../images/banner8.jpg);
}

.banner9{
	background-image: url(../images/banner9.jpg);
}

.banner10{
	background-image: url(../images/banner10.jpg);
}

.banner11{
	background-image: url(../images/banner11.jpg);
}

.banner12{
	background-image: url(../images/banner12.jpg);
}


/*************** BACK TO TOP ***************/
#fixed-bar{
	z-index:100;
	width:50px;
	height:50px;
	position:absolute;
	bottom:20px !important;
	right:20px;
	margin-bottom:0;
	}
	
	
#fixed-bar a{
	width:50px;
	height:50px;
	float:left;
	display:block;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#1CBDCF;
	text-indent:-9999px;
	border-radius:50px;
	}
	
#fixed-bar a:hover{
	background-color:#ACD134;
}	



/*****footer*/
.footer{
	width:100%;
	float:left;
	background-color:#3B3F48;
	position:relative;
	padding:80px 0 0 0 ;
	color:#FFF;
}

.footer a{
	color:#FFF;
	}
.footer a:hover{
	color:#1CBDCF;
	}

.footer-logo{
	width:20%;
	float:left;
}

.footer-right{
	width:80%;
	float:left;
	padding-left:50px;
}


.footer-right h2{
	font-size:30px;
	line-height:normal;
	font-weight:800;
}

.call, .mail{
	padding:0 0 0 50px;
	min-height:40px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height:30px;
}
.call{
	background-image:url(../images/icons/call.png);
	font-size:28px;
	font-weight:800;
	}
	
.mail{
	font-size:20px;
	background-image:url(../images/icons/mail.png);
}
.copyright{
	width:100%;
	float:left;
	padding:20px 0;
	border-top:1px solid rgba(255,255, 255, 0.2);
	margin-top:50px;
	font-size:14px;
	letter-spacing:1px;
	color:#898989;
}
.copyright a{
	color:#898989;
	}
.copyright a:hover{
	color:#FFF;
	}	
	
.copy{
	float:left;
}

.powered{
	float:right;
}	
.add{
	width:100%;
	float:left;
	position:relative;
	padding:0 0 0 60px;
	margin:0 0 10px 0;
}
.add i{
	position:absolute;
	left:0;
	top:5px;
	font-size:16px;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	margin:0;
	color:#fff;
	text-align:center;
	background-image: linear-gradient(to right, #1CBDCF , #90CF39);
}
.ext{
	display:inline-block;
	margin-top:10px;
}

.nws-cnt{ min-height: 217px; }


/*********COLUMS AND ROWS***************/
.row{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	display:block;
}	
.aside, .summary{
	width:30%;
	float:left;
	margin:0;
	display:block;
	position:relative;	
}
.summary{
	width:70%;
}
.margin-bottom{
	margin-bottom:25px;
}
.fullwidth{
	width:100%;
	display:block;
}
.split{
	width:50%;
	float:left;
}
.flt-right{
	float:right;
	}
.two-col{
	width:48%;
	float:left;
	margin-right:4%;
}

.three-col{
	width:30%;
	float:left;
	margin-right:5%;
}
.four-col{
	width:22%;
	float:left;
	margin-right:4%;
}
.last{
	margin-right:0 !important;
}

.inset, .inset-large{
	width:100%;
	float:left;
	padding:25px;
}
.inset-large{
	padding:50px;
}
.inset .subtitle{
	text-decoration:underline;
}

/**********forms**************/

form{
	margin:0;
	padding:0;
}

*:focus {  
	outline: none;
}
	
.fieldset{
	width:100%;
	height:auto;
	padding:20px 20px;
	background-color:#fff;
	display:block;
	border:1px solid rgba(0, 0, 0, 0.2);
	font-weight:400;
	margin:0 0 10px 0;
	color:#7D7D7D;
	font-size:12px;
	font-family: 'Manrope', sans-serif;
   	float:left;
}




.sendbutton{
	width:auto;
	height:auto;
	border:0;
	outline:0;
	margin:0;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-weight:800;
	font-family: 'Manrope', sans-serif;
	cursor:pointer;
	vertical-align:top;
	padding:15px 25px;
	text-align:center;
	background-image: linear-gradient(to right, #1CBDCF , #90CF39);
	border-radius:50px;

	

}

.sendbutton:hover{
	background-image: linear-gradient(to left, #1CBDCF , #90CF39);
	}
	
::-webkit-input-placeholder {
   color: #7D7D7D !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7D7D7D !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7D7D7D !important;
}

:-ms-input-placeholder {  
   color: #7D7D7D !important;
}



/*********medea query 1200**************************************/



@media only screen and (max-width: 1200px) {

.main{
	width:100%;
	float:left;
	padding:0 15px;
}
header, header.smaller{
    padding: 0;
	position:relative;
	float:left;
	left:auto;
	top:auto;
	border-bottom:0;
}

	
.logo{
	

}
.logo img, .logo img, header.smaller .logo img{
	display:inline-block;
	padding:0;
	margin:15px 0 0 15px;
	width:120px;	
}	
.top-right{
	width:100%;
}

	

header .main{
	padding:0;
}
.gap-20, .gap-50, .gap-100{
	height:20px;
}

.social{
	position:absolute;
	top:20px;
	right:20px;
	margin:0;
}

.invi-bt{
  width:0;
  height:0;
  font-size:0;
  color:transparent;
  text-indent:-999999999px;
  display:none !important;
 }
 
.rotate-bt{
  display:block;
 }
}

.invi-bt{}
/***********************980px *************************************/

@media only screen and (max-width: 1024px) {



}


@media only screen and (max-width: 800px) {


}






/***********************767px *************************************/
@media only screen and (max-width: 768px) {

body, html{
	overflow-x:hidden !important;
}

.two-col, .three-col, .four-col, .aside, .summary {
     width:100%;
	 margin:0 0 25px 0;
}
.split{
	width:100%;
}
.pad {
	padding:50px 0;
}
.section-gap{
	background-image:none !important;
	padding:20px 0;
}
.para-pad,  .pad-left, .pad-right{
	padding:0;
}

.iconic{
	min-height:auto;
}

.iconic{
	width:100%;
	min-height:auto;
	left:left;
	position:relative;
	padding:0 0 0 70px;
	margin-bottom:20px;
	}
.iconic img{
	width:60px;
}
.why-invigorix{
	margin:0;
	padding:20px;
}
.why-invigorix h2{
	font-size:20px;
}
.why-invigorix h3{
	font-size:16px;
}
.blog-section{
	width:100%;
	padding:25px 0;
}
.blog-bg{
	background-image: url(../images/vector-bg.jpg);
	}
.blog-bg:after{
	display:none;
}



.dataprogress ul li{
	width:100%;
	margin-bottom:15px;
}
.dataprogress ul li h2{
	font-size:40px;
	padding-bottom:30px;

}
.dataprogress ul li img{
	width:70px;
	}
/*****footer*/
.footer{
	padding:40px 0 0 0 ;
}


.footer-logo{
	width:100%;
	margin-bottom:25px;
}

.footer-right{
	width:100%;
	padding-left:0;
}
.footer-right h2{
	font-size:20px;
}

.call, .mail{
	padding:0 0 0 40px;
	background-size:30px;
}
.call{
	font-size:20px;
	}
	
.mail{
	font-size:16px;
}
.copyright{
	padding:15px 0;
	margin-top:20px;
}

.copy,
.powered{
	width:100%;

}
}


/***********************640 px *************************************/

@media only screen and (max-width: 640px) {

body{
	line-height:22px;
	font-size:14px;
}
	.inner-banner{
	height:80px;
	}
.inner-banner h2{
	font-size:18px;
	line-height:20px;

}
.heading {
	font-size:25px;
	line-height:25px;
}
.subheading {
	font-size:18px;

}
.heading span{
	margin:0;
}

.inset-large{
	padding:20px;
}
}




/***********************480 px *************************************/

@media only screen and (max-width: 480px) {


}


@media only screen and (max-width: 360px) {


}


@media only screen and (max-width: 320px) {


}