/* General Style */
@font-face {
font-family: "CustomFont";
src: url("fonts/DIN-Black.ttf") format("truetype"),
url("fonts/DINConBol.ttf") format("truetype"),
url("fonts/dinpro-black-webfont.ttf") format("truetype"),
url("fonts/dinpro-bold-webfont.ttf") format("truetype"),
url("fonts/dinot.otf") format("opentype"),
url("fonts/DINOT-Black.otf") format("opentype"),
url("fonts/DINOT-Bold.otf") format("opentype"),
url("fonts/dinot-light.otf") format("opentype"),
url("fonts/dinot-medium.otf") format("opentype"),
url("fonts/DINPro-Regular.otf") format("opentype");
}

.pt-1{
padding-top: 0.25rem;	
} 
.pt-2{
padding-top: 0.5rem;	
} 
.pt-3{
padding-top: 1.0rem;	
} 
.pt-4{
padding-top: 1.5rem;	
} 
.pt-5{
padding-top: 3.0rem;	
} 
.text-white{
	color: #ffffff;
	font-family: "DINPro-Regular";

}
.custom-din{
	font-family: "DIN Condensed", CustomFont;
	font-weight: bold;
	text-transform: uppercase;
}
.custom-dinpro{
	font-family: "DINPro-Regular";
}
.theme-padding{
	padding-top: 35px;
}

.header{
	background-color: #ebecef;
}
.about{
	padding-top: 35px;
	padding-bottom: 35px;
}
.theme-heading-blue{
	color: #005eaa;
	font-size: 36px;
	font-family: "DIN Condensed", CustomFont;
	font-weight: bold;
	text-transform: uppercase;
}
.theme-heading-white{
	color: #fff;
	font-size: 36px;
	font-family: "DIN Condensed", CustomFont;
	font-weight: bold;
	text-transform: uppercase;
}	
.theme-heading-yellow{
	color: #fbdf2c;
	font-size: 36px;
	font-family: "DIN Condensed", CustomFont;
	font-weight: bold;
	text-transform: uppercase;
}


/******************************
********** Navbar *************
******************************/
.navbar{

	margin-bottom: 0 !important;
}
.nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    font-size: large;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.active{
	background-color: #d1d1d1;
}
a{
	color: #000;
}
.nav-item.active {
    background-color: #d1d1d1;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #cccaca;
    background-image: none;
    border: 1px solid black;
    border-radius: 4px;
}
.position-relative{
	position: relative;
}
.vcenter {
  position: absolute;
  top: 40%;
  margin-top: 7%;

}
.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
h2.theme-heading{
	 text-transform: uppercase;
}
/******************************
******* Slider Section ********
******************************/
.slider{
    background-image: url(images/slide-image.jpg);
    background-size: 100% 100%;
	background-repeat: no-repeat;
}
.slider h2{
	font-size: 58px;
	font-weight: bold;
}
.slider h3{
	font-size: 58px;
	font-weight: bold;
}
.slider p{
	font-size: 18px;
	font-weight: bold;
}

/******************************
****** Pillars Section ********
******************************/
.pillars{
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #f5f5f7;
}
.pillar{
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0, 0.8 );
    box-shadow: 0 1px 1px rgb(0 0 0 , 0.8);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.pillar:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pillar-icon {
    padding: 25px 15px;
}
.pillar-icon img{
   width: 75px;
   height: 75px;
}
.pillar-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}


.pillar-title {
    color: #ffffff;
    text-transform: capitalize;
   font-family: "DIN Condensed", CustomFont;
	font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
	padding-bottom: 10px;
    border-bottom: 5px solid #fff;
    width: 35%;
}

.pillar-body{
	padding: 15px;
}
.pillar-body p{
	color: #fff;
	text-align: justify;
	font-size: 16px;
}
.box-1{
	background-color: #186db2;
}
.box-2{
	background-color: #0071ce;
}
.box-3{
	background-color: #6dace4;
}
.box-4{
	background-color: #92c1e9;
}
.target {
    background-image: url("images/target-section.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.target p{
	font-size: 18px;
}

.ceo-section {
    background-image: url("images/ceo-section.jpg");
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ceo-section p{
	font-size: 18px;
}

/*************************
****** Blog Section ******
*************************/
.blog-section{
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #f5f5f7;
}
.blog{
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 , 0.8);
    box-shadow: 0 1px 1px rgb(0 0 0 , 0.8);
}
.blog:hover{
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-header{
	padding: 15px;
}
.blog-title{
	padding: 0;
}
.blog-title h3{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.blog-title h3 span{
	background-color: #6dace4;
	padding: 5px;
}
.blog-date{
	padding: 0;
}
.blog-date h3{
	text-align: right;
	color:#6dace4;
	font-size: 12px;
}
.blog-date h3 span{
	padding: 5px;
	font-family: "DINPro";
}

.blog-body{
	padding: 15px;
	margin-top: 15px;

}
.blog-body p{
	font-family: "DINPro-Regular";
	padding-top: 5px;
	text-align: justify;

}

/***********************
****** Footer banners **
***********************/

.p-0{
	padding: 0 !important;
	margin:  0;
}
.w-100 {
	width: 100%;
}
.footer-box{
	padding: 0;
	position: relative;
}

.footer-box img{
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.text-box {
    position: absolute;
    top: 30%;
    left: 10%;
}
.text-box h3{
	color: #FFFFFF;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 28px;
}
.button{
  background-color: #e73e2e; 
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover{
  background-color: #fff; 
  border: 1px solid #e73e2e;
  color: #e73e2e;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.btn-theme{border-radius: 30px;}

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
	.slider{
    min-height: 500px;
	}
	.pillar{
	height: 350px;
	padding-bottom: 35px;
	overflow: hidden;
	}
	.target{
    min-height: 500px;
	}
	.ceo-section{
		 min-height: 500px;
	}
	.blog-body{
	padding: 15px;
	margin-top: 15px;
	min-height: 115px;
}
.mobile{
	display:none;
}
.mobile-only{
display:none;
}
}/* End of Media min-width 768 */

@media (max-width: 650px){
/******************************
******* Slider Section ********
******************************/
.slider{
	background-image: url("images/slide-image-mobile.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
    min-height: 300px;
}
.slider h2{
	font-size: 28px;
	font-weight: bold;
}
.slider h3{
	font-size: 28px;
	font-weight: bold;
}
.slider p{
	font-size: 14px;
	font-weight: bold;
}

	.target{
	background-image: url("images/target-section-mobile.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 350px;
	}
	.ceo-section{
	background-image: url("images/ceo-section-mobile.jpg");
	background-size: 100% 100%;
    background-repeat: no-repeat;
	min-height: 350px;
	}
	.pillar{
	padding-bottom: 25px;
	overflow: hidden;
	}
	.vcenter {
  	position: absolute;
  	top: 40%;
  	margin-top: 3%;
	}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: url(images/menu-icon.png);
    background-size: 40px 35px;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 4px;
}
.blog-date{
    text-align:center;
}
.blog-title h3{
	text-align: center;
}
.blog-date h3{
	text-align: center;
	color:#6dace4;
	font-size: 12px;
}
.target p{
	font-size: 14px;
}
.ceo-section p{
	font-size: 14px;
}
 .mobile-section{
display: none;
 }
.mobile{
	padding-top: 15px;
	height: auto;
	min-height: 380px;
	background-color: #f5f5f7;
}
.mobile-only p{
	font-family: "DINPro";
}
}/* End of Media */
.my-auto {
}
