::-webkit-input-placeholder {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
:-moz-placeholder {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
::-moz-placeholder {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hero{
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}
.hero--video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}
.hero--text--cover{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.hero--text{
    text-align: center;
    color: #fff;
}
.hero--text h1{
    font-size: 5rem;
    margin-bottom: 1rem;
}
.hero--text p{
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.btn{
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #b3007b;
    font-size: 1.1rem;
    text-decoration: none;
    color: #fff;
    border-radius: 3rem;
    cursor: pointer;
}
.btn:hover{
    background-color: #8e00c9;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
}

.main-header {
    background-color: rgba(3, 9, 55, 0.6);
    padding: 22px 0 22px;
    border-bottom: 1px solid rgba(164, 179, 214, 0.4);
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 2;
}

.bannerarea {
    background-color: #767676;
}

.logo-main {
    float: left;
}

.headerright {
    float: right;
    padding: 27px 0;
}

.headerright ul {
    float: left;
}

.headerright ul li {
    float: left;
    margin: 0 28px;
}

.headerright ul li a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
}

.headerright ul li a:hover {
    color: #4F66FF;
}

.headerright ul li:last-child {
    margin-right: 0;
}

.headerright ul li.active a,
.headerright .dropdown>.dropdown-menu>li.active>a {
    color: #4F66FF;
    background: transparent;
}

.headerright ul li.dropdown {
    position: relative;
}

.headerright ul li.dropdown:after {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    content: "\f107";
    font-family: 'FontAwesome';
    color: #ffffff;
    z-index: -1;
}

.headerright ul li.active.dropdown:after {
    color: #4F66FF;
}

.banner-slider {
    position: relative;
}

.bannertop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bannertop .container {
    height: 100%;
    position: relative;
}

.box-top {
    position: absolute;
    bottom: 230px;
    left: 15px;
}

.bannertop h1 {
    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 30px;
}

.bannertop p {
    color: #ffffff;
    max-width: 780px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 38px;
}

.but-outer {}

.but-outera-green {
    background-color: #4F66FF;
    border-radius: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 0 38px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.but-outera-green:hover,
.but-outera-green:focus {
    color: #4F66FF;
    background-color: #ffffff;
}

.deliverarea {
    padding: 105px 0 130px;
}

.body-header {
    margin-bottom: 60px;
    text-align: center;
    font-size: 0;
}

.body-header h2 {
    font-size: 45px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
}

.body-header.black-color h2 {
    color: #222222;
}

.body-header.white-color h2 {
    color: #ffffff;
}

.body-header h2:after {
    border-bottom: 2px solid #4F66FF;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    bottom: -20px;
    width: 90px;
}

.body-header p {
    max-width: 720px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
}

.body-header.black-color p {
    color: #777777;
}

.body-header.white-color p {
    color: #cfcfcf;
}

.fig-inner {
    text-align: center
}

.fig-inner figure {
    margin-bottom: 30px;
}

.fig-inner h3 {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}

.fig-inner p {
    font-size: 15px;
    color: #555555;
    font-weight: 300;
    padding: 0px;
    margin-bottom: 0;
    line-height: 26px;
}

.text-green-top {
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 400;
    line-height: 42px;
}

.text-1 {
    left: 210px;
    top: 110px;
    text-align: right;
}

.text-2 {
    right: 210px;
    top: 110px;
    text-align: left;
}

.text-3 {
    left: 60px;
    top: 270px;
    text-align: left;
}

.text-4 {
    right: 60px;
    top: 270px;
    text-align: right;
}

.text-5 {
    left: 60px;
    top: 510px;
    text-align: left;
}

.text-6 {
    right: 60px;
    top: 510px;
    text-align: right;
}

.text-7 {
    left: 210px;
    bottom: 110px;
    text-align: right;
}

.text-8 {
    right: 210px;
    bottom: 110px;
    text-align: left;
}

.graybg-area {
    background-color: #141B3B;
    padding: 135px 0;
}

.green-bgarea {
    background-color: rgba(0, 133, 76, 0.75);
    width: 890px;
    height: 890px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.cutter-grid {
    height: 30px;
    position: absolute;
    background-color: #141B3B;
}

.cutter-grid.one-1 {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.cutter-grid.one-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left: -8px;
    right: -8px;
    top: 428px;
}

.cutter-grid.one-3 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: -8px;
    right: -8px;
    top: 428px;
}

.cutter-grid.one-4 {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: -8px;
    right: -8px;
    top: 428px;
}

.inner-circle {
    width: 202px;
    line-height: 202px;
    height: 202px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #4F66FF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.footertop {
    background-color: #141B3B;
    padding: 90px 0;
}

.footerbottom {
    background-color: #141B3B;
    line-height: 100px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.footerbottom a {
    font-weight: 700;
    color: #4F66FF;
}

.footerbottom a:hover {
    color: #ffffff;
}

.footertop h3 {
    color: #ffffff;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 55px;
    letter-spacing: 1px;
}

.footertop h3:after {
    position: absolute;
    width: 30px;
    border-bottom: 1px solid #ffffff;
    content: "";
    left: 0;
    top: 40px;
}

.footertop p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    line-height: 28px
}

.social {
    padding-top: 25px;
    overflow: hidden;
}

.social a {
    float: left;
    margin-right: 25px;
    font-size: 16px;
    color: #ffffff;
}

.social a:hover {
    color: #a5a5a4;
}

.quicklinks {
    overflow: hidden;
}

.quicklinks ul {
    float: left;
    width: 50%;
}

.quicklinks ul li {
    display: block;
    margin-bottom: 23px;
}

.quicklinks ul li a {
    color: #ffffff;
    font-size: 15px;
}

.quicklinks ul li a:hover {
    color: #a5a5a4;
}

.quickinfo {
    overflow: hidden;
}

.quickinfo ul {}

.quickinfo ul li {
    display: block;
    margin-bottom: 23px;
    color: #ffffff;
    font-size: 15px;
    line-height:20px;
}

.menu-icon {
    padding: 5px;
    position: absolute;
    top: 24px;
    display: none;
    right: 10px;
}

.menu-icon a {}

.menu-icon a i {
    color: #ffffff;
    font-size: 30px;
}

.menu-icon a i:hover {
    color: #141B3B;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.cross {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    display: none;
    font-size: 30px;
    cursor: pointer;
}

.cross:hover {
    color: #141B3B;
}


/*7-08-17A*/

.servicesSlider img,
.banner-slider img {
    width: 100%;
}

.serviceInnerPage li {
    background: #eeeeee;
}

.serviceInnerPage li a {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    padding: 20px 15px;
    display: block;
}

.serviceInnerPage li+li {
    margin-top: 2px;
}

.differentPart {
    margin: 40px 0;
}

.serviceInnerPage li a:hover,
.serviceInnerPage li.active a {
    background-color: #4F66FF;
    color: #ffffff;
}

.servicesPage h4 {
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 26px;
}
.servicesPage h5 {
	color: #656565;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.servicesPage h5 em {
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 20px;
	display: block;
	font-weight: 400;
}
.servicesPage h5 span {
	display: block;
	color: ;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}
.differentPart p {
    color: #656565;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 22px;
    font-weight: 300;
}

.servicesPage .but-outera-green {
    font-family: 'Poppins', sans-serif;
    padding: 0 26px;
    min-width: 231px;
    text-align: left;
    line-height: 38px;
}

.servicesPage .but-outera-green:hover,
.servicesPage .but-outera-green:focus {
    background-color: #141B3B;
    color: #fff;
}

.differentPart .contactBtn .but-outera-green {
    min-width: inherit;
}

.differentPart .btn+.btn {
    margin-top: 6px;
}

.differentPart .but-outera-green {
    position: relative;
}

.differentPart .but-outera-green .fa {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 25px;
    transform: translateY(-50%);
}

.priceS {
    display: block;
    font-size: 60px;
    color: #4F66FF;
    padding-bottom: 15px;
}

.serviceRight .clearfix .pull-left {
    width: 50%;
}

.serviceRight .clearfix {
    background: #e5eaf4;
}

.ourServiceI {
    padding: 30px 47px;
}

.servicesPage h3 {
    color: #222222;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.servicesPage h3:after,
.servicesPage h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 90px;
    background: #4F66FF;
    content: "";
}

.ourServiceI p {
    color: #555555;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
}

.ourServiceI ul li,
.ourServiceI ul li a {
    color: #4F66FF;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
}

.ourServiceI ul li:hover,
.ourServiceI ul li a:hover {
    text-decoration: none;
}

.ourServiceI ul li+li {
    margin-top: 20px;
}

.introOurService {
    padding-left: 34px;
    padding-top: 41px;
}

.servicesPage h2 {
    font-size: 45px;
    color: #222222;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 32px;
}

.introOurService p {
    color: #000000;
    line-height: 34px;
    margin-bottom: 48px;
    font-size: 18px;
    font-weight: 300;
}

.servicesPage .introOurService h4 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: inherit;
}

.likeHeading {
    color: #4F66FF;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}

.listingA ul {
    margin-bottom: 40px;
}

.listingA ul li {
    padding-left: 9px;
    position: relative;
    font-weight: 400 !important; 
    color: #555555;
}

.listingA ul li:after {
    position: relative;
    left: 0;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: #4F66FF;
    content: "";
    position: absolute;
}

.listingA ul li+li {
    margin-top: 20px;
}

.introOurServiceA+.introOurServiceA {
    padding-top: 15px;
}

.servicesPage .introOurServiceB h4 {
    margin-bottom: 40px;
}

.servicesPage .introOurServiceB h3 {
    position: inherit;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    padding-bottom: 0;
}

.servicesPage .introOurServiceB h3:after {
    display: none;
}

.introOurService .introOurServiceB p {
    color: #555555;
    margin-bottom: 21px;
    min-height: 150px;
}

.introOurService .fig-inner p {
    padding: 0;
}

.servicesPage .introOurService .but-outera-green {
    min-width: 100%;
    text-align: center;
}

.servicesSliderI {
    min-height: 476px;
    background: #4F66FF;
}

.prepostBG {
    min-height: 476px;
    background: #ba0d65 !important;
}

.agegateBG {
    min-height: 476px;
    background: #038d7f !important;
}

.recyclingBG {
    min-height: 476px;
    background: #9eb206 !important;
}

.gantryBG {
    min-height: 476px;
    background: #ffc107 !important;
}

.introOurServiceInn {
    padding-top: 34px;
}

.introOurServiceInn .introOurService p {
    margin-bottom: 40px;
}

.servicesPage .introOurServiceInn h4 {
    margin-bottom: 36px;
}

.introOurServiceInn span {
    display: block;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}

.introOurService .fig-inner p {
    font-size: 15px;
    color: #555555;
    font-weight: 300;
    padding: 0px;
    margin-bottom: 0;
    line-height: 26px;
}

.introOurServiceInn span+span {
    margin-top: 32px;
}

.introPro p {
    font-size: 18px;
    margin-bottom: 36px;
}

.servicesPage h4 a {
    color: #4F66FF;
}

.servicesPage h4 a:hover {
    color: #555555;
}

.headerright ul {
    position: relative;
}

.main-header .dropdown-menu {
    background: transparent;
    margin-top: 20px;
    box-shadow: none;
    border: 0;
    position: absolute;
    top: 7px;
    left: -250px;
    width: 800px;
    right: auto;
}

.main-header .dropdown-menu li {
    display: inline-block;
    white-space: nowrap;
    margin: 0px 11px;
    float: none;
}

.headerright .dropdown-menu>li>a {
    padding: 3px 3px;
    text-transform: none;
    font-size: 13px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
}

.headerright ul li.open a {
    color: #4F66FF;
}

.headerright li.open .dropdown-menu>li>a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}

.headerright li.open .dropdown-menu>li>a:hover {
    color: #4F66FF;
}

.innr-footer {}

.innr-footer .footertop {
    background-color: #141B3B
}

.innr-footer .footerbottom {
    background-color: #141B3B
}

.fig-inner img {
    width: 100%;
}

.servicesPage .introOurServiceB .fig-inner h3 {
    margin-bottom: 15px;
}
.headerright ul li:nth-child(3) .dropdown-menu {
  left: -414px;
}
/*NEWS BODY,LATEST NEWS*/

.news-body {
    margin-top: 0px;
}

.list-wrapper {
    margin-bottom: 60px;
}

.list-wrapper h3 {
    color: #222222;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0 0 30px;
}

.list-wrapper li {
    padding: 18px 0 18px 15px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    background-image: url(../images/news-rt-arw.png);
    background-repeat: no-repeat;
    background-position: 0 22px;
}

.list-wrapper li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.list-wrapper li a {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.list-wrapper li a:hover {
    color: #000;
    padding-left: 5px;
}

.news-section {
    padding-bottom: 100px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 95px;
}

.news-section h1,
.l-news-wrapper h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 35px;
    margin-bottom: 40px;
    position: relative;
    color: #222222;
    font-size: 45px;
    line-height: 35px;
}

.l-news-wrapper h1 {
    margin-bottom: 0;
}

.news-section h1:after,
.l-news-wrapper h1:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 92px;
    background-color: #4F66FF;
    left: 0;
    bottom: 0;
}

.news-fig span {
    margin-top: 23px;
    color: #999999;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    display: block;
}

.highlight-text {
    margin-top: 45px;
    margin-bottom: 35px;
}

.highlight-text p {
    color: #141B3B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 35px;
    font-size: 24px;
    margin: 0;
}

.normal-text p {
    color: #656565;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 25px;
}

.social-sec {
    margin-top: 40px;
    float: right;
}

.social-sec span {
    display: inline-block;
    color: #222222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.social-sec .icons {
    display: inline-block;
}

.icons a .fa {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0 3px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    opacity: .85;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.icons a .fa:hover {
    opacity: 1
}

.icons a .fa-facebook {
    background-color: #3b5998;
}

.icons a .fa-twitter {
    background-color: #259fef;
}

.icons a .fa-google-plus {
    background-color: #dd4e42;
}

.icons a .fa-linkedin {
    background-color: #007ab5;
}

.l-news-wrapper {
    margin-bottom: 67px;
}

.l-news-wrapper .l-block {
    padding: 60px 0;
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
}

.l-block:first-child {}

.l-block figure {
    padding-right: 30px;
    width: 370px;
    float: left;
}

.l-block .text-part {
    overflow: hidden;
}

.text-part .l-date {
    font-size: 12px;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.text-part h2 {
    color: #222222;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 18px 0 25px;
}

.text-part p {
    color: #656565;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 0;
}

.text-part .read-more {
    display: block;
    margin-top: 28px;
    color: #141B3B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.text-part .read-more .fa {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.text-part .read-more:hover {
    color: #000;
}

.text-part .read-more:hover .fa {
    padding-left: 5px;
}

.text-part h2 a {
    color: #222222;
}

.text-part h2 a:hover {
    color: #141B3B;
}


/*NEWS BODY, LATEST NEWS*/


/*8-09-17A*/

.aboutOurService p {
    font-weight: 300;
}

.aboutIOurService p {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
}

.aboutIOurService p+p {
    margin-top: 18px;
}

.aboutIOurService {
    padding-left: 30px;
}

.aboutIOurService .introOurServiceA+.introOurServiceA {
    padding-top: 66px;
}

.servicesPage .introOurService.aboutIOurService h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 39px;
}

.aboutIOurService .fig-inner {
    text-align: left;
}

.aboutIOurService .fig-inner figure {
    margin-bottom: 33px;
}

.normalList ul li {
    color: #555555;
    font-size: 14px;
    padding-left: 9px;
    position: relative;
    line-height: 18px;
    font-weight: 400;
}

.normalList ul li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background: #4F66FF;
    margin-top: 7px;
}

.normalList ul li+li {
    margin-top: 19px;
}

.aboutIOurService .introOurServiceB .row {
    margin-top: -36px;
    margin-bottom: -36px;
    font-size: 0;
}

.aboutIOurService .introOurServiceB .row .col-sm-6.col-md-4 {
    padding-top: 36px;
    padding-bottom: 36px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.aboutPageFor {
    margin-bottom: 41px;
}

.whyChoose .introOurServiceInn {
    padding-top: 49px;
}

.whyChoose h2 {
    color: #000;
    padding-bottom: 30px;
    margin-bottom: 24px;
}

.whyChoose .introOurService p {
    line-height: 30px;
    margin-bottom: 45px;
}

.whyChoose .introOurService h4 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 34px;
}

.whyChoose .listingA ul li+li {
    margin-top: 9px;
}

.whyChoose .listingA ul {
    margin-bottom: 57px;
}

.whyChoose .introOurServiceInn span+span {
    margin-top: 26px;
}

.whyChoose .introOurServiceInn span {
    line-height: 23px;
}

.whyChoose .introOurService .but-outera-green {
    min-width: 174px;
    line-height: 40px;
    margin-top: 32px;
    margin-bottom: 37px;
}

.inputBA {
    padding-left: 34px;
}

.inputBA p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 65px;
    font-weight: 400;
}

.inputBA .cutter-grid {
    background-color: #fff;
}

.inputBA .green-bgarea {
    background-color: rgba(64, 164, 121, 0.75);
}

.our-process p {
    max-width: 924px;
}

.our-process h1 {
    margin-bottom: 25px;
}

.ourProcess .introOurServiceInn {
    padding-top: 44px;
}

.ourProcess .servicesPage h2 {
    margin-bottom: 27px;
}

.introOurServiceInn span {
    font-size: 15px;
    color: #656565;
    font-weight: 400;
}

.serviceRight .divisionList .clearfix {
    background-color: transparent;
}

.serviceRight .divisionList {
    padding-top: 48px;
}

.divisionList li {
    float: left;
    width: 50%;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    padding-right: 44px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}

.divisionList li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    content: "";
    background: #57cd8b;
    margin-top: 12px;
}

