﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
/*! 
 *   Paypoint COrporate
 *   Author: Webcraft India
 */
/*
    Core: General style
----------------------------
*/

html,
body {
  font-family: 'Open Sans', Arial, Helvetica;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 14px;
  line-height: 1.65;
  color:#222;
  font-weight:400;
}
.success{
	background-color: #00b7f1;
	color: #FFFFFF;
	border-radius:4px;
	padding:10px;
	margin-bottom:10px;
}
a {
  color: #222;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: underline;
  color: #2A78B6;
}
/* Layouts */
.wrapper {
    position:relative;
    min-height:100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
/* Utility */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family:'Open Sans', Arial, Helvetica;
    color:#007CC3;
}


/* Page Header / Pagetitle */
h1{
  margin: 20px 0;
  font-size: 24px;
  padding-bottom:5px;
  text-transform:uppercase;
}
h1.page-header {
    border: 0 none;
    color: #08406C;
    font-size: 35px;
    font-variant: small-caps;
    margin: 0px 0;
    padding: 20px 0 15px;
    text-align: center;
    font-weight:bolder;
    text-shadow: 1px 1px 0 #093b63;
}
.ch1p{border: 0 none;
    color: #08406C;
    font-size: 35px;
    /*font-variant: small-caps;*/
    margin: 0px 0;
    padding: 20px 0 15px;
    text-align: center;
    font-weight:bolder;
    text-shadow: 1px 1px 0 #093b63;
	text-transform: uppercase;
	}
.h1top{border: 0 none;
    color: #08406C;
    font-size: 35px;
    font-variant: small-caps;
    margin: 0px 0;
    padding: 20px 0 15px;
    text-align: center;
    font-weight: bolder;
    text-shadow: 1px 1px 0 #093b63;}
h2.page-header1 {
    border: 0 none;
    color: #08406C !important;
    font-size: 35px;
    text-transform:uppercase;
    margin: 0px 0;
    padding: 20px 0 15px;
    text-align: center;
    font-weight:bolder;
    text-shadow: 1px 1px 0 #093b63;
}
@media screen and (max-width:767px){
    h1.page-header{
        font-size:26px;
        margin-top:50px;
    }      
}
h2 {
    font-size:27px;    
}
h3 {
   margin: 10px 0 20px 0;
}
@media screen and (max-width: 500px) {
    h1{
        font-size:24px;    
    } 
    h2{
        font-size:20px;    
    } 
    h3{
        font-size:18px;    
    }    
}
p{
    margin:0 0 20px 0;    
}
.content .box-heading {
    margin:0px 0 20px;    
}
/* Breadcrumbs */
/*.breadcrumb
{
    background: none;
    text-align: center;
}
.breadcrumb a
{
    color: #999;
}
 */

/* All images should be responsive */
img {
  max-width: 100%!important;
 }
/* 10px padding and margins */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
/* Display inline */
.inline {
  display: inline;
  width: auto;
}
/* Remove borders */
.no-border {
  border: 0px !important;
}
/* borders */
.grey-border {
  border: 1px solid #ccc;;
}
/* Remove padding */
.no-padding {
  padding: 0px !important;
}
/* Remove margins */
.no-margin {
  margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
  box-shadow: none!important;
}
/* Remove border radius */
.flat {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
   border-radius: 0 !important;
}
/* box */
.well {
    background-color: #fff;
    min-height: 50px;
    padding: 25px 0 10px;
    margin-bottom:30px;
    float:left;
    width:100%;
}
.column {
    margin-bottom:15px;
}
.knowmore{
    text-align:right;   
}
.knowmore a{
    color:#E3556A;
    font-weight:bold;  
}  
@media screen and (min-width:767px)
{     
    .block {
        padding-bottom: 50px;
    }
    
    .block h1 {
        font-size: 35px;
        font-weight: bolder;
        margin-bottom: 50px;
        margin-top: 70px;
    }

	 .block h2 {
        font-size: 35px;
        font-weight: bolder;
        margin-bottom: 50px;
        margin-top: 70px;
    }
}

/* 
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/

.sec-email{display: none!important;}

@media screen and (min-width: 767px) {
    .content label{
        text-align:right;
        width:100%;
    }
}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    border:0;
    outline:0;
    }
.input-group a {
    color:#222;
    }
.form-control {
  box-shadow: none;
}
.form-control:focus {
  border-color: #2A78B6 !important;
  box-shadow: none;
}
/* Select group */
.form-control option {
    padding: 2px 5px 2px 15px;
    }
/* Input group */
.input-group .input-group-addon {
  background-color: #fefefe;
}

/* button groups */
.btn{
    border-radius:0;
    padding:5px;
    min-width:100px;
    text-transform:uppercase;  
}
.btn:hover{
    opacity:0.95;    
}
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
  padding-left: 0;
}

