body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: normal;
    color: #aaa;
    font-weight: 400;
}

i {
    font-style: italic !important;
}

i.fa,
i.icomoon {
    font-style: normal !important;
}

.social-buttons>li:nth-child(2) a {
    background-color: #3b5998;
}

.social-buttons>li:nth-child(1) a {
    background-color: #55ACEE;
}

.social-buttons>li:nth-child(3) a {
    background-color: #0077B5;
}

.height100 {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 400 !important;
}

.grey-bg1 {
    background-color: #f1f1f1 !important
}

.grey-bg2 {
    background-color: #f9f9f9 !important
}

#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(249, 249, 249);
}

#overlay .loading {
    background-color: lightgrey;
    height: 2px;
    margin: 1em;
    overflow: hidden;
    position: relative;
    width: 12em;
}

#overlay .loading-bar {
    animation: side2side 2s ease-in-out infinite;
    background-color: black;
    height: 100%;
    position: absolute;
    width: 50%;
}

@keyframes side2side {
    0%,
    100% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(150%);
    }
}

#overlay .center {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#overlay .overlayText {
    position: absolute;
    display: inline-block;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: 40px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
}

#overlay .loaderLogo {
    position: absolute;
    display: inline-block;
    top: -90px;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 172px;
    height: 120px;
    margin: auto;
    text-align: center;
    padding: 0px 0;
}

.bold {
    font-weight: bold !important;
}

.ti-cursor.hide {
    visibility: hidden;
}

.logo-container {
    position: fixed;
    top: 1px;
    left: 50px;
    z-index: 4;
    width: 167px;
    padding-top: 3px;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}

.logo-container img.white {
    filter: brightness(1500%);
    -webkit-filter: brightness(1500%);
    -moz-filter: brightness(1500%);
}

.logo-container.scrolled {
    width: 97px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 2px 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    width: auto;
}

.navbar-pad {
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.navbar-pad.remove {
    padding-top: 9px;
}

.navbar-pad>li.active>a {
    background-color: #336875;
    color: white;
}

.navbar-pad.remove li.active a {
    background-color: #336875;
    color: white;
}

.navbar-pad li a {
    color: #336875;
    padding: 45px 15px;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.navbar-pad.remove li a {
    color: #fff;
}

.navbar-pad>li>ul.dropdown-menu>li:hover>a {
    background-color: #336875;
    color: #fff;
}

.navbar {
    border: none;
}

.navbar-pad.scrolled>li>a {
    color: #336875;
    padding: 25px 15px;
}

.navbar-nav.scrolled>li>a:hover,
.navbar-nav.scrolled>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.active>a:hover {
    text-decoration: none;
    background-color: #336875;
}

.banner-heading {
    font-size: 60px !important;
}

.navbar-nav.scrolled>li.active>a {
    color: #fff;
}

.top {
    width: 100%;
    padding: 0 10px;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px #ccc;
    z-index: 4;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.top.dark {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    background-color: #0e313b;
}

.menu-top-container {
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 7px 8px;
    background-color: #336875;
    cursor: pointer;
}

.menu-top-container .icon-bar {
    width: 17px;
    height: 2px;
    margin: 4px 5px;
    background-color: #fff;
    display: block;
}

.menu-dropdown-container {
    position: fixed;
    top: 70px;
    background-color: #336875;
    right: 0;
    width: 150px;
    z-index: 99999;
    display: none;
}

.menu-dropdown-container ul {
    padding: 0;
    margin: 0;
}

.menu-dropdown-container ul li {
    display: block;
    padding: 0px 0px;
}

.menu-dropdown-container ul li a {
    font-family: 'Roboto', sans-serif;
    padding: 15px 15px;
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 300;
}

.menu-dropdown-container ul li:hover {
    background-color: #0e313b;
}

.menu-dropdown-container ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.white-text {
    color: white !important;
}

.contact-top i {
    margin-right: 10px;
}

#section2 {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    background-image: url(../images/about-back.png);
    background-attachment: fixed;
}

#section3 {
    /*background-image:url(../images/services.jpeg);*/
    background-attachment: fixed;
    background-size: cover;
    background-position: right center;
    padding-top: 0px;
    padding-bottom: 50px;
    position: relative;
}

#section3:before {
    content: '';
    position: absolute;
    background-color: rgba(250, 250, 250, 1);
    width: 100%;
    height: 100%;
}

