/*default styling start*/
/* Global Styling */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200italic,200,100,100italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800);
/* font-family: 'Raleway', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic,600italic,700italic,800,800italic);
* a{
    -webkit-transition : all linear 300ms;
    transition : all linear 300ms;
}
body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #1b1b1b;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    right: 0;
}

.text { text-align:justify; margin-bottom:10px; color:#727272;}
.cln { width:100%; float:left;}
.lft-col { float:left; width:50%; height:auto;}
.rgt-col { float:right; width:50%; padding:0 0 0 30px;}
.lft-icon { float:left;}
.rgt-prt { float:right;}
.event { width:470px; float:left;}
.eventdetails { width:315px; float:right;}
.eventdetails.mid { margin:0 10px 0 0;}
.office { width:100%; text-align: center;  padding:20px 15px; color: #fff; }
.middle-section { margin:0 0 0 45px;}
.rightsec { float:right !important;}

.partners { float:left; width:100%; text-align: center;}
.partners li { display:inline-block; margin:15px; border:1px solid #dedede; background: #fff; padding:20px 20px 0 20px; min-width:200px; text-align:center; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.partners li span { display: list-item; padding: 10px 0;}

.objectives  { border-top: 1px solid #ccc; width: 100%; height: auto; margin: 40px 0 0 0; padding-top: 40px; float: left;}
.mission { width: 48%; float: left; min-height: 150px; background: #2e3192; color: #fff; border-radius:30px; padding: 25px;}
.values { width: 48%; float: right; min-height: 150px; border-radius:30px; padding: 25px; background: #ffb200;}
.objectives h1 { font-size: 24px; margin-bottom: 15px; border-bottom: 1px solid;}
.objectives ul li { list-style: disclosure-closed; margin: 5px;}
#form-elements form { margin: 0 auto; width: 75%;}

#player { display:none;}
.speaker { position:fixed; z-index:99; bottom:0; display:none;  }

.blue{ width: 50%; float: left; height: 100%; background: #2e3192; min-height: 650px;}
.white{ width: 50%; float: right; height: 100%; background:url("../images/search_background.jpg") no-repeat center center; min-height: 650px; background-size: cover;}

.gr-bg { background:#f5f5f5;}

.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 300px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 1px 0px 0px 1px;
}
.dg-wrapper a div{
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 20px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
	text-transform: uppercase;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}


.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #cfcfcf;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 3em 2em 3em 2em; background: #fff;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container2 {
  max-width: 98%;
  margin: 0 auto;
  padding: 2em 0 0 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #2e3192;
  text-align: center;
  font-weight: 700;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #050860;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
	color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #050860;
color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #050860;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}





@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}




.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}











/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	min-height: 50px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	text-align: center;
}
/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask { 
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
list-style-type: none;
margin: 0;
padding: 0;

}
/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li {
	float: left; 
	margin: 10px;
	padding: 0;
}

ul.er-controls{
	list-style: none;
	display: inline-block;
	padding: 0;
}
ul.er-controls > li{
	display: inline-block;
	padding: 0 10px;
	background: #f0f0f0;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
ul.er-controls > li:hover{
	background: #f5f5f5;
	cursor: pointer;
}
.partner { width:100%; float:left; margin:50px 0 0 0;}
h6 { text-align:left; font-size:18px; margin-bottom:12px !important;}

/* ============= background colors classes */
.blue-background{
    background: #0e2b3a !important;
}
.dark-gray
{
    background: #2f2f2f !important;
}

/* ============= background colors classes end */
.fade {
    -webkit-transition: opacity 500ms linear !important;
    transition: opacity 500ms linear !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 48px;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
	
	.event { width:100%;}
.col-sm-10,.rgt-col { padding:0px;}	
}

h2 {
    font-size: 42px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #bc1f4e;
    
}
p {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}