.inquiry .required
{
    border-radius: 0 4px 4px 0!important;
    border-left: 0;
}
/* Error */
input.has-error{
    border-color:#f56954;
    }
.ErrorMsg {
    color: #cb2626;
    font-size: 14px;
    margin-bottom: -20px;
    position: relative;
    text-align: center;
    top: -1px;
}
.req {
    color: #ff0000;
    position: absolute;
    right: 0;
    top: 0;
}
/*
    Tabs
*/
.nav-tabs-custom {
    background: none repeat scroll 0 0 #ffffff;
    margin-top:20px;
}
.nav-tabs-custom > .nav-tabs {
    border-bottom-color: #f4f4f4;
    margin: 0 0 10px;
}
.nav-tabs-custom > .nav-tabs > li:before{
    display:none;    
}
.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: -2px;
    margin-right: 5px;
	background-color:#FF9900;
}

.nav-tabs-custom > .nav-tabs > li > a {
    border-radius: 0 !important;
	color:#FFFFFF;
}
@media screen and (min-width: 990px) { 
     .nav-tabs-custom > .nav-tabs > li > a {
        font-size:20px;
    }   
}
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
    margin: 0;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: rgba(0, 0, 0, 0);
}
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
    font-weight:bold;
	background-color:#999999;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #ffffff;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
    border-top: 0 none;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 15px;
}
@media screen and (max-width: 990px) {
.nav-tabs-custom > .nav-tabs.nav-justified li:first-of-type, .nav-tabs-custom > .nav-tabs.nav-justified > li {
    margin: 0 15px;
}
}
.nav-tabs-custom > .nav-tabs > li.active a {
    color:#2A78B6;
}
.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li.active:first-of-type > a {
    border-left-width: 1px;
    border-right-width: 0;
}
.nav-tabs-custom > .nav-tabs > li.header {
    color: #444444;
    cursor: default;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 10px;
}
.nav-tabs-custom > .tab-content {
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px 15px;
}
/* 
    Modal Close
------------------------
*/
 
.modal-dialog .close {
    background: none repeat scroll 0 0 #fff;
    border-radius: 30px;
    clear: both;
    color: #000;
    height: 30px;
    position: absolute;
    right: -10px;
    text-shadow: none;
    top: -10px;
    width: 30px;
    z-index: 1;
    opacity: 1;
}

/* 

/* 
    Component: alert
------------------------
*/
.alert {
    margin-left: 15px;
    margin-right:15px;
    margin-bottom:20px;
    position: relative;
    padding:5px;
}
.alert > .fa, .alert > .glyphicon {
    background: inherit;
    border: inherit;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    margin-left:5px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 35px;
}
.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: 9px;
    top: 7px;
}
.alert .alert {
    margin:0 5px;;
    }
/* 
    Accordion 
*/
.panel{
    margin-bottom:15px;
    }
.panel-heading {
    padding:10px 15px;
    border-bottom: 1px solid #efefef;
    
    }
.panel-heading h4 {
    margin:0;
    }
.panel-body {
    padding:15px 15px 5px;
    }
 
/* 
    Social Media 
*/   
.social {
    left: 0;
    position: fixed;
    top: 30%;
    z-index: 999;    
    padding:10px 10px 0px 5px;
    background-color:#FFFFFF;
    border-bottom-right-radius:20px;
    border-top-right-radius:20px;    
}  
.social a {
    display:block;
    margin-bottom:10px;   
}
/* 
    Header 
*/

#header {
    border-top:3px solid #15466E; 
    min-height: 110px; 
    /*background:#3b75a4;*/
	background:#FFFFFF;
}
#header > .contaciner {
    position:relative;    
}
/* Logo Navbar Brand */