#section4 {
    background-image: url(../images/about-us.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-position: right center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}


/*#section4:after{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.1);
	z-index:0;
}
#section4:after{
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	}*/

#section5 {
    background-image: url(../images/testimonials.jpg);
    background-position: center center;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 150px;
}

#section5:after {
    background-color: #457a87;
    opacity: 0.2;
}

#section6 {
    background-color: #457a87;
    padding-top: 50px;
    padding-bottom: 50px;
}

#section2 .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-default {
    color: #4d4d4d;
    font-size: 36px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.theme-bg {
    background-color: #457a87
}

.theme-color {
    color: #457a87
}

.about-us-p {
    font-size: 18px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 26px;
    text-align: center;
}

.pad-tb-sm {
    padding-bottom: 20px;
    padding-top: 20px;
}

.pad-tb-md {
    padding-bottom: 40px;
    padding-top: 40px;
}

.pad-tb-lg {
    padding-bottom: 60px;
    padding-top: 60px;
}

.pad-tb-xl {
    padding-bottom: 80px;
    padding-top: 80px;
}

.wow {
    visibility: hidden;
}

.about-icon-container {
    padding: 0px 15px;
    border: 1px solid #ccc;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #336875;
    height: 300px;
}

.about-icon-container .text-container {
    padding-bottom: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=1);
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-icon-container:hover {
    border-color: #ccc;
}

.about-icon-container:hover .text-container {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    border-color: #0e313b;
}

.f9-bg {
    background-color: #E7E7E7
}

.icomoon {
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-size: 75px;
    color: #fff;
    padding: 15px;
    background-color: #336875;
}

.about-icon-container .icomoon {
    position: relative;
    top: -51px;
    display: inline-block;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-size: 75px;
    color: #fff;
    padding: 15px;
    background-color: #6a949e;
}

.about-icon-container:hover .icomoon {
    top: -35px;
}

.dark-gry-color {
    color: #4d4d4d;
}


/* bs Testimonial Slider */

.bx-wrapper .testimonials-thumbnail {
    margin: 0px 0px 15px;
}

.bx-wrapper .testimonials-title {
    text-align: center;
    margin: 25px 15px 3px;
    font-size: 24px;
    line-height: 1;
}

.bx-wrapper .testimonials-carousel-thumbnail {
    max-width: 35%;
    float: left;
    margin-right: 20px;
}

.bx-wrapper .testimonials-carousel-thumbnail img {
    display: block;
    margin-right: 20px;
    width: 100px;
    border: 2px solid #fff
}

.bx-wrapper .testimonials-carousel-context {
    overflow: hidden;
}

.bx-wrapper .testimonials-name {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
}

.bx-wrapper .testimonials-carousel-content {
    margin-top: 15px
}

.bx-wrapper span {
    font-size: 11px;
    margin-left: 10px;
    color: #aaa;
    font-style: italic;
}

.bx-wrapper {
    position: relative;
    padding: 80px 30px;
    margin: 20px auto;
    width: 100%;
    *zoom: 1;
    background-color: rgba(0, 0, 0, 0.62)
}

.bx-wrapper .slide {
    padding: 0;
    margin: 0;
    display: block;
}

.bx-wrapper .bx-viewport {
    padding: 10px;
    margin-left: 0;
    z-index: 1;
    width: 100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    display: none;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../assets/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    zoom: 1;
    display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    border-left: 1px solid #ddd;
    height: 30px;
    cursor: pointer;
    background: transparent url(../../assets/images/caousel-next.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev {
    position: absolute;
    top: 0px;
    right: 30px;
    border-right: 1px solid #ddd;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../../assets/images/caousel-prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-right: 0px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 0;
}

.section3-content {
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px;
    width: 70%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.70);
}

.section3-content h1 {
    font-size: 36px;
    padding-bottom: 20px;
}

.sec3-highlight {
    padding: 5px;
    font-size: 18px;
    background-color: #0e313b;
    display: inline-block;
    font-weight: bold;
}

section#section6 {
    background-color: #222;
    background-image: url(../../assets/images/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}

section#section6 .section-heading {
    color: #fff
}

section#section6 .form-group {
    margin-bottom: 25px
}

