@charset 'UTF-8';

/*
html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	touch-action: manipulation;  
}
*/



.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 5s linear infinite;
}



@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.recptach-block {
	width: 315px;
	margin: 0 auto 20px auto;
}

.prakash-photo {
    float: left;
    margin-right: 10px;
  
    transition-duration: 1s;
    width: 170px;
}
#player{
	display:none;
	visibility:hidden;
}
.PhotoGallery .halfGallery a img{
	height:350px;
}

.call-to-action-buttons.call-to-action-mobile{
	display:none;
}
.top-bar .phone-container{
    background: transparent !important;
}


.introscroll h1{
font-weight:600;	
color:#e32024;
font-size: 44px;
font-family: Bradley Hand ITC !important;
	
}
.landing-page body {
	font-size: 16px;
	
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;   
	color: #333;
	background: #ffffff url(../images/background-landing-page.jpg) no-repeat center top;
	background-size: cover;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
    color: #e32024 !important;
}


.landing-page .about-highlight {
	padding-left:15px;
color: #384190;
margin-top:20px;
width: 100%;
position: relative;
}
.landing-page .right-block-inner{
    margin-left: 0;
    text-align: center;
    display: block;
	    /* border: 4px dotted #FF69B4; */
   
	
}
.landing-page .left-block-inner{
    margin-right: 0;
}
.landing-page .left-block-inner a{
	padding: 20px 20px;
	display: block;
	text-align: center;
    margin-bottom: 10px;
}
.landing-page .left-block-inner .adityapp-logo a{
	margin-bottom: 0;
}
.landing-page .center-container {

	position: relative;
	width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.landing-page .about-highlight h3 span{
	    text-transform: uppercase;
		font-size: 71px !important;
	font-weight: 900;
		color:#f6b104;
	display: inline-block;
	

}
.landing-page .about-highlight h3 strong{
	display: inline-block;
	font-weight: normal;
	width: 210px;
	text-align: left;
	margin-left: 10px;
}
.landing-page .about-highlight h3 {

margin-top:20px;
	font-size:33px !important;
    text-transform: uppercase;
    font-weight: 300;
	line-height: 1.0 !important;
    text-align: center;
	color:#f6b104;
	position: relative;
}
.landing-page .right-block{
	
 /* padding-top:80px; */
	
}
.landing-page .right-block img{
	
 padding-top:30px; 
 margin: 0 auto;
 
 
	
}
.landing-page .right-block h4  {
margin-top:3px;
text-align:center !important;
font-weight: 600;
font-family: 'Proxima Nova Lt';
color: #444;
}


.landing-page .right-block h2 span{
	font-family: 'Proxima Nova Th';
	    text-transform: uppercase;
	font-size:70px !important;
	font-weight: 900;
	color: #384190;
	padding-top: 10px;
	display: block;


}
.landing-page .right-block h2 span em{
	display: inline-block;
	border-bottom: 1px dotted #384190;
	font-style: normal;
	color:#f1b724;
}
.landing-page .right-block h2{
	font-family: 'Proxima Nova Lt';
	font-size:20px !important;
	    font-weight: 600;
text-align:center;
color: #444;
padding-top:20px;
}

.landing-page .main-btn-group{

text-align:center;	
	
}

.landing-page .theme-btn {
	padding: 17px 24px;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 600;
	background: #f18916;
	border-radius: 3px 3px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	position: relative;
	z-index: 2;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	outline: none;
	    border-radius: 50px;
}
.landing-page .theme-btn:hover, .landing-page .theme-btn:focus {
	text-decoration: none;
	color: #ffffff;
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
	    border-radius: 50px;
}
.landing-page .theme-btn:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	border-radius: 3px 3px;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #e32024;
	z-index: -2;
}
.landing-page .theme-btn:hover:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
	    border-radius: 50px;
}
.landing-page .theme-btn:focus:before {
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}


.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6,
.landing-page p,
.landing-page a,
.landing-page ul,
.landing-page span,
.landing-page li,
.landing-page img,
.landing-page inpot,
.landing-page button {
	margin: 0;
	padding: 0;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
	line-height: 1.5;
	font-weight: inherit;
}

h1,
h2,
h3 {
	/* font-family: 'Poppins', sans-serif; */
}

.landing-page p {
	/* line-height: 1.6; */
	font-size: 1.05em;
	font-weight: 400;
	color: #555;
}

.landing-page .left-section .main-content h2 {
	font-size: 1.8em;
	line-height: 1.1;
	margin-bottom: 15px;
}

.landing-page h1 {
	font-size: 3.5em;
	line-height: 1;
}

.landing-page h2 {
	font-size: 3em;
	line-height: 1.1;
}

.landing-page h3 {
	font-size: 2.5em;
}

.landing-page h4 {
	font-size: 1.5em;
}

.landing-page h5 {
	font-size: 1.2em;
}

.landing-page h6 {
	font-size: .9em;
	letter-spacing: 1px;
}

.landing-page a,
.landing-page button {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: all .3s;
	line-height: 1;
	color: #E45F74;
}

.landing-page a:focus,
.landing-page a:active,
.landing-page a:hover,
.landing-page button:focus,
.landing-page button:active,
.landing-page button:hover,
.landing-page a b.light-color:hover {
	text-decoration: none;
	color: #cf3f56;
}

.landing-page b {
	font-weight: 500;
}

.landing-page img {
	/*width: 100%;*/
}

.landing-page li {
	list-style: none;
	display: inline-block;
}

.landing-page span {
	display: inline-block;
}

.landing-page button {
	outline: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.landing-page b.light-color {
	color: #444;
}

.landing-page .icon {
	font-size: 1.1em;
	display: inline-block;
	line-height: inherit;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	line-height: inherit;
}


/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.landing-page .center-text {
	text-align: center;
}


.landing-page .main-area {
	position: relative;
	height: 100vh;
	margin-top: 0px;
}


/* ---------------------------------
3. LEFT SECTION
--------------------------------- */
.landing-page .left-section {
	float: left;
	width: 50%;
	position: relative;
	
}


/*
.col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
}
*/
.landing-page .left-section .aditya-printers-logo {
	position: absolute;
	top: 12px;
	height: 100px;
	left: 40px;
	right: 40px;
	text-align: center;
	
}

.landing-page .aditya-printers-logo img {
    height: 90px;
    width: auto;
    margin: 4px 0;
   display: block;
    margin: 0 auto;
}

.landing-page .left-block .lead {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    padding-top: 10px;
    border-bottom: 1px dotted #000000;
    margin:0px 0px 5px 0px;
	font-family: 'Proxima Nova Rg';
}

.landing-page .left-block .lead .aditya-printers-logo{
    text-align: center;
    font-weight: bold;
    color: #ffffff !important;
    font-size: 21px;
    padding-top: 10px;
    border-bottom: 1px dotted #000000;
    margin:0px 0px 5px 0px;
	font-family: 'Proxima Nova Rg';
}



.landing-page .left-block  p span{
	font-family: 'Proxima Nova Lt';
	text-align: center;
    font-weight: 600;
	color: #444;
    font-size: 16px;
    padding-top: 5px;
	
}
.adityar-logo{
	text-align: center;
}


.landing-page .left-section .aditya-printers-logo h3{
	
	position: absolute;
	top: 50px;
	height: 100px;
	left: 40px;
	right: 40px;
	text-align: center;
	margin-top:200px;
	
	
}















.landing-page .left-section .adityapp-logo {
	position: absolute;
	top: 300px;
	height: 100px;
	left: 40px;
	right: 40px;
	text-align: left;
}
/*
.left-section .adityapp-logo img {
	height: 100%;
	width: auto;
}
*/
.landing-page .adityapp-logo img {
    height: 100px;
    width: auto;
    margin: 4px 0;
   display: block;
      margin: -4px auto;
}
.landing-page .left-section .adityar-logo img {
	height: 100%;
	width: auto;
}


.landing-page .left-section .adityar-logo {
	position: absolute;
	top: 300px;
	height: 100px;
	left: 40px;
	right: 40px;
	text-align: right;
}
/*
.left-section .adityar-logo img {
	height: 100%;
	width: auto;
}
*/

.landing-page .adityar-logo img {
    height: 100px;
    width: auto;
    margin: 4px 0;
	display: block;
     margin: -4px auto;
}


.landing-page .left-section .main-content p {
	line-height: 1.6;
	font-size: 0.88em;
	font-weight: 400;
	margin-bottom: 14px;
	color: #444;
}

.landing-page .left-section .main-content {
	padding: 20px 20px;
	border: 1px solid #dddddd;
	margin-right: 40px;
	margin-left: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	margin-top: 40px;
	background: #ffffff;
	border-radius: 3px 3px;
}

.landing-page .main-content .title {
	margin-bottom: 15px;
}

.landing-page .main-content .email-input-area {
	margin: 40px 0 20px;
	position: relative;
	width: 400px;
	height: 47px;
}

.landing-page .main-content .email-input-area .email-input {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 40px;
	border: 0;
	outline: 0;
	padding: 0 140px 0 25px;
	transition: all .2s;
	background: #F1F2F3;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	border: 1px solid transparent;
}

.landing-page .main-content .email-input-area .email-input:focus {
	border-color: #f89fbc;
}

.landing-page .main-content .email-input-area .submit-btn {
	width: 120px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: .9em;
	border-radius: 0 40px 40px 0;
	transition: all .3s;
	background: #F84982;
	color: #fff;
}

.landing-page .main-content .email-input-area .submit-btn:hover {
	background: #e40b52;
}

.landing-page .main-content .post-desc {
	color: #999;

}



.landing-page .copyright {
	text-align: center;
}
.landing-page .copyright .webCreation {
	text-align: center;
	margin-top: 15px;
	margin-bottom:15px;
}


/* ---------------------------------
4. RIGHT SECTION
--------------------------------- */

.landing-page .right-section {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background-size: cover;
	z-index: 1;
}

.landing-page .right-section:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -2;
	/*opacity: .3; background: linear-gradient(to right, #23074d, #cc5333);*/
}