#header .navbar-brand {
    padding:0; 
    position:absolute;
    z-index:2;
} 
.navbar-toggle .icon-bar {
    background:#F8C300;
    margin-top:50px;    
}
#header .navbar-collapse {
    position:relative;
}
/* Headertop*/
@media screen and (min-width:767px) {
    .headertop {
        width:100%; 
        position:absolute;    
        top:0;
        right:15px;
    }
    .headertop ul.navbar-nav {
        background:#15466E; 
        border-bottom-left-radius: 10px; 
        border-bottom-right-radius: 10px ; 
    }
    .navbar {
        border:none;    
    }
    .headertop ul.navbar-nav .fa {
        margin-right:5px;    
    }
    .headertop ul.navbar-nav li a {
        color:#fff;  
        font-size:12px;
        font-weight:600;
        padding:2px 15px 5px; 
    }
     .headertop ul.navbar-nav li a:hover,.headertop ul.navbar-nav li.active a{
        background:#54baf9;         
    }
     .headertop ul.navbar-nav li a:hover .fa{
        color:#15466E;     
    }
    .headertop ul.navbar-nav li:first-child a{
       border-bottom-left-radius: 10px; 
    }
    .headertop ul.navbar-nav li:last-child a{
        border-bottom-right-radius: 10px ; 
    }
}
@media screen and (max-width:767px) {
    .headertop ul.navbar-nav .fa {
        display:none;    
    }    
    #header .navbar-collapse {
    max-height:100%;
      padding-top: 75px;    
}
}
/* Main Menu*/

#header .main-menu > ul.navbar-nav > li > a {
    font-weight:400;    
}
  
#header nav.navbar {
    margin-bottom: 0px;
}

@media screen and (min-width:767px) { 
    #header .main-menu {
        margin-top:37px;    
    }
    #header .main-menu > ul.navbar-nav > li:last-child > a{
        border-top-right-radius:15px; 
        border-bottom-right-radius:15px; 
        border-right:0;  
    }
     #header .main-menu > ul.navbar-nav > li:first-child > a{
        border-top-left-radius:15px; 
        border-bottom-left-radius:15px; 
        border-left:0;  
        padding:10px 20px; 
    }
    #header .main-menu > ul.navbar-nav > li > a {
        background: none repeat scroll 0 0 #006CB7;
        border-left: 1px solid #4494d3;
        border-right: 1px solid #9dc1e0;
        padding: 7px 20px;
		color:#FFFFFF;
    }
    #header .main-menu ul.navbar-nav li.active > a,
    #header .main-menu ul.navbar-nav li.open > a,
    #header .main-menu ul.navbar-nav li:hover > a {
        background:#FFA500;  
        color:#000;
    } 
}
#header .main-menu .dropdown-menu {
    background: #FFFFFF;
    border-radius: 0!important;
    left:0;
	width:250px;
}
#header .main-menu ul.dropdown-menu li:hover a{
    color:#fff; 
    background:#f8c300;   
}
#header .main-menu li.active a .caret, #header .main-menu li.open > a .caret, #header .main-menu li:hover > a .caret
{
    color: #fff;
}
@media screen and (min-width:768px) and (max-width:992px) { 
 #header .main-menu > ul.navbar-nav > li > a {
        font-size:0.85em;
        padding: 3px 7px;
    }
    #header .main-menu > ul.navbar-nav > li:first-child > a {
        padding:7px 12px;
    }
}
@media screen and (max-width:768px) {
    #header .main-menu > ul.navbar-nav > li > a {
       color:#F8C300;
    }
    .nav>li>a:hover, .nav>li>a:focus {
       background:#F8C300; 
       color:#000!important;    
    }
}
/* 
    Header SHadow 
*/
 .menu-shadow 
 {
    background:url('img/menu-shadow.png') no-repeat;
    height:30px;
    text-align:center;
}
/* 
    Slider 
*/
#homepage-slider {
    margin:0px;    
}
#homepage-slider .carousel-indicators {
    bottom:-60px;    
}
#homepage-slider .carousel-indicators li {
    margin:6px;  
    background:#fff;  
}
#homepage-slider .carousel-indicators li {
    background:#E3556A;
    border-color:#E3556A;    
}
#homepage-slider .carousel-control.left ,#homepage-slider .carousel-control.right {
    background:none;    
}
#homepage-slider .carousel-indicators li.active {
    margin:5px;
    background:#007CC3; 
    border:none;   
}
#homepage-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
 .carousel-caption {
    display:none;    
}