.projectTree {
    padding-top: 95px;
}

.customModal .modal-body .close {
    opacity: 1;
    font-size: 26px;
    margin-top: -9px;
    font-size: 30px;
}

.customModal .modal-content {
    border-radius: 0;
    border: 5px solid #dadbda;
}

.customModal .modal-body {
    padding: 22px;
}

.customModal .modal-body .extraPadding {
    padding-top: 40px;
    padding-left: 67px;
}

.customModal .extraPadding h3 {
    color: #232323;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.customModal .extraPadding p {
    color: #141B3B;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 30px;
}

.extraPadding span {
    color: #626262;
    font-size: 14px;
    display: block;
    line-height: 24px;
}

.extraPadding span+span {
    margin-top: 25px;
}

.modal-backdrop.in {
    background: rgba(65, 71, 64, 0.9);
}

.ghaGroup .bannertop p {
    margin-bottom: 63px;
}

.usefulLinks ul li a {
    color: #4F66FF;
    display: block;
    font-weight: 500;
    text-decoration: underline;
}

.usefulLinks ul li+li {
    margin-top: 14px;
}

.usefulLinks ul li:hover a {
    text-decoration: none;
}

.gh-groupS .introOurServiceInn {
    padding-top: 14px;
}

.gh-groupS.servicesPage h2 {
    margin-bottom: 25px;
}