section#section6 .form-group input,
section#contact .form-group textarea {
    padding: 10px;
    height: 150px;
}

section#section6 .form-group input.form-control {
    height: auto
}

section#section5 .form-group textarea.form-control {
    height: 236px
}

section#section6 .form-control:focus {
    border-color: #0e313b;
    box-shadow: none
}

section#section6 ::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

section#section6 :-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

section#section6 ::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

section#section6 :-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

section#section6 .text-danger {
    color: #e74c3c
}

.form-control {
    color: #fff !important;
}

textarea.form-control {
    height: 175px;
    padding-top: 10px;
}

footer {
    padding: 10px 0;
    text-align: center
}

footer span.copyright {
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 300;
    font-size: 12px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-transform: none
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    display: block;
    background-color: #457a87;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}

.btn-contact {
    padding: 10px;
    text-align: center;
    background-color: #336875;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.btn-contact:hover {
    color: #fff;
}


/*.know-more-btn{
	padding:10px;
	text-align:center;
	background-color:#336875;
	color:#fff;
	border:1px solid #336875;
	font-family: 'Roboto', sans-serif;
	margin-top:20px;
	-webkit-transition:all ease-in 0.2s;
	-moz-transition:all ease-in 0.2s;
	transition:all ease-in 0.2s;
}
.know-more-btn:hover{
	background-color:transparent;
	color:#336875;
	border:1px solid #336875
	}*/

.services-heading {
    font-size: 18px;
    line-height: 30px;
    font-weight: 100 !important;
}

.services-col-heading {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500 !important;
    padding: 5px 0 0 0;
}


/************** Our Team **********************/

.our-team {
    border-top: 1px solid #fff;
    background: rgba(23, 60, 71, 1);
    border-radius: 5px;
    margin-top: 72px;
}

.our-team .pic {
    width: 40%;
    border: 3px solid #fff;
    border-radius: 60px 0;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}

.our-team:hover .pic {
    border-radius: 50%;
    border-color: #6e9ecf;
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.our-team .team-title {
    font-size: 18px;
    color: #6e9ecf;
    margin: 20px 0 0;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.our-team .post {
    font-size: 14px;
    color: #6a949e;
    display: block;
    margin-bottom: 30px;
    font-family: inherit;
    padding-top: 5px;
    font-weight: 300;
    position: relative;
}

.our-team .post:after {
    content: '';
    width: 10%;
    height: 1px;
    background-color: #6a949e;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 45%;
}

.our-team .description {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 0 35px;
    line-height: 22px;
    margin-bottom: 100px;
}

.team-descp-ul {
    margin: 0;
    padding: 0;
}

.team-descp-ul li {
    list-style-type: circle;
    display: inline-block;
    padding-left: 15px;
    color: #fff;
    margin-bottom: 5px;
}

.our-team .social-links {
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -18%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #6e9ecf;
    transition: all 0.20s linear 0s;
}

.our-team:hover .social-links {
    bottom: 0;
}

.our-team .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.our-team .social-links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

.our-team .social-links li a:hover {
    text-decoration: none;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu>li>a {
    color: #4d4d4d;
    padding: 10px 25px;
}

.know-more-btn {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-style: italic;
    border-radius: 0;
    font-weight: 500;
}

.know-more-btn:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-style: italic;
}

.info-left {
    padding-right: 20px;
    padding-top: 20px;
}

.quote-team {
    text-align: left;
    font-size: 40px;
    font-weight: 100;
    color: #4d4d4d;
    font-style: italic;
    margin-bottom: 30px;
}

.name-team {
    text-align: left;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    color: #828282;
    border-bottom: 1px solid #828282;
}

.desig-team {
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #828282;
}

.center-photo img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.info-right {
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d;
    font-style: italic;
    text-align: left;
    line-height: 24px
}

.knoledge-partner-heading {
    font-size: 24px;
    padding: 10px;
    text-align: left;
    padding-bottom: 50px;
}

section#consulting {
    background-image: url(../images/consulting.jpeg);
    background-position: bottom;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 150px;
    background-size: cover;
    position: relative;
}

section#consulting:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;
}

section#investing {
    background-image: url(../images/investing.jpg);
    background-position: bottom;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 150px;
    background-size: cover;
    position: relative;
}

section#investing:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;
}