.statement {
    background: url("img/statement.png") no-repeat scroll center top / contain rgba(0, 0, 0, 0);
    color: #555555;
    font-family: bitter;
    font-size: 22px;
    margin: 70px 0 30px;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .statement {
        background-size:cover;    
    }
}
.statement .fa {
    font-size:30px;
    color:#ddd;
    margin:0 15px;    
}
@media screen and (min-width: 768px)
{
    #homepage-slider .carousel-caption{
        right: -50%;
        left: auto;
        padding-bottom: 0;
        padding-right: 20px;
        padding-left: 20px;
        background: rgba(0, 0, 0, 0.5);
        border-left: 7px solid #753B88;
        bottom: 60px;
        text-align: left;
        transition: 0.5s right;
        overflow: hidden;
    }
    #homepage-slider .active .carousel-caption
    {        
        right: 0;
    }
}
/* 
    BELOW ABOVE GREY 
*/
.before-grey{
    position: relative;
    height:15px;
    width:100%;
    background:url("img/before-grey.jpg")
}
.after-grey{
    position: relative;
    height:15px;
    width:100%;
    background:url("img/after-grey.jpg")
}
/* 
    Services 
*/

.services {
    background:#F0F0F0;
}
.services .odd .left {
    padding:0 30px;    
}
.services .odd .right,.services .even .right {
   
    text-align: center;
    vertical-align: middle;
}
@media screen and (min-width:990px){ 
    .services .odd .right {   
        float:right;  
    }
    .services .odd .right ,.services .even .right{ 
        min-height: 250px;    
        background: none repeat scroll 0 0 #FFA500;
    }
    .services .odd .right:before{
        border-bottom: 30px solid #FFA500;
        border-left: 30px solid #f0f0f0;
        border-top: 30px solid #FFA500;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 35%;
    }
    .services .even .right:after {
        border-bottom: 30px solid #FFA500;
        border-right: 30px solid #f0f0f0;
        border-top: 30px solid #FFA500;
        content: "";
        display: block;
        right: 0;
        position: absolute;
        top: 35%;
    }
    .services img {
        margin-top:25px;    
    }
}

.services h3 {
    font-weight:500;
    margin:15px 0; 
}
@media screen and (max-width:990px){ 
    .services img {
        background:#2A78B6;
        padding:15px;
        margin-top:20px;    
    }
    .services h3 {
        text-align:center;
    }
    .services .odd .right ,.services .even .right{ 
        min-height: 175px; 
        margin:0 10px   ;
        background: none repeat scroll 0 0 #2a78b6;
    }
}
.services .desc{
    text-align:justify;
}



/* 
    Social Impact 
*/
.social-impact {
    background:#f0f0f0;
}
.social-impact .image {
    margin-top:30px;    
}
.social-impact h3 {
    font-weight:500;
    margin:40px 0 20px; 
    color:#555;
    font-size:24px;
    line-height:40px;   
}
.social-impact .knowmore {
    color:#a270b2;
 }
 @media screen and (max-width:400px){ 
    .social-impact .col-xs-6{
         width:100%;    
    }
}
/* 
    Inquiry 
*/

.inquiry .btn:hover, .inquiry .btn:focus
{
    color: #fff
}
.inquiry .glyphicon, .inquiry .fa {
    color:#007CC3;    
}
.inquiry .glyphicon-asterisk {
    color:#cb2626;    
}
.inquiry .textarea{
    height: 83px;
}
.inquiry .btn{
    margin: 0;
}
.inquiry {
    margin-bottom: 50px;
}