.gh-groupS .introOurService p {
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 83px;
}

.partnerDetails a {
    display: block;
    margin-bottom: 40px;
}

.gh-groupS.servicesPage h3 {
    font-size: 36px;
    padding-bottom: 0;
}

.gh-groupS.servicesPage h3:after {
    display: none;
}

.gh-groupS .introOurServiceInn span {
    font-weight: 300;
    margin-bottom: 42px;
}

.gh-groupS.servicesPage .introOurService .but-outera-green {
    min-width: 200px;
    display: inline-block;
    margin-bottom: 0;
}

.partnerDetails+.partnerDetails {
    margin-top: 84px;
}

.partnerDetails a:hover {
    opacity: 0.7;
}

.ghaGroup {
    min-height: 451px;
}

.ghbS.servicesPage h2:after {
    background: #850024;
}

.redtext {
    color: #820021;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 32px;
}

.ghbS .introOurServiceInn span {
    font-size: 14px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 34px;
}

.ghbS .servicesPage .introOurService h4 {
    font-family: 'Montserrat', sans-serif;
}

.ghbS .listingA ul li+li {
    margin-top: 10px;
}

.ghbS .listingA ul li {
    font-weight: 400;
}

.ghbS .partnerDetails a {
    display: inline-block;
}

.granite.servicesPage h2:after {
    background: #137fc1;
}