section#assessment {
    background-image: url(../images/audit.jpeg);
    background-position: center center;
    background-attachment: fixed;
    padding-top: 0px;
    padding-bottom: 150px;
    background-size: cover;
    position: relative;
}

section#assessment:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;
}

.audit-type {
    padding: 10px 10px;
    margin: 0;
    list-style-type: disc;
}

.audit-type li {
    padding: 5px;
    padding-bottom: 10px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}

section#training {
    background-image: url(../images/training.jpg);
    background-position: top;
    background-attachment: fixed;
    padding-top: 0px;
    padding-bottom: 150px;
    background-size: cover;
    position: relative;
}

section#training:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;
}

section#csr {
    background-image: url(../images/csr1.jpg);
    background-position: top;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 150px;
    background-size: cover;
    position: relative;
}

section#csr:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

section#innovation {
    background-image: url(../images/innovation.jpeg);
    background-position: 400px 0;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 150px;
    background-size: cover;
    position: relative;
}

section#innovation:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.service-left-image {
    width: 80%;
    height: auto;
}

.topHeight {
    height: 70px;
}

.service-col-container {
    border: 1px solid transparent;
    padding: 10px;
    text-align: left;
    min-height: 425px;
}

.service-col-img {
    width: 100%;
    height: 220px;
    position: relative;
}

.service-col-img img {
    height: 100%;
    width: 100%;
}

.service-col-img .readmore {
    width: 80%;
    height: 30px;
    padding: 5px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 0;
    z-index: 99;
}

.service-col-img:hover:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.40);
    width: 100%;
    height: 100%;
}

.thank-you-bg {}

.thank-you-text {
    position: absolute;
    left: 0;
    top: 40%;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.thank-you-text h3 {
    font-size: 36px;
    color: #fff;
}

.thank-you-text p {
    font-size: 18px;
    color: #fff;
}

.audit-type li {
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
}

.loader-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
}

.loader-cont-gif {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
}

#events-main {
    background-image: url("../images/events.png");
    background-position: 0px 0px;
    padding-top: 250px;
    /* padding-bottom: 33px; */
    background-size: cover;
    color: #fff;
    position: relative;
    height: 85% !important;
    /*align-items: center;*/
}


/* #events-hosp {
    background-image: url("../images/saw.jpg");
    padding-top: 15%;
   
    background-size: 87%;
    color: #fff;
    background-repeat: no-repeat;
    position: relative;
    height: 80% !important;
    background-position: 185% top;
}

#events-hosp:before {
    content: '';
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(7, 7, 7, 1) 25%, rgba(19, 19, 19, 0) 70%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(7, 7, 7, 1) 25%, rgba(19, 19, 19, 0) 70%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(7, 7, 7, 1) 25%, rgba(19, 19, 19, 0) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00131313', GradientType=1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
 */

.impact-color {
    color: #8a288f !important
}

.impact-bg {
    background-color: #8a288f !important;
    color: #fff;
}

#events-hosp {
    /* background-image: url("../images/impact-event.jpg") */
    /* background-size: cover; */
    color: #fff;
    line-height: 0;
    /* background-repeat: no-repeat; */
    position: relative;
    /* height: 680px; */
    /* background-position: center top; */
    margin-top: 110px
}

#about-impact {
    background-image: url("../images/about-impact.jpg");
    background-size: cover;
    color: #fff;
    background-repeat: no-repeat;
    position: relative;
    height: 620px;
    padding: 80px 0;
    background-position: center top;
}

.about-impact-para {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    color: #ffcb39;
    text-align: center;
}

.quote-container {
    position: relative;
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 60%;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 26px;
}


/* .quote-container:after {
    content: '"';
    font-size: 100px;
    color: #ffcb39;
    line-height: 50px;
    position: absolute;
    top: -50px;
    left: 30px;
} */