.p-margin {
    margin-left: 10%;
    margin-right: 10%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.padding-one {
    padding-top: 85px;
    padding-bottom: 85px;
}

.padding-one-top {
    padding-top: 85px;
}

.padding-two {
    padding-top: 55px;
    padding-bottom: 55px;
}

.padding-three {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-top-80 {
    padding-top: 80px;
}

.big-padding {
    padding: 160px 0;
}
.pad-50 {
    padding: 50px 0;
}

.mid-level-padding {
    padding: 160px 0;
}

.mid-level-padding-contact {
    padding: 160px 0 0 0;
}

.low-level-padding {
    padding: 80px 0;
}

/* sectiong heading */

.touch { text-align: center; color: #fff;}
.touch h2 { color: #fff !important;}

.section-top-heading {
    margin-bottom: 60px;	
}
.section-top-heading h2{
    font-weight: 300;
    margin-bottom: 10px; color: #2e3192;
}
.section-top-heading h5,.vertical-heading h5 {
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}
.section-top-heading p{
    font-size: 18px;
    color: #a9a9a9;
    font-family: 'Raleway', sans-serif;

}
@media screen and (max-width: 767px)
{
    .section-top-heading p,.section-top-heading h5{
        font-size: 14px;
    }
}
/* section heading */

/* social icons styling */

.list-inline li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 400ms linear;
    transition: 400ms linear;
}
.list-inline li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
    color: #ffffff;
}
.list-inline li:nth-child(2) a:hover {
    background: #58bbff;
    border-color: transparent;
    color: #ffffff;
}
.list-inline li:nth-child(3) a:hover {
    background: -webkit-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    border-color: transparent;
    color: #ffffff;
}
/* social icons styling */
hr {
    width: 96px;
    border: 1px solid #1b1b1b;
    margin: 0 auto 30px;
}

.margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin-100-top {
    margin-top: 100px;
}

.margin-100-bottom {
    margin-bottom: 100px;
}

.margin-60-top {
    margin-top: 60px;
}

.margin-right-plus {
    margin-right: 15px;
}

.button {
    font-family: 'Open Sans', sans-serif;;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 46px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none;
    border-radius: 4px;
	background: #ffb606;

}
@media screen and (max-width: 767px) {
    .button {
        padding: 10px 28px;
        font-size: 11px;
        line-height: 16px;
    }
}

.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    transition-property : -webkit-transform;
    transition-property : transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    border-radius: 4px;
}

.button:hover:before, .button:focus:before, .button:active:before {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
/*default styling end*/
/*navbar styling start */
.navbar {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    border: none !important;
    min-height: 20px;
    padding: 35px 0;
	background:#fff;
	border-bottom:3px solid #ffb606 !important;
    /* The navigation menu links */
    /* When you mouse over the navigation links, change their color */
    /* Position and style the close button (top right corner) */
}
.navbar.shrink {
    background: #ffffff;
    margin: 0;
    box-shadow: 0 8px 6px -9px #999;
	border: none !important;
}

.navbar.shrink .navbar-nav li a {
    color: #202125;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
.navbar.shrink .navbar-nav li a:focus {
    background: transparent;
    color: #202125;
}
.navbar.shrink .navbar-nav li a:hover {
    color: #bc1f4e;
}

.navbar .navbar-nav {
    margin-right: 5px;
	margin-top:30px;
}
.navbar .navbar-header .navbar-brand {
    width: 125px;
    padding: 1px 15px;
    min-height: 20px;
}
.navbar.shrink .navbar-brand{
    width: 105px;
}
@media screen and (max-width: 767px) {
    .navbar .navbar-header .navbar-brand {
        padding: 4px 15px;
        width: 105px;
    }
}

.navbar .navbar-header .navbar-brand img {
   /* width: 100%;*/
}
.navbar .navbar-header button {
    background: #ffffff;
}
.navbar .navbar-header button span {
    background: #74a534;
}
@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        background: #ffffff;
    }
}
.navbar .navbar-nav li {
    padding: 0 20px;
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
.navbar .navbar-nav li a {
    color: #000;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
    padding: 0;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
    background: transparent;
    color: #000;
}
@media screen and (max-width: 767px) {
    .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
        color: #202125;
    }
}
.navbar .navbar-nav li a:hover {
    color: #bc1f4e;
}
.navbar .navbar-nav  li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    background: #2e3192;
    bottom: -5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
	color:#000;
}
@media screen and (max-width: 767px) {
    .navbar .navbar-nav  li a:before {
        display: none;
    }
}
.navbar .navbar-nav  li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@media screen and (max-width: 767px) {
    .navbar {
        margin-top: 0;
    }

    .navbar .navbar-nav li a {
        color: #202125;
    }
}


@media screen and (max-width: 767px) {

}
.navbar .side-menu-button:hover {
    color: #ffffff;
    background: #202125;
}
.navbar .side-menu-button.actives {
    background: transparent;
}
.navbar .side-menu-button.actives .fa {
    color: #74a534;
    font-size: 36px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.navbar .side-menu-button.actives .fa:hover {
    color: #6a6a6a;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    -webkit-transition : 0.5s;
    transition: 0.5s;
    padding-top: 60px;
}


/**Push Menu**/
/*Toggle*/
#menu_bars{
    width:20px;
    border-radius:4px;
    cursor: pointer;
    display:table;
    position:relative;
    z-index:1102;
    background:transparent;
    float: right;
    top: 19px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    right: 10px;
}
.navbar-right{
    right: 259px;
}
nav.navbar.bootsnav.navbar-fixed.no-background  #menu_bars{ margin-top:20px;}
#menu_bars.left{
    left:30px;
    float:left;
}
#menu_bars.right{
    float:right;
}
#menu_bars.active{
    position:fixed;
    margin-top:0 !important;
    right: 30px;
    border:none !important;
}
/* for index5 only start */
#menu_bars.active2{
    border: 1px solid #1b1b1b;
    padding: 7px;
    position:fixed;

    right: 30px;

}
#menu_bars.active2 {
   background: #FFFFFF;
}
/* for index5 only end */
#menu_bars.active span{
    background:#1b1b1b;
}
#menu_bars.active.right{
    padding: 15px;
}
#menu_bars.active span.t1{
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
#menu_bars.active span.t2{
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu_bars.active span.t3{
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
}
#menu_bars span{
    background: #000;
    display: block;
    height:3px;
    width:20px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
#menu_bars:hover span ,.navbar.shrink #menu_bars:hover span{
background: #bc1f4e;
}
.navbar.shrink #menu_bars span{
    background: #000000;
}
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span{
    background:#fff;
}

