/*
Theme Name: 	HECTAS Technologies
Description: 	Wordpress Theme HECTAS Technologies
Version: 		1.0
Author: 		Raj
Author URI:		
*/

/**** END FONTS ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/********* END CSS RESET *********/

html,body {    
    height: 100%;
	width:100%;
}
body {
	background:#ffffff;
	font-family:Roboto,sans-serif;	
	color:#231f20;
	letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {	
	margin:0 0 10px 0;
	font-family:Roboto,sans-serif;	
	font-weight:300;	
	color:#195b8e;
	line-height: 1.4;
}
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; }

.fl { float: left; }
.fr { float: right; }
.clrfix, .clear{ clear: both; }
p{
	font:15px/1.5 Roboto,sans-serif;
	color:#231f20;
	margin-bottom:20px;
}
li{
	font:15px/1.5 Roboto,sans-serif;
	color:#231f20;	
	margin-bottom:0;
}


a{color:#231f20; text-decoration:none;}
a, input{ -webkit-transition: all 0.4s;-moz-transition: all 0.4s; transition: all 0.4s; font-family:Roboto,sans-serif;}

a:hover, a:focus{color:#195b8e;text-decoration: none;outline:none;}
a.button:hover{color:#103692;}

img { max-width: 100%; height:auto;}
figure img { width: 100%;}
header, fotter{display:block;}
form, input{margin:0;}
b, strong{font-weight:600;}


.flexRow{
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
  -webkit-flex-flow:row wrap;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
}
.hidden{opacity:0;}
.visible{opacity:1;}
/****************** END PAGE RESET ******************/

/****************** START HOME PAGE ******************/

/*** START HEADER ****/
header.header {
    padding: 20px 25px;
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 250;
}
/*** END HEADER ****/

.body-container{
	min-height: 87%;
	padding-top: 100px;
}

.header-section{
	background:#ffffff;
	padding:15px 0 10px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	border-bottom: 1px solid #e9e9e9;	
	z-index:150;
}
header.header-section .row {
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	-webkit-box-align: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center;
}
.logo-col {  position: relative;}
.logo a{
	display:block;
	background:url(images/falkonn_technologies_logo.png) no-repeat center center / 100%;
	width:236px;
	height:63px;
	text-indent:-999999px;
}
a.toggle-menu {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 0;
    display: none;
}
ul.social-share {
    padding: 0;
    margin:0;
    list-style: none;
}
ul.social-share li {  display: inline-block;}
ul.social-share li a {
    display: block;
    color: #a6a7ae;
    font-size: 18px;
    padding: 2px 10px;
}
.topMenu-col {  text-align: right;}
nav.main-menu {  width: 100%;}
nav.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.main-menu ul li {  display: inline-block;    position: relative;}
nav.main-menu ul li a { display: block;color:#6d6e6f;font-size:14px; text-transform:uppercase; font-weight:500;padding:5px 10px;}
nav.main-menu ul li a:hover { color:#0d6dad;}

/******* END HEADER ********/

.bodyContainer {
    padding-top: 95px;
}
span.carousel-control-prev-icon {
    background: #0d6dad;
    width: 40px;
    height: 45px;
	font-size: 30px;
    line-height: 1.5;
	text-align:center;
}

span.carousel-control-next-icon {
    background: #0d6dad;
    width: 40px;
    height: 45px;
	font-size: 30px;
    line-height: 1.5;
	text-align:center;
}

.welcomeTextRow{
	padding:25px 0;
	background:#195b8e;
	text-align:center;
}
.welcomeTextRow h2{
	font-size:36px;
	margin-bottom:0;
	color:#ffffff;
}

.welcomeTextRow p{
	font-size:18px;
	margin-bottom:0;
	color:#ffffff;
	font-weight:300;
}

figure {
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.about-section{padding:60px 0;}
.experience-section{padding:40px 0 80px;}
.textArea p{text-align: justify;}
a.more-btn {
    display: block;
    float: right;
    border: 1px solid #696969;
    padding: 10px 20px 8px;
    color: #333333;
    text-align: center;
}
a.more-btn:hover{
	border: 1px solid #195b8e;
	color: #195b8e;
}
.about-section .col-md-8.textArea {  padding-right: 5%;}
.experience-thum>a {
    padding: 40px 30px;
    text-align: center;    
    display: block; 	
}
.experience-thum {   
   display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #195b8e;
	    width: 100%;
}
.experience-thum a span {
    color: #195b8e;
    font-size: 18px;
    line-height: 1.1;
    display: block;
}
.experience-section .col-md-4 {
    display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
}

span.experienceIcon {  margin-bottom: 5px;}
h2.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

ul.services-list{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
	display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}
li.grid-item, .grid-sizer {
    display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;   
    width: 33.33%;
    padding: 5px;	
}
.gridItem{
	display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;   
    width: 33.33%;
    padding: 5px;	
}

a.postThum {
    display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    background: #0d6dad;
    flex-flow: wrap;
}
a.postThum:hover{background: #333333;}
a.postThum span {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
    width: 100%;
	line-height: 1.3;
	min-height: 65px;
}

.industries-section{padding:80px 0;}
ul.industries-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-flow: wrap;
}

ul.industries-list li {
    padding: 0 20px;
    flex: 1 0 0;
    min-width: 19%;
}
ul.industries-list li a {
    display: block;
}
ul.industries-list li a span {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #666666;
}

.footer-section{
	padding:40px 0;
	background:#414141;
	color:#c2c2c2;
}
.footer-section p{color:#c2c2c2;font-size:14px;}
.footer-section a{display:inline-block;color:#c2c2c2;font-size:14px;font-weight:500;}
.footer-section a:hover{color:#ffffff;}
.footer-section h3{color:#c2c2c2;font-size:18px;font-weight:500;margin-bottom:5px;}
.footer-col h1 { margin-bottom: 25px;}
.footer-col p {  margin-bottom: 10px;}
.footer-menu{margin-bottom:20px; list-style:none;padding:0;}

.footer-col {
    flex: 1 0 0;
    padding: 0 25px;
    border-right: 1px solid #828282;
}

.footer-col:last-child {  border-right:none;}
.footer-col:first-child {  min-width: 30%;}
.inner-page-section {  padding: 70px 0 0;}
h2.pageTitle {
    font-size: 36px;
    margin-bottom: 20px;
}
.right-bar h3 {
    background: #0d6dad;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    padding: 5px 15px;
	margin-bottom:0;
}

.right-bar ul.industries-list li {
    flex: 1 0 100%;
    padding: 20px;
    border-bottom: 1px solid #b8b8b8;
}
.right-bar ul.industries-list li:last-child{border-bottom:none;}
.right-bar {  padding-left: 10px;height: 450px; overflow: hidden;}
.leftCol {
    border-right: 1px solid #b8b8b8;
    padding-right: 35px;
}
.contactForm {
    margin-top: 50px;
}
input.btn.btn-primary {
    border-radius: 0;
    background: #0d6dad;
    padding: 5px 20px;
}
span.sentMsg {
    display: block;
    padding: 15px 0;
    color: green;
    font-weight: 500;
}
a.get-btn {
    background: #0d6dad;
    color: #ffffff;
    padding: 12px 20px 10px;
    display: inline-block;
    font-size: 18px;
}
a.get-btn:hover{background:#333333;}
.textArea ul li {  margin-bottom: 10px;position:relative;padding-left:25px;}
.textArea ul li:before{
	content:'';
	width:10px;
	height:10px;
	background:#b8b8b8;
	position:absolute;
	left:0;	
	top:7px;
	
}
.textArea ul {
    list-style: none;
    position: relative;
	padding:0;
	margin-bottom:25px;
}

.services-section {
    background: #d9d9d9;
    padding: 40px 0 60px;	
}
.inner-page-section .services-section {margin-top: 60px;}
.services-section a.carousel-control-prev {
    width: 40px;
    margin: 0;
}
.services-section a.carousel-control-next {
    width: 40px;
    margin: 0;
	right:0;
}
#servicesCarousel .carousel-inner {
    max-width: 92%;
    margin: 0 auto;
}

.services-section a.carousel-control-prev span.carousel-control-prev-icon {
    background: none;
    border: 2px solid #0d6dad;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 25px;
    color: #0d6dad;
}
.services-section a.carousel-control-next span.carousel-control-next-icon {
    background: none;
    border: 2px solid #0d6dad;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 25px;
    color: #0d6dad;
}

.main-menu ul.sub-menu {
    padding: 10px 0 0 0;
    position: absolute;
    width: 225px;
    text-align: left;
    z-index: 300;
    display: none;
}
.main-menu ul.sub-menu li {  display: block;}
.main-menu ul.sub-menu li a {
    display: block;
    padding: 7px 15px;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}
.main-menu ul.sub-menu li a:hover {
    background:#0d6dad;
    color: #ffffff;
}

.main-menu .has-children:hover ul.sub-menu {  display: block;}
li.has-children svg {
    font-size: 22px;
    padding-left: 3px;
    position: relative;
    top: 4px;
}

#industries{
  width: 100%;
  padding: 0;
  margin: 0; 
}

#industries li {  
  list-style-type: none;      
}
.popupSection {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.85);
}
.popupForm {
    width: 100%;
    max-width: 600px;
    padding: 30px 40px;
    background: #ffffff;
    border: 1px solid #888888;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
	position:relative;
}
a.closeBox {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}
#popupBox{display:none;}


/**** START @media ***/

@media (max-width:1100px){
	nav.main-menu ul li a{    padding: 5px 7px;}
	ul.industries-list li a span{font-size: 16px;}
}
@media (max-width:1000px){
	.logo-col {  width: 100%;padding: 0 15px;}
	a.toggle-menu {  display: block;   top: 20px;}
	.topMenu-col {
		text-align: left;
		padding-top: 5px;
		padding: 0 15px;
	}
	nav.main-menu ul li {  display: block;}
	nav.main-menu {
		padding-top: 5px;
		border-top: 1px solid #cccccc;
		width: 100%;
		display:none;
	}
	.topMenu-col {   width: 100%;}
	.topMenu-col ul.social-share {   margin-bottom: 5px;}
	.welcomeTextRow h2 {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.welcomeTextRow p {  font-size: 16px;}
	.about-section {   padding: 35px 0;}
	.experience-section .col-md-4 {   margin-bottom: 20px;}
	li.grid-item, .grid-sizer {  width: 50%;}
	a.postThum span {  font-size: 16px;min-height: 60px;}
	h2.section-title { margin-bottom: 15px;}
	ul.industries-list li {
		width: 50%;
		flex: 1 0 50%;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	.industries-section {  padding: 40px 0;}
	.footer-col {
		flex: 1 0 100%;
		margin-bottom: 30px;
		border-right: none;
		border-bottom: 1px solid #828282;
		padding: 0 15px 10px;
	}
	.inner-page-section {   padding: 30px 0 0;}
	.bodyContainer {   padding-top: 140px;}
	ul.social-share li a {  font-size: 22px;}
	.leftCol {
		border-right: none;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.col-md-5 {  margin-bottom: 20px;}
	.right-bar {   padding: 0;}
	li.gridItem {   width: 100%;}
	a.postThum figure {   width: 100%;}
	
	a.postThum {   width: 100%;}
	.services-section a.carousel-control-prev{   height: 50px;}
	.services-section a.carousel-control-next {   height: 50px;}
	#servicesCarousel .carousel-inner {  max-width: 85%;}
	
}
@media (max-width:750px){	
	li.grid-item, .grid-sizer {   width: 100%;}
	a.postThum span { min-height: 40px;}
	.footer-col {margin-bottom: 20px;}
	#servicesCarousel .carousel-inner {   max-width: 80%;}
	
}