.line,
.nav {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#593dd5', endColorstr='#fc2b00', GradientType=1)
}

#nav-icon:hover span:nth-child(3),
.hero,
header {
    width: 100%
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center
}

.single_item figure:after,
footer:before {
    content: ''
}

a.gallery:focus,
a:focus {
    outline: 0
}

body {
    font-family: Poppins, sans-serif;
    background: #1d1d1d
}

body.blue {
    background: #0f1d42
}

p {
    color: #868686
}

.line {
    height: 1px;
    opacity: .5;
    background: -moz-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, rgba(252, 43, 0, 1)), color-stop(100%, rgba(89, 61, 213, 1)));
    background: -webkit-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%)
}

.top_15 {
    margin-top: 15px
}

.top_30 {
    margin-top: 30px
}

.top_45 {
    margin-top: 45px
}

.top_60 {
    margin-top: 60px
}

.top_90 {
    margin-top: 90px
}

.top_120 {
    margin-top: 120px
}

.padding_30 {
    padding: 30px 0
}

.padding_45 {
    padding: 45px 0
}

.padding_60 {
    padding: 60px 0
}

.padding_90 {
    padding: 90px 0
}

.bottom_15 {
    margin-bottom: 15px
}

.bottom_30 {
    margin-bottom: 30px
}

.bottom_45 {
    margin-bottom: 45px
}

.bottom_60 {
    margin-bottom: 60px
}

.bottom_90 {
    margin-bottom: 90px
}

.bottom_120 {
    margin-bottom: 120px
}

.padbot_15 {
    padding-bottom: 15px
}

.padbot_30 {
    padding-bottom: 30px
}

.padbot_45 {
    padding-bottom: 45px
}

.padbot_60 {
    padding-bottom: 60px
}

.wrapper {
    position: relative;
    z-index: 1
}

.hero {
    background: url(../img/home.jpg) center center;
    background-size: cover;
    display: table;
    top: 0;
    position: fixed;
    height: 100%
}

.hamburger {
    position: relative;
    z-index: 10
}

header {
    padding: 25px;
    position: fixed;
    z-index: 3;
    top: 0
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0;
    transform-origin: left center
}

#nav-icon span:nth-child(2) {
    top: 7px;
    transform-origin: left center
}

#nav-icon span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 60%;
    right: 0!important
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 8px;
    width: 100%
}

#nav-icon {
    width: 25px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon.open {
    opacity: .5
}

#nav-icon.open:hover {
    opacity: 1
}

.nav {
    height: 100%;
    width: 100%;
    position: fixed;
    display: table;
    top: 0;
    z-index: 2;
    background: -moz-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, rgba(252, 43, 0, 1)), color-stop(100%, rgba(89, 61, 213, 1)));
    background: -webkit-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    visibility: hidden
}

.nav.open {
    opacity: 1;
    visibility: visible
}

.nav ul.menu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0
}

.nav ul.menu li {
    opacity: 0;
    list-style: none;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transition: translateY(20px);
    transform: translateY(20px)
}