nav.navbar.bootsnav.sticked #menu_bars,
nav.navbar.bootsnav.navbar-fixed #menu_bars{
    margin-top:8px;
}
#menu_bars span.t2{
    margin: 3px 0;
}
/*this is the nav*/
.pushmenu-push{
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.pushmenu{
    background: #fff;
    padding:20px 15px;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position:fixed;
    overflow:hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/* for index5 only */
#index5 .pushmenu{
    position:fixed;
}
/* for index5 only end*/
.sidebar_menu{
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.pushmenu.pushmenu-right{ padding:20px 20px 20px 40px;}
.pushmenu-left{
    left: -270px;
}
.pushmenu-left.pushmenu-open{
    left: 0;
    box-shadow:3px 0 3px -3px #c2c2c2;
}
.pushmenu-push-toright{
    left: 270px;
}
.pushmenu-right{
    right: -270px;
}
.pushmenu-right.pushmenu-open{
    right: 0;
    box-shadow:3px 0 3px 3px #c2c2c2;
}
.pushmenu-push-toleft{
    left: -270px;
}
.pushmenu .push-logo{
    display:block;
    padding:0 0 30px 0;
    position:relative;
    z-index:98;
}
.pushmenu .push-logo > img{
    display:inline-block;
   /* width:100px;*/
}


.pushmenu .push_nav{ width:100%; z-index:100; background:#fff;}
.pushmenu .push_nav li a:hover {
    -webkit-transform: none;
    transform: none;
}
.pushmenu .push_nav > li{
    display:block;
    position:relative;
    -webkit-transform:translate3d(100%, 0px, 0px);
    transform:translate3d(100%, 0px, 0px);
    opacity:0;

}

.pushmenu.pushmenu-open .push_nav > li{
    -webkit-transition-duration:.4s;
    transition-duration:.4s;

    -webkit-transition-property : all;

    transition-property: all;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease;
    opacity:1;
}

.pushmenu.pushmenu-open .push_nav > li:first-child{
    -webkit-transition-delay:.1s;
    transition-delay:.1s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(2){
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(3){
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(4){
    -webkit-transition-delay:.4s;
    transition-delay:.4s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(5){
    -webkit-transition-delay:.5s;
    transition-delay:.5s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(6){
    -webkit-transition-delay:.6s;
    transition-delay:.6s;
}
.pushmenu.pushmenu-open .push_nav > li:nth-child(7){
    -webkit-transition-delay:.7s;
    transition-delay:.7s;
}

.pushmenu .push_nav > li > a{
    display: block;
    color: #000;
    font-size:14px;
    padding:5px;
    margin:0 5px 18px 5px;
    text-transform:capitalize;
    padding-left: 0;
}
.pushmenu .push_nav > li > a > span{
    color: #74a534;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    width: 30px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
.pushmenu .push_nav > li > a:hover span, .pushmenu .push_nav > li > a:focus span{
    margin-left:-10px;
}
.pushmenu .push_nav > li > a:hover, .pushmenu  .push_nav > li > a:focus,
.pushmenu .push_nav > li.active > a{
}
.pushmenu .push_nav .dropdown > a{ margin-top:0;}
.pushmenu .push_nav .dropdown-menu{
    position: relative;
    width: 100% !important;
    padding: 0;
    margin:0 0 0 15px;
    border-radius: 0;
    border: none;
    background-color:#fff;
}
.pushmenu  .push_nav .dropdown-menu li a{ display:block; color: #000;}
.pushmenu  .push_nav .dropdown-menu li:first-child a{ border-top:1px solid #e1e1e1;}
.pushmenu  .social_icon{ position:absolute; bottom:10px; left:40px; right:0;}
.pushmenu  .social_icon.list-inline li a{
    border-color: #000;
}
.pushmenu  .social_icon.list-inline li a{
    border:none;
}
.pushmenu  .social_icon.list-inline li a:last-child:hover{
    background:  #0077B5;
    color: #ffffff;
}
.pushmenu  .social_icon.list-inline li a:hover{
    border-color: transparent;
}
body.pushmenu-push-toLeft{
    right: 260px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}




#main {
    -webkit-transition : margin-left .5s;
    transition: margin-left .5s;
    padding: 16px;
}
.sideNavWidth{
    width: 250px;

}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* for index5 only */
#index5 .navbar.navbar-fixed-top.green{
    position: absolute;
}
/* for index5 only end */
/*navbar styling end */


/*Slider styling start */

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-container .section-top-heading{
    margin-bottom: 0;
}
.swiper-container .section-top-heading > *{
    color: #ffffff;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover !important;
    color: #ffffff;

}
.swiper-container .slider-content.left{
    text-align: left;
}
.swiper-container .slider-content.right{
    text-align: right;
}
.swiper-container .swiper-button-next ,.swiper-container .swiper-button-prev{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5) none;
    width: 40px;
    height: 40px;
    font-size: 27px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    border-radius: 5px;

}
.swiper-container .swiper-button-next:hover ,.swiper-container .swiper-button-prev:hover{
    background: #ffffff;
    color: #1b1b1b;
}
.swiper-container i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.swiper-slide .buttons-group{
    margin-top: 30px;
}
.swiper-slide h2 span{
    font-weight: 300;
    font-size: 58px;

}
.swiper-slide h2 span:nth-child(2){
    padding-left: 8px;
}
.swiper-slide .button{
    border: 2px solid;
    border-radius: 4px;
}
.swiper-slide .button.normal{
    border-color:  #ffffff;
    margin-right: 20px;
}
.swiper-slide .button.special{
    background: #74a534;
    border-color: #74a534;
}
.swiper-slide .button.special:hover{
    border-color: #ffffff;
    color: #1b1b1b;
}
.swiper-slide .button:before{
    background: #ffffff;

}



/*for index4 page only start*/
#index4 .swiper-slide .button.special{
    background: #FFFFFF;
    border-color:  #FFFFFF;
    color: #1b1b1b;
}
#index4 .swiper-slide .button.special:before {
    background: #07aaa5;
}
#index4 .swiper-slide .button.special:hover{
    color: #FFFFFF;
    border-color:  #07aaa5;;
}


@media screen and (max-width: 767px) {
    .swiper-container{
        height: 400px;
    }
    .swiper-slide h2{
        font-size: 26px;
    }
    .swiper-slide h2 span{
        font-size: 32px;
    }
    .swiper-slide .slider-content.left{
        text-align: center;
    }
}

/*for index4 page only end*/




/*about us styling start*/
/* about-us-1 start */
#about-us {
    /* about-us-1 end */
}

#about-us .about-us-1 .outer-bound {
    min-height: 320px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #about-us .about-us-1 .outer-bound {
        position: static;
        min-height: 100%;
    }
}
#about-us .about-us-1 .outer-bound .left-section {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    #about-us .about-us-1 .outer-bound .left-section {
        -webkit-transform: translate(0);
        transform: translate(0);
        position: static;
    }
}
@media screen and (max-width: 767px) {
	
#about-us .about-us-1 .right-section 
{
text-align: center;
margin-top: 50px;
}
	
.lft-col { width:96%; padding:0 2%;}
.rgt-col { width:96%; padding:0 2%;}
.rgt-col { width:100%; padding:0;}
.row { margin:0px;}
	
}