/* 
    Footer 
*/
.stick-bottom {
    bottom: 0;
    position: absolute;
    width:100%;
}
#footer {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
    background:#3b75a4;
    color:#fff;
}
#footer .footer{
    padding-top:10px;    
}
#footer span:before {
    content: "";
    height: 17px;
    left: 9px;
    position: absolute;
    top: -2px;
    width: 17px;
    z-index:1;
    
}
#footer span:hover .fa{
    color:#fff;  
    cursor:pointer;  
}
@media screen and (max-width:750px){
    #footer .col-xs-6 {
        width:100%;
        text-align:center;
        padding:0;
    }
     #footer .col-xs-6 .credits.text-right{
        text-align:center;     
    }
}
#footer .fa {
    font-size:24px; 
    margin-left:7px ;
    z-index:999;
    position:relative;
    color:#F8C300;
    
}
#footer span{
    position:relative; 
}
/* 
    Middle 
*/
#middle-wrapper {
    margin-bottom:50px;
}
.middle{
    overflow:hidden;
    padding-bottom: 30px;
}

/* 
    Content 
*/
.content {
    
}
.content p{
    margin-bottom:20px;
    }
    
    .content ul li
    {
        list-style: none; position: relative;
    }
    .content ul li:before
    {
        content: "•";
        color: #2A78B6;
        font-size: 30px; position: absolute;
        top: -2px;
        left: -20px;
        line-height: 30px;
    }
/* 
    Pages 
*/



/* 
    Right Sidebar 
*/

@media screen and (max-width: 767px) {
.right-sidebar {
    border-top: 1px solid #ccc;
    margin-top: 25px;
}
}
.right-sidebar {
    position:relative;    
}
.right-sidebar h3, .right-sidebar h4{
    font-weight:normal;    
}
.right-sidebar .h3-wrapper {
    background: url(img/blog-bg.png);
    box-shadow: 0 0 3px #cccccc;
    padding: 7px 0 0;
    position: relative;
}
.right-sidebar .h3-wrapper strong:before {
    background: none repeat scroll 0 0 #163a58;
    box-shadow: 2px 0 5px 4px #2a78b6 inset;
    content: "";
    height: 30px;
    left: -9px;
    position: absolute;
    top: 32px;
    transform: rotate(45deg);
    width: 29px;
}
.right-sidebar .h3-wrapper strong:after {
    background: none repeat scroll 0 0 #163a58;
    box-shadow: 2px 0 5px 4px #2a78b6 inset;
    content: "";
    height: 30px;
    right: -9px;
    position: absolute;
    top: 32px;
    transform: rotate(45deg);
    width: 29px;
}
.right-sidebar h3 {
    background-color: #2a78b6;
    border-bottom: 1px solid #5193c8;
    color: #fff;
    font-size: 18px;
    font-variant: small-caps;
    left: -15px;
    right: -15px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 8px 0 8px 34px;
    position: relative;
    width: 115%;
    z-index: 999;
}
.right-sidebar h3:first-child {
    margin-top: 5px;
}
.right-sidebar ul.right-side-menu {
    list-style: none outside none;
    padding-left: 0;
    background: url(img/blog-bg.png);
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #ccc;
}
.right-sidebar ul.right-side-menu {
    background: url("img/blog-bg.png") repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 3px #cccccc;
    list-style: outside none none;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
    z-index: 9;
}
.right-sidebar > ul.right-side-menu > li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    color: #555;
    font-weight: bold;
}
.right-sidebar > ul.right-side-menu > li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    padding: 7px 0;
    margin: 0 10px;
}
.right-sidebar > ul.right-side-menu > li:first-child{
    border-top:none;    
}
.right-sidebar > ul.right-side-menu > li:last-child {
    border-bottom: 0 none;
}
.right-sidebar > ul.right-side-menu > li a {
    color: #222;
    font-size: 1.05em;
}
.right-sidebar > ul.right-side-menu > li.active a{
    color:#2A78B6;    
    font-weight:bold;
    text-decoration:none;
}
.right-sidebar > ul.right-side-menu > li a:hover,.right-sidebar > ul.right-side-menu > li:hover a {
    color:#2A78B6;   
    text-decoration:none;
    cursor: pointer;
}
.right-sidebar ul.right-side-menu ul {
    list-style: none outside none;
    padding-left: 28px;
}
.right-sidebar > ul.right-side-menu ul li:before {
    color: #777;
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-right: 10px;
}
.right-sidebar > ul.right-side-menu ul > li a {
    color: #777;
}
.right-sidebar .text-widget {
    font-size: 0.9em;
    padding: 10px;
    text-align: justify;
    background: url("img/blog-bg.png") repeat scroll 0 0 #ffffff;
    position: relative;
    z-index: 99;
    box-shadow:0 0 3px #ccc;
    
}

