body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

#video {
    object-fit: initial;
    width: 100%;
    height: 640px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 640px;
    width: 100%;
    background: linear-gradient(90deg, #141415a6, #212121d9 52%, #00a94f38);
    z-index: 1
}

.typed_wrap {
    display: block;
    border: 0px dotted #ecf0f1;
    width: 100%;
    height: auto;
    padding: 0;
    /*centers it in the .banner*/
    position: relative;tex
    /* top: 120%; */
    left: 50%;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*-o-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
}

.typed_wrap h1 {
    display: inline;
    font-size: 36px;
    text-shadow: 0 0 2px #000000a3;
}


/*Add custom cursor so it auto inherits font styles*/

.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}


/*Removes cursor that comes with typed.js*/

.typed-cursor {
    opacity: 0;
    display: none;
}


/*Custom cursor animation*/

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#demo .carousel-caption {
    bottom: 210px;
    font-family: 'Bree Serif', serif;
}

#demo .carousel-caption h6 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #33a90e;
    text-transform: uppercase;
    margin-bottom: 38px;
    font-feature-settings: normal;
}

#demo .carousel-caption p {
    font-size: 15px;
    line-height: 26px;
    font-family: sans-serif;
}

.home .btn {
    padding: 10px 20px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    z-index: 9;
}

.topbar-contact {
    float: right;
    /*margin-left: 115px;*/
}

.topbar-contact>li {
    color: #e4e3e3;
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.topbar-contact>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.topbar-contact>li>i {
    font-size: 12px;
    margin-right: 5px;
}

.topbar-contact>li::before {
    background: #646464 none repeat scroll 0 0;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.topbar-contact>li:last-child::before {
    display: none;
}

.top-bar ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.topbar-sitemap {
    float: right;
}

.topbar-sitemap>li {
    color: #e4e3e3;
    float: left;
    font-family: montserrat;
    font-size: 10px;
    line-height: 50px;
    text-transform: uppercase;
}

.topbar-sitemap>li>a {
    color: inherit;
    float: left;
    padding: 0 26px;
}

.navbar-dropdown.navbar-fixed-top {
    position: initial !important;
}

.irt-header-topped.top-bar {
    background-color: #1b1b1b;
    padding: 8px 0 7px;
}

.top-bar p {
    font-size: 13px;
}

.nav-link {
    font-size: 17px !important;
    /* text-transform: uppercase; */
    font-family: 'Bree Serif', serif !important;
}

#counters2-6 {
    background: url(../images/knowyour-bgleft.png) no-repeat 0 0;
    background-color: #f3f3f3;
}

.text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-align: left;
    /*z-index: 99999;*/
    /*position: relative;*/
}

.text h6 {
    font-family: 'Bree Serif', serif;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    color: #33a90e;
    text-transform: uppercase;
    font-style: initial;
    text-decoration: overline;
}

.text h3 {
    /*font-family: 'Bree Serif', serif;*/
    /*font-size: 30px;*/
    /*line-height: 34px;*/
    /*color: #1f2732;*/
    /*margin: -80px 0px 8px;*/
    
        font-family: 'Bree Serif', serif;
    font-size: 30px;
    line-height: 34px;
    color: #1f2732;
    /*margin: -80px 0px 8px;*/
}

.text p {
  color: #131313;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px !important;
    text-align: justify;
    font-weight: 500;
}

.text-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.user_name {
    color: green;
    /* font-size: 27px !important; */
}

.wrap-img::before {
    border-left: 3px solid green;
    border-top: 3px solid green;
    left: 0;
    top: 0;
}

.wrap-img::before,
.wrap-img::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.wrap-img:hover::after,
.wrap-img:hover::before,
.wrap-img:focus::after,
.wrap-img:focus::before {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible;
}

.footer-heading {
    margin-bottom: 18px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-heading::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
}

.companyBranch {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 1);
    padding-top: 10px;
}

.footer-widget p {
    color: #cccccc;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 24px;
    padding-top: 15px;
    text-align: justify;
}

.footer-list {
    padding-top: 10px;
    list-style: none;
    padding-left: 0;
}

.footer-list li a {
    color: #a8adb3;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
}

.footer-list li:before {
    font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
    color: #a7a7a7;
}