#about-us .about-us-1 .right-section .feature h5 {
    margin-bottom: 2px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    font-size: 12px;
}

#about-us .about-us-1 .right-section .feature h4 {
    margin-bottom: 8px;
}

#about-us .about-us-1 .right-section .feature.middle {
    margin: 50px 0;
}

#about-us .about-us-1 .right-section .feature .icon {
    text-align: right;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

@media screen and (max-width: 767px) {
    #about-us .about-us-1 .right-section .feature .icon {
        text-align: center;
        font-size: 36px;
    }
	.office { margin:0 auto; margin-bottom:20px; float:none;}
	.partners li { display:block;}
	.eventdetails { width:auto; float:none;}
	.eventdetails.mid { margin:0;}
	.service-1 .section { margin:0 auto; float:none !important; min-height:auto !important; width:auto !important;}
	.service-1 .section.middle-section { margin:0 auto !important; margin-top:20px !important; margin-bottom:20px !important; }
}

#about-us .about-us-1 .right-section .feature:hover h5 { color: #202125; }
#about-us .about-us-1 .right-section .feature:hover .icon { color: #74a534; }

#about-us .about-us-2 {
    background:#ffb200;
    
}
#about-us .about-us-2 h3 {
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    line-height: 45px;
    margin: 0 20%;
    font-size: 28px;
}

#about-us .about-us-2 h3 i {
    color: rgba(255,255,255,0.1);
}
#about-us .about-us-2 p {
    font-family: "Raleway", sans-serif;
    color: #74a534;
    margin-top: 8px;
}
@media screen and (max-width: 1366px){
    #about-us .about-us-2 h3{
        margin: 0 10%;
    }
}
@media screen and (max-width: 767px){
    #about-us .about-us-1 .right-section .feature:hover .icon{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #about-us .about-us-2 h3{
        margin: 0 3%;
    }
}

#index4 #about-us .about-us-2{

    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#5e8ec7), to(#31c2be));
}
#index4 #about-us .about-us-2 p{
    color: #FFFFFF !important;
}



/*for index2 page only start*/
#about-us #about-us-1.six-section .second-line {
    margin-top: 50px;
}
#about-us #about-us-1.six-section .section {
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

@media screen and (max-width: 767px) {
    #about-us #about-us-1.six-section .section.middle-section {
        margin: 50px 0;
    }
}

#about-us #about-us-1.six-section .section h2 {
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#about-us #about-us-1.six-section .section hr {
    width: 45px;
    height: 3px;
    background: #F93D66;
    margin: 0 auto 12px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border: none;
}

#about-us #about-us-1.six-section .section h4 {
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

#about-us #about-us-1.six-section .section p {
    line-height: 24px;
}

#about-us #about-us-1.six-section .section:hover h2 {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    color: #F93D66;;
}


@media screen and (max-width: 767px) {
    #about-us #about-us-1.six-section .section {
        text-align: center;
    }
    #about-us #about-us-1.six-section .section hr {
        margin: 0 auto 20px;
    }
}



/*services styling start*/
.service-1{
    background: #f5f5f5;
}

.service-1 .section {
    padding: 30px 30px;
    background:url(../images/serve_bg.jpg) repeat-x;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
     border-radius: 4px;
	 min-height:430px;
	 width:350px;
	 float:left;
}

.service-1 .section h4 { color:#fff;}

@media screen and (max-width: 767px) {
     .service-1 .section.middle-section {
        margin: 50px 0;
    }
    #about-us .about-us-2 h3{
        font-size: 22px;
    }
}