/*Testimonials*/
                        
#testimonials-slider{
    min-height:150px;
    }
#testimonials-slider .item,#testimonials-slider .item.next,#testimonials-slider .item.prev {
    left:0!important;
    opacity:0;
    transition all 2s;   
    -moz-transition all 2s;  
    -webkit-transition all 2s;   
}
                            
#testimonials-slider .item{
    opacity:1;
}


/*Blog Page*/


.post {
    background:url(img/blog-bg.png);
    display: block;
    margin-bottom: 40px;
    padding: 15px;
    border:1px solid #f5f5f5;
}
.post-meta, .post-media, .post-content {
    display: block;
    padding-bottom: 20px;
}

.post-date {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #222;
    float: left;
    line-height: 1;
    text-align: center;
    width: 55px;
}
.post-date span {
    display: block;
    padding: 3px 0;
}

.post-date span.day {
    background: none repeat scroll 0 0 #2d6191;
    font-size: 1.8em;
    font-weight: bold;
    color:#fff;
    text-shadow: 1px 1px #103B62, 2px 2px #103B62, 3px 3px #103B62, 4px 4px #103B62, 5px 5px #103B62, 6px 6px #103B62, 7px 7px #103B62, 8px 8px #103B62, 9px 9px #103B62, 10px 10px #103B62, 11px 11px #103B63, 12px 12px #103B63, 13px 13px #103B63, 14px 14px #103B63, 15px 15px #103B63, 16px 16px #103B64, 17px 17px #103B64, 18px 18px #103B64, 19px 19px #103B64, 20px 20px #103B64, 21px 21px #103B65, 22px 22px #103B65, 23px 23px #103B65, 24px 24px #103B65, 25px 25px #103B65, 26px 26px #103B66, 27px 27px #103B66, 28px 28px #103B66, 29px 29px #103B66, 30px 30px #103B66;
    overflow:hidden;
    
}

.post-date span.month {
    font-size: 1.2em;
    font-weight: bold;
}

.post-date span.year {
    font-size: 0.8em;
    padding-bottom: 5px;
}

.post-title {
    display: block;
    float: left;
    padding-left: 20px;
}
.post-title h3 {
    font-size: 20px;
    margin: 5px 0 0;
    font-weight: normal;
}
.post-title ol {
    list-style: outside none none;
    margin: 7px 0 0;
    padding-left:0px;
}

.post-title ol li {
    display: inline-block;
    margin-right: 20px;
}
.post-title ol li a{
    color:#2d6191;
}
.post-title ol li .fa {
    float: left;
    line-height: 28px;
    margin-right: 7px;
    color:#aaa;
}
.post .btn {
    background:#D63458; 
    font-size:12px;
    font-weight:normal;   
}

.post .knowmore a{
    color: #2d6191;
    font-weight: normal;
    text-align: right;
}

.blog .right-sidebar h4 {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    font-weight:normal;
}
.blog .right-sidebar h4:first-child {
    margin-top: 0;
}
.blog .right-sidebar h4:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    top: 9px;
    margin-left: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.blog .right-sidebar input {
    background: url(img/blog-bg.png);
    border: 1px solid #eeeeee;
}
.blog .right-sidebar .btn {
    background: none repeat scroll 0 0 #464646;
    border-color: #dddddd;
    font-weight: normal;
    min-width: 65px;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color:#fff;
}
.blog .right-sidebar .btn:hover {
    opacity:0.9; 
}

.recent-blog  {
    margin-top:20px;    
}
.recent-blog ul li {
    background:url(img/blog-bg.png) #ddd;
    padding:5px 7px;
    border-bottom:2px solid #fff;
    min-height:50px;
}


/*Mission Vision*/