.nav ul.menu li.social,
.nav.open ul.menu li {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.nav.open ul.menu li {
    opacity: 1;
    -o-transition: translateY(0)
}

.nav.open ul.menu li a {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    transition: font-size .5s;
    text-decoration: none;
    letter-spacing: -1px;
    line-height: 60px
}

.nav.open ul.menu li a:hover {
    font-size: 36px;
    opacity: .8;
    transition: font-size .5s, opacity .5s
}

.nav.open ul.menu li:nth-child(1) {
    transition: opacity .5s .5s, transform .5s .5s;
    -webkit-transition: opacity .5s .5s, transform .5s .5s;
    -moz-transition: opacity .5s .5s, transform .5s .5s
}

.nav.open ul.menu li:nth-child(2) {
    transition: opacity .7s .7s, transform .7s .7s;
    -webkit-transition: opacity .7s .7s, transform .7s .7s;
    -moz-transition: opacity .7s .7s, transform .7s .7s
}

.nav.open ul.menu li:nth-child(3) {
    transition: opacity .9s .9s, transform .9s .9s;
    -webkit-transition: opacity .9s .9s, transform .9s .9s;
    -moz-transition: opacity .9s .9s, transform .9s .9s
}

.nav.open ul.menu li:nth-child(4) {
    transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
    -webkit-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
    -moz-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s
}

.nav.open ul.menu li:nth-child(5) {
    transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
    -webkit-transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
    -moz-transition: opacity 1.3s 1.3s, transform 1.3s 1.3s
}

.nav.open ul.menu li:nth-child(6) {
    transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -webkit-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -moz-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s
}

.nav.open ul.menu li:nth-child(7) {
    transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
    -webkit-transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
    -moz-transition: opacity 1.7s 1.7s, transform 1.7s 1.7s
}

.nav ul.menu li.social {
    margin-top: 60px;
    -o-transition: translateY(0);
    transform: translateY(0)
}

.nav.open ul.menu li.social a {
    font-size: 14px;
    margin-right: 15px
}

.nav.open ul.menu li.social a:last-child {
    margin-right: 0
}

.nav.open ul.menu li.social {
    transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -webkit-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -moz-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s
}

.nav .menu li.hassub i {
    width: 30px;
    height: 51px;
    margin-left: 4px;
    line-height: 55px;
    cursor: pointer;
    color: #fff;
    position: absolute
}

.line-scroll,
.line-scroll .line {
    left: 50%;
    height: 80px;
    margin-left: -1px
}

.nav .menu li .submenu {
    display: none;
    font-size: 15px;
    padding: 0
}

.nav .menu li .submenu li a {
    font-size: 16px!important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px!important;
    opacity: .7
}

.nav .menu li .submenu li a:hover {
    font-size: 17px;
    transition: font-size .5s, opacity .5s
}

#line-scroll.animate {
    opacity: 1
}

.line-scroll {
    width: 2px;
    bottom: 0;
    overflow: hidden;
    margin-top: 90px
}

.line-scroll .line.active {
    -webkit-animation: line-scroll 2.5s ease-in-out forwards infinite;
    animation: line-scroll 2.5s ease-in-out forwards infinite
}