.service-1 .section h2 {
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
 
.service-1 .section hr {
    width: 45px;
    height: 3px;
    background:#bc1f4e;
    margin: 0 auto 20px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border: none;
}

.service-1 .section h4 {
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

.service-1 .section p { line-height: 24px; text-align:justify; }

.service-1 .section:hover { background:#bc1f4e;}

.service-1 .section:hover hr { background:#fff;}

.service-1 .section:hover h2 {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.service-1 .section:hover h2,  .service-1  .section:hover h4,  .service-1  .section:hover p { color: #ffffff; }

.service-2 { }

.service-2 .progress {
    height: 25px;
    background: #eeeeee;
    border-radius: 4px;
    overflow: visible;
}
.service-2 .progress .progress-bar {
    background: #74a534;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.service-2 .progress .progress-bar span {
    position: absolute;
    left: 97%;
    display: block;
    padding: 3px;
    color: #ffffff;
    background: #151515;
    font-size: 10px;
    font-weight: 100;
    top: -40px;
}
.service-2 .progress .progress-bar span:before {
    display: table;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #151515;
    bottom: -8px;
    left: 23%;
}
@media screen and (max-width: 767px) {
    .service-2 .progress {
        height: 20px;
    }
}
.service-2 p {
    font-family: "Raleway", sans-serif;
    line-height: 62px;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .service-2 p {
        line-height: 45px;
        font-size: 15px;
    }
}
.service-2 .first, .service-2 .second {
    margin-bottom: 20px;
}

.service-3 {
    background: url("../images/supplies.jpg") no-repeat fixed center;
    background-size: cover;
}
/*For index4 for page only*/
#index4 .service-3{
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#eb8416), to(#ed2371));
}
#index4 .service-3 .section h2{
    color: #FFFFFF !important;
}
/*For index4 for page only end*/
.service-3 .vertical-heading {
    margin-bottom: 50px;
}
.service-3 .vertical-heading h2 {
    color: #ffffff;
}
.service-3 .section {
    padding: 25px 50px;
    min-height: 170px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    border-radius: 4px;
}
.service-3 .section h3{
    font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
    .service-3 .section {
        padding: 20px 15px;
    }
}
.service-3 .section h2, .service-3 .section h3, .service-3 .section p {
    color: #ffffff;
}
.service-3 .section h2 {
    color: #74a534;
    margin-bottom: 6px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}
@media screen and (max-width: 992px) {
    .service-3 .section {
        min-height: 140px;
    }
}
.service-3 .section:hover {
}
.service-3 .section:hover h2 {
    color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
    .service-3 .section.left-section {
        margin-bottom: 50px;
    }
}



/*services styling end*/


/* work section start */
#project {
    background: #f8f8f8;
}
#project .heading{
    margin-bottom: 20px;
}
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
}

.work-filter {
    margin-bottom: 50px;
}
.work-filter ul li {
    display: inline-block;
}
.work-filter ul li a {
    color: #383838;
    display: block;
    font-size: 15px;
    padding: 6px 10px;
    text-transform: capitalize;
    border-color: #74a534 transparent;
    border-style: solid;
    border-width: 1px;
}
@media screen and (max-width: 767px) {
    .work-filter ul li a {
        font-size: 12px;
    }
}
.work-filter ul li a:hover {
    background-color: #74a534;
    border: 1px solid #74a534;
    color: #ffffff;
}
.work-filter ul li a.active {
    background-color: #74a534;
    border: 1px solid #74a534;
    color: #ffffff;
}
.work-filter ul li a.active:hover {
    background-color: #74a534;
    border: 1px solid #74a534;
    color: #ffffff;
}

.mix {
    display: none;
}

.index_2 .work-item {
    width: 20%;
}

.work-item {
    height: auto;
    width: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
.work-item > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.thinker-wrap img{

    -webkit-transition: all 0.3s ease-in-out ;
    transition:all 0.3s ease-in-out;
}
.item-container:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    height: inherit;
    color: #383838;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 2%;
    z-index: 1;
}

.overlay-inner {
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.item-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.work-item:hover .line {
    width: 40%;
}

.overlay h4.color {
    color: #74a534;
}
.overlay h4.base {
    color: #74a534;
}

.work-item .overlay p {
    font-size: 14px;
}

.overlay .line {
    width: 0;
    height: 1px;
    margin: 15px auto;
    background-color: #383838;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}

.product-content .line {
    height: 1px;
    margin: 15px auto;
    background-color: #383838;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}

/* Portfolio Section  end */
/* ------------  Gallery Filter ------------  */
.portfolio{
    background:#f5f5f5;
}
#project{
    background:#f5f5f5;

}
.work-filter {
    margin-bottom:50px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
    color: #222222;
    display: block;
    font-size:15px;
    padding:6px 10px;
    text-transform: capitalize;
    border-bottom:1px solid #909090;
    border-top:1px solid #909090;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
.work-filter ul li a:hover,
.work-filter ul li a.active:hover{
    background-color:#74a534;
    border:1px solid #74a534;
    color: #fff;
}
.work-filter ul li a.active {
    background-color: #74a534;
    border:1px solid #74a534;
    color: #fff;
}

.mix {
    display: none;
}

.index_2 .work-item {
    width:20%;
}

.work-item {
    height:auto;
    width:auto;
    float:left;
    position: relative;
    overflow:hidden;
}

.work-item > img {
    display: block;
    height: auto;
    max-width: 100%;
    width:100%;
}
.item-containe > img{
    -webkit-transition: all 0.7s ease 0s;
    transition:all 0.7s ease 0s;
}
.item-container:hover  img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);

    -webkit-transition: all 0.3s ease-in-out ;
    transition:all 0.3s ease-in-out;
}

.overlay {
    background-color:rgba(255,255,255,.8);
    position: absolute;
    left:10px;
    top:10px;
    bottom:10px;
    right:10px;
    width:auto;
    height:inherit;
    color: #222222;
    opacity: 0;
    filter: alpha(opacity=0);
    padding:2%;
    z-index:1;
}

.overlay-inner{
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.item-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.work-item:hover .line{
    width:40%;
}
.overlay h4.color{ color:#74a534;}
.overlay h4.base{ color:#74a534;}

.work-item .overlay p{
    font-size:14px;
}
.overlay .line{
    width:0%;
}
.overlay .line ,
.product-content .line{
    height:1px;
    margin:15px auto;
    background-color:#000;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
/* ------------  Gallery Filter ------------  */


/* ------------ pricing table -------------- */
#pricing-table-section .pricing-table {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    padding: 32px 21px;
    border-radius: 4px;
}
#pricing-table-section .pricing-table h4 {
    color: #74a534;
    font-family: "Raleway", sans-serif;
    margin-bottom: 25px;
}
#pricing-table-section .pricing-table .price {
    padding: 22px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#pricing-table-section .pricing-table .price h2 {
    margin-left: 20px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}
#pricing-table-section .pricing-table .price h2 span {
    font-family: "Raleway", sans-serif;
}
#pricing-table-section .pricing-table .price h2 .dollar {
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 10px;
}
#pricing-table-section .pricing-table .price h2 .month {
    font-size: 10px;
    display: inline-block;
    position: absolute;
    left: 9px;
    bottom: -4px;
    color: #929292;
}
@media screen and (max-width: 992px) {
    #pricing-table-section .pricing-table .price h2 {
        margin-left: 10px;
    }
}
#pricing-table-section .pricing-table .price p {
    color: #929292;
}
#pricing-table-section .pricing-table ul.packages {
    padding: 20px 0;
}
#pricing-table-section .pricing-table ul.packages li {
    font-size: 13px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}
