div#page-container {
    margin-top: -1px !important;
}
/*body ul{
	    margin: 0px 0px 30px 0px;
    padding: 0px 0 0 2px;
    list-style: none;
}
body ul li {
    font-size: 16px;
    line-height: 30px;
    color: #3e4e62;
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding: 0 0 0 10px;
}
body ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background: #3e4e62;
    border-radius: 100%;
    top: 12px;
    left: 0;
}*/
/* slider */
.et_pb_slides .et_pb_container {
    display: table;
    table-layout: fixed;
    height: 100% !important;
}
.et_pb_section.banner-mainouter .et_pb_slide.et_pb_slide_with_image {
    padding: 45px 56px 50px 0px;
    float: left;
    width: 100%;
    background: #f6f9f9;
}
.et_pb_section.banner-mainouter .et_pb_slide_image {
    margin: 0 !important;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    height: 100%;
    width: 50%;
    order: 2;
	height: 650px;
}
.et_pb_section.banner-mainouter .et_pb_slide_image img {
    max-height: initial !important;
    float: left;
    width: 100%;
    height: 100%;
    opacity: 1;
	    object-fit: cover;
}
.et_pb_section.banner-mainouter .et_pb_slide.et_pb_slide_with_image .et_pb_slider_container_inner {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.et_pb_section.banner-mainouter .et_pb_slide_description {
    float: left;
    width: 50%;
    padding: 0;
	    margin: 60px 0 0;
}
.banner-mainouter .et_pb_slide_description h2 {
    font-size: 116px;
    text-align: center;
    float: left;
    width: 100%;
    padding: 0;
    color: #83ca00 !important;
    font-weight: 600;
    font-family: "d-din-condensed-dincondensed-bold";
    text-shadow: none;
    margin: 0 0 70px;
    position: relative;
}

@media only screen and (min-width:980px) and (max-width: 1610px) {
    .banner-mainouter .et_pb_slide_description h2 {
        padding-top: 90px;
    }
}
.banner-mainouter .et_pb_slide_description h2 a {
    color: #93c83d !important;
    opacity: 1;
    text-shadow: none;
}
.banner-mainouter .et_pb_slide_description .et_pb_slide_content {
    display: table;
       margin: 0 auto 10px;
    padding: 20px 0 0 0;
	    width: 390px;
}
.banner-mainouter .et_pb_slide_description .et_pb_slide_content p {
    font-size: 20px;
    color: #232020;
    font-weight: 600;
    font-family: "d-din-din-bold";
    text-shadow: none;
    text-align: center;
    line-height: 26px;
}
.banner-mainouter .et_pb_slide_description .et_pb_slide_content p span {
    font-size: 20px;
    color: #232020;
    font-weight: 600 !important;
    font-family: "d-din-din-bold";
    text-shadow: none;
    float: left;
    width: 100%;
    text-align: center;
}
.banner-mainouter .et_pb_slide_description .et_pb_button_wrapper {
    display: table;
    margin: 0 auto;
}
body #page-container .et_pb_section .et_pb_slide_description .et_pb_button_wrapper a.et_pb_more_button.et_pb_button {
    margin: 0;
    border: 0px solid;
    padding: 0 23px 0 0;
    font-size: 18px;
    color: #3e4e62 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "d-din-din-bold";
}
.banner-mainouter .et_pb_slide_description .et_pb_slide_content a {
    margin: 42px 23px 0 0;
    border: 0px solid;
    /*padding: 0 23px 0 0;*/
    font-size: 18px;
    color: #3e4e62 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "d-din-din-bold";
    display: inline-block;
}
body #page-container .et_pb_section .et_pb_slide_description .et_pb_button_wrapper a.et_pb_more_button.et_pb_button:after {
	display: none;
}
.et-pb-controllers {
    display: none;
}
/*.et-pb-slider-arrows {
    position: absolute;
    z-index: 999;
    width: 80px;
    float: left;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.et-pb-slider-arrows a {
    left: 0;
    opacity: 1;
    margin: 0;
    visibility: visible;
    color: #000;
    background: url(../images/Arrow-Left-green.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.et-pb-slider-arrows a:before {
	display: none;
}
.et-pb-slider-arrows a span {
	display: none;
}*/
.et-pb-slider-arrows {
        position: absolute;
    left: 25%;
       bottom: 50px;
    transform: translateX(-74%);
    -webkit-transform: translateX(-75%);
    z-index: 9;
}
.et-pb-slider-arrows a {
    left: 0 !important;
    opacity: 1;
    margin: 0;
    top: auto;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: initial;
    float: left;
    right: auto;
}
.et-pb-slider-arrows a.et-pb-arrow-prev {
   /* background: url(../images/Arrow-Left-green.svg);*/
}
.et-pb-slider-arrows a.et-pb-arrow-prev::before, .et-pb-slider-arrows a.et-pb-arrow-prev::after{
	  content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.et-pb-slider-arrows a.et-pb-arrow-prev::before {
	 background: url(../images/Arrow-Left-green.svg);
	 background: url(../images/Arrow-Left-white.svg);
    background-repeat: no-repeat;
	opacity:1;
}
.et-pb-slider-arrows a.et-pb-arrow-prev::after {
	background: url(../images/Arrow-Left-white.svg);
    background-repeat: no-repeat;
	opacity:0;
}
.et-pb-slider-arrows a.et-pb-arrow-prev:hover::before {
	opacity:0;
}
.et-pb-slider-arrows a.et-pb-arrow-prev:hover::after {
	opacity:1;
}
.et-pb-slider-arrows a.et-pb-arrow-prev:hover {
    background: url(../images/Arrow-Left-white.svg);
}
.et-pb-slider-arrows a.et-pb-arrow-next:before, .et-pb-slider-arrows a.et-pb-arrow-next:after{
	 content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*transition: 0.5s;
    -webkit-transition: 0.5s;*/
}
.et-pb-slider-arrows a.et-pb-arrow-next::before {
	 background: url(../images/Arrow-Right-Green.svg);
    background-repeat: no-repeat;
	opacity:1;
}
.et-pb-slider-arrows a.et-pb-arrow-next::after {
	background: url(../images/Arrow-Right-white.svg);
	background: url(../images/Arrow-Right-Green.svg);
    background-repeat: no-repeat;
	opacity:0;
}
.et-pb-slider-arrows a.et-pb-arrow-next:hover::before {
	opacity:0;
}
.et-pb-slider-arrows a.et-pb-arrow-next:hover::after {
	opacity:1;
}
.et-pb-slider-arrows a.et-pb-arrow-next {
   /* background: url(../images/Arrow-Right-Green.svg);*/
}
/* end of slider */



/*home page*/
.et_pb_section.home-equipment-sectionmain {
    width: 100%;
    float: left;
    padding: 25px 0px 17px 0px;
}
.home-equipment-sectionmain .home-equipment-sectioninner {
    width: 100% !important;
    float: left;
    padding: 0px 17px;
}
.equipment-categorypost-mainouter {
    width: 100%;
    float: left;
}
.equipment-categorypost-mainouter .owl-stage .equipment-categorypost-imagecontent {
    width: 100%;
}
.home-equipment-sectionmain .home-equipment-sectioninner .owl-dots {
    display: none;
}
.home-equipment-sectionmain .home-equipment-sectioninner .owl-nav {
    display: none;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent {
    width: calc((100% - 17px * 2) / 3);
    margin-right: 17px;
    float: left;
	    position: relative;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent:nth-child(3n){
	  margin-right: 0px;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent ul {
        padding: 0px;
    width: 100%;
    float: left;
    list-style-type: none;
    position: relative;
	overflow:hidden;
	    height: 100%;
    display: inline-flex;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent img {
    position: relative;
    width: 100%;
    height: 264px;
    object-fit: cover;
	    transform: scale(1);
	    -webkit-transform: scale(1);
		 transition: 0.5s;
    -webkit-transition: 0.5s;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent a:hover img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent li {
    position: absolute;
	width:100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
	font-family: 'DDINCondensedBold';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px 0;
	    z-index: 9;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent a{
	width:100%;
	float:left;
	position:relative;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}

.equipment-categorypost-mainouter .equipment-categorypost-imagecontent a::before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    background: url(../images/Arrow-Small-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
	    z-index: 9;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent a:hover::before{
	opacity:0;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent a::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    background: url(../images/Arrow-Small-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
	z-index:99;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent a:hover::after {
	opacity:1;
}
.equipment-categorypost-mainouter .equipment-categorypost-imagecontent ul:before {
    content: "";
    position: absolute;
    background: url(../images/img-overlay.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    transition: 0.5s;
	mix-blend-mode:multiply;
}
.et_pb_section.easyrents-main-outer {
    width: 100%;
    float: left;
    padding: 0px;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner {
    width: 100%;
    float: left;
    padding: 10px 54px 8px 54px;
    background: #93c83d;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_column:nth-child(1) {
    width: 67%;
    margin-right: 1%;
    justify-content: center;
    align-items: center;
    padding: 7px 0 6px 0;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_column:nth-child(1) .et_pb_text_inner {
    padding-left: 22px;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_column:nth-child(1) .et_pb_text_inner, .et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_column:nth-child(1) p  {
    font-size: 40px;
    line-height: 36px;
    color: #ffffff;
    /*font-weight: 700;*/
    text-align: left;
    font-family: "d-din-condensed-regular";
	font-family: 'DDINCondensedBold';
    text-transform: uppercase;
}

.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_column:nth-child(2) {
    width: 15.5%;
    margin: 0 15px 0 0;
    float: left;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_column:nth-child(2) a {
    float: right;
}
.easyrents-main-innercontent {
    padding: 4px 0 0;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_button_module_wrapper a {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    /*font-weight: 700;*/
    background: #232020;
    border: 1px solid #232020;
    font-family: "d-din-condensed-regular";
    text-transform: uppercase;
    padding: 10px 11px !important;
    position: relative;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 0px;
    width: 170px;
    text-align: center;
	font-family: 'DDINCondensedBold';
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_button_module_wrapper a::after {
	content:none !important;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_button_module_wrapper a:hover{
	border: 1px solid #fff;
	background:transparent;
}
.et_pb_section.easyrents-main-outer .easyrents-main-inner .et_pb_column:nth-child(3) {
    width: 15%;
    float: left;
}

/*callout section*/
body .et_pb_row.home-qualityrents-mainouter {
        width: 100% !important;
    float: left;
    padding: 37px 54px 45px 75px !important;
    background: url(../images/Road_background.svg) #232020;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
	position:relative;
	 background: #232020;
}
body .et_pb_row.home-qualityrents-mainouter::before{
	content:'';
	width:100%;
	height:100%;
	left:-45px;
	left:363px;
	top:0px;
	position:absolute;
	 background: url(../images/Road_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
body .et_pb_row.home-qualityrents-mainouter .et_pb_column:nth-child(1) {
    width: 21%;
    margin: 0;
    float: left;
}
body .et_pb_row.home-qualityrents-mainouter .home-qualityrents-logoimg img {
    width: 79%;
	    margin: 105px 0 0 0;
}
body .et_pb_row.home-qualityrents-mainouter .et_pb_column:nth-child(2) {
    width: 79%;
    float: left;
	    padding-left: 15px;
}
body .et_pb_row.home-qualityrents-mainouter .home-qualityrents-titlecontent h2 {
    font-size: 46px;
    line-height: 41px;
    color: #ffffff !important;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px 0;
}
body .et_pb_row.home-qualityrents-mainouter .home-qualityrents-titlecontent p span, body .et_pb_row.home-qualityrents-mainouter .home-qualityrents-titlecontent p {
    font-size: 28px;
    line-height: 42px;
    color: #93c83d;
    font-weight: 400;
    font-style: italic;
    font-family: "D-DIN";
    font-family: "d-din-din-italic";
    text-align: left;
}
body .et_pb_row.home-qualityrents-mainouter .home-qualityrents-titlecontent a.morelink.link_more {
    color: #fff;
    font-size: 20px;
    margin-left: 0px;
}
/*callout end*/
/*contact section*/
.et_pb_row.home-longterm-mainouter {
    width: 100%;
    float: left;
    padding: 0px;
}
.et_pb_row.home-longterm-mainouter .et_pb_column:nth-child(1) {
    width: 46%;
    margin: 0px;
    float: left;
	    padding: 0px;
		    min-height: 449px;
    position: relative;
}
.et_pb_row.home-longterm-mainouter .et_pb_column:nth-child(1) .home-longterm-titlecontent {
    width: 100%;
	       padding: 88px 10px 0px 10px;
    margin: 0 0 30px 0;
}
.et_pb_row.home-longterm-mainouter .et_pb_column:nth-child(1) .home-longterm-titlecontent p {
    font-size: 24px;
    line-height: 30px;
    color: #93c83d;
    font-weight: 700;
    text-align: center;
    font-family: "d-din-din-bold";
    text-transform: uppercase;
}
.et_pb_row.home-longterm-mainouter .home-longterm-innercontent {
    width: 100%;
    float: left;
    padding: 50px;
}
.home-contactrep-button {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
	    padding: 0 0 34px 0;
}
.home-contactrep-button a{
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    background: #232020;
    border: 1px solid #232020;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 23px 15px !important;
    position: relative;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 0px;
    width: 200px;
        text-align: center;
    display: inline-block;
}
.home-contactrep-button a span {
    font-weight: 900;
    font-size: 18px;
}
.home-contactrep-button a:hover{
	background: transparent;
    border: 1px solid #232020;
	color: #232020;
}
.home-longterm-subcontent {
    width: 100%;
    float: left;
    background: #93c83d;
    padding: 50px 10px 50px 10px;
	    position: absolute;
    bottom: 0px;
    left: 0;
}
.home-longterm-subcontent .et_pb_text_inner, .home-longterm-subcontent .et_pb_text_inner p {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-family: "d-din-din-italic";
}
.et_pb_row.home-longterm-mainouter .et_pb_column:nth-child(2) {
    width: 54%;
    margin: 0px;
    float: left;
}
.et_pb_row.home-longterm-mainouter .home-longterm-autorimg img {
    width: 100%;
    height: 449px;
    object-fit: cover;
}

/*contact section end*/
/*truck carousal*/
.homeforrent-slidersection-mainouter {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.homeforrent-slidersection-mainouter .homeforrent-slidersection-inner {
    width: 100%;
    float: left;
    padding: 0px;
}
.homeforrent-inner-postcontent {
    width: 100%;
    float: left;
}
.home-forrent {
    width: 100%;
    float: left;
}
.home-forrent .euipment-featureimg-outer {
    width: 54%;
    float: left;
	    margin-top: -1px;
}
.home-forrent .euipment-featureimg-outer img {
    width: 100%;
    height: 472px;
    object-fit: cover;
}

.home-forrent .home-equipment-contentcomouter {
    width: 46%;
    float: left;
    padding: 100px 40px 41px 60px;
}
.home-forrent .home-equipment-contentcomouter .home-equipment-title_otr h6 {
    font-size: 40px;
    line-height: 45px;
    color: #3e4e62;
    font-weight: 700;
    text-transform: none;
    font-family: 'DDINCondensedBold';
    padding: 0px;
	margin-left: -4px;
	margin-top: 20px;
}
.home-forrent .home-equipment-subtitle {
    font-size: 18px;
    line-height: 42px;
    color: #93c83d;
    font-weight: 700;
    font-family: "d-din-din-bold";
    text-transform: uppercase;
}
.home-forrent .home-equipment-subtitle span {
    font-family: "d-din-din-bold";
}
.home-forrent .home-equipment-content {
    width: 100%;
    margin: 0 0 15px 0;
    display: inline-block;
}
/*
.home-forrent .home-equipment-content p{
	 font-size: 16px;
    line-height: 30px;
    color: #3e4e62;
    font-family: 'Raleway', sans-serif;
	position:relative;
}*/
.home-forrent .home-equipment-content ul{
        margin: 0px 0px 30px 0px;
    padding: 0px 0 0 2px;
	    list-style: none;
	}
.home-forrent .home-equipment-content ul li {
        font-size: 16px;
    line-height: 30px;
    color: #3e4e62;
    font-family: 'Raleway', sans-serif;
	position:relative;
	    padding: 0 0 0 10px;
}
.home-forrent .home-equipment-content ul li::before {
        content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background: #3e4e62;
    border-radius: 100%;
    top: 12px;
    left: 0;
}
.home-equipment-content ul li::marker {
	content:none;
}
a.home-moreinfo-btn {
    font-size: 16px;
    line-height: 42px;
    color: #93c83d;
    /* font-weight: 700; */
    font-family: "d-din-din-bold";
    text-transform: uppercase;
    position: relative;
	padding: 0 0 0 20px;
	transition:.3s;
	-webkit-transition:.3s;
}
a.home-moreinfo-btn:hover{
	color: #696e7e;
}
a.home-moreinfo-btn::before{
	        content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/Point-Right-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
	 opacity:1;   
}
a.home-moreinfo-btn:hover::before{
	opacity:0;
}
a.home-moreinfo-btn::after{
	        content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
	background: url(../images/Point-Right-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
}
a.home-moreinfo-btn:hover::after{
	opacity:1;
}
.slider-avail-text span.available-text {
    font-size: 16px;
    line-height: 42px;
    color: #3e4e62;
    text-transform: uppercase;
    font-family: 'DDINBold';
}

.slider-avail-text {
    position: absolute;
    top: 30px;
}
.home-forrent .owl-dots {
    top: 30px;
    position: absolute;
        right: 20%;
    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
}
.home-forrent .owl-dots button.owl-dot {
    font-size: 16px;
    line-height: 42px;
    font-family: 'DDINBold';
    margin: 0px 11.3px;
    color: #3e4e62;
}
.home-forrent .owl-dots button.owl-dot.active {
    color: #93c83d;
}
.home-forrent .owl-nav {
	display:none;
}
/*truck carousal END*/
/*news section*/
.home-newsevents-mainouter {
    width: 100%;
    float: left;
    padding: 0px !important;
	    margin-top: -1px;
}
.home-newsevents-mainouter .home-newsevents-inner {
    width: 100%;
    float: left;
    padding: 0px;
}
.Home_blog_otr {
    width: 100%;
    float: left;
    background: #3e4e62;
	    position: relative;
}
.Home_blog_otr .title_otr {
    width: 46%;
    margin: 0px;
    float: left;
    padding: 175px 91px 50px 70px;
}
.home-newssection-title {
    width: 46%;
    float: left;
    position: absolute;
    left: 70px;
    top: 110px;
}
.home-newssection-title .et_pb_text_inner p{
    font-size: 46px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    z-index: 99;
	    text-transform: uppercase;
}
.Home_blog_otr .title_otr h6 {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.Home_blog_otr .left_col {
    width: 54%;
    margin: 0px;
    float: left;
    padding: 0px;
}
.Home_blog_otr .title_otr a.Readall-btn{
	    font-size: 16px;
    line-height: 42px;
    color: #93c83d;
    font-family: "d-din-din-bold";
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 20px;
    transition: .3s;
    -webkit-transition: .3s;
	    position: absolute;
    bottom: 70px;
}
.Home_blog_otr .title_otr a.Readall-btn:hover {
    color: #fff;
}
/*
.Home_blog_otr .title_otr a.Readall-btn::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/Point-Right-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.Home_blog_otr .title_otr a.Readall-btn:hover::before {
    background: url(../images/Point-Right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}*/
.Home_blog_otr .title_otr a.Readall-btn::before{
	        content: '';
    position: absolute;
    top: 11px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/Point-Right-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
	 opacity:1;   
}
.Home_blog_otr .title_otr a.Readall-btn:hover::before{
	opacity:0;
}
.Home_blog_otr .title_otr a.Readall-btn::after{
	        content: '';
    position: absolute;
    top: 11px;
    left: 0px;
    width: 18px;
    height: 18px;
	background: url(../images/Point-Right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
}
.Home_blog_otr .title_otr a.Readall-btn:hover::after{
	opacity:1;
}
.Home_blog_otr .left_col img {
    width: 100%;
    height: 449px;
    /*object-fit: cover;*/
    object-fit: contain;
}
/*news section END*/
/*logo carousal*/
.home-brandlogo-sectionouter {
    width: 100%;
    float: left;
}
.home-brandlogo-sectionouter .home-brandlogo-sectioninner {
    width: 100%;
    float: left;
        padding: 0px 17px 8px 17px;
}
.home_logoimage {
    width: 100%;
    float: left;
}
.home_logoimage span.et_pb_image_wrap {
    width: 200px;
    /*background: #ffee00;*/
    padding: 30px 0px;
    height: 85px;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.Home_blog_otr .left_col a {
    width: 100%;
    float: left;
    height: 100%;
    display: inline-flex;
}
.home_logoimage span.et_pb_image_wrap img {
    width: 100%;
    object-fit: cover;
}
.home_logoimage .owl-nav, .home_logoimage .owl-dots {
    display: none;
}
/*logo carousal end*/
/*bottom banner*/
.home-areyou-sectionouter {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.home-areyou-sectionouter .home-areyou-sectioninner {
    width: 100%;
    float: left;
    padding: 30px 72px;
    background: #3e4e62;
}
.home-areyou-sectionouter .home-areyou-sectioninner .et_pb_text_inner span {
		 font-size: 30px;
    line-height: 36px;
	text-align: center;
	color:#fff;
	font-style: italic;
    font-family: "d-din-din-italic";
        text-transform: capitalize; 
}
.home-areyou-sectionouter .home-areyou-sectioninner .et_pb_text_inner p, .home-areyou-sectionouter .home-areyou-sectioninner .et_pb_text_inner {
    font-size: 30px;
    line-height: 36px;
    color: #93c83d;
    text-align: center;
    text-transform: uppercase;
	font-family: 'DDINBold';
		    font-style: normal;
}
/*bottom banner END*/
/*home page END*/


/* about page */

.et_pb_section.bannerimg-mainouter {
    height: auto;
    float: left;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.et_pb_section.bannerimg-mainouter .bannerimg-maininner {
    padding: 0;
}
.bannerimg-mainouter .bannerimg-maininner .et_pb_image_wrap {
    width: 100%;
    padding-top: 100px;
}
.bannerimg-mainouter .bannerimg-maininner .banner-image {
    margin: 0 !important;
}
.bannerimg-mainouter .bannerimg-maininner .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: initial;
}
.bannerimg-mainouter .bannerimg-maininner .banner-title .et_pb_text_inner {
    font-size: 150px;
    color: #ec008c;
    text-transform: uppercase;
    font-family: "d-din-condensed-dincondensed-bold";
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 3px;
}
.et_pb_section.bannerimg-mainouter .bannerimg-maininner img {
     max-width: initial;
    width: 101%;
    /*height: 480px;*/
    object-fit: cover;
    margin: 0 0 0 -1px;
}
.About-contentsection-outer {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.About-contentsection-outer .About-contentsection-inner {
    width: 100%;
    float: left;
    padding: 0 35px;
	    min-height: 437px;
    display: flex;
}
.About-contentsection-outer .About-contentsection-inner .aboutmain-contentouter {
    width: 56%;
    width: 54.5%;
    float: left;
    padding: 38px 0 0 0;
	margin: 0px;
}
.About-contentsection-outer .About-contentsection-inner .aboutmain-contentouter .aboutpage-com-title {
    width: 100%;
    float: left;
    margin: 0px;
}
.About-contentsection-outer .About-contentsection-inner .aboutpage-com-contentouter {
    width: 100%;
    float: left;
    background-color: transparent;
        padding: 22px 34px 22px 50px;
}
.About-contentsection-outer .About-contentsection-inner .aboutpage-com-contentouter h3 {
    font-size: 18px;
    line-height: 42px;
    color: #93c83d !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
}
.About-contentsection-outer .About-contentsection-inner .aboutpage-com-contentouter p {
    font-size: 16px;
    color: #000;
	font-family: 'Raleway', sans-serif;
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter {
    width: 44%;
    float: left;
	position:relative;
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter:before{
	content:'';
	position:absolute;
	width:87%;
	height:100%;
	left:0px;
	top:0;
	background: url(../images/green-poly-box.png);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter .aboutpage-com-leftcont {
    width: 100%;
    float: left;
    background: transparent !important;
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter .aboutpage-com-leftcont {
    width: 100%;
    float: left;
    background: transparent !important;
    display: flex;
        justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter .aboutpage-com-leftcont h4 {
    font-size: 14px;
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
	    padding: 0px 0 3px 0;
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter .aboutpage-com-leftcont p, .About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter .aboutpage-com-leftcont {
    font-size: 20px;
    color: #3e4e62 !important;
    font-family: 'DDINCondensedBold';
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter .aboutpage-com-leftcont .et_pb_promo_description {
    margin: 107px -48px 0px 0;
    width: 235px;
    float: right;
	position:relative;
}
.About-contentsection-outer .About-contentsection-inner .aboutsub-contentouter .aboutpage-com-leftcont .et_pb_promo_description::before {
    content: '';
    position: absolute;
    width: 103px;
    height: 12px;
    background: #000;
    top: -30px;
    left: -60px;
}
/*2nd section*/
.management_team_section_otr {
    width: 100%;
    float: left;
	    padding: 0px !important;
		    margin-top: -2px;
}

.management_team_section_otr .management_team_section_innr {
    width: 56%;
    width: 54.3%;
    float: left;
    padding: 0px 0 0 118px;
    background: #232020;
    display: grid;
    grid-template-columns: 46% 55%;
    overflow: hidden;
}


.et_pb_column.management_team_section_col_one {
    grid-row: 1 / 3;
    display: grid;
}
.management_team_section_otr .management_team_section_innr .management_team_section_col_one, .management_team_section_otr .management_team_section_innr .management_team_section_col_two {
    width: 100%;
    margin: 0px;
}

.management_team_section_otr .management_team_section_innr .management_team_section_col_one .et_pb_module.et_pb_image {
    margin: 0;
}
.management_team_section_otr .management_team_section_innr .management_team_section_col_one .et_pb_module.et_pb_image .et_pb_image_wrap {
    height: 100%;
}

.management_team_section_otr .management_team_section_innr .management_team_section_col_one, .management_team_section_otr .management_team_section_innr .management_team_section_col_two {
    width: 100%;
    margin: 0px;
}

/*for big size window*
.management_team_section_otr .management_team_section_innr{
	    grid-template-columns: 270px 344px !important;
}
.et_pb_column.management_team_section_col_three {
    width: 101% !important;
}
.management_team_section_otr .management_team_section_innr .management_team_section_col_one img {
    width: 270px !important;
    height: 270px !important;
}
.management_team_section_otr .management_team_section_innr .management_team_section_col_two .et_pb_module.et_pb_image.et_pb_image_3 img{
    width: 344px !important;
    height: 320px !important;
}
.et_pb_column.management_team_section_col_three .et_pb_module.et_pb_image.et_pb_image_4 img{
    width: 229px !important;
    height: 222px !important;
}
.et_pb_column.management_team_section_col_three .et_pb_module.et_pb_image.et_pb_image_5 img, .et_pb_column.management_team_section_col_three .et_pb_module.et_pb_image.et_pb_image_6 img{
    width: 115px !important;
    height: 111px !important;
}
/*for big size window end*/
.et_pb_column.management_team_section_col_three {
    width: 100%;
    display: grid;
    grid-template-columns: 66% 33%;
}
.et_pb_column.management_team_section_col_three .et_pb_module.et_pb_image.et_pb_image_4 {
    grid-row: 1 / 3;
}
.management_team_section_otr .management_team_section_innr .management_team_section_col_three .et_pb_module.et_pb_image {
    margin: 0;
}
.et_pb_module.et_pb_image.et_pb_image_3 {
    grid-row: 1 / 3;
}

.management_team_section_otr .management_team_section_innr .et_pb_module.et_pb_image .et_pb_image_wrap img {
    height: auto;
    object-fit: cover;
	width:100%;
	position:relative;
}

.management_team_section_otr .management_team_section_innr .et_pb_module.et_pb_image .et_pb_image_wrap:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: url(../images/about-overlay1.png);
    background-size: cover;
    background-repeat: no-repeat;
	z-index:1;
	    mix-blend-mode: multiply;
		opacity:1;
}
.management_team_section_otr .management_team_section_innr .et_pb_module.et_pb_image {
    height: 100%;
}

.management_team_section_otr .management_team_section_innr .et_pb_module.et_pb_image .et_pb_image_wrap {
        height: 100%;
    display: inline-flex;
    width: 100%;
	position:relative;
}
.management_team_section_otr .about-manage-comcontent {
    width: 44%;
    float: left;
    position: relative;
	    padding: 0px !important;    
}
.management_team_section_otr .about-manage-comcontent .et_pb_column{
	padding: 180px 70px 70px 150px;
	   padding: 30.5% 70px 70px 150px;
}
.about-manage-subcontents {
    width: 100%;
    float: left;
    background: transparent !important;
	padding:0px !important;
}    
.management_team_section_otr .about-manage-comcontent, .management_team_section_otr .about-manage-comcontent p {
    font-size: 18px;
    line-height: 42px;
    color: #93c83d !important;
    font-family: 'DDINBold';
	    text-transform: uppercase;
		text-align:left;
}
.management_team_section_otr .about-manage-comcontent .et_pb_button_module_wrapper {
    margin: 69px 0 0;
    display: inline-block;
}
.management_team_section_otr .about-manage-comcontent h2 {
    font-size: 40px;
line-height: 42px;
color: #3e4e62 !important;
    font-family: 'DDINCondensedBold';
	    text-transform: uppercase;
		    padding: 0px !important;
			text-align:left;
}

a.about-manage-button {
    font-size: 16px;
    line-height: 42px;
    color: #93c83d;
    font-family: "d-din-din-bold";
    text-transform: uppercase;
    position: relative;
	padding: 0 0 0 20px !important;
	transition:.3s;
	-webkit-transition:.3s;
	    border: none !important;
}
a.about-manage-button:hover{
	color: #696e7e;
}
a.about-manage-button::before{
	        content: '' !important;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 18px;
    height: 18px;
        background: url(../images/Point-Right-green.svg) no-repeat !important;
    background-size: contain;
    background-repeat: no-repeat;
	 opacity:1;   
	     display: block !important;
    margin: auto !important;
}
a.about-manage-button:hover::before{
	opacity:0;
}
a.about-manage-button::after{
	        content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 18px;
    height: 18px;
	background: url(../images/Point-Right-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
	    margin: auto !important;
}
a.about-manage-button:hover::after{
	opacity:1;
}
a.about-manage-button:hover {
    background: transparent !important;
}
/*2nd section END*/
/*3rd section*/
.about-meetyour-areaouter {
    width: 100%;
    float: left;
    padding: 0px !important;
	    background: #f0f3f5;
}
.about-meetyour-areaouter .about-meetyour-areainner {
    width: 100%;
    float: left;
    padding: 0px;
	    display: flex;
    flex-wrap: wrap;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left {
	width: 71%;
    float: left;
	margin:0px;
    position: relative;	
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left .et_pb_module {
    background: transparent !important;
	    padding: 87px 0px;
    margin: 0px !important;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_right{
	width: 29%;
    float: left;
    position: relative;	
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left h2 {
    font-size: 46px;
    line-height: 41px;
    color: #3e4e62 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
	 text-align: center;
	     margin: 0 0 19px;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left p {
    font-size: 28px;
    line-height: 42px;
    color: #3e4e62;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
	font-family: 'Raleway', sans-serif;
	    text-transform: capitalize;
		    width: 48%;
    margin: 0 auto;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left .et_pb_button_module_wrapper {
    width: 100%;
    text-align: center;
    padding: 0px !important;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left a.about-meetyour-areabutton{
	
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left a.about-meetyour-areabutton{
	    font-size: 16px;
    line-height: 42px;
    color: #93c83d;
    font-family: "d-din-din-bold";
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 20px;
    transition: .3s;
    -webkit-transition: .3s;
    bottom: 70px;
	 border: none !important;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left a.about-meetyour-areabutton:hover {
        color: #696e7e;
		    background: transparent !important;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left a.about-meetyour-areabutton::before{
	        content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/Point-Right-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
	 opacity:1;   
	     display: block !important;
    margin: auto !important;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left a.about-meetyour-areabutton:hover::before{
	opacity:0;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left a.about-meetyour-areabutton::after{
	        content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 18px;
    height: 18px;
	background: url(../images/Point-Right-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
	    margin: auto !important;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left a.about-meetyour-areabutton:hover::after{
	opacity:1;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_left .et_pb_button_module_wrapper {
    position: absolute;
    width: 100% !important;
    float: left;
    bottom: -17px;
    display: inline-block;
}
.home-areyou-sectionouter .home-areyou-sectioninner.home-areyou-section_inr {
    padding: 20px 72px;
	padding: 16px 72px 13px 72px;
}
.home-areyou-sectionouter .home-areyou-sectioninner.home-areyou-section_inr .are-you-redy_sec_first_col {
    padding: 7px 0 0;
}
.are-you-redy_sec_col {
    padding: 0 0 0 20px;
}
.are-you-redy_sec_col img {
    width: 99px;
    height: 46px;
}
.about-meetyour-areaouter .about-meetyour-areainner .meet_area_rep_right img {
    width: 100%;
    height: 393px;
	    object-fit: cover;
}
/*3rd section END*/
/* end of about page */

/*management page*/

.meet_the_team_sec_otr h1 {
    margin: 0 0 0 -30px;
}
.meet_the_team_sec_otr {
    width: 100%;
    float: left;
	    padding: 5px 0px 42px 0px !important;
}
.meet_the_team_sec_otr .et_pb_row {
    padding: 0 54px !important;
}
.management_post_list_otr {
    width: 100%;
    float: left;
	position:relative;
}
.management_post_list_otr h3 {
    font-size: 18px;
    line-height: 37px;
    color: #93c83d;
    font-family: 'DDINBold';
    text-transform: uppercase;
    padding: 0 0 0 20px;
}
.management_post_list_otr p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #000;
    padding: 0 0 25px 20px;
}
.management_post_list_otr img.featuredimage_meet {
       width: 271px;
       width: 100%;
    height: 271px;
    object-fit: cover;
}

/*management page END*/

/*contact page*/
.et_pb_section.contact_page_intro_sec_otr {
    width: 100%;
    float: left;
	position: relative;
	padding: 0px 0 25px 0;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_onnu {
    width: 63% !important;
    float: left;
    max-width: initial; 
    margin: 0;
	padding: 0px 20px 45px 72px !important;
	position:relative;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_onnu:before{
	    content: '';
    position: absolute;
        width: 132px;
    height: 12px;
    background: #696e7e;
    bottom: 13px;
    left: 0px;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_onnu .contact_text_module_one {
    width: 100%;
    float: left;
    padding: 0px 30px;
    margin: 0 0 30px;
}

.contact_page_intro_sec_otr .contact_page_intro_sec_innr_onnu .contact_text_module_two {
    width: 100%;
    float: left;
	    padding: 0 30px 0 0;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_onnu .contact_text_module_two h5 {
    font-size: 18px;
    line-height: 42px;
    color: #93c83d;
    font-family: 'DDINBold';
	    padding: 0px;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_onnu .contact_text_module_two p {
    font-size: 16px;
    color: #000;
	font-family: 'Raleway', sans-serif;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_two {
    width: 63% !important;
    float: left;
    max-width: initial !important;
    margin: 0;
    padding: 40px 0 0 72px !important;
}
ul.contact_outer_section {
    width: 100%;
    float: left;
    list-style: none;
	    padding: 0px;
}
ul.contact_outer_section ::placeholder{
	color:#3e4f63
}
ul.contact_outer_section li {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: 150px auto;
}
ul.contact_outer_section li label {
    width: 150px;
    background: #232020;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-family: "d-din-condensed-regular";
    font-weight: 500;
    padding: 13px 10px 12px 15px;
    display: inline-block;
}
ul.contact_outer_section li span {
        width: 100%;
    float: left;
    display: inline-flex;
	    flex-wrap: wrap;
}
ul.contact_outer_section input[type=email], ul.contact_outer_section input[type=password], ul.contact_outer_section input[type=tel], ul.contact_outer_section input[type=text] {
    font-size: 20px;
    line-height: 30px;
    color: #9498a1;
    color: #3e4f63;
    font-family: "Raleway";
    height: 50px;
    border-bottom: 1px solid #000 !important;
    border: none;
    width: 100%;
	    padding: 0 0 2px 30px;
}
ul.contact_outer_section ::placeholder {
    color: #9498a1 !important;
}
span.wpcf7-form-control-wrap.state.open .holdertext, span.wpcf7-form-control-wrap.interest.open .holdertext {
    color: #3e4f63;
}
ul.contact_outer_section select#statename, ul.contact_outer_section select#interestsname {
    font-size: 20px;
    line-height: 30px;
    color: #9498a1;
    font-family: "Raleway";
    height: 56px;
    border-bottom: 2px solid #000 !important;
    border: none;
    width: 100%;
    padding: 0 0 0 30px;
        background: url(../images/Dropdown.svg) no-repeat right transparent;
    -webkit-appearance: none;
    background-position-x: 99%;
    background-size: 26px;
    background-position-y: 15px;
	
}
span.holderlabel {
    display:none !important;
}
span.holdertext{
    font-size: 20px;
    line-height: 30px;
    color: #9498a1;
    font-family: "Raleway";
    padding: 12px 0 11px 30px;
    padding: 9px 0 14px 30px;
	
	   background: url(../images/Dropdown.svg) no-repeat right transparent;
    -webkit-appearance: none;
    background-position-x: 100%;
    background-size: 26px 28px;
    background-position-y: 10px;
	    font-weight: 400;
    text-transform: capitalize;
	    border-bottom: 1px solid #000 !important;
		    height: 50px;
}
ul.select_ul {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
	    padding: 17px 0 65px 0;
		    border-bottom: 1px solid #000 !important;
}
ul.select_ul li {
    font-size: 20px;
    line-height: 46px;
    color: #9498a1;
    font-family: "Raleway";
        display: inline-block;
    padding: 10px 0 10px 30px;
    padding: 0px 0 0px 30px;
    margin: 0px;
	    font-weight: 400;
}
ul.select_ul li:hover{
    background: #93c83d;
	color:#fff;
}
ul.select_ul li:nth-child(1){
	display:none !important;
}
li.contactsinterestlist label, li.contactstatelist label{
    height: 50px;
}
ul.contact_outer_section li.contactcomments {
    align-items: flex-end;
}
ul.contact_outer_section li.contactcomments label {
    margin-top: -12px !important;
    display: inline;
}

ul.contact_outer_section li textarea {
    font-size: 20px;
    line-height: 30px;
    color: #9498a1;
	color: #3e4f63;
    font-family: "Raleway";
    height: 106px;
    border-bottom: 1px solid #000 !important;
    border: none;
    width: 100%;
    padding: 0 45px 20px 30px;
	    resize: none;
		
}
.wpcf7-form.sent textarea.wpcf7-form-control.wpcf7-textarea {
    height: 105px !important;
}
ul.contact_outer_section li:nth-child(3n+1) {
    width: 100%;
    float: left;
}
ul.contact_outer_section li.contactnameone, ul.contact_outer_section li.contactnumber {
    width: 46.5%;
    float: left;
}
ul.contact_outer_section li.contactnametwo, ul.contact_outer_section li.contactstatelist{
    width: 46.5%;
    float: right;
}
ul.contact_outer_section li.contactsubmit {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
ul.contact_outer_section li.contactsubmit input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
    border: 1px solid #93c83d;
    font-family: 'DDINCondensedBold';
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    padding: 12px 50px 12px 23px;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    letter-spacing: 1px;
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    background-color: #93c83d;
}
ul.contact_outer_section li.contactsubmit input.wpcf7-form-control.wpcf7-submit:hover{
	background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    border: 1px solid #3e4e62;
    background-color: #3e4e62;
}
/*ul.contact_outer_section li.contactsubmit input.wpcf7-form-control.wpcf7-submit:before {
	    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}*/
.contact_page_intro_sec_otr form.wpcf7-form.sent .wpcf7-response-output {
    margin: 25px 0 0;
}
.contact_page_intro_sec_otr form.wpcf7-form.invalid .wpcf7-response-output {
    margin: 25px 0 0;
}
.contact_page_intro_sec_otr form.wpcf7-form.spam .wpcf7-response-output {
    margin: 25px 0 0;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_three {
    width: 37% !important;
    float: left;
    right: 0;
    margin: -155px 0 0 0;
    padding: 0 88px 0 54px;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_three .et_pb_column {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 17px;
	    height: 415px;
	    height: auto;
}
.contact_page_intro_sec_otr .et_pb_module.et_pb_image {
    height: 100%;    margin: 0px;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_three .et_pb_column .contact_page_intro_sec_imgone {
    grid-row: 1 / 3;
    grid-row: 1 / 4;
}
.contact_page_intro_sec_otr .et_pb_module.et_pb_image span.et_pb_image_wrap {
    height: 100%;
    display: inline-flex;
    width: 100%;
    position: relative;
}
.contact_page_intro_sec_otr .et_pb_module.et_pb_image span.et_pb_image_wrap img {
    height: auto;
    object-fit: cover;
    width: 100%;
    position: relative;
}
/*for image zoom*/
.contact_page_intro_sec_imgthree img, .contact_page_intro_sec_imgsec img {
    height: 180px !important;
}
.contact_page_intro_sec_imgone img {
    height: 380px !important;
}
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_three .et_pb_column, .contact_page_intro_sec_otr .contact_page_intro_sec_innr_four .et_pb_column {
    width: 360px !important;
	    float: right;
}
/*for image zoom END*/
.contact_page_intro_sec_otr .contact_page_intro_sec_innr_four {
    width: 37% !important;
    float: right;
}
.home-forrent .home-equipment-content a.morelink.link_more {
    pointer-events: none;
    color: #232020;
    margin-left: -3px;
}
.contact_page_link_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 125px 17px 0 0;
    padding: 119px 17px 0 0;
}
.contact_page_link_text a {
    font-size: 16px;
    line-height: 20px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    background: #232020;
    border: 1px solid #232020;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 18px 22px 17px !important;
	    padding: 16px 22px 15px !important;
    position: relative;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 0px;
    width: 200px;
    text-align: center;
    display: inline-block;
}
.contact_page_link_text a span{
	    font-weight: 900;
    font-size: 18px;
}
.contact_page_link_text a:hover{
	    background: transparent;
    border: 1px solid #232020;
    color: #232020;
}
div.wpcf7 .ajax-loader {
    position: absolute;
	    left: 0;
}
span.wpcf7-not-valid-tip {
    font-size: 0;
    border-top: 1px solid #f00;
    margin-top: -1px;
    height: 2px;
}
/*
.contactsinterestlist select#gallery_sortby {
    margin: 0;
    position: absolute;
    z-index: -1;
    cursor: pointer;
    outline: none;
    opacity: 0;
}
.contactsinterestlist span.holder {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 50px;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    letter-spacing: 2px;
    font-family: 'Karla',san-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #000 !important;
}
.contactsinterestlist .select-wrapper .select_ul {
    list-style: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2;
}*/
.common_title-otr.contact_title_section {
    padding: 38px 0 30px !important;
}
/*contact page END*/

/*about management team page*/
.management_post_list_otr {
    width: 100%;
    float: left;
    position: relative;
}
.management_team_overall_outer {
    width: 100%;
    float: left;
    position: relative;
	display: flex;
    flex-wrap: wrap;
}
.management_team_overall_outer h3{
	    order: 1;
    width: 100%;
    float: left;
	    margin: 21px 0 0 0;
}
.management_team_overall_outer:nth-child(1) h3 {
    margin: 0px 0 0 0;
}
.management_team_overall_outer p{
	order: 2;
    width: 100%;
    float: left;
	    margin: 0 0 25px 0;
}
.featuredimage_meet_outer {
    width: 271px;
    width: 21.85%;
    float: left;
	    order: 3;
		    margin-left: 52px;
			    display: inline-grid;
				    margin: 0 0 18px 52px;
					    margin: 0 0 0px 4.2%;
						padding: 0 0 15px 0;
}
.featuredimage_meet_outer.imghoverclass img, .featuredimage_meet_outer.hoverclass img{
    border-bottom: 8px solid #93c83d;
}
.featuredimage_meet_outer img{
	border-bottom: 8px solid #fff;
}
.featuredimage_meet_outer:nth-child(3) {
    margin-left: 0px;
}
.featuredimage_meet_outer:nth-child(11) {
    margin-left: 0px;
}
.featuredimage_meet_outer:nth-child(19) {
    margin-left: 0px;
}
.featuredimage_meet_outer:nth-child(8n+11) {
    margin-left: 0px;
}
.management_post_full_info {
        width: calc(100% + 144px);
    float: left;
    position: relative;
    background: #3e4e62;
    padding: 48px 272px 48px 92px;
    padding: 42px 272px 42px 92px;
    bottom: 0px;
    left: -72px;
	order:4;
	    height:100%;
    display: none;
	    flex: none;
		    transition: .1s;
		   -webkit-transition: .1s;
		      
}
.management_post_full_info.contenthoverclass{
	display:block;
	height:100%
}
.management_post_full_info:before{
	    content: '';
    position: absolute;
        top: 0px;
    right: 0px;
        width: 338px;
    height: 100%;
    background: url(../images/Corner-Road.svg);
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
}
 
.management_post_full_info .management_post_list_name {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'DDINCondensedBold';
	    z-index: 9;
    position: relative;
}
.management_post_full_info .management_post_list_title {
    font-size: 18px;
    line-height: 33px;
    color: #93c83d;
    font-family: 'DDINBold';
    text-transform: uppercase;
	    margin: 0 0 20px 0;
		    z-index: 9;
    position: relative;
	    padding: 0 0 0 4px;
}
.management_post_full_info .management_post_list_content {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Raleway";
	    z-index: 9;
    position: relative;
	    padding: 0 0 0 4px;
		    font-weight: normal;
}
.management_post_list_contactinfo {
    width: 100%;
    float: left;
    padding: 38px 0 0 0;
    padding: 31px 0 0 0;
}

.management_post_list_contactinfo p {
    font-size: 20px;
    color: #ffffff;
    font-family: 'DDINCondensedBold';
    width: auto !important;
    display: inline-block;
    padding: 0px 20px 0 0;
    position: relative;
	    margin: 0px;
}
.management_post_list_contactinfo p span {
    font-size: 14px;
    color: #ffffff;
    font-family: "Raleway";
    font-weight: normal;
}
.management_post_list_contactinfo p:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 11px;
    width: 1px;
    height: 13px;
    background: #c4c3c3;
}
.management_post_list_contactinfo p:nth-last-child(1)::before {
    content: none;
}
.management_post_list_contactinfo p a {
    color: #fff;
    position: relative;
}
.contact_rep_info_otr {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.contact_rep_info_otr .et_pb_row {
    padding: 0px;
    width: 100%;
    float: left;
}
.contact_rep_info_otr .et_pb_column h3 {
    font-size: 40px;
    line-height: 35px;
    color: #3e4e62;
    font-family: 'DDINCondensedBold';
	    padding: 0px;
}
.contact_rep_info_otr .et_pb_column h4 {
    font-size: 18px;
    line-height: 47px;
    color: #93c83d;
    font-family: 'DDINBold';
	    padding: 0 0 10px 3px;
}
.contact_rep_info_otr .et_pb_column a {
    font-size: 16px;
    line-height: 42px;
    color: #3e4e62;
    font-family: "d-din-din-bold";
    text-transform: uppercase;
    position: relative;
	padding: 0 0 0 20px !important;
	transition:.3s;
	-webkit-transition:.3s;
	    border: none !important;
}
.contact_rep_info_otr .et_pb_column a:hover{
	opacity:.7;
}
.contact_rep_info_otr .et_pb_column a::before{
	        content: '' !important;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 18px;
    height: 18px;
        background: url(../images/Point-Right-grey.svg) no-repeat !important;
    background-size: contain;
    background-repeat: no-repeat;
	 opacity:1;   
	     display: block !important;
    margin: auto !important;
}
.contact_rep_info_otr .et_pb_column a:hover::before{
	opacity:0;
}
.contact_rep_info_otr .et_pb_column a::after{
	        content: '';
    position: absolute;
    top: 5px;
    left: 2px;
    width: 18px;
    height: 18px;
	background: url(../images/Point-Right-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
	opacity:0;
	    margin: auto !important;
}
.contact_rep_info_otr .et_pb_column a:hover::after{
	opacity:.7;
}
.contact_rep_info_otr .et_pb_column a:hover {
    background: transparent !important;
}
.meet_the_team_image_column {
    width: 50% !important;
    float: left;
    margin: 0px !important;
    position: relative;
}

.meet_the_team_text_column {
    width: 50%;
    float: left;
    padding: 173px 20px 0px 100px;
}
.meet_the_team_text_column .et_pb_module.et_pb_text {
    margin: 0 0 5px 0;
}
.meet_the_team_image_column .et_pb_image .et_pb_image_wrap{
	width:100%;
	float:left;
	position:relative;
}
.meet_the_team_image_column .et_pb_image .et_pb_image_wrap:before{
	content:'';
	    position: absolute;
    width: 588px;
    height: 100%;
    background: url(../images/about-team_desktop2.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -15px;
    top: 0;
    z-index: 9;
}
.meet_the_team_image_column img {
    width: 58%;
    object-fit: cover;
        height: 479px;
    filter: brightness(0.5);
}

/*about team managemenet inner page END*/
/*map page*/
.area_rep_map_section_outer .area_rep_map_row_outer {
    padding: 0px !important;
    width: 100%;
    float: left;
}
.repinformation_outer {
    width: 100%;
    float: left;
}
.repinformation_inner_left_right_otr {
    width: 100%;
    float: left;
    background: #3e4e62;
    padding: 27px 72px;
}
.repinformation_outer .repinformation_inner_left {
    width: 65%;
    float: left;
}
.repinformation_outer .repinformation_inner_left .repinformation_inner_left_one p {
    font-size: 18px;
    color: #93c83d;
    font-family: 'DDINBold';
    text-transform: uppercase;
}
.repinformation_outer .repinformation_inner_left .repinformation_inner_left_two p {
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
	    font-weight: 400;
}
.repinformation_inner_right {
    width: 35%;
    float: left;
}
.repinformation_inner_right button#group1 {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'DDINCondensedBold';
    background: #93c83d;
    border: 1px solid #93c83d;
    width: 160px;
    padding: 15px 0;
	transition:.3s;
	-webkit-transition:.3s;
	    float: right;
    margin: 2px 0 0 0;
	    text-transform: uppercase;
		    cursor: pointer;
}
.repinformation_inner_right button#group1:hover {
    border: 1px solid #fff;
    background: transparent;
}
.repinformation {
    width: 100%;
    float: left;
	    padding: 10px 72px 6px 72px;
		 display: inline-block;
}
.rep_information_bottom_overall {
   width: calc((100% - 60px * 1) / 2);
    float: left;
    margin-right: 60px;
	    border-bottom: 1px solid #93c83d;
        padding: 35px 0 35px 0;
    }
	.rep_information_bottom_overall:nth-child(2n) {
    margin-right: 0px;
}
.rep_information_bottom_overall .rep_information_bottom_left {
    width: 125px;
    height: 125px;
    float: left;
}
.rep_information_bottom_overall .rep_information_bottom_left img {
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.rep_information_bottom_overall .rep_information_bottom_right {
    float: left;
    padding: 0 0 0 15px;
	    width: calc(100% - 125px);
}
.rep_information_bottom_overall .rep_information_bottom_right h2 {
    font-size: 30px;
    color: #232020;
    font-family: 'DDINCondensedBold';
    text-transform: uppercase;
	    margin: 10px 0 0;
		    padding: 0 0 2px;
}
.rep_information_bottom_overall .rep_information_bottom_right p {
    font-size: 18px;
    color: #93c83d;
    font-family: 'DDINBold';
	    text-transform: uppercase;
		    padding: 0 0 0 3px;
}
.rep_information_bottom_contactinfo {
    width: 100%;
    float: left;
    padding: 21px 0 0;
}
span.rep_information_bottom_phone, span.rep_information_bottom_mail {
    font-size: 14px;
    color: #000;
    font-family: "Raleway";
    font-weight: normal;
	position: relative;
    display: inline-block;
}
span.rep_information_bottom_phone a, span.rep_information_bottom_mail a {
    font-size: 20px;
    color: #000;
    font-family: 'DDINCondensedBold';
    width: auto !important;
    display: inline-block;
    padding: 0px 20px 0 0;
        text-transform: uppercase;
    margin: 0px;
}
span.rep_information_bottom_phone:before{
	    content: "";
    position: absolute;
    right: 8px;
        bottom: 6px;
    width: 1px;
    height: 13px;
    background: #000;
}
.rep_information_bottom_overall:nth-last-child(1), .rep_information_bottom_overall:nth-last-child(2) {
    border-bottom: none;
	 padding: 35px 0 25px 0;
}
div#map_overall_outer{
	width: 100%;
    float: left;
    position: relative;
}
div#map_overall_outer:before{
	
	content:'';
	    position: absolute;
    width: 100%;
    height: 69%;
    background: url(../images/Map-background.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left:0px;
        top: 14.1%;
	}
div#map_outer {
    width: 100%;
    float: left;
    padding: 0px 100px;
}

div#map {
    width: 100%;
    float: left;
    position: relative;
}
/*
div#map:before{
	content:'';
	    position: absolute;
    width: 100%;
    height: 86%;
    background: url(../images/Map-background.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left:0px;
        top: 14%;
}*/
div#map_holder {
    padding: 0px 0px;
    float: left;
}
.repinformation_inner_left_two.active p {
    padding: 15px 0 0 0;
}
.common_title-otr.contact_title_section.map_title_section {
    padding: 60px 0 30px !important;
}

/*popup*/

#tt_sm_map .tt_name_sm {
    display: block;
}
#tt_sm_map .rep_information_bottom_overall {
    padding: 0px;
    width: 100%;
    margin: 0px;
	    border-bottom: none;
		    background-color: #ffffff;
    padding: 14px 14px 0px 14px !important;
}
#tt_sm_map .rep_information_bottom_contactinfo{
	    padding: 12px 0 0;
}
#tt_sm_map .rep_information_bottom_overall .rep_information_bottom_right h2{
	    margin: 34px 0 0;
}
#tt_sm_map .tt_custom_sm .rep_information_bottom_contactinfo {
    display: none;
}
#tt_sm_map a.btn_simplemaps {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'DDINCondensedBold';
    background: #93c83d;
    border: 1px solid #93c83d;
    transition: .3s;
    -webkit-transition: .3s;
    text-transform: uppercase;
    text-decoration: none !important;
}
#tt_sm_map a.btn_simplemaps:hover{
	    background: #3e4e62;
    border: 1px solid #3e4e62;
}
#tt_sm_map span.rep_information_bottom_phone, #tt_sm_map span.rep_information_bottom_mail {
    font-size: 12px;
}
#tt_sm_map span.rep_information_bottom_phone a, #tt_sm_map span.rep_information_bottom_mail a {
    font-size: 18px;
}
/*new*/

#tt_sm_map .tt_custom_sm {
    position: relative;
    top: -16px;
    padding: 0px !important;
}
#tt_sm_map .xmark_sm {
    position: absolute;
    top: 7px;
    right: 5px;
	    z-index: 9999;
}
/*map page END*/
a.morelink {
    display: inline-block;
    color: #ffffff;
    margin-left: -10px;
	    font-size: 24px;
}
a.morelink.less {
    margin-left: 0px !important;
	    font-size: 24px;
}





/*meet the team page orders for image alignment END*/

.featuredimage_meet_outer_image_content {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.featuredimage_meet_outer:nth-child(1) {
    order: 1;
	    margin-left: 0px;
}
.featuredimage_meet_outer:nth-child(3) {
    order: 2;
    left: 0;
	    margin: 0 0 0px 4.2% !important;
		    padding: 0 0 15px 0;
}
.featuredimage_meet_outer:nth-child(5) {
    order: 3;
}
.featuredimage_meet_outer:nth-child(7) {
    order: 4;
}
.featuredimage_meet_outer:nth-child(9) {
    order: 9;
	margin-left: 0px;
}
.featuredimage_meet_outer:nth-child(11) {
    order: 10;
}
.featuredimage_meet_outer:nth-child(13) {
    order: 11;
}
.featuredimage_meet_outer:nth-child(15) {
    order: 12;
}
.featuredimage_meet_outer:nth-child(17) {
    order: 17;
	margin-left: 0px;
}
.featuredimage_meet_outer:nth-child(19) {
    order: 18;
}
.featuredimage_meet_outer:nth-child(21) {
    order: 19;
}
.featuredimage_meet_outer:nth-child(23) {
    order: 20;
}


.management_post_full_info:nth-child(2) {
    order: 5;
}
.management_post_full_info:nth-child(4) {
    order: 6;
}
.management_post_full_info:nth-child(6) {
    order: 7;
}
.management_post_full_info:nth-child(8) {
    order: 8;
}
.management_post_full_info:nth-child(10) {
    order: 13;
}
.management_post_full_info:nth-child(12) {
    order: 14;
}
.management_post_full_info:nth-child(14) {
    order: 15;
}                                                                               
.management_post_full_info:nth-child(16) {
    order: 16;
}
.management_post_full_info:nth-child(18) {
    order: 21;
}
.management_post_full_info:nth-child(20) {
    order: 22;
}
.management_post_full_info:nth-child(22) {
    order: 23;
}
.management_post_full_info:nth-child(24) {
    order: 24;
}


.management_post_full_info{
        height: auto !important;
    margin: 0 0 30px;
}
.management_post_full_info:nth-last-child(1), .management_post_full_info:nth-last-child(3), .management_post_full_info:nth-last-child(5), .management_post_full_info:nth-last-child(7){
  
}
.featuredimage_meet_outer:nth-child(8n+11) {
    margin-left: 4.2%;
}
/*end*/

/*404 page design*/
.no_result_found {
    width: 100%;
    float: left;
    padding: 115px 10px 0px 10px;
}
.no_result_found h1 {
    text-align: center;
	    padding: 0px;
}
.no_result_found p {
    text-align: center;
}
/*404 page design END*/
/*search page*/
.news-content.left-area.searchbar-cont-mainouter {
    width: 100% !important;
    float: left !important;
    padding: 0 72px;
}
.news-content.left-area.searchbar-cont-mainouter .et_pb_post {
    margin-bottom: 0px;
}
.news-content.left-area.searchbar-cont-mainouter .single-titlecat-com{
	    padding: 0 0 0 0px;
}
.news-content.left-area.searchbar-cont-mainouter .single-quality-content{
	    margin: 20px 0 0 0;
}
.news-content.left-area.searchbar-cont-mainouter a.newsmain-readmore-but.searchbar-readmore {
    margin: 10px 0 0;
    display: inline-block;
}
.news-pagination_otr.searchbar-pagination-outer{
    padding-bottom: 35px;
    padding-top: 20px;
	}
/*search page END*/

.page-id-47 .et-animated-content {
    padding-top: 99px !important;
}