/*CSS file*/
/*---------------------------------------------------
			   Home Style Guide Start
----------------------------------------------------*/
.imgstyle {
    max-width: 100%;
    margin: auto;
    outline: none;
}

.page-container {
	width: 100%;
	background: #fff;
	overflow: hidden;
	// font-family: 'Open Sans', sans-serif;
}
.abtbanner{
	margin-top: 35px;
}
.wrapper {
	width: 90%;
	max-width: 1430px;
	min-height: 10px;
	margin: auto;
}
.carouselbtn button{
	position: relative;
	bottom: 42px;
	height: 2px;
    width: 22px;
    border: none;
    border-radius: 0;
	background-color: #bab6b6;
	box-shadow: none;
}
.header {
	width:100%;
	min-height: 40px;
	padding: 10px 0px;
}
.header .wrapper {
	padding-top: 9px;
}
.header .wrapper .logo {
	float: left;
	background-color: #fff;
}
.header .wrapper .top-right-nav {
	float: right;
}
.header .wrapper .top-right-nav button {
	width: auto;
	height: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 24px;
	margin: 4px 10px;
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-collapse: collapse;
	color:#fff;
	background-color:#0976a7;
	border: 2px solid #0976a7;
	cursor: pointer;
	float: left;
}
.header .wrapper .top-right-nav button:hover	{
	color: #fff;
	border: 2px solid #78c3d6 !important;
	background: rgb(64,170,197) !important;
	background: -moz-linear-gradient(120deg, rgba(64,170,197,1) 0%, rgba(77,137,182,1) 35%, rgba(96,92,160,1) 70%, rgba(110,55,143,1) 100%) !important;
	background: -webkit-linear-gradient(120deg, rgba(64,170,197,1) 0%, rgba(77,137,182,1) 35%, rgba(96,92,160,1) 70%, rgba(110,55,143,1) 100%) !important;
	background: linear-gradient(120deg, rgba(64,170,197,1) 0%, rgba(77,137,182,1) 35%, rgba(96,92,160,1) 70%, rgba(110,55,143,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40aac5",endColorstr="#6e378f",GradientType=1);
}
.top-main-nav {
	width: 100%;
	height: 40px;
	background: #f2f2f2;
	text-align: center;
}

.top-main-nav ul {
	display: inline-block;
	width: auto;
}
.top-main-nav ul li {
	float: left;
	height: 40px;
}
.top-main-nav ul li a  {
	display: block;
    color: #6c6c6c;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 35px 8px 35px;
}
.top-main-nav ul li a:hover,
.top-main-nav ul li a:active,
.top-main-nav ul li.active a  {
	color:#fff;
	background-color:#0976a7;
}
.btnMaxWidth {
	max-width: 120px;
}

/*---------------------------------------------------
			heading-liner
----------------------------------------------------*/
.heading-liner {
	display: block;
	width: 100% ;
	margin-top: 56px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	clear: both;
}
.heading-liner::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0%;
    background-color: #555555;
	top: 50%;
    z-index: 1;
}
.heading-liner h1 {
	font-size: 39px;
	font-family: sans-serif;
	width: auto;
    max-width: 80%;
    line-height: 48px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    color: #555555;
    padding: 0% 15px;
    margin: auto;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    position: relative;
}
.heading-text {
	margin-bottom: 10px;
	padding: 0 8%;
	max-height: 68px;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
    color: #464646;
	text-transform: initial;
}
/*---------------------------------------------------
			graphic-wrapper start
----------------------------------------------------*/
.graphic {
	clear: both;
	width: 100%;
	min-height: 10px;
	padding-bottom: 40px;
	float: left;
}
.graphic .wrapper .big-banner  {
	width: 100%;
	position: relative;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
.graphic .wrapper .content-box  {
	width:100%;
	min-height: 10px;
	margin-bottom: 30px;
}
.graphic .wrapper .content-box img {
	float: left;
	margin-bottom: 10px;
}

/*---------------------------------------------------
			footer-section-start
----------------------------------------------------*/
.footer-section {
	width: 100%;
	min-height: 225px;
	padding: 20px 0px 40px 0px;
	clear: both;
	background-color: #ececec;
}
.footer-section .content-left {
	float: left;
	width: 50%;
	min-height: 10px;
}
.footer-section .content-right {
	float: left;
	width: 50%;
	min-height: 10px;
}

.footer-section .content-left h1 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 900;
	padding-bottom: 20px;
	text-transform: capitalize;
	text-align: left;
    color: #555555;
}

.footer-section .content-left p {
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 36px;
    padding-right: 20px;
    text-align: left;
    color: #555555;
    float: left;
    width: 70%;
}

.footer-section .content-left button {
	width: auto;
	height: 42px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 24px;
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-collapse: collapse;
	color:#fff;
	background-color:#78c3d6;
	border: 2px solid #78c3d6;
	cursor: pointer;
	float: left;
}
.footer-section .content-left button:hover	{
	color: #fff;
	border: 2px solid #78c3d6 !important;
	background: rgb(64,170,197) !important;
	background: -moz-linear-gradient(120deg, rgba(64,170,197,1) 0%, rgba(77,137,182,1) 35%, rgba(96,92,160,1) 70%, rgba(110,55,143,1) 100%) !important;
	background: -webkit-linear-gradient(120deg, rgba(64,170,197,1) 0%, rgba(77,137,182,1) 35%, rgba(96,92,160,1) 70%, rgba(110,55,143,1) 100%) !important;
	background: linear-gradient(120deg, rgba(64,170,197,1) 0%, rgba(77,137,182,1) 35%, rgba(96,92,160,1) 70%, rgba(110,55,143,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40aac5",endColorstr="#6e378f",GradientType=1);
}
.footer-section .content-right img {
	width: 65%;
    float: right;
}
.copyright-section {
	width: 100%;
	min-height: 54px;
	padding: 18px 0px 0px 0px;
	clear: both;
	color: #555555;
}

.copyright-section .content-left {
	float: left;
	width: 60%;
	min-height: 10px;
}
.copyright-section .content-right {
	float: left;
	width: 40%;
	min-height: 10px;
}

.copyright-section .content-right ul {
	width: auto;
	float: right;
}
.copyright-section .content-right ul li {
	float: left;
	height: 30px;
}
.copyright-section .content-right ul li a  {
	display: block;
	color: #555555;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
    padding: 0px 24px 0px 24px;
}
.copyright-section .content-right ul li a:hover  {
	color:#7a2da3 !important;
}
.copyright-section p {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	color: #555555;
}
.imgtop{
    margin-top: 35px !important;
	max-width: 100%;
    margin: auto;
    outline: none;
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (min-width: 768px) and (max-width: 992px) {
	.top-main-nav ul li a {
		font-size: 14px;
		padding: 8px 15px 8px 15px;
	}
	.heading-liner h1 {
		font-size: 24px;
		width: 75%;
		line-height: 20px;
	}
	.footer-section {
		float: left;
	}
	.footer-section .content-left {
		width: 100%;
	}
	.footer-section .content-right {
		width: 100%;
	}
	.footer-section .content-right img {
		float: inherit;
	}
	.copyright-section .content-left {
		width: 50%;
	}
	.copyright-section .content-right {
		width: 50%;
	}
	.copyright-section .content-right ul li a  {
		padding: 0px 12px 0px 12px;
	}	
}
@media screen and (max-width: 767px) {
	.bgwhite{
		background-color: #fff;
	}
	.heading-text {
		max-height: initial;
		font-size: 14px;
		line-height: 26px;		
	}
	.logo {
		width: 110px;
	}
	.heading-liner h1 {
	
		font-size: 18px;
		line-height: 24px;

	}
	.header .wrapper .top-right-nav button {
		height: 30px;
		font-size: 10px;
		padding: 6px 8px;
		margin: 0px 5px;
	}
	.top-main-nav {
		display :none;
	}
	.top-main-nav ul li a {
		font-size: 12px;
		padding: 8px 10px 8px 10px;
	}
	.heading-liner {
    	margin-top: 10px;
	}
	
	.graphic .wrapper .content-box  {
		text-align: center;
	}
	.graphic .wrapper .content-box img {
		float: inherit;
		display: inline-block;
	}
	.footer-section {
		float: left;
	}
	.footer-section .content-left {
		width: 100%;
	}
	.footer-section .content-right {
		width: 100%;
	}
	.footer-section .content-right img {
		float: inherit;
	}
	.copyright-section {
		float: left;
	}
	.copyright-section .content-left {
		width: 100%;
	}
	.copyright-section .content-right {
		width: 100%;
	}
	.copyright-section .content-right ul li a  {
		padding: 0px 12px 0px 12px;
	}	
}

.text-resizing{
	font-size: 100px;
	font-family: sans-serif;
	width: auto;
    max-width: 100%;
    line-height: 100px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    color: #555555;
    padding: 0% 15px;
    margin: auto;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.text-resizing-dup{
	font-size: 200px;
	line-height: 100px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    color: #555555;
}