#pricing-table-section .pricing-table ul.packages li i {
    display: inline-block;
    width: 24px;
    color: #62be10;
}
#pricing-table-section .pricing-table .button {
    background:  #202125;
    color: #ffffff;
}
#pricing-table-section .pricing-table .button:before {
    background: #74a534;
}
#pricing-table-section .pricing-table.black {
    background: #74a534;
    color: #ffffff;
    border-color: transparent;
}
#pricing-table-section .pricing-table.black ul.packages li i {
    color: #ffffff;
}
#pricing-table-section .pricing-table.black h4, #pricing-table-section .pricing-table.black h2, #pricing-table-section .pricing-table.black p, #pricing-table-section .pricing-table.black h2 > .month {
    color: #ffffff;
}
#pricing-table-section .pricing-table.black .button {
    background: #ffffff;
    color: #202125;
}
#pricing-table-section .pricing-table.black .button:before {
    background: #74a534;
}
#pricing-table-section .pricing-table.black .button:hover, #pricing-table-section .pricing-table.black .button:focus, #pricing-table-section .pricing-table.black .button:active {
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    #pricing-table-section .pricing-table.black {
        margin: 50px 0;
    }
}
#pricing-table-section .pricing-table.black:hover .button:before {
    background: #202125;
}

#pricing-table-section .pricing-table:hover .button:hover {
    color: #ffffff;
}

/* ------------ pricing table  end -------------- */

/* Happy clients styling */

#happy-clients {
    background: url(../images/happy-clients.jpg) no-repeat fixed center;
    background-size: cover;
    color: #ffffff;
}

/*For index4 page only start */
#index4 #happy-clients{
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#d635d6), to(#ff364f));
}
#index4 #happy-clients h5{
    color: #FFFFFF !important;
}

/*For index4 page only end */
#happy-clients h2 {
    margin-bottom: 35px;
}

#happy-clients .client-img {
    height: 130px;
    width: 130px;
    margin: 0 auto 30px;
}

#happy-clients .client-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#happy-clients .p-margin {
    margin-bottom: 30px;
    font-size:18px;
    font-weight: 300;
    line-height: 30px;
}

#happy-clients h5 {
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    color: #74a534;
    font-weight: 700;
    margin-bottom: 10px;
}

#happy-clients .owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
}

#happy-clients .owl-controls .owl-page.active span {
    background-color: #74a534;
}
@media screen and (max-width: 767px) {
    #happy-clients .p-margin{
        font-size: 14px;
    }
    .p-margin{
        margin: 0 3%;
    }
}
/* Happy clients styling End */

/* work section end */

/* blog styling start */
#map-bg {
    background: #fff;
}
#news-1 {
    background: #f5f5f5;
}
#news-1 p {
    color: #535353;
    line-height: 24px;
}
#news-1 .vertical-heading {
    margin-bottom: 30px;
}
#news-1 .left-section .button {
    margin-top: 25px;
    background: #bc1f4e;
    color: #ffffff;
}
#news-1 .left-section .button:before {
    background: #202125;
}
@media screen and (max-width: 767px) {
    #news-1 .left-section {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    #news-1 .blog-section {
        margin-top: 50px;
    }
}
.blog-section {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    padding: 20px;
    border-radius: 4px;
}
.blog-section h4 {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 40px;
}
.blog-section p {
    line-height: 24px;
}
.blog-section a {
    color: #74a534;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 25px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.blog-section a:hover {
    color: #202125;
}
.blog-section .user {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #f5f5f5;
}
.blog-section .user p {
    font-size: 11px;
    font-family: "Raleway", sans-serif;
    line-height: normal;
}
.blog-section .user p .text-right {
    line-height: 24px;
}
@media screen and (max-width: 1199px) {
    .blog-section .user img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-section .user p {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .blog-section .user img {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-section .user p {
        text-align: inherit;
    }
    .blog-section .user p.text-right {
        text-align: right;
    }
}


/* blog text */
#blog-text {
    background: url(../images/blog-text.jpg) no-repeat no-repeat fixed center;
    background-size: cover;
    color: #ffffff;
}
/*for index4 page only*/
#index4 #blog-text{
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#43a1d8), to(#3ce850));
}
#index4 #blog-text p span,#index4 #blog-text h2{
    color: #FFFFFF !important;
}
/*for index4 page only end*/
#blog-text h2 {
    color: #008cba;
    font-size: 100px;
}

#blog-text p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

#blog-text p span {
    color: #74a534;
}

#blog-text #blog-text-slider.owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
}

