@charset "utf-8";

/* CSS Document */

@import url('../old/css-1.html');
@import url('../old/css-2.html');
@import url('../old/css-3.html');
@import url('../old/css-4.html');
@import url('../old/css-5.html');
@import url('../old/css-6.html');
@import url('../old/css-7.html');
@import url('../old/css-8.html');
@import url('../old/css-9.html');
body {
    overflow-x: hidden;
}

@font-face {
    font-family: "Ptarmigan Condensed";
    src: url(../fonts/ptarmc_.html);
}

@font-face {
    font-family: "Good Times";
    src: url(../fonts/GOODTIME.html);
}

a {
    color: #23b5e1;
    text-decoration: none;
}

a:hover {
    color: #23b5e1;
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    line-height: 30px;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 27px;
    /*margin-bottom:20px;
  margin-top: 20px;*/
    color: #998176;
    text-transform: none;
}

h1 span {
    color: #ff3600;
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: normal;
    font-size: 1.4em;
    margin-top: 2.0em;
    margin-bottom: 0.8em;
}

h4 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.1em;
}

.wrap {
    position: relative;
    margin: 0;
    padding: 0;
}


/*design part*/

.hh-part {
    background: #017e85;
}

.top-part {
    background: #ffffff;
    padding: 0px;
}

.top-part2 {
    /*background:#017e85; */
    padding: 0px;
}

.top-two-part {
    margin: 0px 0px 0px 0px;
}

.logo img {
    padding: 5px 0px 5px 0px;
    margin-top: -77px;
    height: 67px;
}

.a-link7 {
    color: #017e85;
}

.login-modal-container {
    min-height: 60vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-modal {
    width: 100%;
    max-width: 40%;
    margin: 20px auto !important;
    box-shadow: 0px 0px 3px 2px #017e85;
    border: none !important;
    border-radius: 12px;
}

.login-modal .invalid-feedback strong {
    color: red;
    font-size: 11px;
}

.text-center {
    text-align: center !important;
}

.login-remember label {
    color: #017e85;
    margin-bottom: unset;
    margin-left: 5px;
    margin-top: 5px;
}

.login-remember input {
    width: 19px;
}

.login-remember {
    display: flex;
    align-items: center;
}

.login-modal h4 {
    font-family: "Oswald", sans-serif !important;
    font-weight: bold;
    font-size: 23px !important;
    line-height: 24px;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    padding: 5px 0px 5px px 0px;
    text-align: center !important;
    color: #017e85 !important;
    margin: 25px !important;
}

.login-modal input {
    border: 1px solid #017e85;
}

.login-modal input:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #017e856e;
    border-color: #017e85;
}

.login-modal input::placeholder {
    color: #017e85;
}

.button-link7 {
    background-color: #017e85 !important;
    padding: 7px 70px;
}

.button-link7:hover,
.button-link7:active,
.button-link7:focus-within {
    background-color: #017e85;
    box-shadow: 0px 0px 7px 0px black;
    padding: 7px 70px;
    border: unset !important;
    outline: unset;
}

.header__logo {
    position: relative
}

.header__logo::after {
    position: absolute;
    content: "";
    z-index: 1;
    height: 41px;
    width: 43px;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 1px;
    right: 9px;
}

.header__logo::before {
    position: absolute;
    z-index: 5;
    content: "";
    right: 8%;
    height: 28px;
    bottom: -8px;
    background: #fff;
    width: 216%;
}


/*design part*/

.mail-area {
    margin: 7px 0px 0px 0px;
    padding: 0;
}

.mail-area p {
    font: 14px/22px 'Roboto', sans-serif;
    color: #fff;
    margin: 0!important;
    padding: 0!important;
}

.mail-area p i {
    margin-right: 10px;
    color: #ff0000;
}

.call-area {
    margin: 7px 0px 0px 0px;
    padding: 0;
}

.call-area p {
    font: 14px/22px 'Roboto', sans-serif;
    color: #fff;
    margin: 0!important;
    padding: 0!important;
}

.call-area p i {
    margin-right: 10px;
    color: #ff0000;
}

.property-area {
    background: #fff;
}

.top-details-part {
    margin: 0;
    padding: 0px;
}

.find-part2 {
    background: url(../images/view-aminities-bg.html) no-repeat;
}

.find-part2 i {
    background: #00101d;
    padding: 10px;
    color: #fff;
    font-size: 22px;
}

.find-part2 h2 {
    color: #fff;
    font-family: "Open Sans Condensed";
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 0px 60px;
    margin: 0px 0px 0px 0px;
}

.call {
    padding: 10px 0px 0px 0px;
}

.call p {
    font: bold 14px/21px 'Roboto', sans-serif!important;
    color: #47474c;
    padding: 0px 0px 0px 8px;
    text-align: left;
    text-transform: none;
}

.call p span {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: normal;
    text-transform: none!important;
}

.call i {
    padding: 5px 5px 0px 0px;
    font-size: 12px;
    color: #017e85;
}

.mail {
    padding: 10px 0px 0px 0px;
}

.mail p {
    font: bold 14px/21px 'Roboto', sans-serif!important;
    color: #47474c;
    padding: 0px 0px 0px 8px;
    text-align: left;
    text-transform: none;
}

.mail p span {
    color: #aaaaaa;
    font-weight: normal;
    font-size: 12px;
    text-transform: none!important;
}

.mail i {
    padding: 5px 5px 0px 0px;
    font-size: 12px;
    color: #017e85;
}

.time {
    padding: 10px 0px 0px 0px;
}

.time p {
    font: bold 14px/21px 'Roboto', sans-serif!important;
    color: #47474c;
    padding: 0px 0px 0px 8px;
    text-align: left;
    text-transform: none;
}

.time p span {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: normal;
    text-transform: none!important;
}

.time i {
    padding: 5px 5px 0px 0px;
    font-size: 12px;
    color: #017e85;
}

.location-part {}

.lj-area {
    margin: 0;
    background: #fff;
    color: #017e85;
    text-align: center;
    min-height: 290px;
}

.lj-area2 {
    margin: 0;
    background: #017e85;
    text-align: center;
    min-height: 290px;
}

.p1 {
    margin: 0px auto;
    text-align: center;
}

.p1 img {
    text-align: center;
    margin: 0px auto;
}

.p1 h2 {
    color: #fff;
    font-family: 'Questrial', sans-serif!important;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    text-align: center!important;
    margin: 0px;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
}
p {
    font-family: 'Roboto', sans-serif;
}

.p1 p {
    font: 14px/21px 'Roboto', sans-serif!important;
    color: #017e85;
    padding: 0px 0px 20px 8px;
    text-align: center;
    text-transform: none;
}