.footer-list li a:hover,
.footer-list li a:focus {
    color: #fff;
    text-decoration: none;
}

.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.bg-dark-blue {
    background: #1e2126 !important;
}

.mailchimp-inputbox {
    height: 45px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 8px;
}

.mailchimp-inputbox i {
    position: absolute;
    left: 10px;
    top: 28px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

.mailchimp-inputbox input[type="email"] {
    background-color: #fff;
    width: 64%;
    border: 1px solid #e4e4e4;
    color: #5d6576;
    font-size: 13px!important;
    padding-left: 30px !important;
    float: left;
    border-radius: 0px !important;
    padding: 8px 15px;
}

#btnnewsletter {
    width: 90px;
    background-color: #33a90e;
    border: #33a90e;
    height: 42px;
    color: white !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}


/* fixed social*/

#fixed-social {
    position: fixed;
    top: 260px;
    z-index: 99;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 0px;
    z-index: 2;
}

#fixed-social a:hover>span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #00AAE5;
}

.fixed-facebook span {
    background-color: #00AAE5;
}

.fixed-twitter {
    background-color: #7D3895;
}

.fixed-twitter span {
    background-color: #7D3895;
}

.fixed-gplus {
    background-color: #00AF54;
}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-linkedin {
    background-color: #FFC41E;
}

.fixed-linkedin span {
    background-color: #FFC41E;
}

.fixed-instagrem {
    background-color: #ff22c8;
}

.fixed-instagrem span {
    background-color: #ff22c8;
}

.fixed-youtube {
    background-color: #ED2B29;
}

.fixed-youtube span {
    background-color: #ED2B29;
}
.fixed-tumblr {
    background-color: #EB1471;
}

.fixed-tumblr span {
    background-color: #EB1471;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    background-color: #33a90e;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0;
    z-index: 100;
    transition: 0.2s ease all;
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

.float:hover {
    color: #FFF;
}

.my-float {
    margin-top: 16px;
}

.float:hover {
    animation: none;
}

.pulse-button {
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        @include transform(scale(.9));
    }
    70% {
        @include transform(scale(1));
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}


/*end fixed social*/

.card-box a {
    font-size: 13px;
    font-weight: 500;
    color: green;
}

.inner_header {
    width: 100%;
    background-size: cover;
    height: 250px;
    padding: 0px;
}

.breadcrumbs-menu h1 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Bree Serif', serif;
}

.breadcrumbs-menu ul {
    margin: 0px;
    padding: 20px;
}

.breadcrumbs-menu li,
.breadcrumbs-menu li a {
    color: #ffffff;
    font-size: 15px;
}

.breadcrumbs-menu {
    padding: 90px 0;
    z-index: 99;
}

.breadcrumbs-menu li {
    display: inline;
    padding: 0 1px;
}

.breadcrumbs-menu li i {
    font-size: 15px;
}

.overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000054;
}

.MAP {
    background-color: #ffffff !important;
    position: relative;
    padding: 25px 25px !important;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    background: white !important;
}

.MAP h4 {
    /* font-family: 'Bree Serif', serif; */
    width: 100%;
    margin: 0 0 10px;
    font-size: 23px;
    color: #33a90e;
    text-transform: uppercase;
    font-style: initial;
    /* text-decoration: underline; */
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

.MAP p {
    /* font-family: 'Bree Serif', serif; */
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    color: #4a4949;
    font-weight: 500;
}

.fs-18 {
    font-size: 18px !important;
}

.about-page p {
    /* font-family: 'Bree Serif', serif; */
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    /* color: #4a4949; */
    font-weight: 500;
}

.check-list {
    padding: 0 0px;
    list-style: none;
}

.check-list li {
    /* font-style: italic; */
    color: #313131;
    font-size: 13px;
    line-height: 23px;
    /* font-family: 'Bree Serif', serif; */
    /* margin-bottom: 13px; */
    border-bottom: 1px solid gainsboro;
    padding: 7px 0px;
    font-weight: 500;
}

.check-list li::before {
    position: relative;
    font-family: FontAwesome;
    content: "\f00c";
    width: 18px;
    height: 18px;
    left: 0px;
    top: 2px;
    font-size: 20px;
    margin-right: 10px;
    color: green;
}

.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #33a90e;
    color: #fff;
    max-height: 50px;
    z-index: 2;
}