.line-scroll .line {
    opacity: .8;
    top: auto;
    z-index: 11;
    display: block;
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 -80px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.port img,
.single_item figure,
.single_item img,
footer {
    width: 100%
}

@-webkit-keyframes line-scroll {
    0% {
        background-position: 0 -80px
    }
    80% {
        background-position: 0 0
    }
    100% {
        background-position: 0 80px
    }
}

@keyframes line-scroll {
    0% {
        background-position: 0 -80px
    }
    80% {
        background-position: 0 0
    }
    100% {
        background-position: 0 80px
    }
}

.page-title .title {
    font-size: 30px;
    line-height: 40px;
    margin: 2px 0 20px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -moz-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -ms-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -o-linear-gradient(left, #593dd5, #fc2b00);
    background-image: linear-gradient(to right, #593dd5, #fc2b00)
}

.single_item figure,
.work-title {
    background-image: -webkit-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -moz-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -ms-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -o-linear-gradient(left, #593dd5, #fc2b00)
}

.portfolio-filter ul {
    padding-left: 30px
}

.portfolio-filter ul li {
    font-size: 16px;
    color: #a9a9a9;
    list-style: none;
    line-height: 40px;
    cursor: pointer
}

.select-cat {
    color: #fff!important
}

.single_item {
    margin-bottom: 30px
}

.single_item figure {
    position: relative;
/*    float: left;*/
    overflow: hidden;
    color: #000;
    text-align: left;
    font-size: 16px;
    background-image: linear-gradient(to right, #593dd5, #fc2b00)
}

.single_item figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.form-input,
.name-box {
    box-sizing: border-box
}

.single_item figure:hover img {
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    opacity: .4;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single_item figure figcaption {
    z-index: 1;
    padding-left: 20px;
    padding-top: 47%
}

.single-item figure:after,
.single_item figure figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.single_item figure:after {
    background-color: rgba(255, 255, 255, .65);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 0
}

.single_item figure figcaption h3 {
    line-height: 1.1em;
    font-size: 22px;
    opacity: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.single_item figure p {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    top: 50%;
    color: #fffbd;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.single_item figure figcaption:hover h3,
.single_item figure figcaption:hover p {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.isotope_items {
    min-height: 2000px
}

footer {
    bottom: 0;
    background: #000;
    min-height: 100px;
    padding-top: 44px;
    color: #919191;
    font-size: 13px;
    position: relative;
    z-index: 1;
    margin-top: -39px
}

.hero.work:before,
footer:before {
    position: absolute;
    width: 100%;
    top: 0
}

.blue footer {
    background: #030d27
}

footer:before {
    opacity: .4;
    height: 1px;
    background: -moz-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, rgba(252, 43, 0, 1)), color-stop(100%, rgba(89, 61, 213, 1)));
    background: -webkit-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    background: linear-gradient(45deg, rgba(252, 43, 0, 1) 0, rgba(89, 61, 213, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#593dd5', endColorstr='#fc2b00', GradientType=1)
}

footer .socials a {
    color: #919191;
    margin-right: 15px;
    text-decoration: none
}

footer .footer-logo {
    margin-right: 30px;
    margin-top: -7px
}

footer .socials a:hover {
    color: #fff;
    transition: color .3s
}

footer .copyright span {
    color: #fff
}

.work-video iframe {
    width: 100%;
    min-height: 700px
}

.hero.work .hero-inner h1 {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 30px;
    line-height: 102px;
    color: #fff
}

.dark,
.tbl1 tr td,
.tbl1 tr th,
.txt-drop {
    font-weight: 700
}

.hero.work {
    background: url(../img/home.jpg) top center;
    background-size: cover
}

.hero .hero-inner p {
    color: #fff;
    font-size: 19px;
    opacity: .8
}

.hero.work:before {
    content: "";
    left: 0;
    height: 100%;
    z-index: 1
}

.work-title {
    font-size: 50px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #593dd5, #fc2b00)
}

.big-img img {
    width: 100%
}

a.gallery {
    display: block
}

.gallery img {
    width: 100%
}

.link {
    text-decoration: none!important
}

.controller .where {
    text-decoration: none;
    color: #5a5a5a;
    font-size: 30px;
    display: block;
    transition: all ease .3s
}

.controller span {
    font-size: 20px;
    color: #bbb;
    transition: all ease .3s
}

.controller .link:hover .where {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -moz-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -ms-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -o-linear-gradient(left, #593dd5, #fc2b00);
    background-image: linear-gradient(to right, #593dd5, #fc2b00);
    transition: all ease .3s
}

.controller .link:hover span {
    color: #fff;
    transition: all ease .3s
}

.cont-line {
    width: 1px;
    background: #272727;
    height: 126px;
    display: inline-block;
    margin: -26px 40px
}

.form-control,
.panel {
    background: 0 0!important
}

.portfolio-text {
    color: #fff
}

.portfolio-text p {
    font-size: 18px;
    line-height: 32px;
    color: #a7a7a7
}

@media (max-width:768px) {
    .nav .menu li.hassub i {
        line-height: 51px
    }
    .hero .hero-inner h1 {
        font-size: 65px;
        margin-bottom: 20px
    }
    .work-title {
        font-size: 40px
    }
    .cont-line,
    .controller .pull-left.text-left {
        display: none
    }
    .controller .pull-right.text-right {
        text-align: center;
        width: 100%
    }
    .hero.work .hero-inner h1 {
        font-size: 60px;
        margin-bottom: 10px;
        line-height: 60px!important
    }
    .work-video iframe {
        min-height: auto;
        border: 0
    }
    .left-filter-section {
        text-align: center
    }
    .comment.reply,
    .portfolio-filter ul {
        padding-left: 0
    }
    .hero.blog .hero-inner h1 {
        font-size: 32px;
        color: #fff;
        letter-spacing: -1;
        line-height: 50px
    }
	
	.footer1{margin-top: -80px! important;}
	
	
	.cont{
    padding: 0px 38px! important;
}
	
}

.tbl,
.tbl tr,
td {
    border: 1px solid #fff
}

@media (max-width:481px) {
    .nav .menu li.hassub i {
        line-height: 37px
    }
    .hero .hero-inner p {
        font-size: 14px;
        padding: 0 10px
    }
    .work-title {
        font-size: 35px
    }
    .portfolio-text p {
        font-size: 14px;
        line-height: 28px;
        color: #a7a7a7
    }
    .hero .hero-inner h1,
    .hero.work .hero-inner h1 {
        font-size: 33px;
        margin-bottom: 10px;
        line-height: 64px
    }
    .hero.work .hero-inner h1 {
        letter-spacing: -2px
    }
    .nav.open ul.menu li a {
        font-size: 24px;
        line-height: 45px
    }
    .nav.open ul.menu li a:hover {
        font-size: 26px
    }
    .hero.about .hero-inner p {
        font-size: 14px
    }
    .hero .hero-inner p br {
        content: ' '
    }
    .line-scroll {
        height: 40px;
        margin-top: 30px
    }
    .line-scroll .line {
        height: 30px
    }
    .hero.blog .hero-inner h1 {
        font-size: 24px;
        color: #fff;
        letter-spacing: 0;
        line-height: 36px
    }
    .hero.blog .hero-inner p {
        font-size: 13px
    }
    .blogs .post p {
        font-size: 14px;
        line-height: 26px
    }
    .blogs .post .post-title {
        font-size: 18px;
        line-height: 32px
    }
}

.tbl {
    color: #fff;
    width: 100%
}

.tbl tr th {
    padding: 10px;
    text-align: center;
    font-size: 20px
}

.tbl tr,
td {
    padding: 5px
}

.round img {
    border-radius: 50%
}

.round span {
    color: #fff;
    font-size: 17px
}

.box-clr {
    height: 35px;
    width: 35px;
    float: left
}

.panel {
    border-radius: 0!important
}

.txt-drop {
    margin-left: 20px;
    font-size: 16px;
    line-height: 35px
}

.tbl1 {
    width: 100%;
    box-shadow: 0 5px 20px rgba(205, 31, 125, .58)
}

.tbl1 tr td {
    text-align: left;
    font-size: 15px;
    padding-left: 15px
}

.tbl1 tr th {
    border: 1px solid #fff;
    padding-left: 16px;
    font-size: 17px
}

.foot-tbl tr td {
    border: 0
}

.foot-tbl tr td p,
i {
    color: #fff;
    font-size: 16px
}

.fnt {
    font-family: Poppins, sans-serif!important;
    font-size: 26px;
    padding-bottom: 13px
}

.foot-form label,
.form-txt p {
    font-size: 16px
}

.main-box i {
    color: #000
}

.panel {
    color: #fff!important;
    padding: 0!important
}

.sub-tbl tr td {
    border: none!important
}

.hero .hero-inner {
    position: relative;
    z-index: 4;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.hero-inner h1 {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 30px;
    line-height: 102px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -moz-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -ms-linear-gradient(left, #593dd5, #fc2b00);
    background-image: -o-linear-gradient(left, #593dd5, #fc2b00);
    background-image: linear-gradient(to right, #593dd5, #fc2b00);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#593dd5, EndColorStr=#fc2b00)
}

.hero-inner p {
    color: #fff;
    font-size: 19px;
    opacity: .8
}

.page-title span {
    color: grey;
    font-size: 15px;
    letter-spacing: 3px
}

.abt-txt {
    font-size: 15px;
    color: #868686;
    line-height: 28px;
    margin-top: 30px;
    text-align: left
}

.form-txt h4,
b {
    color: #fff
}

.contact-icn,
.social {
    text-align: center
}

.image:before {
    content: '';
    background: #2a2a2a;
    width: 93%;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin: 44px -27px;
    left: 0
}

.email-box,
.name-box {
    margin-right: 6%;
    border-radius: 1px
}

.map {
    height: 450px;
    width: 100%;
    box-shadow: 0 100px 70px -80px rgba(208, 198, 198, .85)
}

.form-txt p {
    margin-bottom: 10px;
    line-height: 28px;
    color: #999
}

.form-input,
.txtarea {
    color: rgba(0, 0, 0, 1);
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 12px 20px;
    outline: 0;
    font-size: 16px
}

.name-box {
    width: 43%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    background: #ddd
}

.form-input {
    height: 50px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    position: relative;
    z-index: 2;
    transition: all .1s linear .1s;
    -webkit-transition: all .1s linear .1s;
    background-color: transparent
}

.input_label {
    background: #333;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out
}

.email-box,
.message-box {
    overflow: hidden;
    background: #ddd
}

.email-box {
    width: 45%;
    float: right;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1)
}

.message-box,
.txtarea {
    width: 100%;
    box-sizing: border-box
}

.message-box {
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.email-box,
.message-box,
.name-box {
    position: relative;
    display: block
}

.txtarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    resize: none;
    height: 100px;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    position: relative;
    z-index: 2;
    transition: all .1s linear .1s;
    -webkit-transition: all .1s linear .1s;
    background-color: transparent
}

.sub-btn {
    color: #000;
    background: #ddd;
    padding: 7px 20px;
    font-weight: 700;
    font-size: 16px
}

.drop,
.send {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-style: italic
}

.box {
    height: 200px;
    margin: 50px 0 15px;
    padding: 50px 0 30px
}

.find,
.social {
    margin-top: 45px
}

.contact-icn {
    color: #fff;
    font-size: 30px;
    line-height: 65px
}

.box h6 {
    font-size: 14px;
    line-height: 20px
}

.contact ul li {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    list-style: none;
    line-height: 30px
}

.sub-title {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 15px;
    color: #fff
}

.form-inp,
.txt-area {
    width: 100%;
    line-height: 50px;
    padding-left: 10px!important;
    background: 0 0;
    color: #fff
}

.form-inp,
.txt-area {
    border: none;
    border-bottom: 1px solid #fff
}

.sitebtn {
    padding: 5px 21px;
    background: 0 0;
    border: 1px solid #ddd;
    color: #fff
}

.sitebtn:hover {
    background: #ddd;
    color: #000
}

.social a {
    margin-right: 15px
}

.social a:hover {
    opacity: .7
}

.send {
    left: 4rem;
    right: 3rem;
    color: #fff;
    bottom: 4.9rem;
    font-size: 3.2856em
}

.drop {
    font-size: 3.5714em;
    line-height: 1em
}

.find {
    display: block;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 1.142857em;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: left
}

@media (max-width:320px) {
    .headerlogo {
        margin-top: -4px!important;
        margin-left: -35px!important;
        margin-bottom: -12px
    }
    header {
        background: #000
    }
    .full-open .nav-icon span:nth-child(1),
    .full-open .nav-icon span:nth-child(3),
    .iconspan {
        background: #fff!important
    }
    .full-menu {
        margin-top: 75px
    }
    #nav-icon.open {
        opacity: 2.5;
        margin-top: 22px
    }
    .nav.open {
        margin-top: 50px
    }
    .pharmatext {
        font-size: 24px
    }
    .bgheader {
        margin-top: 57px
    }
	.footer1{margin-top: -80px! important;}
	
	h1.protext{font-size:30px! important;}
	.blog{margin-top: 97px;}
	.foot1{font-size:12px! important;}
	.message{width: 320px;
    margin-top: -66px;}
	
	.item2{margin-bottom: 0px !important;
    margin-top: -50px;}
	
	.figcaption{margin-top: -23px;
    margin-bottom: 88px;}
	
	.footer2{margin-top: -42px! important;}
	.bigimg{margin-top: -42px! important}
	
	.hero.work .hero-inner h1 {
   line-height: 40px!important;
}
	
	
	.work-title {
    font-size: 25px;
}
	.portext{margin-top: -52px;}
	
	.portfolio{margin-top: -55px;}
	.contact ul li{margin-left: -41px;}
	.edible{font-size: 31px! important;}
	
	.fragness{margin-top: 125px;}
	
	.water{font-size: 35px! important;}
	
	.waterimg{margin-left: 0px;
    width: 342px! important;}
	
	.item2{margin-top: -51px! important;}
	
	.hero1{top: 58px;}
	.hero2{top: 84px;}
	.hero4{width: 334px;}
	.footer3{width: 332px; margin-top: -75px! important;}
	.hero.work .hero-inner .lakeclr {padding-right: 95px! important;
		padding-top: 47px! important;}
	
	.hero.work .hero-inner .waterslb {font-size: 30px! important;
    padding-right: 76px;}
	
	.enquiryform{margin-right: 26px;}
	.plantextract{    text-shadow: 0px 0px 0px #000! important;}
	
	.midline{border-right: 0px solid red! important;}
}

@media (max-width:375px) {
    .headerlogo {
        margin-top: -16px;
        margin-left: -26px
    }
    header {
        background: #000
    }
    .full-open .nav-icon span:nth-child(1),
    .full-open .nav-icon span:nth-child(3),
    .iconspan {
        background: #fff!important
    }
    .iconspan {
        margin-top: 16px
    }
    .full-menu {
        margin-top: 75px
    }
    #nav-icon.open {
        opacity: 2.5;
        margin-top: 22px
    }
    .nav.open {
        margin-top: 50px
    }
    .pharmatext {
        font-size: 24px
    }
    .bgheader {
        margin-top: 57px
    }
	.footer1{margin-top: -80px! important;}
	.footer12{margin-top: -80px! important; margin-left: 14px;}
	.blog{margin-top: 97px;}
	
	.foot1{font-size:14px! important;}
	
	.item2{margin-bottom: 0px !important;
    margin-top: -50px;}
	
	.figcaption{margin-top: -23px;
    margin-bottom: 88px;}
	
	.footer2{margin-top: -42px! important;}
	
	.hero.work .hero-inner h1 {
   line-height: 40px!important;
}
	
	.work-title {
    font-size: 25px;
}
	
	
	.bigimg{margin-top: -42px! important}
	
	.portext{margin-top: -52px;}
	.portfolio{margin-top: -55px;}
	.contact ul li{margin-left: -41px;}
	
	.edible{font-size: 31px! important;}
	
	.fragness{margin-top: 125px;}
	
	
	.water{font-size: 35px! important;}
	
	
	.waterimg1{width: 400px! important;}
	.hero1{top: 58px;}
	.hero2{top: 84px;}
	.hero4{width: 388px;}
	
	.footer2{width: 332px!;}
	
	.hero.work .hero-inner .lakeclr {padding-right: 70px;
		padding-top: 47px;}
	
	.hero.work .hero-inner .waterslb {font-size: 32px! important;
    padding-right: 9px;}
	.plantextract{    text-shadow: 0px 0px 0px #000! important;}
	.midline{border-right: 0px solid red! important;}
/*
	.waterimg{margin-left: 0px;
    width: 390px! important;}
*/
}

@media (max-width:425px) {
    .headerlogo {
        margin-top: -16px;
        margin-left: -26px
    }
    header {
        background: #000
    }
    .full-open .nav-icon span:nth-child(1),
    .full-open .nav-icon span:nth-child(3),
    .iconspan {
        background: #fff!important
    }
    .full-menu {
        margin-top: 75px
    }
    #nav-icon.open {
        opacity: 2.5;
        margin-top: 22px
    }
    .nav.open {
        margin-top: 50px
    }
    .pharmatext {
        font-size: 24px
    }
    .bgheader {
        margin-top: 57px
    }
	
	.footer1{margin-top: -80px! important;}
	.blog{margin-top: 97px;}
	
	.item2{margin-bottom: 0px !important;
    margin-top: -50px;}
	
	.figcaption{margin-top: -23px;
    margin-bottom: 88px;}
	
	.footer2{margin-top: -42px! important;}
	
	.hero.work .hero-inner h1 {
   line-height: 40px!important;
}
	
	.work-title {
    font-size: 25px;
}
	
	
	.bigimg{margin-top: -42px! important}
	
	.portext{margin-top: -52px;}
	.portfolio{margin-top: -55px;}
	.contact ul li{margin-left: -41px;}
	
	.edible{font-size: 31px! important;}
	
	.fragness{margin-top: 125px;}
	
	.water{font-size: 35px! important;}
	.hero1{top: 58px;}
	
	.hero2{top: 84px;}
	.hero4{width: 438px;}
	.footer2{width: 338px;}
	.plantextract{    text-shadow: 0px 0px 0px #000! important;}
	.midline{border-right: 0px solid red! important;}
	
}

@media (min-width:481px) and (max-width:996px) {
    header {
        background: #000
    }
    #nav-icon.open {
        opacity: 2.5;
        margin-top: 22px
    }
    .nav.open {
        margin-top: 95px
    }
    .bgheader {
        margin-top: 57px
    }
	.blog{margin-top: 97px;}
	
	
	.item2{margin-bottom: 0px !important;
    margin-top: -50px;}
	
	.figcaption{margin-top: -23px;
    margin-bottom: 88px;}
	
	.footer2{margin-top: -42px! important;}
	
	.hero.work .hero-inner h1 {
   line-height: 50px!important;
		padding-top: 24px;
}
	
	.bigimg{margin-top: -35px! important}
	
	.portext{margin-top: -52px;}
	
	.portfolio{margin-top: -55px;}
	.contact ul li{margin-left: -41px;}
	
	
	.edible{font-size: 55px! important;}
	
	.fragness{margin-top: 125px;}
	
	.water{font-size: 55px! important;}
	
	.hero1{top: 58px! important;}
	.hero2{top: 84px;}
	.hero4{width: 768px;}
	
	.enquiryform{margin-right: 26px! important;}
	.portfolio1{margin-right: 25px! important;}
	.youmay{margin-left: 48px! important;}
	.pullright1{margin-right: 30px! important;}
	.plantextract{    text-shadow: 0px 0px 0px #000! important;}
	.midline{border-right: 0px solid red! important;}
	
	.big-img img {
    width: 52%;
    margin-left: 55px;
    margin-right: 35px;
}
	
	.big-img1 img {
    width: 100%! important;
     margin-left: 0px; 
    
}
	
	.big-img2 img {
    width: 52%;
    margin-left: 163px;
    margin-right: 35px;
}
	
	.round span {
        color: #fff;
    font-size: 17px;
    padding-left: 202px;
    padding-right: 181px;
}
	
	.round1 span {
    color: #fff;
    font-size: 17px;
    padding-left: 164px;
    padding-right: 130px;
}
	
	.item-content1{width: 64%;
    margin-left: 127px;
}
	
}


@media (min-width:320px) and (max-width:1024px) {
	body{overflow-x:hidden;}
	.header{overflow-x:hidden;}
	.nav{overflow-x:hidden;}
	.wrapper .container{overflow-x:hidden;}
}


.g-recaptcha{
    margin-top: -58px; 
    position: absolute;
}


@media (min-width:320px)  and (max-width:425px){
   
    .g-recaptcha{
        margin-top: -120px; 
        position: absolute;
    }
    .submit-captcha button{
    margin-top: 95px;
    float: left!important;  
    }
    .sitebtn{
float:left;
    }
    }

  
    

@media (min-width:426px)  and (max-width:768px){

   
    .g-recaptcha{
        margin-top: -120px; 
        position: absolute;
    }
    .submit-captcha button{
    margin-top: 95px;
    float: left!important;  
    }
    .sitebtn{
float:left;
    }
    }

@media (min-width:769px)  and (max-width:1024px){

   
    .g-recaptcha{
        margin-top: -120px; 
        position: absolute;
    }
    .submit-captcha button{
        margin-top: 95px;
        float: left!important;  
    }
        .sitebtn{
    float:left;
        }
        }




/* other captcha*/

        @media (min-width:320px)  and (max-width:425px){
   
            .recaptcha11{
                margin-top: -145px; 
                position: absolute;
            }
            .submit-captcha11 button{
            margin-top: 95px;
            float: left!important;  
            }
            .sitebtn{
        float:left;
            }
            }
 
            


@media (min-width:426px)  and (max-width:768px){

    .recaptcha11{
        margin-top: -145px; 
        position: absolute;
    }
    .submit-captcha11 button{
    margin-top: 95px;
    float: left!important;  
    }
    .sitebtn{
float:left;
    }
    }

@media (min-width:769px)  and (max-width:1024px){

    .recaptcha11{
        margin-top: -145px; 
        position: absolute;
    }
    .submit-captcha11 button{
        margin-top: 95px;
        float: left!important;  
    }
        .sitebtn{
    float:left;
        }
        }