/*------------------------------------------------------------------
[Master Stylesheet]

Project:	OnePager - Responsive one page multipurpose HTML Template
Version:	1.0.0
Assigned to:	Themeforest
Primary use:	Advocate, Attorney, Consultant, Consulting, Corporate, Government, Justice, Law, Lawyer, political
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1 Fonts
2 Body
3 Common Css
	3.5 Padding Style
	3.6 Margin Style
5 Header Style
	5.1 Top Header / .top-bar
	5.2 Navbar / a.navbar-brand
7 Theme Heading / .template-heading
8 Liaisoning Style / #liaisoning
9 About Us / #about_us
10 Full Banner Section / .full_section
11 Pharmaceutical Section / .pharmaceutical_slider
13 Retail Trade Section / .retail_trade
19 Page Style 
	19.1 Owl nav Style / .carousel-style-1
	19.2 Preloader Style / .preloader
	19.3 Search Style / .serach-footer
20 Contact Form / .template-form 
21 Footer Style / footer
-------------------------------------------------------------------*/

/*---Boostrap CSS ---*/
@import url("bootstrap.min.css");

/*---Nav Menu CSS ---*/
@import url("../plugin/megamenu/css/hover-dropdown-menu.css");

/*---Owl Carousal CSS ---*/
@import url("../plugin/owl-carousel/css/owl.carousel.css");
@import url("../plugin/owl-carousel/css/owl.theme.default.css");

/*--- Fontawesome CSS  ---*/
@import url("../plugin/font-awesome/css/font-awesome.min.css");

/*
=========================
1 Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*
==========================
2 Body
==========================
*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #626161;
    line-height: 1.6em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}

body.dark {
    background-color: #1B1B1B;
}

/*
==========================
3 Common Css
==========================
*/
/* 3.1 Reset Style */

img {
    max-width: 100%;
    float: left;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: inherit;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: inherit;
}

p,
em {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #333333;
}

body.dark p,
body.dark em {
    color: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #000;
    clear: both;
    text-transform: uppercase;
}

body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #fff;
}

figure {
    display: inline-block;
    width: 100%;
}