.color-white {
    color: #fff !important;
}

.lj-area .last {
    background: url(../images/image-hover.html);
    min-height: 120px;
}


/***********************************************************
	SLIDER
************************************************************/

.bs-slider {
    overflow: hidden;
    max-height: 535px;
    position: relative;
    background: #000;
    z-index: -1;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40)
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100%!important
}

.fade {
    opacity: 1
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0!important;
    display: block!important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.fade .item:first-child {
    top: auto;
    position: relative
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.control-round:hover .carousel-control {
    opacity: 1
}

.control-round .carousel-control.left {
    left: 1%
}

.control-round .carousel-control.right {
    right: 1%
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0 transparent
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all .5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.slide_style_left {
    text-align: left!important
}

.slide_style_right {
    text-align: right!important
}

.slide_style_center {
    text-align: center!important
}

.slide-text {
    right: 0;
    left: -205px;
    width: 70%;
    margin: auto;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 65%;
    transform: translateY(-50%)
}

.caption_heading {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-bottom: 0px;
    font-weight: bold;
}

.caption_sub_heading {
    font-size: 30px!important;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}


.caption_sub_heading p {
    margin-bottom: 0px!important;
    font-size: 30px!important;
    text-transform: uppercase!important;
    color: #ffefbb;
    font-weight: bold!important;
}

.red_btn {
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #fff;
    font: bold 12px/14px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center!important;
    margin: 0;
}

.red_btn2 {
    border-radius: 2px;
    background: #7e492e;
    border: 1px solid #fff;
    font: bold 12px/14px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center!important;
}

.pre_heading {
    font-size: 18px;
}


/***********************************************************
	SLIDER
************************************************************/

.top-banner-part {
    position: absolute;
    top: 137px;
    right: 78px;
    z-index: 200;
}

.add-part {
    margin: 0px 0px 15px 0px;
    position: relative
}

.overlay {
    position: absolute;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(133, 178, 0, 0.8)/*#008CBA*/
    ;
}

.add-part:hover .overlay {
    opacity: 0.6;
    border-radius: 50%;
}

.text2 {
    color: white;
    text-shadow: 3px 3px 3px #000;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9999;
}

.pic2 {
    float: left;
    margin: 0px 10px 10px 0px;
}


/*img {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
   */

.top-contact-part {
    background: #fff;
    margin: 0;
    padding: 0;
}

.top-contact-part2 {
    background: url(../images/white-par.jpg);
    margin: 0;
    padding: 0;
}

.r1-area2 {
    margin: 0px 0px 50px 0px;
    padding: 20px;
}

.r1-area2 h3 {
    color: #000;
    font-family: 'Oswald', sans-serif!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px dashed #333;
}

.r1-area-ff2 {
    margin: 0px;
    padding: 3px;
}

.r1-area-ff2 {
    margin: 0px;
    padding: 3px;
}

.r1-area-ff2 label {
    color: #000;
    font-family: 'Oswald', sans-serif!important;
    font-size: 13px;
}

.r1-area {
    margin: -100px 0px 0px 0px;
    background: #017e85;
    padding: 20px;
}

.r1-area h2 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif!important;
    font-size: 34px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.r1-area-ff {
    margin: 0px;
    padding: 0px;
}

label {
    color: #ffffff;
    font-family: 'Oswald', sans-serif!important;
    font-size: 13px;
}

.r2-area {
    margin: 3px 0px 0px 0px;
}

.c1-part {
    text-align: center;
    margin-top: 30px;
}

.c1-part h2 {
    color: #0f0f0f;
    font-family: 'Oswald', sans-serif!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.form-control {
    /*background:#1c2d34; border:1px solid #4e6b77;*/
    font-family: 'Oswald', sans-serif!important;
    font-size: 13px;
    height: 45px;
    border-radius: 0px;
    color: #a4a2a2;
}

.top-offer-part {
    margin: 0px 0px 0px 0px;
}

.top-offer-part2 {
    background: #fff url(../images/ee.html) no-repeat;
    margin: 0px 0px 0px 0px;
}

.kk {
    margin: 39px 0px 40px 66px;
}

.top-offer-part3 {
    background: #fefefe url(../images/welcome-bg.png) no-repeat;
    margin: 0px 0px 0px 0px;
}

.sc-area {
    padding: 10px;
    background: #edf3f8;
}

.sc-part2 {
    background: #2b2b2b;
}

.ppp-area {
    background: url(../images/landscape.jpg) no-repeat;
    background-size: cover;
    min-height: 481px;
}

.sc-part2 {}

.sc-part2 h1 {
    background: url(../images/tag-underline-bg.png) left bottom no-repeat;
    color: #fff!important;
    font-family: 'Questrial', sans-serif!important;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 15px 0px 20px 0px!important;
    margin-left: 20px;
}

.sc-part2 p {
    color: #babcc3;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 0px 0px 10px 20px;
}

.sc-part2 ul {
    margin: 30px 0px 20px 0px;
    padding: 0;
    list-style-type: none;
    clear: both;
}

.sc-part2 li {
    width: 90%;
    background: url(../images/b-arrow.png) 0px 7px no-repeat;
    font: 14px/22px 'Roboto', sans-serif!important;
    color: #babcc3;
    text-align: left;
    text-transform: none;
    margin: 0 0 15px 0px;
    padding: 0px 0px 0px 20px;
}

.ppp-area2 {
    background: url(../images/pic2.png) no-repeat;
    background-size: cover;
    min-height: 510px;
}

.sc-part3 {
    background: #2b2b2b;
}

.sc-part3 h1 {
    background: url(../images/tag-underline-bg.png) left bottom no-repeat;
    color: #fff!important;
    font-family: 'Questrial', sans-serif!important;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 15px 0px 20px 0px!important;
    margin-left: 20px;
}

.sc-part3 p {
    color: #babcc3;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 0px 0px 10px 20px;
}

.sc-part3 ul {
    margin: 10px 0px 10px 20px;
    padding: 0;
    list-style-type: none;
    clear: both;
}

.sc-part3 li {
    width: 90%;
    background: url(../images/b-arrow.png) 0px 7px no-repeat;
    font: 14px/22px 'Roboto', sans-serif!important;
    color: #babcc3;
    text-align: left;
    text-transform: none;
    margin: 0 0 10px 0px;
    padding: 0px 0px 0px 20px;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    min-height: 306px !important;
    padding-top: 30px;
}

.adjust1 p {
    padding-top: 30px!important;
}

.adjust1 img {
    text-align: left;
    margin-top: 50px;
    padding: 0;
}

.adjust2 {
    margin: 0;
}

.media-object {
    margin: auto;
}

.thumbnail {
    padding: 0px!important;
}

.p2-part {
    margin: 0px 0px 34px 0px;
}

.p2-part h2 {
    color: #ad9446!important;
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 10px 0px!important;
}

.p2-part p {
    color: #a5a4a4;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.sc-part {}

.sc-part h1 {
    background: url(../images/tag-bg.png) left bottom no-repeat;
    color: #282828!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 15px 0px 20px 0px!important;
}

.list-area {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    background: #fff;
    border: 1px solid #eae6e6;
}

.list-area img {
    text-align: center;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.list-area img::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 20px;
    left: 0px;
    top: 10px;
    background-color: #fb6a19;
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 8px;
}

.list-area .detail {
    background: #354046;
    padding: 10px;
}

.list-area .detail p {
    color: #f9f9f9;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.list-area .detail p i {
    color: #fff!important;
    font-size: 15px;
    line-height: 24px;
    padding-right: 5px;
}

.list-area .details-part {
    padding: 10px;
    margin: 10px 0px 10px 0px;
}

.list-area .details-part h4 {
    color: #00101d;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.list-area .details-part p {
    color: #767373;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.list-area .details-part p span {
    color: #9a7d0b!important;
    font-weight: bold;
}

.welcome-area {
    margin: 10px 0px 0px 20px;
}

.welcome-area h1 {
    color: #282828!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 15px 0px 20px 0px;
}

.welcome-area h1 span {
    color: #ff3600!important;
}

.welcome-area h2 {
    color: #615f5f!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-align: left;
    text-transform: none!important;
    padding: 0px 0px 0px 0px;
}

.welcome-area ul {
    margin: 30px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
    clear: both;
}

.welcome-area li {
    width: 90%;
    background: url(../images/b-arrow.png) 2px 4px no-repeat;
    color: #80411e;
    text-align: left;
    text-transform: none;
    margin: 0 0 15px 0px;
    padding: 0px 0px 0px 20px;
}

.welcome-area p {
    font: 14px/22px 'Roboto', sans-serif!important;
    color: #383737;
    padding: 0px 79px 0px 0px;
    text-align: left;
}

.welcome-area2 {
    margin: 30px 0px 40px 0px;
}
.welcome-area2 img{
    width:45%;
}
.welcome-area2 h1 {
    color: #017e85!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 20px 0px 0px 0px;
}


.welcome-area2 h1 span {
    color: #ff3600!important;
}

.welcome-area2 h2 {
 color: #017e85!important;
     font-family: 'Oswald', sans-serif!important;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-align: left;
    text-transform: none!important;
    padding: 0px 0px 0px 0px;
}

.welcome-area2 ul {
    margin: 30px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
    clear: both;
}

.welcome-area2 li {
    width: 100%;
    background: url(../images/b-arrow.png) 2px 4px no-repeat;
    color: #017e85!important;
    text-align: left;
    text-transform: none;
    margin: 0 0 15px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 17px;
}

.welcome-area2 p {
    font: 15px/26px 'Roboto', sans-serif !important;
    color: #017e85;
    padding: 20px 0px 20px 0px;
    text-align: left;
}


.welcome-area3 {
    margin: 20px 0px 30px 0px;
}

.welcome-area3 h1 {
    color: #998176!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 31px;
    font-weight: bold;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 5px 0px;
}

.welcome-area3 h2 {
    color: #ff3600!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 20px 0px;
    clear: both;
}

.welcome-area3 h2 span {
    color: #998176!important;
}

.sd-part {}

.sd-part img {
    margin-bottom: 20px;
}

.part-area {
    margin: 8px;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    background: #FFF;
    margin-bottom: 12px;
    opacity: 1.00;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.5s;
    min-height: 500px;
}

.part-area img {
    margin-top: 0px;
    padding: 0px;
}

.part-area h2 {
    color: #017e85!important;
    font-family: 'Questrial', sans-serif !important;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin: 0px;
    text-transform: uppercase;
    padding: 23px 0px 0px 0px;
    font-weight: bold;
}

.part-area p {
    color: #8e8d8d;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    padding: 0px 0px 20px 0px;
}

.part-area:hover {
    opacity: 1.00;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.5s;
    border-bottom: 2px solid #017e85;
}

.top-service-part {
    background: #fff;
    margin: 0px 0px 0px 0px;
}

.ll {
    background: url(../images/left-car.html) no-repeat;
    min-height: 540px;
}

.of-part-area {
    margin: 20px 0px 20px 0px;
    padding: 10px;
}

.one-part-area {
    margin: 30px 0px 30px 0px;
    padding: 0;
}

.one-part-area h2 {
    font: bold 18px/26px 'Oswald', sans-serif!important;
    text-transform: uppercase;
    color: #0e0e0e;
    margin: 0!important;
    padding: 0!important;
}

.one-part-area p {
    font: 12px/18px 'Roboto', sans-serif!important;
    color: #898686;
    padding: 0px;
    text-align: left;
}

.one-part-area i {
    color: #ff0000;
    padding: 18px;
    border: 1px solid #ff0000;
    font-size: 25px;
    width: 65px;
    height: 65px;
}

.book-part {
    background: url(../images/book-today-bg.html) no-repeat;
    min-height: 476px;
}

.book-online-area {
    margin: 80px auto;
    padding: 10px;
}

.book-online-area h2 {
    font: bold 37px/60px 'Oswald', sans-serif!important;
    text-transform: uppercase;
    color: #fff;
    margin: 0!important;
    padding: 0px 0px 20px 0px!important;
    text-align: center;
}

.book-online-area p {
    font: 17px/26px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 20px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
}

.book-online-area p span {
    color: #017e85;
    text-transform: none!important;
}

.tesimonial-part {
    background: #efefef;
}

.tes-part {
    margin: 0px;
    padding: 10px;
}

.tes-part h2 {
    font: bold 34px/40px 'Oswald', sans-serif!important;
    text-transform: uppercase;
    color: #000;
    margin: 0!important;
    padding: 0px 0px 20px 0px!important;
    text-align: left;
}

.ss-part {
    margin: 30px 0px 30px 0px;
}

.of-part {
    border-bottom: 1px dashed #ccc;
    margin: 10px 0px 10px 0px;
}

.of-part h3 {
    color: #a38b7f!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.of-part h3 span {
    color: #d3cac5!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 0;
}

.product-area {
    background: #FFF;
    padding: 20px;
}

.product-area h1 {
    color: #a38b7f!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}

.product-area h1 span {
    color: #ff3600!important;
}

.brand-area {
    background: #FFF;
    padding: 0px;
}

.brand-area h1 {
    color: #a38b7f!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}

.brand-area h1 span {
    color: #ff3600!important;
}

.blog {
    background: url(../images/DrugTest.jpg) no-repeat;
    background-size: 100%/*240*/
    140%;
}
.blog-contact {
    background: url(../images/Contact.jpg) no-repeat;
    background-size: 100%/*240*/
    140%;
}

.blog-overlay {
    background: rgba(25, 28, 28, .5);
    padding: 100px 0;
}

.blog-head h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif!important;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.blog-menu ul li,
.breadcrumb ul li {
    display: inline-block;
}

.blog-menu ul li a,
.breadcrumb ul li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif!important;
    display: inline-block;
    transition: all .3s;
}

.blog-menu ul li a:hover,
.blog-menu ul li.activv a,
.breadcrumb ul li a:hover,
.breadcrumb ul li.activv a,
.latest-blog-area:hover .latest-blog-info h3 a {
    color: #ffaa3d;
    text-decoration: none;
    text-transform: uppercase;
}

.testimonials-list {
    margin: 20px 0px 20px 0px;
}

.testimonials-list .inner {
    background: #fff;
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    text-align: center;
    padding: 35px 35px 120px 35px;
    margin-bottom: 60px;
    position: relative;
}

.testimonials .inner p,
.testimonials-list .inner p {
    font-size: 14px;
    color: #1F1F1F;
    font-family: 'Roboto Condensed', sans-serif!important;
    line-height: 30px;
}

.testimonials .inner .quote,
.testimonials-list .inner .quote {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.testimonials .inner .quote .fa,
.testimonials-list .inner .quote .fa {
    color: #E6E6E6;
    font-size: 36px;
    margin: 35px 0 15px;
}

.testimonials .inner .quote .name,
.testimonials-list .inner .quote .name {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.testimonials .inner .quote img,
.testimonials-list .inner .quote img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    margin-bottom: -23px;
    z-index: 2;
}

<!--post-blog part-->.post-blog-part {
    margin: 30px 0px 30px 0px;
}

.post-blog-part .title h2 {
    color: #000!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.post-blog-part .info p {
    color: #828282!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}

.post-blog-part .info p span {
    color: #e95f2b!important;
}

.post-blog-part .info .strong {
    color: #000!important;
}

.post-blog-part .info p a:link {
    text-decoration: none;
    color: #e95f2b;
}

.post-blog-part .info p a:visited {
    text-decoration: none;
    color: #e95f2b;
}

.post-blog-part .info p span a:hover {
    text-decoration: underline;
    color: #e95f2b;
}

.post-blog-part .featured {}

.post-blog-part .content p {
    font: 16px/26px 'Roboto', sans-serif!important;
    color: #7c7b7b;
    padding: 20px 0px 20px 0px;
    text-align: left;
    text-transform: none;
    margin: 0;
    font-style: italic!important;
}

<!--post-blog part-->.searc-part {
    /*background:#017e85 url(../images/a1.png);*/
    background: url(../images/a1.html) no-repeat;
    background-size: cover;
    padding: 30px;
}

.services-holder2 {
    width: auto;
    height: auto;
    margin: 0px auto;
}

.services-holder2 h1 {
    color: #fff!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 31px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase!important;
}

.brand-details-area {
    background: #bdbdbd;
    padding: 20px;
}

right-n-part {
    margin: 20px 0px 0px 0px
}

.left-n-part {
    margin: 47px 0px 0px 0px
}

.left-n-part ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
    clear: both;
}

.left-n-part li {
    width: 100%;
    font: bold 14px/24px 'Roboto Condensed', sans-serif!important;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px dashed #ccc;
    margin: 0 0 15px 0px;
    padding: 0px 0px 10px 0px;
}

.left-n-part li a {
    text-decoration: none;
    color: #000;
}

.left-n-part li a:hover {
    text-decoration: none;
    color: #ff3600;
}

.left-n-part li a.active {
    color: #ff3600;
}

.left-n-part li i {
    color: #000;
    padding-right: 8px;
}

.left-n-part li i a:hover {
    text-decoration: none;
    color: #ff3600;
}

.left-n-part li i a.active {
    color: #ff3600;
}

.left-n-part2 {
    margin: 10px 0px 10px 0px;
    background: #98796d;
    padding: 5px;
}

.team-awards {
    border: 1px dashed #ccc;
    padding: 10px;
}

.team-awards h2 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px!important;
    line-height: 24px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold;
}

.team-awards p {
    font: 14px/22px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 0px;
    text-align: left;
}

.team-awards p span {
    font: bold 12px/22px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
}

.team-awards p span a:link {
    text-decoration: none;
    color: #fff;
}

.team-awards p span a:visited {
    text-decoration: none;
    color: #fff;
}

.team-awards p span a:hover {
    text-decoration: underline;
    color: #fff;
}

.left-n-part3 {
    margin: 20px 0px 10px 0px;
    background: #ff3600;
    padding: 5px;
}

.team-awards2 {
    border: 1px dashed #ccc;
    padding: 10px;
}

.team-awards2 h2 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px!important;
    line-height: 24px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: bold;
}

.team-awards2 p {
    font: 14px/22px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 0px;
    text-align: left;
}

.team-awards2 p span {
    font: bold 12px/22px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
}

.team-awards2 p span a:link {
    text-decoration: none;
    color: #fff;
}

.team-awards2 p span a:visited {
    text-decoration: none;
    color: #fff;
}

.team-awards2 p span a:hover {
    text-decoration: underline;
    color: #fff;
}

.co-area {
    background: #fff;
}

.contact-area {
    border-right: 1px solid #1a6e1c;
    margin: 10px 0px 0px 0px;
}

.delivery-area {
    border-right: 1px solid #1a6e1c;
    margin: 10px 0px 0px 0px;
}

.location-area {
    border-right: 1px solid #1a6e1c;
    margin: 10px 0px 0px 0px;
}

.mm {
    margin: 30px 0px 30px 0px;
}

.f1-part {
    background: #f7f7f7;
    padding: 20px;
    border: 1px dashed #ccc;
}

.f1-part h3 {
    border-bottom: 1px dashed #ccc;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px;
    line-height: 30px;
    color: #ff3600!important;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    margin: 0;
}

.f2-part {
    margin: 10px 0px 10px 0px;
}

.f1-part2 {
    background: #f7f7f7;
    padding: 20px;
    margin: 10px 0px 10px 0px;
    border: 1px dashed #ccc;
}

.f1-part2 h4 {
    color: #017e85;
    font-family: 'Oswald', sans-serif!important;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: left!important;
    margin: 0px;
    text-transform: uppercase;
    padding: 5px 0px 5px 0px;
}


/*label {
font-family:'Roboto Condensed', sans-serif;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
color: #333;
height: 30px;
width: 30%;
margin-top: 10px;
margin-left:0px;
text-align: left;
clear: both;
}*/

input {
    height: 30px;
    width: 60%;
    border: 1px solid #ccc;
    margin-top: 10px;
    /*float: left;*/
}

.textarea {
    width: 300px;
    height: auto;
}

.qq-area {
    margin: 10px 0px 0px 0px;
}

.text-one-area {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.text-one-area p {
    font: bold 11px/14px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 0px;
    text-align: left;
    text-transform: uppercase;
}

.text-one-area p span {
    font: bold 22px/29px 'Roboto', sans-serif!important;
    color: #bee1f5;
    padding: 10px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
}

.co-area2 {
    background: url(../images/price-bg.html) no-repeat;
    height: 100%;
    background-size: 100%;
    /*background-attachment:fixed; background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    margin: -1px 0px 0px 0px;
}

.l-area3 {
    background: #85b200/*rgba(211,246,244,0.9)*/
    ;
    padding: 17px;
    text-align: center;
    height: 600px;
    /* border: 8px solid #fff;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);*/
    margin: 0px 0px 0px 100px;
    overflow: auto;
}

.commercial-area {
    background: url(../images/commercial.html);
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: -1px 0px 0px 0px;
}

.commer-left {
    background: rgba(133, 178, 0, 0.9);
    padding: 20px;
    /*min-height:534px;*/
    margin: 0px 0px 30px 0px;
    border-radius: 10px 10px 10px 10px;
}

.commer-from-part {
    border: 1px dashed #024103;
    padding: 10px;
    /*min-height:534px;*/
    border-radius: 10px 10px 10px 10px;
}

.commer-right {
    background: rgba(0, 0, 2, 0.8);
    padding: 10px;
    min-height: 534px;
    margin: 30px 0px 30px 0px;
}

.commer-from-part-right {
    border: 1px dashed #ccc;
    padding: 10px;
    min-height: 534px;
}


/*.fp-part h2{color: #005d02; font-family:'Roboto', sans-serif; font-size: 28px; font-weight:bold; line-height: 38px; text-align: left;  text-transform: none; padding:0px 0px 10px 0px;}*/

.fp-part h2 {
    color: #024103/*005d02*/
    ;
    font-family: 'Great Vibes', cursive;
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    text-transform: none;
    padding: 0px 0px 10px 0px;
}

.fp-part p {
    color: #fff/*005d02*/
    ;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
    padding: 5px 0px 0px 0px;
}

.fp-part2 {}


/*.fp-part h2{color: #005d02; font-family:'Roboto', sans-serif; font-size: 28px; font-weight:bold; line-height: 38px; text-align: left;  text-transform: none; padding:0px 0px 10px 0px;}*/

.fp-part2 h2 {
    color: #fff/*005d02*/
    ;
    font-family: 'Great Vibes', cursive;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    padding: 0px 0px 10px 0px;
}

.fp-part2 p {
    color: #ccc/*005d02*/
    ;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
    padding: 8px 0px 8px 0px;
}

.fp-part2 p span {
    padding: 0px 0px 5px 0px!important;
    ;
    clear: both!important;
}

.variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}

.fp-part3 {
    margin: 10px 0px 30px 0px;
}

.fp-part3 p.red {
    color: #F00;
    font-weight: bold!important;
}

cat-area {
    padding: 20px 0px 50px 0px;
}

.cat-area h2 {
    color: #fff/*005d02*/
    ;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    padding: 0px 0px 10px 0px;
}

.cat-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cat-area li {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 5px 0px;
    padding: 0 0 0 0px;
}

.cat-area li .l-ar {
    float: left;
    width: 73%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005d02!important;
    margin: 0 10px 10px 0px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.cat-area li .l-ar p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal!important;
    color: #fff/*616161*/
    !important;
    padding: 0px 0px 0px 0;
    margin: 0;
    line-height: 18px;
    text-transform: none!important;
}

.cat-area li span {
    float: right;
    width: 20%;
    color: #005d02;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    margin: 0px;
    font-weight: bold;
    padding: 0;
}

.cat-area li .l-ar2 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005d02!important;
    margin: 0 10px 10px 0px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.cat-area li .l-ar2 p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal!important;
    color: #fff/*403f3f616161*/
    !important;
    padding: 0px 0px 0px 0;
    margin: 0;
    line-height: 18px;
    text-transform: none!important;
}

.c-one-area {
    background: url(../images/bg1.html) no-repeat;
    min-height: 603px;
    background-size: 100%;
}

.c-one-area2 {
    background: url(../images/bg2.html) no-repeat;
    min-height: 603px;
    background-size: 100%;
}


/*.c-one-area img{ width:80%!important;}*/

.login-part {
    background: #85b200;
    padding: 20px;
}

.login-part h1 {
    font: bold 22px/30px 'Roboto', sans-serif;
    color: #005d02;
    text-transform: uppercase!important;
    padding: 0px 0px 0px 36px;
    letter-spacing: 5px;
}

.l-area {
    background: #85b200;
    padding: 17px;
    text-align: center;
    min-height: 354px;
}

.l-area2 {
    background: #ffffff url(../images/login.html) no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center;
    min-height: 397px;
}

.a2 {
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 20px;
    border: 1px dashed #005d02;
}

.a2 h2 {
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0px 0px 20px 0px;
}

.a2 p {
    font: 14px/22px 'Roboto', sans-serif;
    color: #acc6ae;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 10px 0px 10px 0px;
}

.a2 p a:link {
    text-decoration: none;
    color: #000;
}

.a2 p a:visited {
    text-decoration: none;
    color: #000;
}

.a2 p a:hover {
    text-decoration: underline;
    color: #000;
}

.a3 {
    text-align: center;
    margin: 90px 0px 10px 260px;
    padding: 0;
}

.a3 h2 {
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0px 0px 0px 0px;
}

.a3 p {
    font: bold 24px/22px 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0px 0 0px 0;
    padding: 10px 0px 10px 0px;
}

.a3 p a:link {
    text-decoration: none;
    color: #fff;
}

.a3 p a:visited {
    text-decoration: none;
    color: #fff;
}

.a3 p a:hover {
    text-decoration: underline;
    color: #fff;
}

.p2 {
    margin: 20px 0px 30px 0px;
    border: 2px solid#ff3600;
    border-radius: 2px;
}

.p2 h2 {
    color: #1f1c27;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-align: center!important;
    margin: 0px;
    text-transform: uppercase;
    padding: 20px 0px 20px 0px;
}

.p2 h2 a:link {
    text-decoration: none;
    color: #1f1c27;
}

.p2 h2 a:visited {
    text-decoration: none;
    color: #ff3600;
}

.p2 h2 a:hover {
    text-decoration: underline;
    color: #ff3600;
}

.aa-part {
    padding: 10px;
    border-bottom: double #ccc;
    margin-bottom: 20px;
}

.aa-part h2 {
    color: #998176!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 5px 0px;
}

.aa-part p {
    font: 14px/30px 'Roboto', sans-serif!important;
    color: #787779;
    padding: 0px;
    text-align: left;
}

.order-area {
    margin: 20px 0px 20px 0px;
}

.order-area h1 {
    color: #005d02!important;
    font-family: 'Great Vibes', cursive/*'Roboto', sans-serif*/
    !important;
    font-size: 37px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    text-transform: none!important;
    padding: 0px 0px 0px 0px;
}

.order-area h2 {
    color: #005d02!important;
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-align: left;
    text-transform: none!important;
    padding: 0px 0px 0px 0px;
}

.text-input {
    width: 50px;
}

.welcome-area4 {
    margin: 20px 0px 20px 0px;
}

.welcome-area4 h1 {
    color: #005d02!important;
    font-family: 'Great Vibes', cursive/*'Roboto', sans-serif*/
    !important;
    font-size: 37px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    text-transform: none!important;
    padding: 0px 0px 10px 0px;
}

.welcome-area4 h2 {
    color: #005d02!important;
    font-family: 'Great Vibes', cursive;
    font-size: 37px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    text-transform: none!important;
    padding: 0px 0px 0px 0px;
}

.welcome-area4 ul {
    margin: 20px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
    clear: both;
}

.welcome-area4 li {
    width: 90%;
    background: url(../images/b-arrow.png) 2px 4px no-repeat;
    font: bold 13px/26px 'Roboto', sans-serif!important;
    color: #555454;
    text-align: left;
    text-transform: none;
    margin: 0 0 15px 0px;
    padding: 0px 0px 0px 30px;
}

.welcome-area4 p {
    font: 16px/24px 'Roboto', sans-serif!important;
    color: #555454;
    padding: 0px 0px 20px 0px;
    text-align: left;
}

.welcome-area4 p span {
    font: bold 13px/22px 'Roboto', sans-serif!important;
    color: #555454;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.Delivery-area {
    margin: 10px 0px 10px 0px;
}

#map_canvas {
    height: 300px;
}

.commer-area {
    margin: 0px 0px 0px 0px;
}

.cont-area4 {
    background: #85b200;
    /*border:1px solid #e9e6e6;*/
    -webkit-box-shadow: 1px 1px 2px #d1cece;
    /* -moz-box-shadow: 1px 1px 2px #edebeb;
   box-shadow: 1px 1px 2px #edebeb;
   box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);*/
    border-radius: 8px 8px 8px 8px;
    margin: 30px 0px 30px 0px;
    text-align: left;
    padding: 15px;
}

.cont-area4 h2 {
    font: 18px/22px "Open Sans Condensed";
    text-transform: uppercase!important;
    color: #fff;
    text-align: left!important;
    margin: 0px;
    padding: 0px;
}

.cont-area4 p {
    font: 16px/20px "PT Sans Narrow";
    color: #fff;
    text-align: left;
    margin: 0px 0 11px 0;
    padding: 5px 0px 10px 0px;
}

.cont-area4 p span {
    font: 12px/22px "Open Sans Condensed";
    text-transform: uppercase!important;
    color: #005d02;
    text-align: left!important;
}

.button-link {
    padding: 11px 44px;
    background-color: #ff3600;
    font: bold 16px/39px 'Roboto', sans-serif!important;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.button-link:hover {
    padding: 11px 44px;
    border-radius: 50px;
    background-color: #9b2707;
    font: bold 16px/39px 'Roboto', sans-serif!important;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
}

.button-link i,
.button-link i:hover {
    padding-right: 10px;
}

.button-link2 {
    padding: 10px 13px;
    background-color: #ffffff;
    font: bold 16px/39px 'Roboto', sans-serif!important;
    color: #000;
    border-radius: 50px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.button-link2:hover {
    padding: 10px 13px;
    border-radius: 50px;
    background-color: #eceaea;
    font: bold 16px/39px 'Roboto', sans-serif!important;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
}

.button-link2 i,
.button-link i:hover {
    padding-right: 10px;
}

.button-link4 {
    padding: 10px 13px;
    background-color: #57c041;
    font: bold 16px/39px 'Roboto', sans-serif!important;
    color: #fff;
    border-radius: 2px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.button-link4:hover {
    padding: 10px 13px;
    border-radius: 2px;
    background-color: #3e992b;
    font: bold 16px/39px 'Roboto', sans-serif!important;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
}

.button-link5 {
    padding: 3px 0px;
    background-color: #ad9446;
    font: bold 14px/30px 'Roboto', sans-serif!important;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}

.button-link5:hover {
    padding: 3px 0px;
    border-radius: 2px;
    background-color: #ad9446;
    font: bold 14px/30px 'Roboto', sans-serif!important;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}

.button-link6 {
    padding: 10px 13px;
    background-color: #731f27;
    font: bold 14px/30px 'Roboto', sans-serif!important;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}

.button-link6:hover {
    padding: 10px 13px;
    border-radius: 2px;
    background-color: #b21423;
    font: bold 14px/30px 'Roboto', sans-serif!important;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}

.button-link7 {
    font: bold 14px/30px 'Roboto', sans-serif!important;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

.button-link7:hover {
    box-shadow: 0px 0px 7px 0px black;
    background-color: #017e85;
    border: unset !important;
    outline: unset;
    padding: 7px 70px;
    border-radius: 2px;
    font: bold 14px/30px 'Roboto', sans-serif!important;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

.chhose-area {
    text-align: center;
}


/*.testi-area{  background: url(../images/testimonials-bg.png) no-repeat; background-size:100%; background-attachment:fixed; background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	margin:-1px 0px 0px 0px;
}*/

#testimonial4 {
    /*overflow: hidden;
  min-height: 375px;
  position: relative;
  background: #1583c9;*/
}

#testimonial4 .carousel-inner {
    width: 85%;
    margin: auto;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: -12px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ad9446;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 70px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 0%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 0%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #998176!important;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 20px 0px 10px 0px;
    letter-spacing: normal;
}

.testimonial4_header h4 span {
    color: #ff3600!important;
}


/*.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 40px;
  margin: 0px;
}
*/

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #919698;
    font-size: 16px;
    margin: 40px 35px 20px 41px;
}

.testimonial4_slide h4 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
.service_sec_design1{
    padding: 60px 0;
}
.service_sec_design1 .custom-row-create{
    display: flex;
    align-items: center;
}
.service-card:before {
content: "";
display: block;
/* background: #007e85e3; */
background-image: linear-gradient(45deg, #08777de3, #064e52e3);
width: 335px;
height: 498px;
position: absolute;
left: 28px;
z-index: -1;
top: -28px;
}
.right_img_side .service-card:before {
left: unset;
right: 28px;
}
.service-card img{
width: 438px;
height: 438px;
object-fit: cover;
object-position: bottom;
}
.service-card {
width: 100%;
text-align: center;
height: 100%;
position: relative;
}
.service_card_content h2{
font-size: 32px;
color: #222222;
font-weight: 500;
margin-bottom: 20px;
}
.service_card_content p{
font-size: 16px;
font-weight: 300;
color: #474747;
}
.header_col{
    position: relative;
}
#google_translate_element{
    position: absolute;
        right: 0%;
        top:0px;
    }
 
   
@media(min-width:991px) and (max-width:1200px),(max-width:576px){
.service-card img {
width: 360px;
}
.right_img_side .service-card:before {
right: 15px;
}
.service-card:before{
left: 15px;

}
}
@media (max-width:991px) {
.service_card_content h2 {
font-size: 28px;
font-weight: 600;
}
.service_card_content p {
font-size: 16px;
}
.service-card:before {
width: 270px;
height: 307px;
left: -26px;
}
.service-card img {
width: 300px;
height: 300px;
}
.right_img_side .service-card:before {
right: -26px;
}
.custom-row-create{
margin-top: 30px;
}

}
@media (max-width:767px) {
    .goog-te-menu-frame{
        overflow: auto;
        width: 100%!important;
        margin: auto;
    }
    .welcome-area2 img{
        width:100%;
        margin-bottom: 30px;
    }
.service_card_content h2 {
font-size: 22px;
}
.service_card_content p {
font-size: 14px;
}
.custom-row-create {
margin-top: 60px;
}
}
@media (max-width:576px) {
.service_sec_design1 .custom-row-create{
    flex-wrap: wrap;
}
.service_sec_design1 .col-md-6{
   flex: 0 0 100%;
}
.service-card:before {
width: 100%;
}
.service-card img {
width: 100%;
}
.service_card_content{
margin-top: 30px;
}
.right_img_side .custom-order{
order: 2;
}
}
@media only screen and (max-width: 480px) {
    .testimonial4_control_button .carousel-control {
        display: none;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_header h4 {
        font-size: 20px;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
    /* .d-none{
        display: none;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.slide-area {
    margin: 0px;
    padding: 0;
}

.retail-area {
    margin: 0px 0px 0px 0px;
    text-align: left;
    padding: 0px;
    position: relative;
    z-index: -1;
}

.slide-area2 {
    margin: 0px 0px 0px 0px;
    text-align: left;
    padding: 0px;
    position: relative;
    z-index: -1;
}

.slide-area2 img {
    width: 100%;
}

.slide-area2 title {
    position: absolute;
    width: 100%;
    top: 100;
    left: 10;
    z-index: 300;
}

.navi-part {
    background-color: rgba(28, 45, 52, 0.9);
    margin: 0;
    padding: 0;
}

.social {
    padding: 20px 0px 0px 0px;
    margin: 0;
    text-align: left;
}

.social i {
    background: #CCC;
    color: #000;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.c1 {
    color: #2b57b3;
}

.c2 {
    color: #d73d32;
}

.c3 {
    color: #009acc;
}

.social2 {
    padding: 0px 0px 0px 44px;
    margin: 0;
}

.facebook {
    background: #333333;
    text-align: center;
    font: 14px/15px "Open Sans Condensed";
    color: #fff!important;
    padding: 10px;
    border-radius: 2px;
    margin: 0px 0px 0px 0px;
}

.twitter {
    background: #333333;
    text-align: center;
    font: 14px/15px "Open Sans Condensed";
    color: #fff!important;
    padding: 10px;
    border-radius: 2px;
    margin: 0px 0px 0px 0px;
}

.google-plus {
    background: #c52630;
    text-align: center;
    font: 13px/15px "Open Sans Condensed";
    color: #fff!important;
    padding: 10px;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
}

.linkedin {
    background: #333333;
    text-align: center;
    font: 14px/15px "Open Sans Condensed";
    color: #fff!important;
    padding: 10px;
    border-radius: 2px;
    margin: 0px 0px 0px 0px;
}

.menu-wraper {
    background: none!important;
    text-decoration: none;
    font-family: 'Oswald', sans-serif!important;
    font-size: 16px;
    line-height: 60px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 0px 21px 0px 21px;
    font-weight: bold;
}

.menu-wraper .navbar-default {
    background: none;
    border: none;
    margin: 0;
}

.menu-wraper .navbar-default .navbar-nav>li a {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 21px 0px 21px;
}

.menu-wraper .active a {
    background: #00000000 !important;
    color: #ffabab!important;
    border-radius: 0px;
    border-bottom: 3px solid;
}

.pad {
    padding-left: 0px!important;
}

.pad2 {
    padding-top: 20px!important;
}

.menu-wraper .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #017e85;
}

.menu-wraper .dropdown-menu {
    background: #000;
    margin-top: 9px!important;
}

.menu-wraper .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00101d;
}

.top-part3 {
    background: #ffffff;
}

.ww {
    background: #ffffff;
    margin-top: -45px;
    padding: 10px;
    position: relative;
}

.ww2 {
    background: #435061;
    padding: 20px;
}

.ww2 h2 {
    color: #fff!important;
    font-family: "Open Sans Condensed";
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    text-transform: none!important;
    padding: 0px 0px 2px 0px;
    margin: 0;
    border-bottom: 1px solid #6f7c8d;
}

.ww2 p {
    font: 15px/24px 'Roboto', sans-serif!important;
    color: #fff;
    padding: 10px 0px 0px 0px;
    text-align: left;
}

.bb-part {
    background: #ff3600;
    padding: 20px;
    margin: -100px 0px 0px 0px;
}

.pic {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.hh {
    margin-top: -110px;
}

.hh img {
    width: 100%;
}

.hi {
    margin-bottom: -2px;
}

.hi img {
    width: 100%;
}

.t-part {
    margin: 80px 0px 80px 0px;
}

.fo-area {
    background: #f0b310;
    padding: 10px;
}

.fo-area h2 {
    color: #fff!important;
    font-family: "Open Sans Condensed";
    font-size: 34px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 0px 0px;
}

.foot-part {
    background: #017e85;
    border-top: 3px solid #0000004f;
}

.foot-part2 {
    background: white;
}

.area3 {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.area3 h2 {
    color: #fff!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase!important;
    padding: 0px 0px 0px 0px;
}

.area3 p {
    font: 14px/22px 'Roboto', sans-serif;
    color: #017e85;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 10px 0px 10px 0px;
}

.area3 p a:link {
    color: #017e85 !important;
}

.area3 p a:link {
    text-decoration: none;
    color: #fff;
}

.area3 p a:visited {
    text-decoration: none;
    color: #fff;
}

.area3 p a:hover {
    text-decoration: underline;
    color: #fff;
}

.area2 {
    text-align: center;
    margin: 30px 0px 10px 0px;
    padding: 0;
}

.area2 h2 {
    background: url(../images/tag-underline-bg2.png) left bottom no-repeat;
    color: #fff!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 20px;
    font-weight: bold;
    line-height: 53px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 0px 0px;
}

.area2 p {
    font: 14px/22px 'Roboto', sans-serif;
    color: #f7f7f7;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 10px 0px 10px 0px;
}

.area2 p a:link {
    text-decoration: none;
    color: #f7f7f7;
}

.area2 p a:visited {
    text-decoration: none;
    color: #f7f7f7;
}

.area2 p a:hover {
    text-decoration: underline;
    color: #f7f7f7;
}

.area2 p i {
    color: #fff;
    margin-right: 10px;
}

.area4 {
    text-align: center;
    margin: 30px 0px 10px 0px;
    padding: 0;
}

.area4 h2 {
    background: url(../images/tag-underline-bg2.png) left bottom no-repeat;
    color: #fff!important;
    font-family: 'Oswald', sans-serif!important;
    font-size: 20px;
    font-weight: bold;
    line-height: 53px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 0px 0px;
}

.area4 p {
    font: 14px/22px 'Roboto', sans-serif;
    color: #f7f7f7;
    text-align: left;
    text-transform: none;
    /* border-bottom: 1px dashed #3f3e3e; */
    margin: 0px 0 0px 0;
    padding: 5px 0px 5px 0px;
}

.area4 p a:link {
    text-decoration: none;
    color: #f7f7f7;
}

.area4 p a:visited {
    text-decoration: none;
    color: #f7f7f7;
}

.area4 p a:hover {
    text-decoration: underline;
    /* color: #acc6ae; */
}

.area4 p i {
    color: #fff;
    margin-right: 10px;
}

.area5 {
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 0 0px 0px 0px;
}

.area5 h2 {
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 0px 0px 0px 0px;
}

.area5 p {
    font: 14px/22px 'Roboto', sans-serif;
    color: #acc6ae;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 10px 0px 10px 0px;
}

.area5 i {
    color: #f89f20;
}

.cla {
    width: 100%!important;
}

.bg {
    background: #333333;
    text-align: center;
    color: #fff!important;
    padding: 8px 10px 8px 12px;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
}

.bg2 {
    background: #333333;
    text-align: center;
    color: #fff!important;
    padding: 8px 8px 8px 11px;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
}

.t-bg {
    background: #85b200;
    padding: 20px;
}

.cv {
    border: 1px ddashed #85b200;
}

.map-area {
    margin: 0px 0px 20px 0px;
    border: 4px dashed #017e85;
}

.client-area {
    margin: 20px 0px 20px 0px;
}


/*.form-control2{background:#fff; border:1px solid #ccc; height:50px; border-radius:0px; color:#666; }*/

.map {
    height: 255px;
    text-align: center;
    width: 100%;
    border: 3px dashed #017e85;
}

.im-area {
    margin: 20px 0px 20px 0px;
}

.im-area img {
    width: 100%;
}

.img-border {
    border: 8px solid #fff;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: #fff url(../images/bgimg.html) no-repeat center center;
}

.cont-area3 {
    background: #f5f5f5;
    /*border:1px solid #e9e6e6;*/
    -webkit-box-shadow: 1px 1px 2px #d1cece;
    /* -moz-box-shadow: 1px 1px 2px #edebeb;
   box-shadow: 1px 1px 2px #edebeb;
   box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);*/
    border-radius: 8px 8px 8px 8px;
    margin: 30px 0px 10px 0px;
    text-align: center;
    padding: 15px;
}

.pic2 {
    /*box-shadow: 7px 7px 0 0 #bba47d;*/
    float: right;
    margin-bottom: 5px;
    margin-left: 20px;
}

.cont-area3 p {
    font: 18px/24px "PT Sans Narrow";
    color: #6c7f8e;
    text-align: left;
    margin: 0px 0 11px 0;
    padding: 5px 0px 10px 0px;
}

.cont-area3 p span {
    font: 18px/22px "Open Sans Condensed";
    text-transform: uppercase!important;
    color: #017e85;
    text-align: left!important;
}


/*images-iffect*/

.img_with {
    height: auto;
    padding: 4px/*0px 0px 0px*/
    ;
}

.img_size {
    position: relative;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.img_with img {
    width: 100%;
    height: auto;
}

.img_size .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF!important;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 34, 59, 0.75);
    /*-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,0.75);*/
}

.img_size:hover .textbox {
    -webkit-transform: scale(1);
    transform: scale(1);
    text-transform: none;
}


/*.text {
padding-top:90px;
text-align:center; color:#ffffff!important;
font-family:'Poiret One';
font-size:25px;
font-weight:bold;
line-height:30px;
padding-left:10px;
padding-right:10px;
}*/

.textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


/*images-iffect*/

.why-choose-area2 {
    margin: 20px 0px 20px 0px;
    padding: 0;
}

.no-padding {
    padding: 0;
    text-align: left;
}

.gal-area {
    background: url(../images/gallery-bg.html) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0px 0px 0px 0px;
}
.lj-area .p1 img ,.lj-area2 .p1 img{
    width: 100px;
}
.lj-area , .lj-area2{
    padding:15px;
}
.sc-part2-container h2, .sc-part2-container p {
    color: #017e85 !important;
}
.sc-part2-container li{
    width: 100%;
    list-style: none;
    background: url(../images/b-arrow.png) 2px 4px no-repeat;
    color: #017e85!important;
    text-align: left;
    text-transform: none;
    margin: 0 0 8px 0px;
    padding: 0px 0px 0px 20px;
    font-size: 15px;
    text-transform: capitalize;
}
.custom-row-create{
    padding-top: 30px;
    padding-bottom: 30px;
}
.sc-part2-container h2{
background: url(../images/tag-underline-bg.png) left bottom no-repeat;
    font-family: 'Questrial', sans-serif!important;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase!important;
    padding: 15px 0px 20px 0px!important;
}
/* shimmer  */
    .fadeInRight img ,.fadeInLeft img ,.fadeInDown img{
        -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
        animation: shimmer 2.5s;
    }
  
  @keyframes shimmer {
    100% {-webkit-mask-position:left}
  }
