@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

/* [Master Stylesheet]
-----------------------------------
1. General styles
2. Typography
-----------------------------------
*/
/*
-------------------------------------------
1. General Style
-------------------------------------------
*/
/*  Grid pagination*/
body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #666;
    overflow-x: hidden;
    box-sizing: border-box;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*
-------------------------------------
2. Typography
-------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111111;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    letter-spacing: 1px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*
-------------------------------------
3. Home Page 
-------------------------------------
*/
.main {
    width: 100%;
    display: table;
}

.main .nav-main {
    width: 100%;
    display: table;
    border-bottom: 1px solid #1bb688;

}

.main .logo {
    display: table;
    float: left;
}

.logo img {
    height: 50px;
    width: 150px;
}

.main .navbar-brand {
    max-width: 88%;
}

.main .nav-btn {
    float: right;
    display: table;
    padding: 15px;
}

.main a.btn-nav {
    padding: 10px 15px !important;
    display: table;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    line-height: 30px;
    border: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:active {
    background-color: #1bb688;
    color: #fff;
}

button {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.main .nav-btn a.btn-nav:last-child {
    margin-bottom: 0px;
}

.main .nav-btn-inner {
    width: 120px;
    float: left;
    padding-left: 5px;
    margin-top: -50px;
}

.nav-menu {
    float: none;
    display: flex;
    justify-content: center;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.right-portion {
    padding: 30px 0;
}

.right-portion input[type="email"],
.right-portion input[type="password"] {
    width: 100%;
    padding: 9px 6px;
    border: 1px solid #1bb688;
    border-radius: 0px;
}

.banner {
    width: 100%;
    display: table;
    background: url(../images/glo.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    position: relative;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #add8e636 */
        /*rgba(21, 64, 79, 0.77)*/
    background-color: rgb(21 64 79 / 50%);
}

.banner h2 {
    padding-top: 20px;
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.container {
    position: relative;
}

.banner h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 56px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.banner h2 span {
    font-size: 54px;
}

.banner h2:before {
    width: 30px;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: -1px;
    right: 0;
    border-radius: 3px;
}

.banner h2:after {
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
}

.banner p {
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: auto;
    width: 100%;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 30px;
}

.gmmvideo {
    height: 350px;
    width: 550px;
}

#myautoplayVideo {
    width: 550px;
    height: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
}

a.sub-btn {
    display: table;
    margin: auto;
    background-color: #1bb688;
    padding: 12px 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 400;
    letter-spacing: .8px;
}

a.sub-btn:hover {
    color: #1bb688;
    background-color: #fff;
}

.counter {
    width: 100%;
    display: table;
    padding-top: 50px;
}

.main_counter_area .main_counter_content .single_counter {
    background: url(../images/hbj1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    margin-bottom: 30px;
    padding: 40px 15px;
    position: relative;
}

.main_counter_area .main_counter_content .single_counter:before {
    background: rgba(27, 182, 136, 0.92);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.main_counter_area .main_counter_content .single_counter i {
    font-size: 50px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.single_counter h2 {
    font-size: 52px;
    z-index: 1;
    position: relative;
    color: #fff;
}

.single_counter p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    font-family: 'Roboto Slab', serif;
}

.abot-sec {
    width: 100%;
    display: table;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FAFAFA;
}

.ab-se {
    width: 100%;
    display: table;
    padding-bottom: 30px;
}

.ab-se h3 {
    font-size: 34px;
    color: #1bb688;
    letter-spacing: .8px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.ab-se h3:before {
    width: 30px;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #1bb688;
    left: 0;
    bottom: -1px;
    right: 0;
    border-radius: 3px;
    margin: auto;
}

.ab-se h3:after {
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #1bb688;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    margin: auto;
}

.ab-se h3 span {
    color: #15404f;
    font-weight: 600;
}

.ab-se p {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}

.call-sec {
    width: 100%;
    display: table;
    background-color: #1bb688;
}

.calin-se {
    width: 100%;
    display: table;
}

.calin-se h3 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 34px;
    letter-spacing: .8px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.icon-cl {
    width: 44px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.icon-cl .fa {
    font-size: 24px;
    text-align: center;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    line-height: 44px;
    outline: 1px solid #fff;
    outline-offset: 3px;
    outline-style: dashed;
}

.icon-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.icon-content h4 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
}

.icon-content h4 a {
    color: #ffffff;
}

.icon-content p {
    color: #fff;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
}

.footer {
    width: 100%;
    display: table;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: black;
}

.foo-col {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.foo-col h5 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .8px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.foo-col h5:before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    left: 0;
    bottom: -1px;
    position: absolute;
}

.foo-col h5:after {
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
}

.foo-col ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.foo-col li {}

.foo-col li a {
    text-decoration: none;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    display: table;
    width: 100%;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px solid #41575f;
    position: relative;
}

.foo-col p {
    color: #fff;
    line-height: 27px;
    letter-spacing: .8px;
    margin-bottom: 20px;
}

.foo-col li a:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
}

.socials {
    width: 100%;
    display: table;
}

.socials a {
    text-decoration: none;
    width: 38px;
    line-height: 38px;
    background-color: #fff;
    color: #000;
    display: table;
    float: left;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
}

.socials a:hover {
    background-color: #1bb688;
    color: #fff;
}

.zls-sptwndw.siqembed {
    width: 238px !important;
    height: 368px !important;
}

@media only screen and (max-width: 555px) and (min-width: 100px) and (max-width:480px) {
    .zls-sptwndw.siqembed {
        height: 50% !important;
        width: 200px !important;
    }

}

/*
-------------------------------------
4. Header Top
-------------------------------------
*/
.logo {
    margin: 10px;
}

.navbar-nav>li {
    width: auto;
    margin: 0px auto;
}

.header-top .navbar-default {
    padding: 10px 0;
    background-color: #f8f8f800;
    border-color: #f8f8f800;
}

.header-top .navbar-default li a {
    text-transform: none;
    font-weight: normal;
    color: #fff;
    background-color: unset;
    border-right: none;
    font-size: 15px;
}

.header-top .navbar-default .navbar-nav>li>a:not(:active) {
    background-color: unset;
    color: #fff;
}

.header-top .navbar-default .navbar-nav>li>a:hover {
    background-color: #0dc58e;
    color: #fff;
}

.header-top ul.nav.navbar-nav {
    margin-top: 10px;
}

.header-top li.login {

    background: none;
    color: #333;
}

.header-top li.logout a {
    background: none;
    color: #333;
}

.header-top .nav.navbar-nav.navbar-right {
    margin-top: 10px;
}

/*
-------------------------------------
5. Banner Area
-------------------------------------
*/
.banner-area {
    background-image: url(../images/growing-business.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-bg {
    padding: 35px 0 45px 0;
    background: rgba(68, 68, 68, 0.65);
}

.search-form input {
    width: 100%;
    padding: 15px;
    position: relative;
    outline: 0;
    outline-color: transparent;
}

.icon {
    position: absolute;
    top: 60%;
    right: 2.6%;
}

.icon i {
    font-size: 19px;
    border: 1px solid #eee;
    padding: 14px;
    background: #1bb688;
    color: #fff;
}

.banner-title h1 {
    color: #fff;
    margin-bottom: 20px;
}

.banner-title h4 {
    color: #fff;
    margin-bottom: 20px;
}

a.sub-btn {
    display: table;
    margin: auto;
    background-color: #1bb688;
    padding: 12px 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 400;
    letter-spacing: .8px;
    cursor: pointer !important;
}

/*
-------------------------------------
6. About Area
-------------------------------------
*/
.about-bg {
    padding: 65px 0 65px 0;
}

.about-title h2 {
    margin-bottom: 65px;
}

.other-details {
    display: inline-flex;
}

.about-right-box {
    padding: 30px 10px;
    margin-top: -15px;
    background: rgb(27, 182, 136);
    margin-top: -100px;
}

.about-others-para {
    margin-bottom: 20px;
    color: #fff
}

.about-others-para p,
.about-others-para span {
    font-weight: 700;
}

.about-para {
    margin-top: 15px;
}

.about-btn {}

.about-btn a {
    padding: 20px 75px;
    background: #15404f;
    color: #fff;
}

.all-btn {
    margin-top: 30px;
}

.about-img {
    height: 300px;
}

.about-img img {
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
}

.inqurery-btn {}

.inqurery-btn a {
    padding: 20px 75px;
}

/*
-------------------------------------
7. Tab Area
-------------------------------------
*/
.tab-bg {
    padding: 0px 0 35px 0;
}

li.control.active.mixitup-control-active {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

li.control {
    line-height: 60px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid;
    text-align: center;
    background: #15404f;
    color: #fff;
    cursor: pointer;
}

.tab-para {
    border: 3px solid #333;
    padding: 15px;
    margin-bottom: 30px;
}

.controls i.fa.fa-arrow-right {
    margin-left: 10px;
    transition: .5s;
}

.controls i.fa.fa-arrow-right:hover {
    margin-left: 15px;
}

/*
-------------------------------------
8. Index4 Page
-------------------------------------
*/
/*-----------8.1. Side Area---------*/
.side-bg {
    padding: 65px 0 65px 0;
}

.search-report h4 {
    margin-bottom: 30px;
}

.industry {
    margin-bottom: 30px;
}

ul.industry-list input[type="search"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    outline: 0;
    outline-color: transparent;
}

ul.industry-list {
    padding: 10px 30px;
    height: 250px;
    overflow-y: scroll;

}

.industry-list li a {
    margin-left: 10px;
    line-height: 35px;
    font-size: 15px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

ul.type-list {
    padding: 10px 30px;
}

ul.industry-list h5 {
    color: #222;
    margin-bottom: 20px;
}

.type h5 {
    color: #222;
}

.type-list li a {
    margin-left: 10px;
    line-height: 35px;
    font-size: 15px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.publish-date {
    margin-top: 30px;
}

.publish-form input {
    padding: 5px;
    outline: 0;
    outline-color: transparent;
    margin-top: 20px;
}

.form-fast {
    margin-left: -15px;
}

.form-second {
    margin-left: 112px;
}

.price {
    display: inline-block;
    margin-top: 30px;
}

.price strong {
    margin-top: 30px;
    color: #222;
    font-size: 22px;
}

tr.table-icons td {
    position: relative;
}

tr.table-icons td:before {
    position: absolute;
    content: "\f107";
    left: 78%;
    font-family: fontAwesome;
    font-size: 20px;
    top: 10%;
}

tr.table-icons {
    text-transform: uppercase;
    font-weight: 700;
    color: #166962;
    letter-spacing: 1px;
}

.table-details tr>td {
    height: 50px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    background-color: #1bb688;
    color: #fff;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #000;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

/*
-------------------------------------
9. Index5 Page
-------------------------------------
*/
/*-----------9.2. Contact Top Area---------*/
.contact-top-bg {
    padding: 25px 0 65px 0;
    background: url(../images/map-full3.png) #F5F6F8;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.er {
    background: url(../images/europe.jpg) !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.er:before {
    content: '';
    /* background: rgba(27, 182, 136, 0.85); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(103, 58, 183, 0.79);

}

.america {
    background: url(../images/america-flag.jpeg) !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.america:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(27, 182, 136, 0.92);

}

.asia {
    background: url(../images/asia.jpg) !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.asia:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(27, 182, 136, 0.92);

}

.china {
    background: url(../images/china.jpg) !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.china:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(103, 58, 183, 0.79);

}

/*-----------9.2. Contact Page---------*/
.contact-title h2 {
    margin-bottom: 30px;
}

.contact-page-img {
    position: relative;
}

.contact-page-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.65);
}

.contact-page-img img {
    height: 320px;
    width: 100%;

}

.contact-img-text {
    position: absolute;
    top: 45%;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.contact-img-text h2 {
    color: #fff;
}

.contact-img-para p {
    color: #222;
    letter-spacing: 1px;
}

.contact-page-form input.form-control {
    margin-top: 10px;
}

.contact-page-form label {
    margin-top: 15px;
    letter-spacing: 1px;
}

.contact-page-form label i {
    color: #DE5145;
    margin-left: 5px;
}

.contact-page-form textarea {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    outline: 0;
    outline-color: transparent;

}

.submit-btn {
    margin-top: 35px;
}

.submit-btn a {
    text-transform: none;
    border: 1px solid;
    padding: 10px 35px;
    background: #1BB688;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}

.submit-btn a:hover {
    background: #15404F;
    color: #fff;
}

.contact-page-details h4 {
    margin-top: 0px;
    text-align: center;
    color: #fff;
    padding-bottom: 13px;
    color: #15404f;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    text-transform: uppercase;
}

.contact-page-details {
    margin-top: 30px;
    /* background: #1bb688; */
    color: #000;
    padding: 10px;
    height: 285px;
    font-family: 'Poppins', sans-serif;
    /* border: 1px solid #464646; */
    /* outline: 2px solid #0dc58e; */
    outline-offset: 5px;
    /* outline-style: dotted; */
    /* box-shadow: 3px 3px 1px 1px #797171; */
    text-align: center;
}

.contact-page-details i {
    font-size: 25px;
    text-shadow: 1px 1px 1px #000;
    color: #0dc58e;
}

.contact-right-img img {
    /* height: 550px; */
    margin-top: 30px;
    margin-top: 90px;

}

/*
-------------------------------------
10. Home Page
-------------------------------------
*/

/*-----------10.1. Contact Page---------*/
.slider-bg {
    padding: 65px 0 65px 0;
}

.owl-nav {
    text-align: center;
    margin-bottom: -10px;
}

.owl-nav [class*=owl-] {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 10px;
    margin-top: 35px;
    text-transform: uppercase;
    padding: 4px 35px;
    display: inline-block;
    background-color: #15404f;
    cursor: pointer;
    border: 1px solid #1BB688;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.owl-nav [class*=owl-]:hover {
    background: #15404F;
    color: #fff;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.slider-para {
    margin-top: 20px;
}

.home-btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-btn a {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    background: #1BB688;
}

.home-btn a:hover {
    background: #15404F;

}

/*-----------10.2. Home Details---------*/
.home-details-bg {
    padding: 45px 0 35px 0;
}

.home-details-title h2 {
    margin-bottom: 65px;
}

.home-details-icons img {
    max-width: 20%;
    height: 80px;
    object-fit: cover;
}

.home-details-icons {
    display: inline-flex;
}

.details-para {
    margin-left: 15px;
}

.home-details-icons {
    display: inline-flex;
    margin-bottom: 30px;
}

/*-----------10.3. Quick View Popup---------*/
.popup-right-details {
    margin-top: 80px;
}

.popup-left-details {
    margin-bottom: 30px;
    margin-top: 30px;
}

.popup-border {
    margin-bottom: 30px;
}

.quick-view-popup {
    padding: 60px 0 15px 15px;
}

.custnav {
    padding-top: 10px;
    padding-left: 5px;
}

.header-top .navbar-default .navbar-nav>li>a {
    color: #fff;
    min-width: 93px;
    text-align: center;
}

.slider-para {
    text-align: center;
    font-weight: bold;
}

.subt {
    font-weight: bold;
}

.questions-text h4 {
    text-decoration: none;
    margin-right: 20px;
    margin-top: 12px
}

.about-others-img img {
    height: 55px;
    object-fit: cover;
}

.breadcrump {
    padding: 50px 0 50px 0;
    background: rgba(68, 68, 68, 0.65);
}

.breadarea {
    margin-top: 28px;
}

.contact-page {
    margin-bottom: 60px
}

.pr-0 {
    padding-right: 0;
}

.quick-view {
    text-transform: inherit;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 10px 14px;
    font-weight: normal;
    color: #fff;
    background: #1BB688;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    font-size: 12px;
}

.download {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 10px 13px;
    font-weight: normal;
    color: #fff;
    background: #000;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    font-size: 12px;
}

.mt-0 {
    margin-top: 0;
}

.price p span {
    font-size: 24px;
    color: red;
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
}

.date {
    display: inline-block;
}

.date p {
    font-size: 24px;
    color: #000;
}

.product-desc {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.product_content p {
    font-size: 15px;
    text-align: justify;
}

.full-desc {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 0;
}

.full-desc a {
    background: #1bb688;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
}

.searches {
    width: 94.5%;
    border-bottom: 1px solid !important;
    padding: 10px;
    display: inline-block;
    border: 0;
}

.cat-sub-menu {
    padding-left: 25px;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 25%;
    padding: 15px 20px !important;
    font-size: 30px !important;
    margin: 0 !important;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 25%;
    margin: 0 !important;
    padding: 15px 20px !important;
    font-size: 30px !important;
}

.tab-content {
    padding: 30px 30px;
    background: url(../images/bg_categories.png) rgba(230, 230, 230, 0.57);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.details-para h4 a {
    color: #000;
}

.panel-collapse {
    border: 1px solid #000;
}

.pl-0 {
    padding-left: 0;
}

.single-portfolio .col-xs-4 {
    padding-left: 0;
}

.bc-1 {
    background-color: #15404f;
    color: #fff;
    transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    min-height: 69px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.bc-1 .calin-se {
    transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
}

.bc-2 .calin-se {
    transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
}

.bc-2 {
    background-color: #7d0042;
    color: #fff;
    transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    min-height: 69px;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: rgb(27, 182, 136);
    /* padding-left: 35%; */
}

.calin-se h3 {
    padding-top: 20px;
}

.benefits {
    background: url(../images/benefits.jpg) no-repeat;
    background-size: cover;
}

.some-about {
    padding: 70px 0 40px;
}

.customer-inquiry {
    background: url(../images/banner.jpg) no-repeat;
    padding: 40px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.customer-inquiry:before {
    padding: 2.25em 1.6875em;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.34) 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.19) 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 4px 4px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.customer-inquiry form {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 70px #000;
    -moz-box-shadow: 0px 0px 70px #000;
    -o-box-shadow: 0px 0px 70px #000;
    -ms-box-shadow: 0px 0px 70px #000;
    box-shadow: 0px 0px 70px #000;
}

.customer-inquiry input[type="text"],
.customer-inquiry input[type="email"],
.customer-inquiry input[type="password"],
.customer-inquiry input[type="tel"],
.customer-inquiry select {
    border-radius: 0;
    height: 40px;
    width: 100%;
}

.customer-inquiry textarea {
    border-radius: 0;
    width: 100%;
}

.customer-inquiry .ab-se h3 span {
    color: #fff;
    font-weight: 600;
}

.submit {
    background-color: #1bb688;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #1bb688;
    font-family: 'Poppins', sans-serif !important;
}

.header-top .navbar-default li:first-child a,
.header-top .navbar-default li:last-child a,
.header-top .navbar-default li:last-child a,
.header-top .navbar-default li:last-child a:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu {
    background-color: #274649;
}

h3.title {
    color: #fff;
}

h3.title:before {
    background-color: #fff;
}

.ab-se h3.title:after {
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
}

.report-page h2:before {
    width: 30px;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: -1px;
    right: 0;
    border-radius: 3px;
}

.report-page h2:after {
    width: 100px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
}

.report-page {
    background: url(../images/report.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.reports-tabs {
    padding: 50px 0;
}

.content p {
    margin-bottom: 25px;
    text-align: center;
}

.reports-content p {
    text-align: justify;
}

.col-half-offset {
    margin-left: 4.166666667%
}

.clients .ab-se {
    padding-bottom: 0;
}

.clients {
    background: url(../images/CLIENTS.jpg);
    padding: 50px 0 70px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

.clients img {
    background: #fff;
}

.clients:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(21, 64, 79, 0.77);
}

.clients .ab-se h3 span {
    color: #fff;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center;
}

/* indicator position */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

/* indicator color */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

/* active indicator */
#quote-carousel .carousel-indicators .active {
    background: #333333;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
}

#quote-carousel p {
    font-size: 15px;
}

#quote-carousel p:before {
    content: '\f10d';
    font-family: fontawesome;
    position: absolute;
    font-size: 30px;
    color: #15adbb;
    z-index: -1;
    top: 0px;
    left: 25px;
}

#quote-carousel p:after {
    content: '\f10e';
    font-family: fontawesome;
    position: absolute;
    font-size: 30px;
    color: #15adbb;
    z-index: -1;
    right: 15%;
}

.testimonials {
    padding: 70px 0;
    background: aliceblue;
}

.testimonials .ab-se {
    padding-bottom: 0;
}

.testimonials .ab-se h3 {
    margin-bottom: 0;
}

#quote-carousel small strong {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.login-subs {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.modal-dialog1 {
    max-width: 400px;
}

.login-ic {
    background: rgba(0, 0, 0, 0.54);
    margin-bottom: 1.5em;
    width: 100%;
    float: left;
}

.login-ic i {
    background: url(../images/mail.png)no-repeat 6px 6px;
    width: 38px;
    height: 38px;
    float: left;
    display: inline-block;
}

.login-ic input[type="text"],
.login-ic input[type="password"] {
    float: left;
    background: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-left: 1px solid #fff;
    width: 72%;
    display: inline-block;
    margin-left: 7px;
}

.login-ic i.icon-img {
    background: url(../images/password.png)no-repeat 6px 6px;
}

.submit {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0;
    background: #1bb688;
    display: inline-block;
    width: 100%;
    outline: none;
    border: 2px solid #1bb688;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
}

.single-slider {
    border: 1px solid lightblue;
    box-shadow: 1px 1px 1px 1px #ddd;
}

/*  bhoechie tab */
/*               */
/*  bhoechie tab */

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    margin-bottom: 50px;
}

.bhoechie-tab-container .glyphicon {
    float: left;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    padding: 12px;
}

.bhoechie-tab {
    padding: 20px 15px;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #000;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #1bb688;
    background-image: #000;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #1bb688;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

/* Flip Css */
/*          */
/* Flip Css */
/*.flip {
  -webkit-perspective: 800;   
          perspective: 800;
        position: relative;
        text-align: center;
}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
          transform: rotatey(-180deg);        
	     

}
.flip .card {
    width: 270px;
    height: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    background-color: #fff;
   
}
.flip .card .face {
  -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
   z-index: 2;
}
.flip .card .front {
   position: absolute;
   width: 270px;  
   z-index: 1;
}
.flip .card .img {
   position: relaitve;
   width: 270px;
   height: 178px;
   z-index: 1;
   border: 2px solid #000;
}
.flip .card .back {
     padding-top: 10%;
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    background: #1bb688;
    padding: 60px 10px;
    vertical-align: middle;
    color: #fff;
}
.face.back h3
{
color:#fff;
height:60px;

}
.flip .btn-default
{
font-family: 'Poppins', sans-serif;
}*/
/*---- MEDIA QUERIES ----*/
/*                       */
/*---- MEDIA QUERIES ----*/
/* @media only screen and (max-width:599px){
    .custnav{   
        padding:0;
    }
} */
/* @media screen and (max-width:1199px) {
    
} */

@media only screen and (max-width:480px) {
    .nav-menu {
        display: block;
    }

    .main .navbar-brand {
        max-width: 100%;
    }

    .pr-0 {
        padding-right: 15px;
    }

    .banner {
        background-position: center;
    }

    .login-ic input[type="password"] {
        width: 65%;
    }

    .gmmvideo {
        height: 50%;
        width: 100%;
    }

    #myautoplayVideo {
        width: 100%;
        height: 45%;
    }

    .pull-right {
        float: left !important;
    }

    .mt-20 {
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

    .custnav {
        padding: 0;
    }

    .search-form input {
        width: 80%;
        padding: 15px;
        position: relative;
        outline: 0;
        outline-color: transparent;
        float: left;
    }

    .icon {
        position: inherit;
    }

    .modal-title {
        font-size: 20px;
    }

    .price p span {
        font-size: 20px;
    }

    .date p {
        font-size: 20px;
    }

    .nav-tabs>li>a {
        font-size: 12px;
        padding: 10px 4px;
    }

    .bc-1 {
        background-color: transparent;
        color: #fff;
        transform: skewX(0deg);
        -ms-transform: skewX(-0deg);
        -webkit-transform: skewX(0deg);
        min-height: 0;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .bc-1 .calin-se {
        transform: skewX(0deg);
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(0deg);
    }

    .bc-2 {
        background-color: transparent;
        color: #fff;
        transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        min-height: 0;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .bc-2 .calin-se {
        transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
    }

    .ab-se p {
        letter-spacing: initial;
    }

    .header-top .navbar-default .navbar-nav>li>a {
        border-radius: 0 !important;
        border-bottom: 1px solid;
        text-align: left;
    }

    .about-others-img img {
        object-fit: contain;
    }

    .about-others-para {
        text-align: center;
    }

    .banner h2 span {
        font-size: 30px;
    }

    .ab-se h3 {
        font-size: 24px;
    }

    .nav-tabs>li>a {
        font-size: 8px;
        padding: 10px 0px;
        text-align: center;
        min-height: 44px;
    }

    .nav-tabs>li {
        min-height: 44px;
    }

}

@media only screen and (max-width:768px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
        background: #1bb688;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: #1bb688;
        border-radius: 0;
    }

    .logged-in li {
        display: inline;
    }

    .publish-form input {
        width: 100%;
        font-size: 12px;
    }

    .form-second {
        margin-left: 0;
    }

    /*.flip .card {
    width: 100%;
    height: auto;
	margin-bottom: 30px;
	min-height:245px;
}
.flip .card .front {
    width: 100%;
}
.flip .card .back{
	min-height:250px;
}*/
    .nav-tabs>li>a {
        font-size: 12px;
        padding: 10px 6px;
        text-align: center;
        min-height: 56px;
    }

    .nav-tabs>li {
        float: none;
        margin-bottom: -1px;
        display: table-cell;
        width: 1%;
        min-height: 56px;
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .custnav {
        padding-left: 0;
    }

    .header-top .navbar-default .navbar-nav>li>a {
        min-width: 85px;
    }

    .search-form input {
        width: 90%;
        float: left;
    }

    .icon {
        position: inherit;
    }

    .bc-1 {
        background-color: transparent;
        color: #fff;
        transform: skewX(0deg);
        -ms-transform: skewX(-0deg);
        -webkit-transform: skewX(0deg);
        min-height: 0;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .bc-1 .calin-se {
        transform: skewX(0deg);
        -ms-transform: skewX(45deg);
        -webkit-transform: skewX(0deg);
    }

    .bc-2 {
        background-color: transparent;
        color: #fff;
        transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        min-height: 0;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .bc-2 .calin-se {
        transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
    }

    /*.flip .card
{
margin-bottom: 50px;*/
    /*.flip .card .front {
    width: 100%;
}*/
    .pr-0 {
        padding-right: 15px;
    }

    /*.flip .card { 
    width: 100%;
    height: auto;
}*/
    .about-img img {
        width: auto;
    }

    .about-right-box {
        margin-top: 25px;
    }

    .about-btn a {
        padding: 20px 40px;
    }

    .about-others-img img {
        object-fit: contain;
    }

    .nav-tabs>li>a {
        font-size: 16px;
    }
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table>tbody>tr>td {
    display: inline;
}

.pagination-ys table>tbody>tr>td>a,
.pagination-ys table>tbody>tr>td>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table>tbody>tr>td>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table>tbody>tr>td:first-child>a,
.pagination-ys table>tbody>tr>td:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table>tbody>tr>td:last-child>a,
.pagination-ys table>tbody>tr>td:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table>tbody>tr>td>a:hover,
.pagination-ys table>tbody>tr>td>span:hover,
.pagination-ys table>tbody>tr>td>a:focus,
.pagination-ys table>tbody>tr>td>span:focus {

    background-color: #eeeeee;
    border-color: #dddddd;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 85px;
    right: 20px;
    display: none;
}

.GrdBoder {
    padding: 8px;
}

.flip {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip .card {
    width: 270px;
    height: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    background-color: #fff;
}

.flip .card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flip .card .front {
    position: absolute;
    width: 270px;
    z-index: 1;
}

.flip .card .img {
    position: relaitve;
    width: 270px;
    height: 178px;
    z-index: 1;
    border: 2px solid #000;
}

.flip .card .back {
    padding-top: 10%;
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    background: #1bb688;
    padding: 60px 10px;
    vertical-align: middle;
    color: #fff;
}

.face.back h3 {
    color: #fff;
    height: 60px;
}

.flip .btn-default {
    font-family: 'Poppins', sans-serif;
}

.flip .card {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    min-height: 245px;
}

.flip .card .front {
    width: 100%;
}

.flip .card .back {
    min-height: 240px;
}

.flip .card {
    margin-bottom: 50px;
}

.flip .card .front {
    width: 100%;
}

/* Slider */

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*Slider ends*/


@media screen and (max-width:767px) {
    .icon1 .col-md-6 .text p {
        padding-block: 0;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .main {
        width: 100%;
        display: unset;
    }

    .banner {
        display: table;
        background: url(../images/glo.jpg) no-repeat !important;
        background-size: cover !important;
        padding-bottom: 110px !important;
        position: relative;
    }

    .navbar-nav>li {
        width: 100%;
        margin: 0px auto;
    }

    .navbar-nav .open .dropdown-menu {
        padding-left: 15px;
    }

    .header-top ul.nav.navbar-nav {
        margin-top: 0px !important;
    }

    .header-top .navbar-default .navbar-nav>li>a {
        min-width: unset !important;
        text-align: center;
        padding-left: 10px !important;
    }

    .custnav {
        padding-top: unset !important;
        padding-left: unset !important;
    }

    .navbar-collapse {
        padding-right: unset !important;
        padding-left: unset !important;
    }

    .header-top ul.nav.navbar-nav {
        max-width: 100%;
    }

    .header-top ul.nav.navbar-nav {
        margin-top: 10px;
        margin-left: 0;
    }

    .nav-menu {
        display: block;
    }

    .header-top .navbar-default .navbar-nav>li>a {
        border-radius: 0 !important;
        border-bottom: 1px solid;
        text-align: left;
        margin-bottom: 0;
    }

    /* .ma {
        margin: 0 auto !important;
    } */

    /* .clr {
        color: #28444a;
    } */

    /* .modal-open .modal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-dialog {
        margin-top: unset;
    }

    p.max_w {
        padding-inline: 5px !important;
    } */
    .dropdown-menu .dropdown-submenu > a:first-child{
        display: inline-block !important;
    }
    
}