.bluetext {
    color: #137fc1;
    margin-bottom: 27px;
}

.granite .partnerDetails a {
    margin-bottom: 30px;
}

.granite .servicesPage h2,
.granite .introOurServiceInn span {
    margin-bottom: 27px;
}

.granite .introOurServiceInn span+span {
    margin-top: 0;
}

.deliverarea .but-outera-green {
    margin-top: 20px;
}

.deliverarea .but-outera-green:hover {
    background-color: rgba(28, 28, 28, 0.6);
    color: #ffffff;
}

.projectTreeCustom {
    width: 1131px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    margin-left: -213px;
    margin-top: -120px;
}

.projectTreeRight {
    float: right;
    width: 76%;
}

.projectTreeLeft {
    width: 24%;
}

.projectTreeLeft,
.innerLeft {
    float: left;
}

.innerLeft {
    float: left;
    width: 186px;
    margin-right: 33px
}

.blackRock {
    background: #323731;
    text-align: center;
    border: 1px solid #a5a7a5;
    padding: 10px 7px;
    position: relative;
    margin-top: 136px;
}

.innerLeft .blackRock:before,
.innerLeft .blackRock:after {
    position: absolute;
    left: 45%;
    background: url(../images/middle-left.png)no-repeat;
    width: 129px;
    height: 95px;
    content: "";
}