.quote-cont {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.saw-label {
    position: absolute;
    padding: 10px 2.4%;
    font-size: 22px;
    color: #98e0ff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    border: 1px solid #98e0ff;
}

.air {
    bottom: 10px;
    right: 4%;
}

.soil {
    bottom: 10px;
    right: 21.7%;
}

.water {
    bottom: 10px;
    right: 44.6%;
}

.saw-quote {
    font-size: 20px;
    line-height: 30px;
    /*color: rgb(7,154,217);*/
}

.saw-blue {
    color: rgb(7, 154, 217);
}

.addHead {
    font-size: 35px;
    color: #4d4d4d;
}

.bankName {
    font-size: 20px;
    color: #4d4d4d;
}

.bankDet {
    font-size: 16px;
    color: #4d4d4d
}

.addParaHosp {
    font-size: 24px;
    color: #4d4d4d;
    font-style: normal;
    padding-bottom: 5px
}

.addPara {
    color: #4d4d4d;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.second-green {
    color: #a1fdad !important
}


/* #events-hosp:before {
   

position: absolute;
width: 100%;
height: 100%;
top: 0;

}
*/

.events-headings {
    /*width: 60%;*/
    padding-left: 30px;
    padding-top: 50px;
}

.th {
    font-size: 20px;
}

.events-title {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.events-title.hosp {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 5px;
}

.events-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700 !important;
    letter-spacing: 3.5px;
    padding: 15px 5px;
}

.events-sec {
    /*width:50%;*/
    float: left;
}


/*.events-sec-border{
	border-left:1px solid #aaa;
	padding: 20px 15px;
	}*/

.events-main-date {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.events-main-day {
    padding: 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
}

.venue-title {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.venue {
    /*font-family: 'Oswald', sans-serif; */
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 22px;
    letter-spacing: 1px;
    color: #fff;
    font-style: italic;
    /* text-shadow: 0px 0px 0px #ccc; */
    font-weight: 400;
}


/*.event-heading-border{
	border-bottom: 1px solid #aaa;
	}*/

.speaker-photo {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-top: 80px;
    }
    .events-headings {
        width: 100%;
        padding-left: 30px;
        padding-top: 25px;
    }
    .events-sec {
        width: 100%;
    }
}

.form-control {
    background-color: rgba(255, 255, 255, 0.18);
}

.hosp-infect {
    background-image: url(../images/hosp-infect.png);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #fff;
}

span.full-date {
    font-size: 14px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    font-weight: 400;
    padding: 7px 0;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 9em;
        margin-bottom: 6em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #75ce66;
}

.cd-timeline-img.cd-movie {
    background: #afb32d;
}

.cd-timeline-img.cd-location {
    background: #f0ca45;
}

.cd-date {
    color: #85e292
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        padding: 14px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2.green {
    color: #85e292;
}

.cd-timeline-content h2.blue {
    color: #afb32d;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.news-head {
    width: 100px;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    color: #4d4d4d;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50px;
    text-align: center;
}

.green-theme-color {
    color: #adcc74;
}

.mainPopContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
}

.mainPop {
    position: absolute;
    width: 754px;
    height: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 3px 5px #000;
}

.closePop {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px;
    cursor: pointer;
    z-index: 99999;
}

#sawbouchers,
#ieqbouchers {
    padding: 40px 0;
}

.closePop:hover {
    background-color: #ccc;
}

.airsLogo {
    padding: 20px;
    padding-bottom: 0;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}

.popupHead {
    font-size: 32px;
    text-align: center;
    color: #4d4d4d;
}

.airs-para {
    font-size: 18px !important;
    line-height: 24px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.airbtn {
    margin-top: 15px;
}

.popsaw {
    font-size: 80px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 30px;
    padding-bottom: 15px;
}

.popsaw-sub {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 20px;
}

.sawquote {
    font-size: 35px;
    font-weight: 100;
    color: #fff;
    font-style: italic;
    line-height: 45px;
    padding: 34% 10px 30px 40px;
}

.sawquote span {
    font-weight: bold;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 20%;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right {
    right: 20%;
}

.gallery-container {
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

.setImg {
    min-width: 100%;
}

.schedule-ul {
    margin-top: 30px;
}

.schedule-ul li {
    margin-bottom: 45px;
}

.schedule-ul .schedule-topic {
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 900 !important;
    color: #0077B5;
}

.schedule-ul .schedule-speaker {
    font-size: 16px;
    font-weight: 400;
    color: #956e00;
    margin-bottom: 3px
}

.schedule-ul .schedule-designation {
    color: #4d4d4d;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: normal
}

.schedule-ul .schedule-time {
    color: #0077B5;
    font-size: 14px;
    font-weight: 900 !important;
    text-align: right
}

.schedule-ul b {
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 3px;
}

@import url("../../assets/css/responsive.css");