.mission,.vision {
    background: none repeat scroll 0 0 #f1f9ff;
    padding: 25px;
    margin:0 20px;
    border:1px solid #DCEFFF;
}
.mission h3, .vision h3 {
    background: none repeat scroll 0 0 #2a78b6;
    color: #ffffff;
    display: inline-block;
    left: -45px;
    padding: 5px 10px 5px 30px ;
    position: relative;
}
.mission{
    padding-bottom:70px;    
}

.mission h3:before ,.vision h3:before{
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid #053e6d;
    content: "";
    left: -20px;
    position: absolute;
    top: 36px;
    z-index: 0;
}
.vision h3{ 
    right:-45px;
    left:auto;    
}
.vision h3:before {
    border-left: 20px solid #053e6d;
    border-right: 20px solid rgba(0, 0, 0, 0); 
    right: -20px; 
    left:auto;     
}
@media screen and (min-width: 767px) { 
    .mis-icon{
        float:right;    
    }  
    .vision {
        margin-top:-50px;    
    } 
}

/*Our Team*/

.team-box {
    padding:0 15px 15px 0;
    margin-bottom:15px;
    border-bottom:1px dotted #ddd;    
}
.team-box  .team-img {
    margin-right: 20px;
}
.team-box  .desc {
    text-align: justify;
}

/*Offerings*/

.offering .row h3 {
    background: none repeat scroll 0 0 #dddddd;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}
.offering ul {
    background: none repeat scroll 0 0 #f9f9f9;
    padding: 15px;
    padding-left:30px;
}
.offering ul li:before {
    content:"";
    font-family:FontAwesome;
    font-size:10px;
}

/*Impact*/

.impact .service-item .image img {
   width:100px;    
}
.impact .content h3{
    color:#E3556A;
    font-size:20px;
}
.impact .desc {
    background: none repeat scroll 0 0 #fdfdfd;
    border:1px solid #fafafa;
    margin-bottom: 30px;
    min-height: 235px;
    padding: 15px;
}

/*Product Catalogue*/

.product-catalogue .nav-tabs-custom > .nav-tabs > li > a {
    font-size:16px;    
}
@media screen and (min-width: 991px) and (max-width: 1200px)  { 
     .product-catalogue .nav-tabs-custom > .nav-tabs > li > a {
        font-size:14px;    
    }   
}
@media screen and (max-width: 990px) { 
   .product-catalogue .nav-tabs-custom .nav-tabs{
        display:none;  
    }   
    .product-catalogue .dropdown-catalogue {
          text-align: center;
    }  
     .product-catalogue .dropdown-catalogue .dropdown-menu{
          left:35%;   
    }  
}
@media screen and (min-width: 990px) {
    .product-catalogue .dropdown-catalogue {
         display:none;      
    }  
}
.product-catalogue .dropdown-catalogue li:before {
    display:none;    
}
.product-catalogue h2 {
    color:#E3556A;
    margin-bottom:30px;   
}
.tab-pane h1 {
    color:#006CB7 !important;
	text-transform:capitalize; 
	font-size:27px;
	text-align: left;
}

/*Global Error and Success Message*/

.valerrorMsg
{
    color:Red;
    font-size:12px;    
}

.successMsg{
    background: rgba(65, 162, 21, 0.5);
    padding: 0 10px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
}


/*Contact Us*/


#map-canvas{
    height: 200px;
    border:3px solid #eee;
    padding:3px;
}
@media screen and (min-width: 990px) { 
    #map-canvas{
        height: 500px;
    }    
}
#map-canvas img{ 
    max-width: none!important;
}
 .contact .desc
{
    margin-bottom: 40px;
}

.social-top {
    padding-top: 10px;
    position: absolute;
    right: 10px;
}

/*News*/


.blog.news .post-meta,.blog.news .post-media,.blog.news  .post-content {
    padding-bottom:0;    
}
.blog.news .post-title ol li.location .fa{
    position:relative;
    top:-3px;    
}
.blog.news .post-date{
    margin-bottom:15px;    
}
.blog.news .post-content img{
    border:1px solid #f7f7f7;
    margin-right:15px; 
    max-width:200px;  
}

/* Lightbox */
.ekko-lightbox-modal-header h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.ekko-lightbox .ekko-lightbox-nav-overlay {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a {
    color: #fff;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    width: 50%;
}

.coupan-raja-text img {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 30px;
}