.landing-page #rounded-countdown {
	width: 80%;
	margin: 0 auto;
}
/** Landing Page CSS Ends **/






body {
	font-family: 'Arial', Helvetica, sans-serif !important;
	font-size: 16px;
}





section {
    padding-top:50px;
}

.vision-main-block{
	
	background:#fafafa;
}
.vision-main-block .vision-description {
        background: #fff;
    margin-left: -100px;
    margin-top: 5%;
    padding: 5px 12px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.vision-main-block{
	
	background:#fafafa;
}
.vision-main-block .vision-description {
        background: #fff;
    margin-left: -100px;
    margin-top: 5%;
    padding: 5px 12px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
}


.mission-main-block{
	
	background:#fafafa;
}
.mission-main-block .vision-description {
 background: #fff;
    margin-right: -100px;
    margin-top: 9%;
    padding: 34px 17px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    z-index: 99;
}


.vision-main-block ul{
	margin:20px 0 0 0;
	padding:0 0;
	min-height: 100px;
}
.vision-main-block ul li{
    margin: 10px 0;
    padding: 0 0 0 22px;
    list-style: none;
    position: relative;
    color: #444;
    line-height: 16px;
	font-size:16px;
}
.vision-main-block ul li:before {
    content: '\f310';
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    left: 0;
      top: -2px;
    font-size: 18px;
    color: #444;
}


.mission-main-block ul{
	margin:20px 0 0 0;
	padding:0 0;
	min-height: 100px;
}
.mission-main-block ul li{
    margin: 10px 0;
    padding: 0 0 0 22px;
    list-style: none;
    position: relative;
    color: #444;
    line-height: 16px;
	font-size:16px;
}
.mission-main-block ul li:before {
    content: '\f310';
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    left: 0;
      top: -2px;
    font-size: 18px;
    color: #444;
}


.modal-header {
    padding: 10px;
   
}

.modal-content {
	
margin-top:145px !important;	
width: auto;

}
.modal-dialog {

    max-width: 800px !important;
}
.modal-dialog{
	width: auto;
    max-width: 895px;
}

.PhotoGallery {
	margin-bottom: 50px;
}
.PhotoGallery a {
	position: relative;
	padding: 0 0;
	margin: 0 0;
	border: 5px solid #ffffff;
	overflow: hidden;
	text-decoration:none;
}
.PhotoGallery a:after {
	    border: 1px solid #364095;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	position: absolute;
	content: "";
}
.PhotoGallery a:hover:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0c1";
	color: #ffffff;
	font-size: 25px;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	padding: 30% 45%;
	z-index: 999;
}
.PhotoGallery a .gardeDetails {
}
.PhotoGallery a img {
	height: 250px;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.PhotoGallery a:hover img {
	transform: scale(1.1);
}
.PhotoGallery a .gardeDetails {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	background: #364095;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
    min-height: 90px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	z-index: 999;
}
.gardeDetails span {
	padding: 15px 15px;
	display: block;
	font-size: 20px;
}
.gardeDetails .soldout {
	color: #FF0000;
	border: 2px solid #FF0000;
}
.PhotoGallery a:hover .gardeDetails {
}



.banner, .innerBanner {
    background: #424242;
    position: relative;
	  
}
.innerBanner img{
	width:100%;
}
select {
 -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("../images/select-arrows.png") !important;
    background-position: 99% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}
.innerBanner:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
}
.innerBanner h2 span{
	font-size:70px;
	display:block;
	line-height: 60px;
}
.forms-main .form-control{
	height:42px;
	border-radius:0 0;
	font-size:15px;
}
.forms-main textarea.form-control{
	    height: 110px;
	resize:none;
}
.customer-testimonials-main.customer-testimonials-landing{
    margin-left: -40px;
    margin-right: -26px;
    padding: 50px 65px;
    background: #e1e1e1 !important;
    margin-top: -25px;
	margin-bottom: -25px;
}
.customer-testimonials-main.customer-testimonials-landing:before{
	content:normal;
}
.customer-testimonials-main.customer-testimonials-landing .slick-prev:before, .customer-testimonials-main.customer-testimonials-landing .slick-next:before {

}
.contentWrapper.no-sidebar .contentArea {
    padding-right: 0;
    border-right: none;
}
.innerBanner h2{
    position: absolute;
    text-align: center;
    z-index: 9;
    top: 57%;
    left: 5%;
    right: 5%;
	/*    font-family: 'GothamRnd-Medium';
    color: #ffffff;
    text-shadow: none;
    font-size: 22px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 0 2px 0px rgba(0,0,0,0.4);
	    width: 370px;
    margin: 0 auto;
*/
	
	    color: #ffffff;
    margin: 0 0;
    font-family: 'Proxima Nova Lt', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin-left: 7px;
	
	
	
	
	
	
	
}
.contentWrapper {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    margin-top: -35px;
    position: relative;
	margin-bottom: 35px;
    padding: 25px 25px;
    box-shadow: 0 5px 1px #e1e1e1;
}
.contentWrapper .contentArea {
    padding-right: 25px;
    border-right: 1px solid #e1e1e1;
	    text-align: justify;
}
.contentArea h1 {
    margin: 0 0 15px 0;
    color: #000000;
    font-size: 30px;
    letter-spacing: -0.05em;
}
.contentArea p {
    font-size: 16px;
    margin: 0 0 18px 0;
	    color: #444;
}
.contentWrapper aside {
padding-left: 0;
}
.paddLeft{
	position:relative;
	    padding-left: 30px
}
.paddLeft .lnr{
    position: absolute;
    font-size: 22px;
    left: 0;
}
.forms-main label{
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.contentWrapper aside .focusBlock{
	position:relative;
}
.contentWrapper aside .focusBlock .lightBlue, 
.contentWrapper aside .focusBlock .mediumBlue, 
.contentWrapper aside .focusBlock .darkBlue {
    min-height: auto;
}
.contentWrapper aside .focusBlock .blockTitleHeader img {
    width: 60px;
       height: 45px;
    float: left;
    padding: 2px 2px;
    border: 1px solid #ffffff;
}
.contentWrapper aside .focusBlock h3 {
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 0 68px;
    font-size: 17px;
}
.contentWrapper aside .focusBlock .lightBlue,
.contentWrapper aside .focusBlock .mediumBlue,
.contentWrapper aside .focusBlock .darkBlue{
    padding: 10px 10px;
	margin-bottom: 3px;
}
.sidebarMenu{
	margin-bottom:25px;
}
.sidebarMenu h4 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 12px;
    background: #384190;
    font-size: 15px;
}
.sidebarMenu ul {
    margin: 0 0;
    padding: 0 0;
}
.sidebarMenu ul li {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}
.sidebarMenu ul li a {
    color: #000000;
    display: block;
    padding: 8px 8px;
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
	    font-family: 'Proxima Nova Lt';
    font-weight: 600;

}
.sidebarMenu ul li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #1874c1;
    margin-right: 5px;
}
.sidebarMenu ul li a:hover, .sidebarMenu ul li a:focus {
    background: #fafafa;
    text-decoration: none;
    color: #f18916;
}
.sidebarMenu ul li.active a,
.sidebarMenu ul li.active a:hover {
    background: #fafafa;
    text-decoration: none;
    color: #f18916;
}






/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
   
/*    text-align: center;

	
	    padding: 24px 0;
    background: #f5f5f5;
    border-top: 1px solid #ddd;*/
}


.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
    margin-bottom: 0;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
  
 
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}





.sidebarMenu  .social-icons ul {

  padding: 0;
  list-style: none;
}

.sidebarMenu  .social-icons ul li {
  display: inline;
}

.sidebarMenu  .social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
    margin-bottom: 0;
  border-radius: 50%;
  line-height: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
  margin-bottom:10px;
  
 
}

.sidebarMenu  .facebook a {
  color: #4867AA;
}

.sidebarMenu .facebook a:hover {
  background: #4867AA;
}