.innerLeft .blackRock:before {
    margin-top: -105px;
    top: 0;
}

.innerLeft .blackRock:after {
    bottom: 0;
    margin-bottom: -118px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.textDesign,
.textDesign span {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;

    font-weight: 400;
    line-height: 36px;
}

.textDesign {
    display: inline-block;
    vertical-align: top;
}

.serviceRight .projectTree .clearfix {
    background: transparent;
}

.projectTreeRight a {
    font-size: 21px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    text-align: right;
}

.middleLeft {
    float: left;
    width: 300px;
}

.mountainMeadow {
    background-color: #0e653b;
    width: 100%;
    padding: 16px 0;
    text-align: center;
}

.border-radius50 {
    border-radius: 50px;
}

.border-radius40 {
    border-radius: 40px;
}

.mountainMeadow+.mountainMeadow {
    margin-top: 64px;
    position: relative;
}

.mountainMeadow+.mountainMeadow:after {
    width: 16px;
    height: 49px;
    background: url(../images/down-arrow.png)no-repeat;
    content: "";
    top: 0;
    left: 50%;
    position: absolute;
    margin-top: -55px;
}

.leftArrow:after {
    right: 99%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.leftArrow:after {
    border-color: rgba(14, 101, 59, 0);
    border-right-color: #0e653b;
    border-width: 53px;
    margin-top: -53px;
}


/*
.leftArrow:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: transparent;
	border-width: 52px;
	margin-top: -52px;
}
*/

.leftArrow:before {
    left: 99%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.leftArrow:before {
    border-color: rgba(14, 101, 59, 0);
    border-left-color: #0e653b;
    border-width: 53px;
    margin-top: -53px;
}

.adjWidth {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.skew {
    transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
}

.mountainMeadow.skew:after {
    transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    -moz-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
    margin-left: -18px;
}

.innerRight {
    float: right;
}

.innerRight .blackRock {
    margin-top: 310px;
    min-width: 313px;
    margin-left: 27px;
}

.innerRight .blackRock:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url(../images/right-left.png)no-repeat;
    width: 193px;
    height: 239px;
    margin-right: 45%;
    margin-top: -275px;
}

.innerRight .blackRock:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../images/right-bottom.png)no-repeat;
    width: 180px;
    height: 271px;
    margin-right: 45%;
    margin-bottom: -297px;
}

.projectLeftS {
    background: #737477;
    min-width: 397px;
    padding: 10px;
    text-align: center;
    margin-top: 236px;
    position: relative;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.projectLeftS:after,
.projectLeftS:before {
    position: absolute;
    width: 95px;
    height: 41px;
    content: "";
    background: url(../images/design.png)no-repeat;
}

.projectLeftS:after {
    top: 70px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.projectLeftS a {
    display: inline-block;
    vertical-align: bottom;
}

.projectLeftS a i {
    color: #fff;
    font-size: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.projectLeftS:before {
    transform: rotate(90deg) scaleY(-1);
    -webkit-transform: rotate(90deg) scaleY(-1);
    -moz-transform: rotate(90deg) scaleY(-1);
    -ms-transform: rotate(90deg) scaleY(-1);
    -o-transform: rotate(90deg) scaleY(-1);
    bottom: -16px;
    right: 380px;
}

.mountainMeadow.skew a {
    transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    -moz-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
}

.mountainMeadow {
    position: relative;
}

.blackRock a,
.mountainMeadow a {
    position: absolute;
    top: 15px;
    right: 8px;
}

.mountainMeadow.border-radius50 a {
    top: 25px;
}

.mountainMeadow.adjWidth a {
    top: 39px;
    right: -28px;
}

.mountainMeadow.skew a {
    top: 10px;
    right: 15px;
}

.mountainMeadow.border-radius40 a {
    top: 45px;
    right: 10px;
}


/* 21-08-2017 */

.mapPage {
    padding-top: 115px;
    background: #B6FDEF;
}

.mapPage #mapplic svg {
    background: #B6FDEF;
}

.mapPage .mapplic-element {
    margin-top: -340px;
}


/* .mapPage .mapplic-map {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
} */

.mapPage .mapplic-pin {
    background-color: transparent !important;
}

.mapPage .mapplic-clickable {
    opacity: 1;
}

.mapPage .mapplic-clickable:hover {
    opacity: 0.8;
}

.mapPage .mapplic-tooltip-content {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
    margin-right: 0;
}



/***** contact-section *****/
.contact-section{
    min-height: 470px;
}

.contact-section .bannertop h1 {
    font-size: 70px;
}
.contact-innr{
    padding: 70px 0;
    font-size: 0;
}

.contact-details li{
    width: 33.33%;
    display: inline-block;
}

.contact-details .icon{
    font-size: 40px;
    color: #4F66FF;
    width: 15%;
    display: inline-block;
}

.contact-details span, .contact-details a{
    width: 85%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #646464;
    line-height: 24px;
    font-weight: 400;
}


.contact-details a:hover, .contact-details a:focus{
    color: #000;
}


.contact-details em{
    display: block;
    font-style: normal;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.ct-frm h3{
    font-size: 25px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

.ct-frm p{
    font-size: 14px;
    color: #646464;
    font-weight: 400;
    margin: 0;
}
.ct-part{
    padding: 40px 0 30px;
    font-size: 0;
}
.map .ct-part{
    padding: 60px 0 25px;
}
.form-inr{
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
}
.lt{
    padding-right: 12px;
}
.rt{
    padding-left: 12px;
}

.form-inr .form-control{
    height: 48px;
    padding: 10px 15px;
    border-color: #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    color: #999999;
}

.form-area textarea{
    width: 100%;
    height: 178px;
    border: 1px solid #dfdfdf;
    color: #999999;
    padding: 20px 15px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    resize: vertical;
}

.ct-frm .btn{
    width: 180px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #4F66FF;
    border: 0;
    text-transform: uppercase;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ct-frm .btn:hover, .ct-frm .btn:focus{
    background-color: #04683d;
    outline: 0;
}

.map{
    padding-left: 30px;
}

.map-inr{
    height: 395px;
}
.register{
    padding: 80px 0 75px;
}
.register p{
    font-size: 12px;
    color: #222;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}

.register em{
    display: block;
    font-style: normal;
}
#exampleModalLong .modal-content {
	border-radius: 0;
	box-shadow: none;
	border: 4px solid #e1e1e1;
}
#exampleModalLong .modal-dialog {
	width: 740px;
}
#exampleModalLong .modal-content .modal-header {
	padding: 8px 15px;
	border-bottom: 0;
}
#exampleModalLong .modal-content .modal-header .close {
	color: #000000;
	font-size: 30px;
	opacity: 1;
}
#exampleModalLong .modal-content .modal-body {
	padding: 50px;
	padding-top: 0;
}
#exampleModalLong .modal-content .modal-body h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.mod-description p {
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	color: #656565;
	margin-bottom: 20px;
}
.mod-description p:first-child {
	color: #4F66FF;
	font-size: 18px;
}
.alert-success{
    text-align: center;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.inner-banner-img {
	background-size: cover;
	background-position: center top;
}
/***** contact-section *****/
