
/*  Sajith, Shiva, Senthil Started 01/December/2019.  */

/* 
Purple = #4e2568;
mat purple = #52005a;
Green =  #388E3C; secondary = #168442
orange = #F66215;

*/

/*@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');*/

body {
	margin: 0;
    padding: 0;
    width: 100%;
    /*background-color: #e7edf0;*/
    background-color: #fefae0;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

i {
	font-style: italic;
}
b{
	font-weight: bold;
}

u {
	text-decoration: underline;
	text-underline-position: under;
}
h1 {
	font-weight: 600;
    font-size: 56px;
    margin: 0;
    line-height: 1.2;
}
/*h1 {
	font-weight: 600;
    font-size: 40px;
    color: #333;
    margin: 0 48px;
    line-height: 1.2;
}*/
h2 {
	font-weight: 500;
    font-size: 40px;
    margin: 0;
    line-height: 1.3;
}

h3 {
	font-weight: 500;
    font-size: 24px;
    margin: 0;
    line-height: 1.3;
}

h4 {
	font-weight: 600;
    font-size: 16px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #f88144;
	text-decoration: underline;
}
p, li{
	line-height: 1.45;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	word-wrap: break-word;
}
nav a:hover {
  color: #f88144;
  text-decoration: none;
  border-bottom: 4px solid #f88144;
  padding-bottom: 4px;

}
span {
	color: #f88144;
	font-weight: 500;
}
.active {
	color: #f88144 !important;
	font-weight: 500;
}
.flex {
	display: flex;
}
.justify-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}
.padding-12 {
	padding-left: 12px;
}
.padding-24 {
	padding-left: 24px;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
/*  ------------- color  -------------*/
.ab-bg-green {
	background-color: #f4fff2;
}
.ab-mandatory {
	padding: 0.1em 0.5em;
    text-transform: uppercase;
    letter-spacing: 0;
    vertical-align: middle;
    background-color: #ffe000;
    border-radius: 1em;
}
.bg-color {
	background-color: #f4fff2 ;
}
/*  ------------------ text align --------*/
.ab-align-item {
	align-items: center;
}
.align-left, .ab-alignleft {
	text-align: left;
}
.align-right, .ab-alignright {
	text-align: right;
}


/*  ----------------- breadcrumb ---------*/
.breadcrumb {
	max-width: 1200px;

}
ul.breadcrumb-ul {
	padding: 12px;
    /* list-style: none; */
    border-bottom: 1px solid #f1f3f4;
    width: 100%;
}
ul.breadcrumb-ul li {
  display: inline;
  font-size: 12px;
}
ul.breadcrumb-ul li+li:before {
  padding: 12px;  
  content: "/\00a0";
}
ul.breadcrumb-ul li a {  
  text-decoration: none;
}
ul.breadcrumb-ul li a:hover {  
  text-decoration: underline;
  font-weight: 600;
}


 /* ------------ placeholder area start ----------*/


::placeholder {
  color: #808080;
  opacity: 0.6; 
}
:-ms-input-placeholder { 
 color: #808080;
}
::-ms-input-placeholder {
 color: #808080;
} 

  /* ------------button and text area start-----------*/

.button123 {
  border: 2px solid #f88144 ;
  color: #f88144 ;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius:4px;
  background-color: #ffffff00;
  margin: auto;
  line-height: 1;
}
.button {
  border: 1px solid #f88144;
  color: #f88144 ;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius:4px;
  background-color: #ffffff; /* #378e3c1c */
  margin: auto;
  line-height: 1;
}
.button:hover {
  background-color: #f88144;
  border: 0px;
  color: #fff;
}
.button a{
	text-decoration: none !important;
	color: #f88144  !important;
}
.button a:hover {
	color: #fff !important;
}

.ab-card .button:hover {
	border: 0px solid #fff;
}
input, textarea {
	display: block;
	padding: 8px 12px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #f88144;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea {
	height:100px;
}
.ab-space-8 {
	padding: 8px 0;
}
.ab-space-12 {
	padding: 12px 0;
}
.ab-space-16 {
	padding: 16px 0;
}
.ab-space-24 {
	padding: 24px 0;
}
.ab-space-40 {
	padding: 40px 0;
}
.ab-space-80 {
	padding: 80px 0;
}
.ab-space-tb-12 {
	padding: 12px 0;
}
.ab-space-tb-16 {
	padding: 16px 0;
}
.ab-space-tb-24 {
	padding: 24px 0;
}
.ab-space-b-12 {
	padding: 12px 0;
}
.ab-space-b-16 {
	padding: 16px 0;
}
.ab-space-b-24 {
	padding: 24px 0;
}
.ab-margin-top {
	padding-top: 24px;
}

.ab-width-800 {
	max-width: 800px;
}

.ab-width-1000 {
	max-width: 1000px;
} 

header {
	border-bottom: 1px solid #f1f3f4;
    margin: 0 auto;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
   /* background-color: #e7edf0;*/
    background-color: #fefae0;
}
.navigation {
	max-width: 1200px;
	margin: auto;
	display: flex;		
	dispaly: -moz-flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ab-logo {
	width: 300px;
	margin: 16px 0;
	text-align: left;
}
.ab-logo a:hover {
	border-bottom: 0px;
}
.ab-logo img {
	/*padding: 10px;*/
	text-decoration: none;
	/*width: 128px;*/
}
nav {
	width: 100%;
	display: flex;
}
ul {
	display: flex;
	width: 100%
}
li {
	padding:6px;	
}
.link {
	list-style: none;
	flex: 1 1 10%;
	text-align:center;
	cursor: pointer;
	align-self: center;
}

main {	
	margin: auto;	
}
header, section, footer {
	max-width: 2200px;
}

.ab-partition-1 {
	background: linear-gradient(to top left,#cbf3f0 49.8%,#fefae0 50%);
	/*background: linear-gradient(to top left,#293042 49.8%,#e7edf0 50%);*/
	width: 100%;
	padding: 40px 0;
}
.ab-bg-1 {
	/*background-color: #293042;*/
	background-color: #cbf3f0;
}
.ab-bg-2 {
	/*background-color: #293042;
	color: #fff !important;*/
}
.ab-bg-2 p, .ab-bg-2 a {
	color: #fff;
}
.ab-bg-2 a:hover {
	color: #fff;
}

.ab-partition-2 {
	background: linear-gradient(to top left,#fefae0 49.8%,#cbf3f0 50%);
	/*background: linear-gradient(to top left,#e7edf0 49.8%,#293042 50%);*/
	width: 100%;
	padding: 40px 0;
}

.ab-partition-3 {
	/* bottom section */
	background: linear-gradient(to top left,#040f37 49.8%,#cbf3f0 50%);
	/*background: linear-gradient(to top left,#e7edf0 49.8%,#293042 50%);*/
	width: 100%;
	padding: 40px 0;
}
.ab-partition-4 {
	/* bottom section */
	background: linear-gradient(to top left,#040f37 49.8%,#fefae0 50%);
	/*background: linear-gradient(to top left,#e7edf0 49.8%,#293042 50%);*/
	width: 100%;
	padding: 40px 0;
}
.ab-partition-5 {
	/* bottom section */
	background: linear-gradient(to top left,#293042 49.8%,#f4fff2 50%);
	/*background: linear-gradient(to top left,#e7edf0 49.8%,#293042 50%);*/
	width: 100%;
	padding: 40px 0;
}
.ab-1-column {
	max-width: 800px;
	padding: 80px 0;
}
.ab-1-column-content {
	display: flex;
	
}
.ab-1-column-content .description{
    padding: 16px 32px;
    text-align: left;
}
.ab-1-column-flex {
	width: 80%;
	
}
.ab-1-column-flex img {
	padding: 0 32px;
	max-width: 80%;
}
.ab-1-column-flex p span {
	font-size: 24px;
}
.ab-2-column {
	padding: 80px 0;
	max-width: 1200px;
}
.ab-2-column-about {
	padding: 0px 0;
	max-width: 1200px;
}
.ab-2-column-content {
	display: flex;
	
}
.ab-2-column-content .description{
    padding: 16px 32px;
    text-align: left;
}
.ab-2-column-flex {
	width: 55%;
	
}
.ab-2-column-flex img {
	padding: 0 32px;
	max-width: 80%;
}

.ab-flex-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.ab-heading, .ab-heading-text ,.ab-video-content{
	padding: 80px 0;
}


select {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #ccc;
  flex-grow: 1;
  padding: 5px 12px 5px 5px;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../../assets/images/support/ab-arrow-down.svg') 96% / 10% no-repeat #fff;*/
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}

/* ----------------- Footer starts --------------*/

footer {
	margin: auto;
}
.ab-emailcapture {	
	color: white;
	background-color: #040f37;
	
}
.email-text{
	max-width: 1200px;
	color: white;
	padding: 80px 0;
}
.email-text h2, .email-text p{
	color: white;
	padding: 0 0 24px 0;
}
.email-input .button {
	color: #fff !important;
	background-color: #f88144;
}
.ab-sitemap {
	max-width: 1200px;
	background-color: #fefae0;
	display: flex;
}
.sitemap-category {
	margin: 80px 0;
	width: 20%;
	padding: 16px;
	text-align: left;
}
.sitemap-category h4 {
	text-decoration: underline;
}
.sitemap-category ul {
	
	 flex-direction: column;
	 width: 100% !important;
}
.sitemap-category li {
	padding: 2px !important;
	
}
.sitemap-category li b {
	font-size: 14px;
	font-weight: 600;
	cursor: none;
}

.sitemap-category li a {
	text-decoration: none;
	font-size: 12px;
}
.sitemap-category li a:hover {
  	color: #f88144;
  	font-weight: 600;
}
.social-flex {
	display: flex;
	padding: 12px 0;
}
.social {
	padding: 0 8px ;
}
.social img{
	width: 100%;
}
.ab-address {
	background-color:#040f37; 
	padding: 40px 0;
}
.ab-address p, .ab-address a{
	font-weight: 400;
	font-size: 12px;
	color: #ffffff !important; 
}
.small-para {
	font-size: 14px;
}
/* ----------------- Footer ends -------------*/

/* ======================================== Common ends  =================================*/


.ab-main {
	padding: 80px 0;
}
.ab-container {
	max-width: 1200px;
}

.section-bg{
	background-image: url('../../assets/images/home/hero_home.svg');
	background-repeat: no-repeat;
	height: 400px;
}
.ab-content {
	width: 60%;
}
.ab-content-text {
	max-width: 80%;
	padding: 24px;
}
.email-input {
	display: flex;
	justify-content: space-between;
	max-width: 60%;
}
.email-input input {
	flex-grow: 1;
	margin-right: 24px;
}

.ab-services {
	padding: 80px 0;
	max-width: 1200px;
}
.ab-services h3, .ab-services h2, .ab-services p {
	/*color: #fff !important;*/
	padding: 0 0 24px 0;
}

.ab-services p {
	max-width: 100%;
}

.ab-services-content {
	display: flex;
	padding-top: 48px;
}
.ab-card {
	flex: 1 1 10%;
	max-width: 30%;
	/*background-color: #388E3C;*/
	background-color: #fff;
	margin: 50px;
	padding: 24px 16px;
	border-radius: 50px;
	position: relative;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.ab-card p {
	text-align: left;
	padding: 24px 0;
}
.ab-icon {
	position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px;
    width: 96px;
    text-align: left;
}



.ab-clients {
	padding: 80px 0;
}
.ab-clients h3 {
	padding: 80px 0;
	border-bottom: 8px solid #
}
.ab-clients img {
	max-width: 40%;
}

/* ----------------- testimonial Slider  starts v 1.8 --------------*/

.ab-testimonial {
	display: flex;
	max-width: 1200px;
}
.testimonial{
    margin: 0;
    max-width: 50%;
}
.testimonial .description{
    padding: 16px 32px;
    /*border-top: 1px solid #2660a4;
    border-left: 1px solid #2660a4;*/
    font-size: 16px;
    color: #887e7f;
    line-height: 1.5;
    text-align: left;
    position: relative;
}


.testimonial-content{ 
	display: flex;
	align-items: center;
}

.pic{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0px 24px 0px 32px;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonial-owners {
	text-align: left;
}
/* ----------------- testimonial Slider  ends --------------*/



/* ------------- mobile Version 2.0 --------------*/
.web-nav {
	width: 100%;
}


.mobile-nav {
	display: none;
	width: 100%;
	position: fixed;
}

.topnav {
  overflow: hidden;
  background-color: #f4fff2;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 16px;
  display: block;
}

.topnav a.icon {
  background: #f4fff2;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #f4fff2;
  color: #333;
}
.topnav img {
	width: 120px;
    margin: 8px 0;
}
.topnav i {
	font-size:48px;
	font-weight: 600;
	font-style: normal;
}
i:before {
    content: '\227D';
    margin-right: 8px;
}

/* -------------------  mobile version end -----*/

@media only screen and (min-width: 320px) and (max-width: 768px) {

	i:before {
	    content: ' \2263' !important;
	}

	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
	h4{
		font-size: 14px;
	}
	p, .testimonial, .description {
		font-size: 14px !important;
		text-align: justify !important;
		word-wrap: break-word !important;
	}

	input, textarea {
		font-size: 12px !important;
	}
	ul.breadcrumb-ul li {
		font-size: 8px !important;
	}
	.button {
		font-size: 12px !important;
		padding: 8px 12px;
	}
	.small-para {
		font-size: 12px !important;
	}
	.mob-special-font {
		font-size: 32px !important;
	}
	.web-nav {
		display: none;
	}
	.mobile-nav {
		display: inline-block;
		top: 0;
		z-index: 1;
	}
	
	.need-to-hide {
		display: none;
	}
	.mobile-padding-40 {
		padding-top: 40px !important;
		flex-direction: column;
		padding: 8px;
	}
	.mobile-flex-direction {
		flex-direction: column;
	}
	.txt-ali-left {
		text-align: left;
	}
	/* -------- mobile content spacing start-------------------*/



	.ab-1-column {
		padding: 132px 8px 0 8px !important;
	}
	.ab-1-column h3,.ab-1-column p {
		padding: 24px 0 !important;
	}
	.mob-pad-top {
		padding: 132px 8px 0 8px !important;
	}
	.mobile-padding {
		padding: 8px !important;
	}
	.ab-about {    
    	padding: 24px 0 0px 0px !important;
    	width: 100% !important;
	}
	.ab-about img {
		max-width: 64px !important;
    	padding: 12px 12px 12px 8px !important;
	}
	.ab-about h3 {
		padding: 8px 16px !important;
	}
	.ab-2-column-flex {
		width: 95% !important;
	}
	.email-input {
	    max-width: 70% !important;
    	flex-flow: wrap;
	}
	.email-input input {
		margin-top: 12px;
	}

	/*    index and home pages  */

	.section-bg {
		background-image: none;
		height: auto;
		width: 100%;
	}
	.ab-content {
		width: 100%;
	}
	.ab-main {
		padding: 132px 8px 40px 8px !important;
	}

	.ab-services {
		padding: 40px 8px;
	}

	.ab-services-content {
		flex-direction: column !important;
	}

	.ab-1-column-flex {
	    width: 98% !important;
	}

	.ab-content-text {
	    max-width: 100%;
	    padding: 12px;
	}
	.ab-card {
		max-width: 100%;
		margin-top: 40px;
	}
	.ab-clients img {
	    max-width: 80%;
	}
	.ab-testimonial {
	    flex-direction: column;
	}
	.testimonial {
		max-width: 100%;
		padding-bottom: 24px;
	}
	.ab-2-column-content {
	    flex-direction: column;
	}
	.ab-heading, .ab-heading-text,.ab-video-content {
		padding: 16px 0;
	}
	.ab-heading-text {
	    max-width: 100% !important;
	}


	/*   documents and tools page  */
	.ab-docs-left {
	    width: 95% !important;
	}
	.ab-docs-right {
	    width: 95% !important;
	}
	.padding-24 {
	    padding: 8px;
	}
	.ab-2-column-content .description{
	    padding: 16px 8px !important;
	}
	.product-h2 {
	    padding: 16px !important;
	}

	/*    our products   */


	/* --------  content spacing ends-------------------*/

}