.s-font,
.template-heading h2,
.facts h3 {
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li a {
    display: inline-block;
}

.clear {
    clear: both;
}

.parallax-style {
    background-attachment: fixed;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.grey_bg {
    background-color: #eee;
}

body.dark .grey_bg {
    background-color: #131212;
}

.colorW {
    color: #fff;
}

section {
    position: relative;
    width: 100%;
    float: left;
}

/* 3.3 Button Style */

a.itg-button {
    font-size: 16px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1.2em;
    border: 0;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border: 0;
    text-transform: uppercase;
    background-color: #333333;
    border: 1px solid #333333;
    font-family: 'Poppins', sans-serif;
}

.itg-button.active {
    color: #fff;
}

.itg-button:hover {
    color: #fff;
}

/* 3.5 Padding Style */

.pad0 {
    padding: 0px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

.pad40 {
    padding: 40px;
}

.pad50 {
    padding: 50px;
}

.pad60 {
    padding: 60px;
}

.pad70 {
    padding: 70px;
}

.pad80 {
    padding: 80px;
}

.pad90 {
    padding: 90px;
}

.pad100 {
    padding: 100px;
}

.padTB0 {
    padding: 0px 0;
}

.padTB5 {
    padding: 5px 0;
}

.padTB10 {
    padding: 10px 0;
}

.padTB15 {
    padding: 15px 0;
}

.padTB20 {
    padding: 20px 0;
}

.padTB30 {
    padding: 30px 0;
}

.padTB40 {
    padding: 40px 0;
}

.padTB50 {
    padding: 50px 0;
}

.padTB60 {
    padding: 60px 0;
}

.padTB70 {
    padding: 70px 0;
}

.padTB80 {
    padding: 80px 0;
}

.padTB90 {
    padding: 90px 0;
}

.padTB100 {
    padding: 100px 0;
}

.padT0 {
    padding-top: 0px;
}

.padT5 {
    padding-top: 5px;
}

.padT10 {
    padding-top: 10px;
}

.padT15 {
    padding-top: 15px;
}

.padT20 {
    padding-top: 20px;
}

.padT30 {
    padding-top: 30px;
}

.padT40 {
    padding-top: 40px;
}

.padT50 {
    padding-top: 50px;
}

.padT60 {
    padding-top: 60px;
}

.padT70 {
    padding-top: 70px;
}

.padT80 {
    padding-top: 80px;
}

.padT90 {
    padding-top: 90px;
}

.padT100 {
    padding-top: 100px;
}

.padB0 {
    padding-bottom: 0px;
}

.padB5 {
    padding-bottom: 5px;
}

.padB10 {
    padding-bottom: 10px;
}

.padB20 {
    padding-bottom: 20px;
}

.padB30 {
    padding-bottom: 30px;
}

.padB40 {
    padding-bottom: 40px;
}

.padB50 {
    padding-bottom: 50px;
}

.padB60 {
    padding-bottom: 60px;
}

.padB70 {
    padding-bottom: 70px;
}

.padB80 {
    padding-bottom: 80px;
}

.padB90 {
    padding-bottom: 90px;
}

.padB100 {
    padding-bottom: 100px;
}

.padL0 {
    padding-left: 0px;
}

.padL5 {
    padding-left: 5px;
}

.padL10 {
    padding-left: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padL30 {
    padding-left: 30px;
}

.padL40 {
    padding-left: 40px;
}

.padL50 {
    padding-left: 50px;
}

.padL60 {
    padding-left: 60px;
}

.padL70 {
    padding-left: 70px;
}

.padL80 {
    padding-left: 80px;
}

.padL90 {
    padding-left: 90px;
}

.padL100 {
    padding-left: 100px;
}

.padLR0 {
    padding-left: 0px;
}

.padLR5 {
    padding-left: 5px;
}

.padLR10 {
    padding-left: 10px;
}

.padLR20 {
    padding-left: 20px;
}

.padLR30 {
    padding-left: 30px;
}

.padLR40 {
    padding-left: 40px;
}

.padLR50 {
    padding-left: 50px;
}

.padLR60 {
    padding-left: 60px;
}

.padLR70 {
    padding-left: 70px;
}

.padLR80 {
    padding-left: 80px;
}

.padLR90 {
    padding-left: 90px;
}

.padLR100 {
    padding-left: 100px;
}

.padR0 {
    padding-right: 0px;
}

.padR5 {
    padding-right: 5px;
}

.padR10 {
    padding-right: 10px;
}

.padR20 {
    padding-right: 20px;
}

.padR30 {
    padding-right: 30px;
}

.padR40 {
    padding-right: 40px;
}

.padR50 {
    padding-right: 50px;
}

.padR60 {
    padding-right: 60px;
}

.padR70 {
    padding-right: 70px;
}

.padR80 {
    padding-right: 80px;
}

.padR90 {
    padding-right: 90px;
}

.padR100 {
    padding-right: 100px;
}

/* 3.6 Margin Style */

.mar0 {
    margin: 0px;
}

.mar5 {
    margin: 5px;
}

.mar10 {
    margin: 10px;
}

.mar15 {
    margin: 15px;
}

.mar20 {
    margin: 20px;
}

.mar30 {
    margin: 30px;
}

.mar40 {
    margin: 40px;
}

.mar50 {
    margin: 50px;
}

.mar60 {
    margin: 60px;
}

.mar70 {
    margin: 70px;
}

.mar80 {
    margin: 80px;
}

.mar90 {
    margin: 90px;
}

.mar100 {
    margin: 100px;
}

.marT0 {
    margin-top: 0px;
}

.marT5 {
    margin-top: 5px;
}

.marT10 {
    margin-top: 10px;
}

.marT15 {
    margin-top: 15px;
}

.marT20 {
    margin-top: 20px;
}

.marT30 {
    margin-top: 30px;
}

.marT40 {
    margin-top: 40px;
}

.marT50 {
    margin-top: 50px;
}

.marT60 {
    margin-top: 60px;
}

.marT70 {
    margin-top: 70px;
}

.marT80 {
    margin-top: 80px;
}

.marT90 {
    margin-top: 90px;
}

.marT100 {
    margin-top: 100px;
}

.marB0 {
    margin-bottom: 0px;
}

.marB5 {
    margin-bottom: 5px;
}

.marB15 {
    margin-bottom: 15px;
}

.marB10 {
    margin-bottom: 10px;
}

.marB20 {
    margin-bottom: 20px;
}

.marB30 {
    margin-bottom: 30px;
}

.marB40 {
    margin-bottom: 40px;
}

.marB50 {
    margin-bottom: 50px;
}

.marB60 {
    margin-bottom: 60px;
}

.marB70 {
    margin-bottom: 70px;
}

.marB80 {
    margin-bottom: 80px;
}

.marB90 {
    margin-bottom: 90px;
}

.marB100 {
    margin-bottom: 100px;
}

.marL0 {
    margin-left: 0px;
}

.marL5 {
    margin-left: 5px;
}

.marL10 {
    margin-left: 10px;
}

.marL20 {
    margin-left: 20px;
}

.marL30 {
    margin-left: 30px;
}

.marL40 {
    margin-left: 40px;
}

.marL50 {
    margin-left: 50px;
}

.marL60 {
    margin-left: 60px;
}

.marL70 {
    margin-left: 70px;
}

.marL80 {
    margin-left: 80px;
}

.marL90 {
    margin-left: 90px;
}

.marL100 {
    margin-left: 100px;
}

.marR0 {
    margin-right: 0px;
}

.marR5 {
    margin-right: 5px;
}

.marR10 {
    margin-right: 10px;
}

.marR20 {
    margin-right: 20px;
}

.marR30 {
    margin-right: 30px;
}

.marR40 {
    margin-right: 40px;
}

.marR50 {
    margin-right: 50px;
}

.marR60 {
    margin-right: 60px;
}

.marR70 {
    margin-right: 70px;
}

.marR80 {
    margin-right: 80px;
}

.marR90 {
    margin-right: 90px;
}

.marR100 {
    margin-right: 100px;
}

/*
==========================
4 Social Icon
==========================
*/

ul.social-icon {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.social-icon li {
    display: inline-block;
    background: #fff;
    float: left;
    text-align: center;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.social-icon li a {
    color: #333333;
    width: 50px;
    height: 50px;
    padding: 14px 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.social-icon li:hover a {
    color: #fff;
}

/*
==========================
5 Header Style
==========================
*/

#header {
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
}

/* 5.1 Top Header */

.top-bar {
    padding: 10px 0;
    color: #333333;
}

.top-bar.theme-bg {
    color: #fff;
}

.top-bar.theme-bg a:hover {
    color: #fff;
}

.top-bar ul li {
    display: inline-block;
    margin: 0 10px;
    color: #333333;
}

.top-bar ul li:first-child {
    margin-left: 0;
}

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

.top-bar ul li a i {
    display: inline-block;
    margin: 0 8px 0 0;
}

.top-bar ul li a i:last-child {
    margin-right: 0;
}

.top-bar .right {
    text-align: right;
}

.top-bar .left {
    text-align: left;
}

/* 5.2 Navbar */

a.navbar-brand {
    padding: 27px 0;
}

.navbar-brand img {
    height: 38px;
}

.navbar-nav {
    padding-right: 36px;
}

.navbar-nav>li>a {
    padding: 30px 10px;
    font-family: 'Poppins', sans-serif;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    background-color: transparent;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.dark .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.nav .open>a:focus,
.nav .open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
ul.nav.navbar-nav li a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-default {
    background-color: transparent;
}

div#main-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

/*
===================================
7 Theme Heading
===================================
*/

.template-heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.template-heading h3 {
    position: relative;
    color: #000;
    font-weight: bold;
}

.template-heading p,
.template-heading h5 {
    text-align: justify;
}

/*
=====================================
10 Banner Section
=====================================
*/
.banner-section {
    float: left;
    background-image: url('../img/icons/main-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-section:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

#banner-typing {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -80px;
    width: 100%;
    text-align: center;
}

.slide-caption {
    float: left;
    width: 100%;
    position: relative;
    height: 100vh;
}

.slide-content {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -106.5px;
    text-align: center;
}

.slide-content h2 {
    color: #fff;
    font-weight: 600;
}

.slide-content h1 {
    font-size: 47px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.slide-content a {
    background: #333333;
    border: #333333;
    color: #fff;
}

.slide-content .itg-button {
    margin-right: 15px;
}

.slide-content .itg-button:last-child {
    margin-right: 0;
}

.slide-content {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -106.5px;
    text-align: center;
}

.slide-statue figure {
    float: left;
}

.slide-statue {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 400px;
}

/*
===================================
8 Liaisoning Style
===================================
*/
#liaisoning {
    background-color: #f2f2f2;
}

body.dark #liaisoning {
    background-color: #131212;
}

.liaisoning-box {
    text-align: justify;
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 10px;
    background-color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

body.dark .liaisoning-box:before {
    background-color: #1b1b1b;
}

.liaisoning-box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.liaisoning-box h4 {
    text-align: center;
    line-height: 1em;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.liaisoning-box:hover h3 {
    color: #fff;
    text-align: center;
}

.liaisoning-content {
    position: relative;
    width: 100%;
}

.liaisoning-box p {
    margin-bottom: 0;
    color: #333333;
}

.liaisoning-box:hover .service-icon {
    color: #fff;
}

/*
===================================
8 Services Box Style
===================================
*/

#services {
    background-color: #f2f2f2;
}

body.dark #services {
    background-color: #131212;
}

.service-box {
    text-align: justify;
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 23px;
    background-color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
}

body.dark .service-box:before {
    background-color: #1b1b1b;
}

.service-box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.service-icon {
    width: 75px;
    height: 75px;
    background-color: #f2f2f2;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 35px;
    display: table;
    padding: 20px 0;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.service-box h4 {
    text-align: center;
    line-height: 1em;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.service-box:hover h4 {
    text-align: center;
    color: #00a0e3;
}

.service-content {
    position: relative;
}

.service-box p {
    margin-bottom: 0;
    color: #333333;
    padding-top: 15px;
}

.service-box:hover .service-icon {
    color: #fff;
}

/*
===================================
9 About Us
===================================
*/
#about_us {
    background-color: #fff;
}

body.dark #about_us {
    background-color: #131212;
}

.about-us-section {
    position: relative;
    width: 100%;
    float: left;
}

.about-content {
    position: relative;
    width: 100%;
    float: left;
    text-align: justify;
}

.about-list {
    width: 100%;
    float: left;
    position: relative;
    text-align: justify;
}

.about-list li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.about-list li:last-child {
    margin-bottom: 0;
}

.about-list li p {
    margin-bottom: 0px;
}

/*
===================================
9 Real Estate
===================================
*/

.real-estate-section,
.real-estate-section>.container {
    position: relative;
    width: 100%;
}

.real-estate-video-wrapper video {
    width: 50vh;
    height: 70vh;
    object-fit: fill;
}

.real-estate-img {
    width: 100%;
    float: left;
    position: relative;
}

.real-estate-img-meta {
    width: 100%;
    float: left;
    background: #333333;
    color: #fff;
    font-size: 14px;
    margin-top: -33px;
    margin-left: -10px;
    text-align: right;
}

.real-estate-section img {
    height: 100%;
    width: 100%;
}

.real-estate-section h4 {
    padding: 10px;
}

.real-estate-completed {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
}

.real-estate-ongoing {
    position: relative;
    float: right;
    width: 50%;
    padding: 10px;
}

.real-estate-slider {
    margin-top: 10px;
}

.real-estate-slider figure img {
    width: 100%;
    height: 650px;
}

.real-estate-woodshire-box h3 {
    text-align: center;
    padding-top: 20px;
}

.woodshire-video {
    float: left;
    width: 30%;
    height: 765px;
    padding: 10px;
    margin-top: 10px;
}

.real-estate-woodshire-slider {
    width: 70%;
    float: right;
    position: relative;
}

.real-estate-woodshire-slider figure img {
    padding: 15px 5px;
    margin-bottom: 15px;
    overflow: visible !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.real-estate-woodshire-award-header h4 {
    padding-top: 50px;
}

.real-estate-woodshire-award-slider {
    float: left;
    width: 100%;
    position: relative;
}

.woodshire-award-box {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.woodshire-award-img {
    margin: 0 auto;
    display: block;
    max-width: 700px;
    padding-top: 20px;
}

.full_section {
    float: left;
    width: 100px;
    position: relative;
    padding: 0;
}

.full_section_content {
    margin: 0 auto;
    width: 80%;
    position: relative;
    text-align: center;
}

.full_section_content p {
    color: #fff;
    font-size: 30px;
}

.full_section_content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.full_section_content a:hover {
    background: #333333;
    border-color: #333333;
}

/*
===================================
11 Pharmaceutical Section
===================================
*/

.pharmaceutical-slider {
    float: left;
    width: 100%;
    position: relative;
}

.pharmaceutical-box {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.pharmaceutical-no-logo-box {
    width: 100%;
    margin-top: 60px;
}

.pharmaceutical-partner-img {
    margin: 0 auto;
    display: block;
    max-width: 500px;
    padding: 20px;
}

.pharmaceutical-superelite-stockist {
    margin: 0 auto;
    display: block;
    max-width: 450px;
}

#pharmaceutical .owl-theme .owl-nav {
    position: absolute;
    bottom: 50%;
    float: none;
    display: inline-block;
    width: 100%;
    margin: 0;
}

#pharmaceutical .owl-prev {
    position: absolute;
    left: -50px;
    margin-top: -25px;
}

#pharmaceutical .owl-next {
    position: absolute;
    right: -50px;
    margin-top: -25px;
}

.pharmaceutical-no-logo {
    margin: 0 auto;
    display: table;
    max-width: 500px;
    height: 150px;
    text-align: center;
    padding: 20px;
    border: 2px solid;
}

.pharmaceutical-no-logo h3 {
    display: table-cell;
    color: #0e4a82;
    vertical-align: middle;
}

/*
===================================
13 Retail Trade Section
===================================
*/
#retail_trade {
    background-color: #f2f2f2;
}

body.dark #retail_trade {
    background-color: #131212;
}

.retail-trade-slider {
    float: left;
    position: relative;
    width: 100%;
}

.retail-trade-partners {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding-bottom: 50px;
}

.retail-trade-partners .retail-trade-partner-img {
    margin: 0;
    padding: 0;
    max-height: 260px;
    max-width: 250px;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid;
}

.retail-trade-partner-content {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.startups-no-logo {
    margin: 0 auto;
    display: table;
    max-width: 300px;
    height: 170px;
    text-align: center;
    padding: 20px;
    border: 2px solid;
    background-color: white;
}

.retail-trade-no-logo h3,
.startups-no-logo h3 {
    color: #079191;
    display: table-cell;
    vertical-align: middle;
}

/*
=================================
19 Page Style
=================================
*/
/*====19.1 Owl nav Style===*/

.carousel-style-1 {
    position: relative;
}

.carousel-style-1 figure {
    margin-bottom: 1px;
}

.carousel-style-1.owl-theme .owl-nav .owl-prev {
    margin-left: -6%;
}

.carousel-style-1.owl-theme .owl-nav .owl-next {
    margin-right: -6%;
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 7px;
    margin-top: 0;
}

body.dark .owl-theme .owl-nav .owl-prev,
body.dark .owl-theme .owl-nav .owl-next {
    background-color: #131212;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    border-radius: 0;
    line-height: 40px;
    font-size: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    border: 0;
    text-align: center;
    padding: 3px 0;
    border-radius: 0;
    color: #000;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    color: #fff;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    float: none;
    margin: 0;
    padding: 5px 0;
}

.owl-dots {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 6px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid;
}

/*
==========================
19.2 Preloader Style
==========================
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.s2 {
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: transparent;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s1 {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50vh;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: transparent;
}

.bigcon {
    position: absolute;
    height: 95px;
    width: 95px;
    top: 50vh;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: transparent;
    animation: bigcon 2s infinite linear;
    animation-delay: 0.25s;
}

.b {
    border-radius: 50%;
    position: absolute;
}

.s {
    width: 25px;
    height: 25px;
    animation: small 2s infinite ease;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
    background-color: #00a0e3;
}

.s:nth-child(1) {
    top: 0%;
    left: 0%;
}

.s:nth-child(2) {
    top: 0%;
    right: 0%;
}

.s:nth-child(3) {
    right: 0%;
    bottom: 0%;
}

.s:nth-child(4) {
    bottom: 0%;
    left: 0%;
}

.big {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #00a0e3, 0px 0px 20px #00a0e3, 0px 0px 30px r#00a0e3, 0px 0px 50px #00a0e3, 0px 0px 60px #00a0e3;
    z-index: 1;
    background-color: #00a0e3;
    animation: bigball 1s infinite linear;
}

.sb1 {
    animation-delay: -1.75s;
}

.sb6 {
    animation-delay: -1.5s;
}

.sb2 {
    animation-delay: -1.25s;
}

.sb7 {
    animation-delay: -1s;
}

.sb3 {
    animation-delay: -0.75s;
}

.sb8 {
    animation-delay: -0.5s;
}

.sb4 {
    animation-delay: -0.25s;
}

.sb5 {
    animation-delay: -0s;
}

@keyframes bigcon {
    0% {
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    100% {
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes small {
    0% {
        transform: scale(1);
        background-color: #00a0e3;
    }

    10% {
        transform: scale(1.3);
        background-color: #00a0e3;
    }

    15% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
        background-color: #00a0e3;
    }

    100% {
        transform: scale(1);
        background-color: #00a0e3;
    }
}

/*
==================
19.3 Search Style
==================
*/

.serach-footer {
    position: absolute;
    right: 0;
    margin: 27px 15px 27px 0;
}

a.serach-footer i {
    color: #000;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.87);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    border-radius: 5px;
    position: relative;
    transition: all 5s ease-in-out;
    top: 40%;
}

.search-section {
    float: left;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -84.5px;
}

.search-header {
    padding: 15px;
    border-bottom: 1px solid #fff;
}

.search-header h4 {
    margin-top: 0;
    color: #fff;
}

.popup .close {
    position: absolute;
    top: 15px;
    right: 24px;
    font-size: 25px;
    opacity: 1;
    color: #fff;
}

.popup .content-search {
    padding: 35px 15px;
}

.search-wrap {
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100% !important;
}

.search-btn:active,
.btn-default:active:hover,
.search-btn:hover,
.search-btn:focus {
    background: #333333;
    color: #fff !important;
    outline: none;
}

.search-btn {
    background: #333333;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    color: #fff !important;
    height: 40px;
    border: 0px solid;
    font-weight: 600;
    font-size: 14px;
}

span.serach-bottom {
    left: 20px;
    position: absolute;
    top: 8px;
}

.top_search input {
    padding-left: 45px;
}

.top_search input:focus {
    outline: none;
    border-color: #fff;
    box-shadow: none;
}

/*
==========================
20 Contact Form
==========================
*/

.template-form {
    float: left;
    width: 100%;
    position: relative;
}

.template-form input,
.template-form textarea {
    margin-bottom: 30px;
}

body.dark .template-form input,
body.dark .template-form textarea {
    background-color: #131212;
    color: #fff;
}

.template-form input.itg-button,
body.dark .template-form input.itg-button {
    margin-bottom: 0px;
}

.template-form input.itg-button {
    border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    outline: none;
}

/*
===================================
21 Footer Style
===================================
*/

footer {
    float: left;
    width: 100%;
    position: relative;
}

.top-footer {
    background-color: #333333;
    float: left;
    width: 100%;
    position: relative;
    color: #333333;
}

footer:before {
    content: "";
    position: absolute;
    width: 41.5%;
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.top-footer .widget {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.top-footer .widget .logo {
    width: 250px;
    display: block;
}

.top-footer .widget h4 {
    color: #fff;
    margin-bottom: 30px;
}

.information ul li {
    color: #fff;
}

ul.contact-footer {
    float: left;
    width: 100%;
    position: relative;
}

ul.contact-footer li {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    color: #fff;
}

ul.contact-footer li:last-child {
    margin-bottom: 0;
}

ul.contact-footer li a i {
    margin-right: 15px;
}