.how-it-works.row .col-2 {
    align-self: stretch;
}

.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #33a90e;
    z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #33a90e;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #33a90e;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.how-it-works h5 {
    font-family: 'Bree Serif', serif;
    color: green;
    font-size: 22px;
}

.how-it-works p {
    /* font-family: 'Bree Serif', serif; */
    font-size: 13px;
    color: #484848;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
}

.card-2 {
    color: #333;
}

.card-2 .card {
    border-radius: 0px;
    margin-bottom: 20px;
}

.card-2 .card .card-header {
    background: rgb(51, 169, 14);
}

.card-2 .card .card-title {
    margin-bottom: 0;
    font-size: 19px;
    color: #fff;
    font-family: 'Bree Serif', serif;
}

.card-3 {
    color: #333;
}

.card-3 .card {
    border-radius: 0px;
    margin-bottom: 20px;
}

.card-3 .card .card-header {
    background: rgb(51, 169, 14);
    padding: 14px 15px 21px;
}

.card-3 .card .card-title {
    margin-bottom: 0;
    font-size: 19px;
    color: #fff;
    font-family: 'Bree Serif', serif;
    line-height: 0px;
}

.cartItem .card-header {
    cursor: pointer;
    position: relative;
}

.card-2 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: white;
    border: 1px solid #cac9c9;
    font-family: 'Bree Serif', serif;
}

.cartItem .card-header:after {
    border-color: #fff;
    right: 15px;
    top: 20px;
}

.cartItem .card-header.collapsed:after {
    top: 16px;
}

.cartItem .card-header .card-title {
    position: relative;
    padding-right: 50px;
}

.cartItem .cartAction.feather-icon {
    position: absolute;
    right: 34px;
    top: 7px;
}

.contact-details .media-body h5 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
    color: green;
}

.contact-details .media-body p,
.contact-details .media-body address {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-details .media-icon {
    border: 1.5px solid green;
    width: 50px;
    height: 50px;
    padding: 6px 4px;
    background-color: transparent;
    margin-top: 5px;
    border-radius: 50%;
    margin-right: 20px;
}

.contact-details .media-icon i {
    line-height: 32px;
    border-radius: 100%;
    margin-right: 20px;
    text-align: center;
    background-color: green;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100%;
    margin: 1px auto;
}

.contact-details .media-icon i {
    color: #ffffff;
    width: 35px;
    height: 35px;
    margin: 0px auto;
    /* z-index: 9999; */
}

.contact-details .media {
    margin-bottom: 19px;
}

.navbar-toggleable-sm .navbar-nav .active {
    color: green !important;
}

#counters2-7 .text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-align: left;
    z-index: 99999;
    position: relative;
}

#counters2-7 h5 {
    color: green;
    font-family: 'Bree Serif', serif;
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 2px;
    padding-top: 10px;
}

#counters2-7 p {
    color: #565656;
    /* font-family: 'Bree Serif', serif; */
    line-height: 24px;
    font-size: 13px;
    font-weight: 500;
}

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.five_serv {
    background: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
    box-shadow: -1px 3px 5px 0px #00000014 !important;
    border-radius: 8px;
    /* height: 350px; */
    margin-bottom: 30px;
    margin-top: 10px;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: green;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#counters2-7 {
    background-color: #f1f1f1;
}

.hvr-icon {
    height: 200px;
    width: 100%;
}

.card-3 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 13px 15px 5px;
    background-color: white;
    border: 1px solid #cac9c9;
    font-family: 'Bree Serif', serif;
}

.card-3 p {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 500;
}

.user_text p {
    font-size: 17px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.user_name {
    font-size: 22px !important;
}

.line-height-30 {
    line-height: 30px !important;
}
.career-tabs ul li{
margin:5px;
margin-bottom:5px !important;
}
.career-heading{
color:#33a90e;
font-family:'Bree Serif';
}

@media (max-width: 1322px)
{
	.navbar-toggleable-sm .navbar-collapse{
		padding-right:1rem!important;
	}

 	.menu-logo .navbar-brand{
		margin-left:3rem!important;
	}
	nav-link{
		font-size:13px!important;
	}

 	.cid-rOoTH3GgmO .nav-item a  {
    		margin: 0rem 0.45rem!important;
	}
}