.sidebarMenu .twitter a {
  color: #1DA1F2;
}

.sidebarMenu .twitter a:hover {
  background: #1DA1F2;
}



.sidebarMenu .linkedin a {
  color: #007BB6;
}

.sidebarMenu .linkedin a:hover {
  background: #007BB6;
}

.sidebarMenu .pinterest a {
  color: #BD081C;
}

.sidebarMenu .pinterest a:hover {
  background: #BD081C;
}




.solutions-main .section-header h2{

color:#ffffff;

}

.solutions-main .section-header p{

color:#ffffff;
    margin: 0 10%;

}
.video-container .about-highlight h3 {
    margin-top: 20px;
    font-size: 33px !important;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.0 !important;
    text-align: left
    color: #e32024;
    position: relative;
}
.video-container .about-highlight h3 span {
    text-transform: uppercase;
    font-size:76px !important;
    font-weight: 900;
    color: #e32024;
    display: inline-block;
}
.video-container .about-highlight h3 strong {
    display: inline-block;
    font-weight: normal;
    width: 210px;
    text-align: left;
    margin-left: 10px;
	    color: #e32024;
}
.top-bar {
	height: 80px;
	padding: 0 0;
	font-size: 15px;
	border-bottom: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow: hidden;
	background: #ffffff;
}
header.main-header.active .top-bar {
	height: 0;
	padding: 0;
}
header.main-header {
	bottom: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
    z-index: 999;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}



header .navbar-nav .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	margin-top: -4px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 4px solid\9;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
header .navbar-nav .dropdown-menu {
	left: 0 !important;
	right: auto;
	min-width: 250px;
	padding: 0 0;
	margin: 0 0;
}