#blog-text #blog-text-slider .owl-controls .owl-page.active span {
    background-color: #74a534;
}
@media screen and (max-width: 767px) {
    #blog-text p{
        font-size: 14px;
    }
}
/* blog text end */

/* blog styling end */


/*contact us start*/

#contact-us2 .left-section .vertical-heading {
    margin-bottom: 30px;
}
#contact-us2 .left-section p {
    margin-bottom: 36px;
    line-height: 24px;
}
#contact-us2 .left-section h4 {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
}
#contact-us2 .left-section #countries ul li {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #535353;
    display: list-item;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    margin-top: 12px;
	padding:0 0 0 40px;
}


.emp-totalno {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 90px;
  color: #fff;
  background: url(../images/plus.png) no-repeat right center;
  
  
}
.totalno_wraper {
  width: 100%;
  height: 149px;
  background: url( ../images/number_bg.png) no-repeat;
    background-size: auto;
  background-size: cover; float: left;
}

.emp_no {
  width: 32%;
  height: auto;
  float: left;
  padding-bottom: 45px;
  padding-left: 5%;
	text-align: center;
}

.emp_name {
  width: auto;
  height: auto;  
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
}



@media screen and (max-width: 767px) {
    #contact-us2 .left-section #countries ul li {
        margin-top: 25px;
    }
}


@media screen and (max-width: 767px) {
    #contact-us2 .left-section #countries ul li {
        display: block;
    }
}
#contact-us2 .left-section #countries ul li:hover {
    color: #bc1f4e;
}

#contact-us2 .left-section .list-inline {
    margin-top: 40px;
}
#contact-us2 .left-section .list-inline li a {
    border-color: #535353;
    color: #535353;
}
#contact-us2 .left-section .list-inline li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
    color: #ffffff;
}
#contact-us2 .left-section .list-inline li:nth-child(2) a:hover {
    background: #58bbff;
    border-color: transparent;
    color: #ffffff;
}
#contact-us2 .left-section .list-inline li:nth-child(3) a:hover {
    background: -webkit-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    border-color: transparent;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    #contact-us2 .left-section {
        margin-bottom: 50px;
    }
}
#contact-us2 .right-section {
    padding: 25px 30px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 4px;
	float:right;
	width:100%;

}
#contact-us2 .right-section h4 {
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
}
#contact-us2 .right-section p {
    color: #535353;
    margin-bottom: 25px;
}
#contact-us2 .right-section form .form-control {
    padding: 5px 15px;
    line-height: 24px;
    font-size: 12px;
    color: #aaaaaa;
    border-color: #cbcbcb;
}
#contact-us2 .right-section form textarea.form-control {
    min-height: 164px;
}
#contact-us2 .right-section form .button {
    background: #202125;
    color: #ffffff;
}
#contact-us2 .right-section form .button:before {
    background: #bc1f4e;
}
@media screen and (max-width: 767px) {
#contact-us2 {text-align: center; }
}

#contact-us #map {
    display: block;
    width: 100%;
    height: 400px;
}
/* contact-us styling end */
#contact-us { background: #f5f5f5;}
/* ---------- Footer  ---------- */
footer{
    background:#121416;
    padding:35px 0;
    position:relative;
}
footer p{
    margin:0;
    color:#a6a6a6;
    font-size:14px;
}

footer p a:hover { color: #FB0004;}

footer .breadcrumb{
    background-color:transparent;
    padding:0;
}

footer .breadcrumb li { display:inline-block; }

footer .breadcrumb li a {
    text-shadow: none;
    color:#fff;
    font-size:14px;
    position:relative;
	margin:0 10px;
}

footer .breadcrumb li a:hover, footer .breadcrumb li a:focus { color: #ffb606; }

.go-top {
    bottom:20px;
    position: fixed;
    font-size:20px;
    right:25px;
    z-index:800;
    background:#74a534;
    color:#fff;
    border-radius:5px;
    height:40px;
    width:40px;
    text-align:center;
    line-height:40px;
    opacity:0;
}

.go-top:hover, .go-top:focus{ background:#07AAA5; color:#fff; }

.go-top.show {opacity: 1;}

/* ---------- Footer  ---------- */



/* for index for navbar */
#index4 .navbar li a:hover{
    color: #FFFFFF;
}
#index4 .navbar.shrink li a:hover{
    color: #07AAA5;
}
/* for index for navbar */

















/* blog styling start */
.blog_mitex .innerpage-banner{
    background: url(../images/blog-text.jpg) no-repeat center center / cover;
    padding-top: 200px;
    max-height: 440px;
    color: #ffffff;
}
.blog_mitex .innerpage-banner h2 {
    margin-bottom: 0;
}
.blog_mitex .tagline {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}
.blog_mitex .blog-item-v3 {
    border-bottom: 1px solid #d1d2d2;
    padding-bottom: 50px;
    margin-bottom: 25px;
}
.blog_mitex .blog-item-v3 > img {
    margin-bottom: 35px;
}
.blog_mitex .blog-item-v3 h3{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}
#area-main ul.blog-author {
    margin: 30px 0 35px 0;
    padding: 0;
}
#area-main ul.blog-author li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
#area-main ul.blog-author li a {
    color: #696969;
    font-size: 14px;
    margin-right: 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    transition: 1s;
}
#area-main ul.blog-author li a:hover{
    color: #74a534;
}
#area-main ul.blog-author li a .fa {
    margin-right: 5px;
}
#area-main p {
    color: #1b1d1f;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