header .navbar-nav .dropdown-menu li a {
	padding: 10px 15px;
	font-size: 15px;
	border-bottom: 1px solid #eaeaea;
	color: #073b6a;
}
header .navbar-nav .dropdown-menu {
	left: 0 !important;
	right: auto;
	min-width: 250px;
	padding: 0 0;
	margin: 0 0;
}
header .navbar-nav .dropdown-menu:before {
	border-bottom: 7px solid rgba(0,0,0,0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	right: auto;
	position: absolute;
	left: 14px;
	top: -7px;
}
header .navbar-nav .dropdown-menu:after {
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	right: auto;
	position: absolute;
	left: 15px;
	top: -6px;
}
header .navbar-nav .dropdown-menu li a {
	padding: 10px 15px;
	font-size: 15px;
	border-bottom: 1px solid #eaeaea;
	
}












.top-bar .logo-container img {
	width: auto;
	height: 50px;
}
.top-bar .logo-container a {
	    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-bar .logo-container span {
	color: #fafafa;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #5FA1F7;
	line-height: 22px;
	display: inline-block;
	position: relative;
}
.top-bar .logo-container span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #3D6598;
}
.top-bar .phone-container {
	text-align: right;
}
.top-bar .phone-container p {
	margin: 0 0;

}
.top-bar .phone-container p span {
	    margin-right: 25px;
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    position: relative;
    text-align: left;
	    padding-left: 35px;
}
.top-bar .phone-container p span small{
	display:block;
		font-family: 'Proxima Nova Rg';
		font-weight:normal;
		    font-size: 80%;
		
				color: #444;
}
.top-bar .phone-container p span:last-child {
	margin-right: 0;
}
.top-bar .phone-container p span i {
	margin-right: 6px;
	    font-size: 30px;
		font-weight:normal;
	vertical-align: middle;
	    position: absolute;
    left: 0;
     top: -16px;
}
.top-bar .phone-container a {
	color: #000000;
	display: inline-block;
    padding: 17px 0;
	line-height: 23px;
}
.top-bar .phone-container a:hover, .top-bar .phone-container a:focus {
	text-decoration: none;
	color: #e32024;
}
.top-bar .phone-container p span i {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.top-bar .phone-container p span:hover i {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.main-menu {
	background-color: #cd2e2e !important;
	border: none !important;
	margin: 0 0;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border-radius: 0 0;
}
.main-menu .navbar-nav>li>a {
	color: #ffffff !important;
	text-transform: uppercase;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	padding: 22px 20px;
}
.main-menu .navbar-nav>li>a:hover, .main-menu .navbar-nav>li>a:focus {
	color: #e32024 !important;
	    background-color: #e7e7e7;
}
.main-menu .navbar-nav>li>a:after {
	position: absolute;
	left: 18px;
	right: 18px;
	top: 62px;
	content: "";
	margin: 0 auto;
	height: 2px;
	background: #e32024;
	width: 0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.main-menu .navbar-nav>li>a:hover:after, .main-menu .navbar-nav>li>a:focus:after {
	width: 66%;
}
.call-to-action-buttons {
	float: right;
	margin: 11px 0 8px 0;
}
.primary-btn {
	padding: 11px 16px;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 500;
	background: #f18916;
	border-radius: 3px 3px;
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	outline: none;
}
.primary-btn:hover, .primary-btn:focus {
	text-decoration: none;
	color: #ffffff;
	
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.primary-btn:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	border-radius: 3px 3px;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color:#e32024;
	z-index: -2;
}
.primary-btn:hover:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.primary-btn:focus:before {
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.secondary-btn {
	padding: 5px 20px;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 500;
	border-radius: 3px 3px;
	color: #f18916;
	border: 2px solid #f18916;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	outline: none;
}
.secondary-btn:hover, .secondary-btn:focus {
	text-decoration: none;
	color: #ffffff;
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.secondary-btn:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	border-radius: 1px 1px;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #f18916;
	z-index: -2;
}
.secondary-btn:hover:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.secondary-btn:focus:before {
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.theme-btn {
	padding: 8px 16px;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 500;
	background: #384190;
	border-radius: 3px 3px;
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	outline: none;
	    border: none;
}
.theme-btn:hover, .theme-btn:focus {
	text-decoration: none;
	color: #ffffff;
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.theme-btn-lg{
	padding: 10px 25px !important;
	font-size: 16px;
}
.theme-btn:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	border-radius: 3px 3px;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #4f59ad;
	z-index: -2;
}
.theme-btn:hover:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.theme-btn:focus:before {
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.inverse-btn {
	padding: 8px 16px;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 500;
	background: #ffffff;
	border-radius: 3px 3px;
	color: #3c78ce;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	outline: none;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.inverse-btn:hover, .inverse-btn:focus {
	text-decoration: none;
	color: #ffffff;
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.inverse-btn:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	border-radius: 3px 3px;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #4f59ad;
	z-index: -2;
}
.inverse-btn:hover:before {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.inverse-btn:focus:before {
	transition: 0.3s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.call-to-action-buttons .secondary-btn {
	margin-left: 15px;
}
.hero-slider {
	position: relative;/* padding-top: 115px; */
}
.mainSlider.slick-dotted.slick-slider {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.hero-slider .slick-slider-body {
	position: absolute;
	/* background: rgba(0,0,0,0.7);*/
	text-align: center;
	left: 28%;
	right: 28%;
	bottom: 0%;
	z-index: 9;
	padding: 28px 20px 40px 20px;
}
.hero-slider .slick-slider-body h3 {
	font-size: 22px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px dotted #ffffff;
	    padding-bottom: 10px;
}

.hero-slider .slick-slider-body h2 {
	font-size: 40px;
	letter-spacing: 1px;
	color: #f6b104;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 24px;
	text-transform:uppercase;

}


.hero-slider .slick-slider-body p {
	font-size: 25px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 8% 25px 8%;
	text-shadow: none;
	color: #ffffff;
}
.hero-slider .slick-image {
	position: relative;
}
.hero-slider .slick-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.35);
}
.hero-slider .slick-slider-body a {
	padding: 12px 30px !important;
	font-size: 16px !important;
	margin: 0 4px;
}
.hero-slider .slick-dots li {
	width: 38px !important;
	margin: 0 6px !important;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hero-slider .slick-dots li button {
	width: 100% !important;
	height: 100% !important;
}
.hero-slider .slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	width: 38px;
	background-color: rgba(255,255,255,1);
	content: '';
	text-align: center;
	opacity: 1;
	border-radius: 0 0;
}
.hero-slider .slick-dots .slick-active button:before {
	background-color: #384190;
	opacity: 1;
}
.hero-slider .slick-dots {
	bottom: 25px;
	width: calc(100% - 0);
	z-index: 9;
}
.video-container {
	position: relative;
	text-align: center;
	padding: 40px 0;

}
.video-container .video-main-holder {
	display: block;
	background: #fff;
	border-radius: 25px 25px;
	margin: -200px auto 50px auto;
	position: relative;
	width: 900px;
	padding: 40px 40px;
	border: 1px solid #ddd;
	box-shadow: 0 0 35px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.1);
}
.video-container .video-main-holder:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 14px;
	width: 10px;
	height: 10px;
	background: #666;
	border-radius: 50%;
	margin: 0 auto;
}
.video-container .video-main-holder video {
	border: 1px solid #666;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.section-header {
	margin-bottom: 10px;
	    color: #cd2e2e;
}
.section-header h2 {
	color: #384190;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0 0 10px 0;
	text-align: center;
}
.section-header p {
	color: #999999;
	text-align: center;
	    margin: 0 10%;
}
.video-container h4 {
	font-weight: normal;
	font-size: 17px;
	margin: 0 0;
	line-height: 26px;
    color: #e32024;
	    text-align: justify;
}
.video-container .main-btn-group {
	margin-top: 20px;
	margin-bottom: 60px;
}
.video-container .main-btn-group a {
	margin: 0 4px;
}
.home-company-desc{
	margin:0 5%;
	    text-align: left;
}
.map{
  border-top: 1px solid #ddd;
}
.modules-main {
	background: #384190 url(../images/modules-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0;
	position: relative;
	text-align: center;
}
.modules-main:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/dots1.png) no-repeat -153px 145%;
	background-size: auto 60%;
	right: 0;
	top: 0;
	z-index: 9;
}
.modules-main:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background-image: linear-gradient(272deg, rgba(59, 117,201, 0.96) 30%, rgba(67, 138,247, 0.96) 100%);
}
.modules-main .container {
	position: relative;
	z-index: 99;
}
.modules-main .section-header h2 {
	color: #ffffff;
}
.modules-main p {
	color: #fbfbfb;
	margin: 0 15% 30px 15%;
	font-size: 17px;
	line-height: 26px;
}
.module-list {
	margin-top: 60px;
}
.module-list .module-inner a {
	background: #ffffff;
	padding: 32px 18px;
	text-align: center;
	position: relative;
	display: block;
	border-radius: 3px 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	overflow: hidden;
}
.module-list .module-inner a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #f18916;
	width: 0;
	margin: 0 auto;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.module-list .module-inner a:hover:after {
	width: 100%;
}
.module-list .module-inner a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: #ffb24f;
	width: 0;
	margin: 0 auto;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.module-list .module-inner a:hover:before {
	width: 100%;
}
.module-list .module-inner a img {
	height: 45px;
	width: auto;
	display: inline-block;
}
.module-col-reset {
	width: 14.2857142857% !important;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}
.module-list .module-inner .module-icon {
	margin-bottom: 25px;
}
.module-list .module-inner a h4 {
	margin: 0 0;
	color: #384190;
	line-height: 24px;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.module-list .module-inner a:hover, .module-list .module-inner a:focus {
	text-decoration: none !important;
}
.module-list .module-inner .module-icon {
	position: relative;
	border-radius: 50px;
	transition: all 0.3s;
	display: inline-block;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	background: #f2f7fd;
}
.module-list .module-inner .module-icon:after {
	pointer-events: none;
	position: absolute;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: -6px;
	border: #a6ccf4 1px dashed;
	right: -6px;
	top: -6px;
	bottom: -6px;
}
.module-list .module-inner:hover .module-icon:after {
	transition: all 0.3s;
	background-color: rgba(255,255,255,.1);
	border: #384190 1px dashed;
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
 from {
 -webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spinAround {
 from {
 -moz-transform: rotate(0deg)
}
to {
	-moz-transform: rotate(360deg);
}
}
@keyframes spinAround {
 from {
 transform: rotate(0deg)
}
to {
	transform: rotate(360deg);
}
}
.solutions-main {
	padding: 70px 0;
	padding: 100px 0;
    background: #ffffff url(../images/solutions.jpg) no-repeat center top;

    position: relative;
}
/*
.solutions-main:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	
	}
*/

.solutions-list {
	margin-top: 60px;
	    padding: 28px 16px 13px 18px;
		background:#ffffff
}
.solutions-list a {
	/* background-image: linear-gradient(360deg, #f6fafe 30%, #ffffff 100%); */
	border: 1px solid #BDD2F5;
	padding: 0 0;
	text-align: center;
	position: relative;
	display: block;
	border-radius: 0 0;
	overflow: hidden;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
min-height: 235px;
	margin-bottom: 14px;
}
.features-col-reset {
	width: 20% !important;
	padding-left: 7px;
	padding-right: 7px;
}
.solutions-list .solutions-inner a img {
	height: auto;
	width: 100%;
	display: inline-block;
	-webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.solutions-list .solutions-inner a:hover, .solutions-list .solutions-inner a:focus {
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.solutions-list .solutions-inner a h4 {
	color: #384190;
	font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
	font-weight: 600;
	    padding: 0 15px;
}
.solutions-list .solutions-inner a p {
	margin: 0 0;
	color: #000;
	font-size: 15px;
	    padding: 0 15px;
}
.solutions-list a.theme-btn{
	min-height:inherit;
	display:inline-block;
	    padding: 8px 16px;
		    border-radius: 3px 3px;
}
.solutions-list .solutions-inner .solutions-icon {
	margin-bottom: 25px;
	overflow:hidden;
}
.solutions-list .solutions-inner a:hover img, .solutions-list .solutions-inner a:focus img {
	    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.solutions-main .main-btn-group {
	margin-top: 45px;
	text-align: center;
}
.call-to-action-banner {
	padding: 100px 0;
	background: #384190 url(../images/girl-banner.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
.call-to-action-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 60%;
	background-image: linear-gradient(to right, rgba(241, 242, 244, 0.9), rgba(241, 241, 244, 0.8), rgba(241, 242, 244, 0));
}
.call-to-action-banner .section-header h2 {
	text-align: left;
}
.call-to-action-banner p {
	font-size: 20px;
}
.call-to-action-banner .main-btn-group {
	margin-top: 35px;
}
#loading {
	background-color: #1f3550;
	position: absolute;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: 0;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
.spinner {
	width: 40px;
	height: 40px;
	position: relative;
    margin: 25% auto 15%;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 @-webkit-keyframes sk-bounce {
 0%, 100% {
-webkit-transform: scale(0.0)
}
 50% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
.benefits-container {
	padding: 70px 0 0 0;
	background: #1F2D3D;
	overflow: hidden;
}
.benefits-image {
	margin-right: -15px;
}
.benefits-container .section-header h2 {
	text-align: left;
	color: #fff;
}
.benefits-container .benefits-list {
	padding-left: 50px;
	padding-right: 50px;
}
.benefits-container .benefits-list ul {
	margin: 30px 0;
	padding: 0 0;
	list-style: none;
}
.benefits-container .benefits-list ul li {
	margin: 10px 0;
	padding: 13px 0 13px 60px;
	color: #ffffff;
	font-size: 16px;
	line-height: 4px;
	position: relative;
	min-height: 30px;
}
.benefits-container .benefits-list ul li img {
	height: 46px;
	position: absolute;
	left: 0;
	top: 0;
}
.benefits-container .benefits-list .main-btn-group a {
	margin: 0 4px;
}
.customer-testimonials-main {
    padding: 80px 0;
    background: #000 url(../images/testimonials-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.customer-testimonials-main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
}
.customer-testimonials-main .section-header h2,
.customer-testimonials-main  .section-header p{
	color:#ffffff !important;
}

.customer-testimonials-main  h2{
	opacity:0.99;
}

.customer-testimonials-main  p{
	opacity:0.99;
}
.slick-testimonials {
	border: 1px solid #dddddd;
	background: #fff;
	margin-top: 30px;
	padding: 30px 30px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
	text-align: center;
}
.slick-testimonials .team__img-holder {
	text-align: center;
	margin-bottom: 25px;
}
.slick-testimonials .team__img-holder img {
	height: 35px;
	display: inline-block !important
}
.testimoinals-description p {
	font-size: 22px;
	text-align: center;
}
.team__name {
	font-size: 15px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	color: #384190;
	text-align: center;
	position: relative;
	margin-top: 40px;
	display: inline-block;
	padding-left: 18px;
}
.team__name:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}
.team__name small {
	font-weight: 400;
	font-size: 85%;
	font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif !important;
}
.customer-testimonials-main .slick-prev:before, .customer-testimonials-main .slick-next:before {
	color: #000;
}
.clients-list-main {
	padding: 70px 0;
	background: #F6FAFE;
}
.clients-list-main .logos-list {
	text-align: center;
	margin: 40px 0;
}
.clients-list-main .logos-list img {
	height: 85px;
	width: auto;
	display: inline-block;
	padding: 5px 5px;
	border: 1px solid #ddd;
	margin-bottom: 4px;
}
.clients-list-main .main-btn-group {
	text-align: center;
}
/*
.highlights-section {
	padding: 50px 0;

	text-align: center;
	background: url(../images/statistics-banner.png) no-repeat center center;
    background-size: cover;
}*/



.highlights-section  {
	background: url(../images/statistics-banner.png) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	position:relative;
	text-align: center;
}




 .highlights-section:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(35,40,90,0.6);
	
	}
.highlights-section .highlights-inner h4 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	margin-top: 0;
}
.highlights-section .highlights-inner p {
	text-transform: none;
	color: #fff;
	opacity: 0.85;
	margin: 0 40px !important;
	font-size: 16px;
	font-weight: 500;
}
.highlights-section .highlights-inner .percentage h4 {
	margin-left: -35px;
}
.highlights-section .highlights-inner .minutes h4 {
	margin-left: -55px;
}
.highlights-section .highlights-inner .percentage h4:after {
	content: "+" !important;
	position: absolute;
	right: auto !important;
	top: 0px;
	font-size: 28px;
	color: #fff;
	padding-left: 5px;
	bottom: auto;
	left: auto;
	background: none;
}
.highlights-section .highlights-inner .minutes h4:after {
	content: "+" !important;
	position: absolute;
	right: auto !important;
	top: 0px;
	font-size: 28px;
	color: #fff;
	padding-left: 5px;
	bottom: auto;
	left: auto;
	background: none;
}




body.thankyouPage {
    background: #ededed;
}
.logoThankyou {
text-align: center;
 /*   background: #fafafa;*/
    border-bottom: 1px solid #ddd;
}
.logoThankyou .img-responsive {
    width: 230px;
    display: inline-block;
    margin: 20px 0 20px 0;
}
.thankyouPage .thankyouPageWrapper {
    width: 620px;
    margin: 55px auto;
    border: 1px solid #eaeaea;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.thankyouPage .thankyouPageWrapper .thankyouBody {
    padding: 25px 25px;
    text-align: center;
    color: #222222;
}
.thankyouPage .thankyouPageWrapper .thankyouBody h2 {
    margin-bottom: 15px;
}
.thankyouPage .thankyouPageWrapper .thankyouFooter {
    padding: 25px 25px;
    border-top: 1px solid #eaeaea;
}
.thankyouPage .thankyouPageWrapper .thankyouFooter a {
    font-size: 13px;
	font-family: 'ProximaNovaSemiBold';
}
.goHome {
    text-align: right;
}

.thankyouPage .thankyouPageWrapper .thankyouBody .img-responsive {
    display: inline-block;
}











footer {
	background: #171D23;
	padding: 35px 0 0 0;
}
footer h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 15px;
}
.footer-logo-block a {
	display: inline-block;
}
.footer-logo-block {
	padding-right: 40px;
}
.footer-logo-block .kendra-logo {
	margin: 35px 0 0 0;
}
.footer-logo-block .kendra-logo img {
	height: 60px;
}
.footer-logo-block img {
	height: 45px;
	margin-bottom: 18px;
}
.footer-logo-block p {
	color: #ddd;
	font-size: 14px;
}
.footer-menu ul {
	margin: 0 0;
	padding: 0 0;
}
.footer-menu ul li {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}
.footer-menu ul li a {
	color: #ddd;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 14px;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
	color: #ffffff;
	text-decoration: none;
}
.footer-contact address {
	margin-top: 25px;
	margin-bottom: 0;
}
.footer-contact {
	/* background: #10151a; */
	min-height: 300px;
	margin-top: -35px;
	padding: 25px 35px;
}
.footer-contact p {
	display: block;
	position: relative;
	margin-bottom: 20px;
	    font-size: 16px;
	color: #ffffff;
}
.footer-contact p:last-child {
	margin-bottom: 0;
}
.footer-contact p small {
	display: block;
	color: #999;
	font-size: 15px;
	margin-bottom: 4px;
}
.footer-contact p a {
	color: #ffffff;
}
.footer-contact p a:hover, .footer-contact p a:focus {
	text-decoration: none;
}
.footer-contact .social-media a {
	padding: 5px 8px;
}


.sidebarMenu .social-media a {
	padding: 5px 8px;
}

.copyright {
	padding: 20px 0;
	margin-top: 0;
	background: #f5f5f5;
}
.copyright p {
	margin: 0 0;
	color: #666;
	font-size: 14px;
}
.copyright a {
	color: #384190;
	border-bottom:1px dashed #384190;
}
.copyright a:hover,
.copyright a:focus{
	text-decoration:none;
}
.phone-container .call-to-action-buttons {
	display: none;
}
.webCreation {
	text-align: right;
}
.navbar-default.main-menu .navbar-brand{
	display:none;
}
 @media only screen and (min-width:240px) and (max-width:319px) {
	 .PhotoGallery .halfGallery a img {
    height: auto;
}
	 .marala-mallige .carousel-inner a{
		  display:block;
		  text-align:center;
		      border: 1px solid #ddd;
    margin: 6px 0;
	 }
	 .marala-mallige .carousel-inner a img{
		 display:inline-block !important;
	 }
	  .customer-testimonials-main.customer-testimonials-landing {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px;
    background: #e1e1e1 !important;
    margin-top: -0;
    margin-bottom: 0;
}
.customer-testimonials-main.customer-testimonials-landing  .slick-testimonials{
	margin-top:0;
}
	 .PhotoGallery a{
		 display:block;
	 }
	 .PhotoGallery a img{
		 height:auto;
	 }
	  .navbar-default.main-menu .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
header .navbar-nav .dropdown-menu:before,
header .navbar-nav .dropdown-menu:after{
	content:normal;
}
	 
	 .call-to-action-buttons.call-to-action-mobile {
    float: none;
    margin: 11px;
    display: block;
}
.call-to-action-buttons.call-to-action-mobile .primary-btn{
	display:block;
	text-align:center;
}


	  .vision-main-block .vision-description{
		 margin-left:0;
	 }
	 .mission-main-block .vision-description{
		 margin-right:0;
	 }
	  .contentWrapper{
		 margin-top:0;
		 padding: 10px 10px;
	 }
	 .innerBanner h2{
		 top:35%;
		 font-size:21px;
	 }
	 .contentWrapper .contentArea{
		 padding-right:0;
		     border-right: none;
	 }
	 .sidebarMenu {
    margin-top: 30px;
}
	 
	 
	 
	 
	 
	  .landing-page body,
	 .landing-page .main-area{
		 height:auto;
	 }
	 
	 	 .landing-page .center-container {
    width: 100%;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
	position: relative;
	
}
.landing-page .left-block-inner a{
	margin-bottom:0;
	    padding: 20px 0px;
}
.landing-page .left-block .lead {
	font-size:18px;
}
.landing-page .left-block .lead br{
	display:none;
}
.landing-page .left-block p span{
	font-size:14px;
}
.landing-page .right-block-inner{
	margin-top:15px;
}
.landing-page .right-block h2 span{
	font-size:29px !important;
}
.landing-page .about-highlight h3 span{
	    font-size: 46px !important;
		text-align:center;
		display:block;
}
.landing-page .about-highlight h3{
    font-size: 17px !important;
	margin-bottom: 25px;
}
.landing-page .about-highlight h3 strong {
    display: block;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.introscroll{
	margin:26px 0;
}
.landing-page .about-highlight{
	padding-left:0;
}
.landing-page .right-block h4{
	font-size:19px;
}










.top-bar .logo-container a{
	text-align:center;
}
.top-bar .logo-container img{
	display:inline-block;
}
.main-menu .navbar-toggle{
	background-color:#fff !important;
}
.main-menu .navbar-nav {
    margin: 0 -15px !important;
}
.main-menu .navbar-nav>li>a {
    padding: 7px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
	
}
.hero-slider .slick-slider-body {
    position: relative;
    background: rgba(0,0,0,0.9);
    text-align: center;
    left: 0;
    right: 0;
    top: 0px;
    bottom: auto;
    z-index: 9;
    padding: 15px 15px 30px 15px !important;
    width: 100%;
    margin: 0 auto;
}
.hero-slider .slick-slider-body h2{
	font-size: 24px;
}
.hero-slider .slick-slider-body h3{
	padding-bottom:7px;
}
.video-container {
    padding: 20px 20px;
}
.video-container .about-highlight h3{
	  text-align: center;
	  margin-bottom:15px;
}
.video-container .about-highlight h3 span{
	font-size:46px !important;
    text-align: center;
}
.video-container .main-btn-group{
	text-align:center;
}
.solutions-list{
	margin:25px 25px !important;
}
.solutions-main{
	background-size:cover;
}
.footer-menu{
	margin-top:40px;
}
.footer-contact{
	margin-top:10px !important;
}
.video-container .about-highlight h3 strong{
	width:100%;
	    margin-left: 0;
		display: block;
		text-align: center;
		    font-size: 22px;
}
.social-icons ul li a {
    line-height: 28px;
    width: 25px;
    height: 25px;
    font-size: 14px;
}














	 header.main-header {
	position: relative;
}
.video-container .video-main-holder {
	width: auto;
	margin: 15px 10px;
	display: block;
	padding: 15px 15px;
	border-radius: 15px 15px;
}
.video-container .video-main-holder:before {
	top: 6px;
	width: 6px;
	height: 6px;
}
.video-container .video-main-holder video {
	box-shadow: none !important;
}
.top-bar {
	height: auto;
	text-align: center;
}
.top-bar .logo-container a {
	padding-bottom: 4px;
}
.top-bar .logo-container span {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	display: block;
font-size: 10px;
}
.top-bar .logo-container span:before {
	content: normal;
}
.top-bar .phone-container {
	text-align: center;
	/* border-top: 1px solid #5FA1F7; */
	margin-top: 8px;
	background: #2660b4;
}
.top-bar .phone-container a {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 17px;
}
.video-container .main-btn-group a {
    margin: 0 0px;
    padding: 8px 8px;
}
.section-header p {
    margin: 0 15px;
}
.top-bar .phone-container:before {
/*content: "";
    position: absolute;
    left: 0;
    top: -2px;
    right: 0;
    border-top: 1px solid #3D6598; */
}
.top-bar .phone-container p {
	font-size: 13px;
	display: none;
}
.top-bar .phone-container p span {
	margin-right: 10px;
}
.navbar-default.main-menu .navbar-brand {
    color: #fff;
	font-weight: 600;
	font-size: 16px;
	display:block;
}
.main-menu .navbar-nav>li>a {
	padding: 7px 15px;
	border-bottom: 1px solid #eaeaea;
}
.main-menu .call-to-action-buttons {
	display: none;
}
.phone-container .call-to-action-buttons a.secondary-btn {
	color: #f18916;
	padding: 4px 18px;
}
.phone-container .call-to-action-buttons a.secondary-btn:hover, .phone-container .call-to-action-buttons a.secondary-btn:focus {
	color: #ffffff !important;
}
.phone-container .call-to-action-buttons {
	display: block;
	float: none;
	margin: 0 0;
	padding: 8px 0;
}
.hero-slider .slick-slider-body {
	bottom: 10px;
	left: 0;
	right: 0;
	padding: 15px 15px 15px 15px;
}
.hero-slider .slick-slider-body a {
	padding: 5px 14px !important;
	font-size: 14px !important;
	margin: 0 0px;
}
.hero-slider .slick-slider-body p {
	margin: 0 0 8px 0;
}
.hero-slider .slick-slider-body p {
	font-size: 12px;
}
.hero-slider .slick-slider-body h3 {
	font-size: 15px;
	margin: 0 0 5px 0;
	line-height: 16px;
}
.hero-slider .slick-dots {
	bottom: 0;
}
.section-header h2 {
	font-size: 22px;
	margin-left: 15px;
	margin-right: 15px;
}
.video-container h4 {
	margin: 0 6%;
}
.modules-main p {
	color: #fbfbfb;
	margin: 0 6% 30px 6%;
	font-size: 16px;
	line-height: 22px;
}
.module-col-reset {
	width: auto !important;
	float: none;
	display: block;
	padding-bottom: 6px;
}
.video-container {
	background-size: auto 50%;
	 background: #f5f5f5 url(../images/dots.png) no-repeat 125% 165%;
}
.modules-main:after {
	background-size: auto 35%;
}
.call-to-action-banner {
	background-position: right center !important;
}
.call-to-action-banner:before {
	background-image: none;
}
.call-to-action-banner p {
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.call-to-action-banner .section-header h2 {
	color: #fff;
	text-align: center;
}
.call-to-action-banner .theme-btn {
	margin: 0 auto;
	width: 203px;
	display: block;
}
.call-to-action-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.features-col-reset {
	width: auto !important;
	display: block;
}
.features-list a {
	min-height: inherit;
}
.benefits-container .benefits-list {
	padding-left: 12px;
	padding-right: 12px;
}
.benefits-container .main-btn-group {
	margin-bottom: 25px;
}
.benefits-container .main-btn-group a {
	font-size: 14px;
}
.customer-testimonials-main .slick-prev {
	left: 0;
}
.customer-testimonials-main .slick-next {
	right: 0;
}
.clients-list-main .logos-list img {
    height: 45px;
}
.footer-logo-block img {
    height: 33px;
}
.highlights-inner {
	margin-bottom: 25px;
	padding: 25px;
	border: 1px solid rgba(255,355,355,0.4);
}
.highlights-section .highlights-inner p {
	margin: 0 0 !important;
}
.footer-logo-block {
	padding-right: 0;
}
.footer-logo-block .kendra-logo {
	margin: 25px 0;
}
.copyright {
	text-align: center;
}
.copyright .webCreation {
	text-align: center;
	margin-top: 15px;
}
.footer-contact {
	min-height: inherit;
	margin-top: 25px;
	padding: 25px 15px;
}
 header.main-header.active .top-bar{
		 height:auto;
	 }
	 
	 
	 .landing-page .center-container {

	position: relative;
	
}

}
 @media only screen and (min-width:320px) and (max-width:479px) {
	 .PhotoGallery .halfGallery a img {
    height: auto;
}
	
	 .marala-mallige .carousel-inner a{
		  display:block;
		  text-align:center;
		      border: 1px solid #ddd;
    margin: 6px 0;
	 }
	 .marala-mallige .carousel-inner a img{
		 display:inline-block !important;
	 }
	 .customer-testimonials-main.customer-testimonials-landing {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px;
    background: #e1e1e1 !important;
    margin-top: -0;
    margin-bottom: 0;
}
.customer-testimonials-main.customer-testimonials-landing  .slick-testimonials{
	margin-top:0;
}
	 .PhotoGallery a{
		 display:block;
	 }
	 .PhotoGallery a img{
		 height:auto;
	 }
	 
	 .navbar-default.main-menu .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
header .navbar-nav .dropdown-menu:before,
header .navbar-nav .dropdown-menu:after{
	content:normal;
}
	 
	 .call-to-action-buttons.call-to-action-mobile {
    float: none;
    margin: 11px;
    display: block;
}
.call-to-action-buttons.call-to-action-mobile .primary-btn{
	display:block;
	text-align:center;
}
	 .vision-main-block .vision-description{
		 margin-left:0;
	 }

	 .mission-main-block .vision-description{
		 margin-right:0;
	 }
	 
	 .contentWrapper{
		 margin-top:0;
		 padding: 10px 10px;
	 }
	 .innerBanner h2{
		 top:35%;
		 font-size:21px;
	 }
	 .contentWrapper .contentArea{
		 padding-right:0;
		     border-right: none;
	 }
	 .sidebarMenu {
    margin-top: 30px;
}
	 
	 
	 
	 
	 .landing-page body,
	 .landing-page .main-area{
		 height:auto;
	 }
	 
	 	 .landing-page .center-container {
    width: 100%;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
	position: relative;
	
}
.landing-page .left-block-inner a{
	margin-bottom:0;
	    padding: 20px 0px;
}
.landing-page .left-block .lead {
	font-size:18px;
}
.landing-page .left-block .lead br{
	display:none;
}
.landing-page .left-block p span{
	font-size:14px;
}
.landing-page .right-block-inner{
	margin-top:15px;
}
.landing-page .right-block h2 span{
	font-size:35px !important;
}
.landing-page .about-highlight h3 span{
	font-size:60px !important;
	display:block;
	text-align:center;
	width:100%;
}
.landing-page .about-highlight h3{
    font-size: 21px !important;
	margin-bottom: 25px;
}
.landing-page .about-highlight h3 strong {
    display: block;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.introscroll{
	margin:26px 0;
}
.landing-page .about-highlight{
	padding-left:0;
}







.top-bar .logo-container a{
	text-align:center;
}
.top-bar .logo-container img{
	display:inline-block;
}
.main-menu .navbar-toggle{
	background-color:#fff !important;
}
.main-menu .navbar-nav {
    margin: 0 -15px !important;
}
.main-menu .navbar-nav>li>a {
    padding: 7px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
	
}
.hero-slider .slick-slider-body {
    position: relative;
    background: rgba(0,0,0,0.9);
    text-align: center;
    left: 0;
    right: 0;
    top: 0px;
    bottom: auto;
    z-index: 9;
    padding: 15px 15px 30px 15px !important;
    width: 100%;
    margin: 0 auto;
}
.hero-slider .slick-slider-body h2{
	font-size:33px;
}
.hero-slider .slick-slider-body h3{
	padding-bottom:7px;
}
.video-container {
    padding: 20px 20px;
}
.video-container .about-highlight h3{
	  text-align: center;
	  margin-bottom:15px;
}
.video-container .about-highlight h3 span{
	font-size:46px !important;
    text-align: center;
}
.video-container .main-btn-group{
	text-align:center;
}
.solutions-list{
	margin:25px 25px !important;
}
.solutions-main{
	background-size:cover;
}
.footer-menu{
	margin-top:40px;
}
.footer-contact{
	margin-top:10px !important;
}














	 
	 
	 header.main-header.active .top-bar{
		 height:auto;
	 }
header.main-header {
	position: relative;
}
.video-container .video-main-holder {
	width: auto;
	margin: 15px 10px;
	display: block;
	padding: 15px 15px;
	border-radius: 15px 15px;
}
.video-container .video-main-holder:before {
	top: 6px;
	width: 6px;
	height: 6px;
}
.video-container .video-main-holder video {
	box-shadow: none !important;
}
.top-bar {
	height: auto;
	text-align: center;
}
.top-bar .logo-container a {
	padding-bottom: 4px;
}
.top-bar .logo-container span {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	display: block;
	font-size: 13px
}
.top-bar .logo-container span:before {
	content: normal;
}
.top-bar .phone-container {
	text-align: center;
	/* border-top: 1px solid #5FA1F7; */
	margin-top: 8px;
	background: #2660b4;
}
.top-bar .phone-container a {
	padding: 6px 18px;
}
.top-bar .phone-container:before {
/*content: "";
    position: absolute;
    left: 0;
    top: -2px;
    right: 0;
    border-top: 1px solid #3D6598; */
}
.top-bar .phone-container p {
	font-size: 13px;
	display: none;
}
.top-bar .phone-container p span {
	margin-right: 10px;
}
.navbar-default.main-menu .navbar-brand {
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	display:block;
}
.main-menu .navbar-nav>li>a {
	padding: 7px 15px;
	border-bottom: 1px solid #eaeaea;
}
.main-menu .call-to-action-buttons {
	display: none;
}
.phone-container .call-to-action-buttons a.secondary-btn {
	color: #f18916;
	padding: 4px 18px;
}
.phone-container .call-to-action-buttons a.secondary-btn:hover, .phone-container .call-to-action-buttons a.secondary-btn:focus {
	color: #ffffff !important;
}
.phone-container .call-to-action-buttons {
	display: block;
	float: none;
	margin: 0 0;
	padding: 8px 0;
}
.hero-slider .slick-slider-body {
	bottom: 10px;
	left: 0;
	right: 0;
	padding: 15px 15px 15px 15px;
}
.hero-slider .slick-slider-body a {
	padding: 5px 14px !important;
	font-size: 14px !important;
	margin: 0 0px;
}
.hero-slider .slick-slider-body p {
	margin: 0 0 8px 0;
}
.hero-slider .slick-slider-body p {
	font-size: 12px;
}
.hero-slider .slick-slider-body h3 {
	font-size: 15px;
	margin: 0 0 5px 0;
	line-height: 16px;
}
.hero-slider .slick-dots {
	bottom: 0;
}
.section-header h2 {
	font-size: 22px;
	margin-left: 15px;
	margin-right: 15px;
}
.video-container h4 {
	margin: 0 6%;
}
.modules-main p {
	color: #fbfbfb;
	margin: 0 6% 30px 6%;
	font-size: 16px;
	line-height: 22px;
}
.module-col-reset {
	width: auto !important;
	float: none;
	display: block;
	padding-bottom: 6px;
}
.video-container {
	background-size: auto 50%;
}
.modules-main:after {
	background-size: auto 35%;
}
.call-to-action-banner {
	background-position: right center !important;
}
.call-to-action-banner:before {
	background-image: none;
}
.call-to-action-banner p {
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.call-to-action-banner .section-header h2 {
	color: #fff;
	text-align: center;
}
.call-to-action-banner .theme-btn {
	margin: 0 auto;
	width: 203px;
	display: block;
}
.call-to-action-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.features-col-reset {
	width: auto !important;
	display: block;
}
.features-list a {
	min-height: inherit;
}
.benefits-container .benefits-list {
	padding-left: 12px;
	padding-right: 12px;
}
.benefits-container .main-btn-group {
	margin-bottom: 25px;
}
.benefits-container .main-btn-group a {
	font-size: 14px;
}
.customer-testimonials-main .slick-prev {
	left: 0;
}
.customer-testimonials-main .slick-next {
	right: 0;
}
.clients-list-main .logos-list img {
	height: 60px;
}
.highlights-inner {
	margin-bottom: 25px;
	padding: 25px;
	border: 1px solid rgba(255,355,355,0.4);
}
.highlights-section .highlights-inner p {
	margin: 0 0 !important;
}
.footer-logo-block {
	padding-right: 0;
}
.footer-logo-block .kendra-logo {
	margin: 25px 0;
}
.copyright {
	text-align: center;
}
.copyright .webCreation {
	text-align: center;
	margin-top: 15px;
}
.footer-contact {
	min-height: inherit;
	margin-top: 25px;
	padding: 25px 15px;
}





	  .thankyouPage .thankyouPageWrapper {
    width: auto;
    margin: 0 15px;
}
.thankyouPage .thankyouPageWrapper .thankyouBody h2 {
    margin-bottom: 15px;
    font-size: 24px;
}
.backContact {
	text-align:center;
}
.backContact a,
.goHome a{
	font-size:12px !important;
	text-align:center;
}
.goHome{
	text-align:center;
}

	  .contact-left{
		 margin:0 0 25px 0;
		 padding: 20px 20px;
	 }




}








 @media only screen and (min-width:480px) and (max-width:767px) {
	 .PhotoGallery .halfGallery a img {
    height: auto;
}
	  .marala-mallige .carousel-inner a{
		  display:block;
		  text-align:center;
		      border: 1px solid #ddd;
    margin: 6px 0;
	 }
	 .marala-mallige .carousel-inner a img{
		 display:inline-block !important;
	 }
	 .PhotoGallery a{
		 display:block;
	 }
	 .PhotoGallery a img{
		 height:auto;
	 }
	  .navbar-default.main-menu .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
header .navbar-nav .dropdown-menu:before,
header .navbar-nav .dropdown-menu:after{
	content:normal;
}
	 
	 .call-to-action-buttons.call-to-action-mobile {
    float: none;
    margin: 11px;
    display: block;
}
.call-to-action-buttons.call-to-action-mobile .primary-btn{
	display:block;
	text-align:center;
	    width: 300px;
    margin: 0 auto;
}

	 .vision-main-block .vision-description{
		 margin-left:0;
	 }
	 .mission-main-block .vision-description{
		 margin-right:0;
	 }
	 
	 
	  .contentWrapper{
		 margin-top:0;
		 padding: 10px 10px;
	 }
	 .innerBanner h2{
		 top:35%;
		 font-size:28px;
	 }
	 .contentWrapper .contentArea{
		 padding-right:0;
		     border-right: none;
	 }
	 .sidebarMenu {
    margin-top: 30px;
}
	 
	 
	 
	 
	 
	 
	  .landing-page body,
	 .landing-page .main-area{
		 height:auto;
	 }
	 
	 	 .landing-page .center-container {
    width: 100%;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
	position: relative;
	
}
.landing-page .left-block-inner a{
	margin-bottom:0;
	    padding: 20px 0px;
}

.landing-page .left-block .lead br{
	display:none;
}

.landing-page .right-block-inner{
	margin-top:15px;
}
.landing-page .right-block h2 span{
	font-size:58px !important;
}
.landing-page .about-highlight h3 span{

	display:block;
	text-align:center;
	width:100%;
}
.landing-page .about-highlight h3{
    font-size: 21px !important;
	margin-bottom: 25px;
}
.landing-page .about-highlight h3 strong {
    display: block;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.introscroll{
	margin:26px 0;
}
.landing-page .about-highlight{
	padding-left:0;
}
.landing-page .right-block h4{
	font-size:22px;
}












.top-bar .logo-container a{
	text-align:center;
}
.top-bar .logo-container img{
	display:inline-block;
}
.main-menu .navbar-toggle{
	background-color:#fff !important;
}
.main-menu .navbar-nav {
    margin: 0 -15px !important;
}
.main-menu .navbar-nav>li>a {
    padding: 7px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
	
}
.hero-slider .slick-slider-body {
    position: relative;
    background: rgba(0,0,0,0.9);
    text-align: center;
    left: 0;
    right: 0;
    top: 0px;
    bottom: auto;
    z-index: 9;
    padding: 15px 15px 30px 15px !important;
    width: 100%;
    margin: 0 auto;
}
.hero-slider .slick-slider-body h2{
	font-size:40px;
}
.hero-slider .slick-slider-body h3{
	padding-bottom:7px;
}
.video-container {
    padding: 20px 20px;
}
.video-container .about-highlight h3{
	  text-align: center;
	  margin-bottom:15px;
}
.video-container .about-highlight h3 span{

    text-align: center;
}
.video-container .main-btn-group{
	text-align:center;
}
.solutions-list{
	margin:25px 25px !important;
}
.solutions-main{
	background-size:cover;
}
.footer-menu{
	margin-top:40px;
}
.footer-contact{
	margin-top:10px !important;
}
.video-container .about-highlight h3 strong {
    display: block;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-left: 0;
    color: #e32024;
    font-size: 27px;
	margin-bottom:20px;
}
.hero-slider .slick-slider-body h3{
	font-size:19px;
	padding-bottom:15px;
}














	 
	  header.main-header.active .top-bar{
		 height:auto;
	 }
	 header.main-header {
	position: relative;
}
.video-container .video-main-holder {
	width: auto;
	margin: 15px 10px;
	display: block;
	padding: 15px 15px;
	border-radius: 15px 15px;
}
.video-container .video-main-holder:before {
	top: 6px;
	width: 6px;
	height: 6px;
}
.video-container .video-main-holder video {
	box-shadow: none !important;
}
.top-bar {
	height: auto;
	text-align: center;
}
.top-bar .logo-container a {
	padding-bottom: 4px;
}
.top-bar .logo-container span {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	display: block;
	font-size: 13px
}
.top-bar .logo-container span:before {
	content: normal;
}
.top-bar .phone-container {
	text-align: center;
	/* border-top: 1px solid #5FA1F7; */
	margin-top: 8px;
	background: #2660b4;
}
.top-bar .phone-container a {
	padding: 6px 18px;
}
.top-bar .phone-container:before {
/*content: "";
    position: absolute;
    left: 0;
    top: -2px;
    right: 0;
    border-top: 1px solid #3D6598; */
}
.top-bar .phone-container p {
	font-size: 13px;
	display: none;
}
.top-bar .phone-container p span {
	margin-right: 10px;
}
.navbar-default.main-menu .navbar-brand {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	display:block;
}
.main-menu .navbar-nav>li>a {
	padding: 7px 15px;
	border-bottom: 1px solid #eaeaea;
}
.main-menu .call-to-action-buttons {
	display: none;
}
.phone-container .call-to-action-buttons a.secondary-btn {
	color: #f18916;
	padding: 4px 18px;
}
.phone-container .call-to-action-buttons a.secondary-btn:hover, .phone-container .call-to-action-buttons a.secondary-btn:focus {
	color: #ffffff !important;
}
.phone-container .call-to-action-buttons {
	display: block;
	float: none;
	margin: 0 0;
	padding: 8px 0;
}
.hero-slider .slick-slider-body {

	left: 0;
	right: 0;
	padding: 15px 15px 15px 15px;
}
.hero-slider .slick-slider-body a {
	padding: 5px 14px !important;
	font-size: 14px !important;
	margin: 0 0px;
}
.hero-slider .slick-slider-body p {
	margin: 0 0 8px 0;
}
.hero-slider .slick-slider-body p {
	font-size: 14px;
}
.hero-slider .slick-slider-body h3 {
	
	margin: 0 0 5px 0;
	line-height: 16px;
}
.hero-slider .slick-dots {
	bottom: 0;
}
.section-header h2 {
	font-size: 22px;
	margin-left: 15px;
	margin-right: 15px;
}
.video-container h4 {
	margin: 0 6%;
}
.modules-main p {
	color: #fbfbfb;
	margin: 0 6% 30px 6%;
	font-size: 16px;
	line-height: 22px;
}
.module-col-reset {
	width: auto !important;
	float: none;
	display: block;
	padding-bottom: 6px;
}
.video-container {
	background-size: auto 50%;
	    background: #f5f5f5 url(../images/dots.png) no-repeat 125% 165%;
}
.modules-main:after {
	background-size: auto 35%;
}
.call-to-action-banner {
	background-position: right center !important;
}
.call-to-action-banner:before {
	background-image: none;
}
.call-to-action-banner p {
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.call-to-action-banner .section-header h2 {
	color: #fff;
	text-align: center;
}
.call-to-action-banner .theme-btn {
	margin: 0 auto;
	width: 203px;
	display: block;
}
.call-to-action-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.features-col-reset {
	width: auto !important;
	display: block;
}
.features-list a {
	min-height: inherit;
}
.benefits-container .benefits-list {
	padding-left: 12px;
	padding-right: 12px;
}
.benefits-container .main-btn-group {
	margin-bottom: 25px;
}
.benefits-container .main-btn-group a {
	font-size: 14px;
}
.customer-testimonials-main .slick-prev {
	left: 0;
}
.customer-testimonials-main .slick-next {
	right: 0;
}
.clients-list-main .logos-list img {
	height: 60px;
}
.highlights-inner {
	margin-bottom: 25px;
	padding: 25px;
	border: 1px solid rgba(255,355,355,0.4);
}
.highlights-section .highlights-inner p {
	margin: 0 0 !important;
}
.footer-logo-block {
	padding-right: 0;
}
.footer-logo-block .kendra-logo {
	margin: 25px 0;
}
.copyright {
	text-align: center;
}
.copyright .webCreation {
	text-align: center;
	margin-top: 15px;
}
.footer-contact {
	min-height: inherit;
	margin-top: 25px;
	padding: 25px 15px;
}





}
 @media only screen and (min-width:768px) and (max-width:991px) {
	
	 .contactsidebar .paddLeft{
		 font-size: 12px;
	 }
	 .PhotoGallery a img{
		 height:200px;
	 }
	 .contentWrapper{
		 margin-top:0;
	 }
	 .innerBanner{
		 margin-top:75px;
	 }
	 .vision-main-block .vision-description{
		 margin-left:0;
	 }
	 .mission-main-block .vision-description{
		 margin-right:0;
	 }
	 
	 
	 
.landing-page .left-block-inner a{
	margin-bottom:0;
	    padding: 20px 0px;
}

.landing-page .left-block .lead br{
	display:none;
}

.landing-page .right-block-inner{
	margin-top:15px;
}
.landing-page .right-block h2 span{
	font-size:58px !important;
}
.landing-page .about-highlight h3 span{

	display:block;
	text-align:center;
	width:100%;
}
.landing-page .about-highlight h3{
    font-size: 21px !important;
	margin-bottom: 25px;
}
.landing-page .about-highlight h3 strong {
    display: block;
    font-weight: normal;
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.introscroll{
	margin:26px 0;
}
.landing-page .about-highlight{
	padding-left:0;
}
.landing-page .right-block h4{
	font-size:22px;
}
.landing-page .left-block .lead{
	font-size:18px;
}







.video-container .about-highlight h3 strong {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    font-size: 28px;
    margin-bottom: 10px;
}
.solutions-list a{
	min-height:248px;
}
.top-bar .phone-container p span{
	font-size:14px;
}
.footer-contact p{
	font-size:13px;
}
.social-icons ul li a {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
    border-radius: 50%;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #ddd;
    font-size: 14px;
}










	 .video-container .video-main-holder{
		 width:100%;
		     margin: -100px auto 50px auto;
	 }
	 .navbar-default.main-menu .navbar-brand{
		 display:none;
	 }
	 .main-menu .navbar-nav>li>a {
   font-size: 11px;
    padding: 17px 8px;
}
.call-to-action-buttons a{
	font-size:13px;
	    padding: 8px 10px;
}
.call-to-action-buttons a.secondary-btn {
    margin-left: 0px;
	    padding: 5px 10px;
}
.main-menu .navbar-collapse{
	padding:0 0;
}
.hero-slider .slick-slider-body{
	bottom:0px;
	    left: 10%;
    right: 10%;
}
.hero-slider .slick-slider-body a {
    padding: 9px 19px !important;
    font-size: 13px !important;
    margin: 0 4px;
}
.hero-slider {
    padding-top: 55px;
}
.hero-slider .slick-dots {
    bottom: 13px;
}
.hero-slider .slick-slider-body p {
    margin: 0 8% 15px 8%;
}
.video-container h4 {
     margin: 0 0;
}
.module-col-reset {
    width: 50% !important;
    float: left;
    padding-bottom: 12px;
}
.features-col-reset {
    width: 33.33333333% !important;
    padding-left: 7px;
    padding-right: 7px;
	float:left;
}
.benefits-image{
	margin-top:25px;
}
.benefits-image img{
	width:100%;
}
.highlights-section .highlights-inner p {
    margin: 0 0px !important;
    font-size: 14px;

}


}
 @media only screen and (min-width:992px) and (max-width:1199px) {
	 .innerBanner{
		 margin-top:50px;
	 }
	 .innerBanner h2{
		 top:54%;
	 }
	 .video-container .about-highlight h3 strong {
    display:block;
    width: 100%;
    margin-left: 0;
}
.social-icons ul li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
}









	 .navbar-default.main-menu .navbar-brand{
		 display:none;
	 }
	 .main-menu .navbar-nav>li>a{
	   padding: 22px 10px;
	       font-size: 13px;
}
.hero-slider {
    padding-top: 75px;
}
.hero-slider .slick-slider-body {
    position: absolute;
    /* background: rgba(0,0,0,0.7); */
    text-align: center;
    left: 12%;
    right: 12%;
      bottom: 41%
    z-index: 9;
    padding: 28px 20px 40px 20px;
}
.features-list a{
	min-height:283px;
	    padding: 32px 12px;
}
.benefits-container .benefits-list {
    padding-left: 20px;
    padding-right: 20px;
}
.benefits-container .benefits-list ul li img {
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
}
.benefits-container .benefits-list ul li {
margin: 0px 0;
    padding: 4px 0 4px 51px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    min-height: 47px;
}
.benefits-container .benefits-list ul {
    margin: 10px 0;
}
}
 @media only screen and (min-width:1200px) and (max-width:1266px) {
}
 @media only screen and (min-width:1200px) and (max-width:1270px) {
}
 @media only screen and (min-width:1271px) and (max-width:1365px) {
}