#area-main .buttons {
    text-decoration: none;
    padding: 16px 50px;
    background: #74a534;
    color: #FFFFFF;
}
#area-main .buttons:before {
    background: #1b1b1b;
}
.blog_mitex .morepost-wrap2 {
    border-bottom: 1px solid #d1d2d2;
    padding-bottom: 25px;
}
.blog_mitex .morepost-wrap .morepost, .morepost-wrap2 .morepost {
    font-size: 16px;
    color: #696969;
    display: inline-block;
    position: relative;
    visibility: visible;
    animation-duration: 500ms;
    animation-delay: 300ms;
    text-decoration: none;
}
.blog_mitex .morepost-wrap2 a:hover {
    color: #74a534;
}
.blog_mitex .morepost-wrap2 .morepost .fa-long-arrow-left, .morepost-wrap2 .morepost .fa-long-arrow-right, .morepost-wrap .morepost .fa-long-arrow-left, .morepost-wrap .morepost .fa-long-arrow-right {
    color: transparent;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 7%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0 !important;
    filter: alpha(opacity=0);
}
.blog_mitex .morepost-wrap2 .morepost:hover .fa-long-arrow-left, .morepost-wrap .morepost:hover .fa-long-arrow-left {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    color: #74a534;
    right: 100%;
}
.blog_mitex .morepost-wrap2 .morepost:hover .fa-long-arrow-right, .morepost-wrap .morepost:hover .fa-long-arrow-right {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    color: #74a534;
    left: 118%;
}
.blog_mitex .widget {
    margin-bottom: 40px;
    color: #1b1d1f;
}
.blog_mitex .search_box input {
    border: 1px solid #d9d9d9;
    height: 53px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.blog_mitex .search_box i {
    border-left: 1px solid #d9d9d9;
    bottom: 0;
    color: #d9d9d9;
    font-size: 24px;
    height: 53px;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
}
.blog_mitex .widget h4, .widget img {
    margin-bottom: 25px;
}
.blog_mitex .widget h4{
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.blog_mitex ul.category li {
    margin-top: 15px;
    display: block;
}
.blog_mitex ul.category{
    padding: 0;
}
.blog_mitex ul.category li a {
    color: #1b1d1f;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    display: block;
    text-transform: capitalize !important;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.blog_mitex ul.category li a .date {
    color: #74a534;
    font-size: 12px;
    display: block;
}
.blog_mitex ul.category li a:hover{
    color: #74a534;
}
#area-main .tag-cloud{
    padding: 0;
    margin: 0;
}
#area-main .tag-cloud li {
    display: inline-block;
    margin: 10px 10px 10px 0;
    text-transform: uppercase;
    border-radius: 0;
}
#area-main .tag-cloud li a, .blog-reply a.btn-rep {
    background: #efefef;
    color: #1b1d1f;
    font-size: 12px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    transition: 1s;
}
#area-main .tag-cloud li a:hover, .blog-reply a.btn-rep:hover{
    background: #74a534;
    color: #FFFFFF;
}
.blog_mitex .blog-item .blog-content {
    padding: 0;
    margin: 35px 0;
}
.blog_mitex .blog-item blockquote {
    color: #74a534;
    font-family: 'Open Sans', sans-serif;
}
.blog_mitex blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.blog_mitex .blog-item .post-tag {
    border: 1px solid #d9d9d9;
    padding: 5px;
    margin-bottom: 70px;
}
.blog_mitex .social-link{
    margin: 0;
}
.blog_mitex .social-link li {
    display: inline-block;
}
.blog_mitex .social-link li a {
    width: 44px;
    height: 44px;
    display: block;
    border: 1px solid #1b1d1f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #1b1d1f;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.blog_mitex .social-link li a i {
    line-height: 42px;
    font-size: 20px;
}
.blog_mitex .social-link li a:hover {
    border-color: #74a534;
    background: #74a534;
    color: #fff;
}
.blog_mitex .blog-reply {
    padding: 10px;
    border: 1px solid #f3f3f3;
    position: relative;
    margin: 20px 0;
    border-radius: 5px;
}
.blog_mitex .media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.blog_mitex .blog-reply a.btn-rep {
    position: absolute;
    top: 0;
    right: 0;
}
.blog_mitex .blog-item .post-comment form .form-control, .contact form .form-control, .blog-item .post-comment form textarea, .contact form textarea, .index_3 .form-inline .form-control, .index_3 .form-inline textarea {
    padding: 15px;
    font-size: 14px;
    color: #4c4c4c;
    border: 1px solid #d0d0d0;
    width: 100%;
    -webkit-border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}
.blog_mitex .blog-item .post-comment form textarea, .contact form textarea {
    margin: 30px 0;
    min-height: 210px;
}
.blog_mitex .blog-item .post-comment form .form-control, .contact form .form-control {
    height: 50px;
}
.blog_mitex .blog-item .post-comment h3 {
    margin-bottom: 35px;
    margin-top: 70px;
}
.blog_mitex .blog-item .post-comment form a:before, .contact form input a:before {
    background: #1b1b1b;
}
.blog_mitex .blog-item .post-comment form a, .contact form  a {
    background: #74a534;
    border: 1px solid transparent;
    color: #fff;
    height: 50px;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
.col-sm-6 { width:100%;}
}

@media screen and (max-width: 1000px) { #about-us .about-us-2 { display: none;}
	.emp_no { width: 100%; text-align: center;  } .totalno_wraper { height: auto;} .blue,.white { width: 100%;}
	.mission { width:90%; border-bottom: 1px solid #ccc; padding-bottom: 25px; margin-left: 5%;}
	.values { width:90%; float: left; margin-top: 25px; margin-left: 5%;}
	.accordion p { text-align: justify;}

}