/* @import url('../assets/css/font-awesome.min.css'); */


/*==============================================
   Base Css
===============================================*/

html,
body {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    font-weight: 400;
    height: 100%;
    background: #ffffff;
    font-family: 'Helvetica Neue', 'Roboto', Arial, Helvetica !important;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue', 'Roboto', Arial, Helvetica !important;
    font-weight: 500;
    color: #12448d;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Update header Style */

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -74px;
    }
    100% {
        margin-top: 0;
    }
}


/* scroll to top styles */

.scroll-to-top {
    border-radius: 5px;
    bottom: 25px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 35px;
    font-weight: normal;
    height: 55px;
    line-height: 52px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 55px;
    z-index: 99999999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

.scroll-to-top:hover {
    opacity: .5;
}

.body_wrapper {
    padding-top: 111px;
    width: 100%;
    float: left;
}


/*==============================================
			ADMIN Area START
===============================================*/

/*
@media screen and (max-height: 550px) {
    .dclogin {
        padding: 20px 0;
    }
}

.dclogin {
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
}

.dclogin h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.dclogin h1 img {
    max-height: 80px;
}

.dclogin-form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.dclogin-form label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    color: #444444;
}

.dclogin-form input.form-control {
    height: 50px;
}

.dclogin-form input.dclogin-btn {
    background: #00669b;
    box-shadow: none;
    color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    padding: 7px 15px;
    font-size: 16px;
}

.dclogin-form input.dclogin-cancel-btn {
    background: #fafafa;
    border: 1px solid #cccccc;
    color: #333333;
}
*/

/*==============================================
			ADMIN Area END
===============================================*/

/*table tr th,
table tr td,
table thead tr.module th,
table thead tr.module td {
    vertical-align: middle !important;
    text-align: center !important;
    width: 200px;
}

*/
/*table tr th br,
table tr td br{
	display:none;
}*/

/*
table tr th:nth-child(2),
table tr td:nth-child(2) {
    text-align: left !important;
    width: 400px;
}

#mod_table .module:nth-child(2n) {
    background: #eeeeee;
}

*/
/*==============================================
			Header Area Css
===============================================*/

.header-area {
    background: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.header-area .inner-content {
    padding: 15px 0;
}

.logo {
    display: block;
    padding: 0px;
    transition: all 500ms ease;
}

.logo a {
    display: inline-block;
}

.logo a img {
    max-height: 80px;
}

.navbar-collapse {
    padding: 0px
}

.navbar-expand-lg ul.navbar-nav>li>a.nav-link {
    position: relative;
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    opacity: 1;
    padding: 35px 10px;
    transition: all 100ms ease;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

ul.navbar-nav>li:hover>a.nav-link,
ul.navbar-nav>li>a.active,
ul li ul li a.active,
ul li ul li ul li a.active,
ul.navbar-nav>li>a.navbar-nav {
    color: #ffffff !important;
    background: #12448d !important;
}

ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 270px;
    background: #89a2c6;
    /*padding: 0 20px;*/
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all 100ms ease;
    display: block;
}

ul>li:hover>ul,
ul>li>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

ul>li>ul li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    transition: all 100ms ease;
}

ul>li>ul>li:hover>a {
    color: #ffffff;
}

ul>li ul li:hover {
    background: #12448d;
}


ul li ul li a.dropdown-item {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    transition: all 100ms ease 0s;
    padding: 15px;
    font-family: 'Rubik', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    text-wrap: wrap;
}

ul>li>ul>li a:hover {
    color: #ffffff;
}
/* 
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}  */

/* .header-right {
    transition: all 100ms ease;
    width: auto;
    margin: 0px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-header {
    display: inline-block;
    vertical-align: middle;
}

.navbar-header .navbar-toggle {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px;
    background: #fff;
    color: #000;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    border: none;
} */

.search-toggle-button {
    display: inline-block;
    margin-left: 15px;
}

.search-toggle {
    height: 48px;
    width: 48px;
    background: #12448d;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff !important;
    vertical-align: middle;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.05);
}

.search-toggle-panel {
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 30px 30px;
    border-top: 1px solid #dedede;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 0px 0 rgba(0, 0, 0, .12);
    overflow: visible;
}

.section-title h2 {
    font-size: 36px;
    line-height: 1.16;
    font-weight: 700;
    color: #12448d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dcsearch-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.dcsearch-col {
    width: 100%;
    padding: 0 15px;
}

.dcsearch-col label {
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

.dcsearch-col input,
.dcsearch-col select {
    width: 100%;
    border: 1px solid #dbe2ea;
    min-height: 50px !important;
    border-radius: 4px !important;
}

.dcsearch-btn {
    background: #12448d;
    color: #fff;
    display: inline-block;
    border-radius: 4px !important;
    font-weight: 600;
    border: none;
    width: 100% !important;
    padding: 12px 14px !important;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.dc-video video {
    margin-top: 10px;
    display: block;
    padding-top: 114px;
}


/*==============================================
			ABOUT US
===============================================*/

.about-section {
    /* background: #12448d;
    padding-bottom: 40px;
    margin-bottom: 60px; */
}

.about-video-section {
    /* padding: 50px 0px !important; */
}

.about-content-section {
    padding: 60px 0px 40px;
}

.about-content-section .about-content {}

.about-content-section .about-content p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.dc-video-youtube {
    width: 100%;
}

.dc-video-youtube iframe {
    height: 420px;
}

.about-button {
    display: inline-block;
    width: 100%;
}

.about-button a.dc-button {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    border-radius: 25px;
    color: #ffffff;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-style: normal;
    background: #12448d;
    display: inline-block;
    text-align: center;
}


/*==============================================
				PRODUCT  SLIDER
===============================================*/
/* 
#home-product-slider {
    overflow: hidden;
}

.dc-product-slider-section {
    background: #12448d;
    margin-bottom: 50px;
    margin-top: 50px;
}

.home-slider {
    display: flex;
    align-items: center;
    position: relative;
}

.home-slider .slider-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 50%;
    padding: 40px 40px;
    position: relative;
}

.dc-slider-title {
    font-weight: bold;
}

.home-slider:before {
    position: absolute;
    content: '';
    background: #cccccc;
    display: inline-block;
    width: 50%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.home-slider .slider-image {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 48%;
    padding: 70px 40px;
    text-align: center;
    position: relative;
}

.home-slider .slider-image img {
    max-width: 100%;
    width: auto;
    max-height: 380px;
    display: inline-block;
}

.dc-slider-btn {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    border-radius: 25px;
    color: #ffffff;
    background: #12448d;
    border-color: #12448d;
    margin-top: 30px;
    display: inline-block;
}

.dc-slider-btn a:hover {
    color: #ffffff;
}
 */

/*==============================================
				HOME CATEGORY
===============================================*/
/* 
.category-section {
    padding-bottom: 40px;
    padding-top: 70px;
}

.dc-column-content-box {
    margin-bottom: 30px;
}

.category-section {}

.dc-category {}

#productcat-element {
    padding-top: 40px;
}

.dc-category a.dc-category-link {
    box-shadow: 0 0 10px 5px rgb(86.7%, 89.8%, 92.2%);
    padding: 31px 20px 31px 84px;
    border-radius: 40px;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    display: inline-block;
    width: 100%;
}

.dc-category a.dc-category-link .icon {
    border-width: 0px;
    background-color: #12448d;
    box-sizing: content-box;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    display: block;
    float: none;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
}

.dc-category a.dc-category-link .dc-category-heading {
    font-size: 18px;
    line-height: 1.28;
    margin: 0;
    padding: 0;
    color: #515b69;
    vertical-align: middle;
    text-transform: capitalize;
}

.dc-category a.dc-category-link:hover {
    background-color: #12448d;
}

.dc-category a.dc-category-link:hover .dc-category-heading {
    color: #ffffff;
}

.dc-category a.dc-category-link:hover .icon {
    color: #12448d;
    background: #ffffff;
}

 */
.dc-module-slider-section {}

.module-image img {
    height: 350px;
    object-fit: cover;
}

.dc-module-slider-section .row {
    margin: 0px;
}

.dc-module-slider-col {
    padding: 0px;
}

.dc-modual-button {
    position: absolute;
    z-index: 9;
    max-width: calc(100% - 24px);
    margin: 0 auto !important;
    left: 0;
    right: 0;
    bottom: 0%;
}

.modual-button {
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    background: #12448d;
    color: #ffffff;
    text-align: center;
}

.modual-button:hover {
    color: #ffffff;
}


/*==============================================
				WHY CHOOSE US
===============================================*/

.whyus-section {
    background: #f4f6f8;
    padding-bottom: 53px;
    padding-top: 62px;
}

#chooseus-content-element {
    padding-top: 40px;
}

.dc-box-wrapper {
    text-align: center;
    cursor: pointer;
}

.dc-box-wrapper .heading {
    margin-bottom: 15px;
    overflow: visible;
}

.dc-box-wrapper .heading h3 {
    font-size: 22px;
    line-height: 1.23;
    color: #515b69;
}

.dc-box-wrapper .heading .image {
    -wekbit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    border: 1px dashed #b5b5b5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.dc-box-wrapper .heading .image:before {
    -wekbit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #b5b5b5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dc-box-wrapper .heading .image img {
    float: none;
    -wekbit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #49c9e6;
    max-width: 60px;
    width: auto;
    max-height: 60px;
    z-index: 9;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-bottom: 20px;
}

.dc-box-wrapper .heading .image:after {
    -wekbit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    z-index: 3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 0 35px rgba(0, 0, 0, .15);
    -ms-box-shadow: 5px 0 35px rgba(0, 0, 0, .15);
    box-shadow: 5px 0 35px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.dc-box-wrapper:hover .heading .image,
.dc-box-wrapper:hover .heading .image:before,
.dc-box-wrapper:hover .heading .image:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/*==============================================
			INNER PAGE TITLEBAR
===============================================*/

.dcpage-title-bar {
    background: #12448d;
    width: 100%;
    padding: 30px 20px 31px;
    margin-bottom: 30px;
    margin-top: 114px;
    ;
}

.dcpage-title-captions {
    color: #ffffff;
}

.dcpage-title-captions .dcpage-title {
    font-size: 42px;
    line-height: 1.16;
    color: #ffffff;
    font-weight: 700;
}

.dcpage-title-secondary {
    margin-top: 15px;
}

.dcpage-breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    DISPLAY: NONE;
}

.dcpage-breadcrumbs span {
    display: inline-block;
}

.dcpage-breadcrumb-item {}

.dcpage-breadcrumb-item a {
    color: #ffffff;
}

.dcpage-breadcrumb-sep {
    padding: 0 5px;
}

.moduletable {
    padding-left: 0px !important;
}

.moduletable h3 {
    margin: 0px 0px 15px;
    font-Size: 22px;
    line-height: 1.25;
    color: #12448d !important;
}

.moduletable h2 {
    font-Size: 22px;
    color: #12448d !important;
}

.moduletable img {
    border: 5px solid #dbe2ea;
    -webkit-box-shadow: 3px 3px 7px rgba(140, 149, 163, 0.3);
    box-shadow: 3px 3px 7px rgba(140, 149, 163, 0.3);
    margin-left: 30px
}

.moduletable .item__module {
    margin-bottom: 30px;
}


/*==============================================
				WOOCOMARCE
===============================================*/

.woocommerce-container {}

ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.products li.dc-product {
    position: relative;
    border: 1px solid #dbe2ea;
    border-bottom-width: 2px;
    margin-bottom: 10px;
    float: left;
    width: 24%;
    margin-right: 1%;
    background: none;
}

ul.products>li.dc-product:nth-child(4n+1) {
    clear: both;
}

ul.products li.dc-product a.product-images {
    color: #72849c;
    display: block;
    text-align: center;
    position: relative;
    padding: 20px;
    min-height: 270px;
}

ul.products li.dc-product a.product-images .featured-image {
    text-align: center;
}

.products img {
    width: auto !important;
    height: 210px;
    object-fit: contain;
}

.dc-product-content {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.dc-product-content .product-details {}

.product-details .product-title {}

.product-title {
    text-align: center;
    font-size: 17px !important;
    font-weight: 600;
    color: #515b69;
}

.product-title a {
    color: #515b69;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dc-content-sep {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    box-sizing: content-box;
    border-bottom-style: solid;
    border-top-style: solid;
    border-color: #dbe2ea;
    margin-bottom: 25px;
    margin-top: 14px;
}

.product-buttons-container {
    text-align: center;
    width: 100%;
}

.product-buttons-container .dcdetails_button {
    font-size: 13px;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    color: #72849c;
}

.product-gallery {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.product-gallery-item {
    width: auto !important;
    padding: 10px 10px;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.product-gallery-item img {
    border: none !important;
    width: auto;
    max-width: 100%;
    padding: 15px;
    height: 250px;
    background: #12448d;
}

.woocommerce-content-panel {
    overflow: hidden;
    padding-top: 60px;
}

.woocommerce-content-panel-title {
    color: #515b69;
}

/* .table-1 .dataTables_wrapper {
    padding: 0px 15px;
}

.table-1 table.table thead tr th {
    vertical-align: inherit;
}  */


/*==============================================
				FOOTER
===============================================*/

.dcmenu-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    position: relative;
    transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    text-transform: none;
    border: none;
    margin-bottom: 50px;
    margin-top: 10px;
}

.dcmenu-tab li {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
}

.dcmenu-tab li a {
    padding-right: calc(25px + 0px);
    padding-bottom: calc(10px + 0px);
    padding-left: calc(25px + 0px);
    width: 100%;
    transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
    font-size: 18px;
    color: #ffffff;
    background: #333333;
    border-radius: 4px 4px 4px 4px;
    padding-right: calc(25px + 0px);
    padding-bottom: calc(10px + 0px);
    padding-left: calc(25px + 0px);
}

.dcmenu-tab li.active a,
.dcmenu-tab li:hover a {
    background: #12448d;

}

.nav-tabs > li > span, .nav-tabs > li > a {
    padding: 12px 24px;
    line-height: 19px;

}

.dcapp-sidebar {}

.dcapp-sidebar-menu {
    border: none;
    background: none;
}

.dcapp-sidebar-menu li {
    display: block;
    position: relative;
    float: none;
    margin: 10px 10px;
}

.nav-pills .nav-link {
    border: none;
    margin: 0px;
    cursor: pointer;
    padding: 8px 35px;
    /* white-space: nowrap; */
    text-align: left;
    display: block;
    position: relative;
    transition: all .2s;
    color: #ffffff;
    background: #333333;
    border-radius: 4px 4px;
    text-transform: capitalize;
    margin: 0 10px
}

.tab-pane .nav-link {
    font-size: 16px !important;
    font-weight: 600;
    padding: 11px 35px !important;
    margin-bottom: 10px;
}

/* for market  */
.dcapp-sidebar-menu li a.active,
.dcapp-sidebar-menu li a:hover {
    background: #12448d;
}

.dcapp-sidebar-menu li a {
    border: none;
    margin: 0px;
    cursor: pointer;
    padding: 15px 35px;
    white-space: nowrap;
    text-align: left;
    display: block;
    position: relative;
    transition: all .2s;
    color: #ffffff;
    background: #333333;
    border-radius: 4px 4px;
    text-transform: capitalize;
    font-weight: 600;
}

/* for market  end*/

.dcapp-header-title {}

.dcapp-header-title h2 {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    color: #515b69;
    margin-top: 0.1em;
    margin-bottom: 0.35em;
}

.dcapp-header-search {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 30px;
}

.dcapp-search {
    width: 100%;
    float: left;
}

.dcapp-search input {
    width: 100% !important;
    padding: 10px 15px 10px 10px;
    border: 1px solid #dbe2ea;
    height: 45px;
    border-radius: 4px;
    vertical-align: middle;
    color: #000;
    margin: 0px 15px 0px 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

.dcapp-search .form-group {
    margin: 0px;
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

.dcapp-search .form-group .dcapp-search-btn {
    height: 45px;
    border-radius: 4px;
    color: #ffffff;
    background: #12448d !important;
    border: none !important;
    box-shadow: none !important;
    text-transform: capitalize;
    font-weight: bold;
    padding: 10px 20px; 
    /*position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;*/
 } 

/* .dcapp-search .dcapp-error {
    color: #F00;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.dcapp-nodata {
    text-align: center;
    margin-bottom: 0px;
    padding: 50px 20px;
}

.dcapp-nodata p {
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: bold;
} */


/*==============================================
				CONYACT
===============================================*/

.contact-info-wrapper {}

.contact-info-col {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    padding-left: 68px;
}

.contact-info-col .content-container {}

.contact-info-col .content-container h3 {
    font-size: 22px;
    line-height: 1.23;
    margin-bottom: 15px;
}

.contact-info-col .content-container p,
.contact-info-col .content-container a {
    color: #000000;
    margin-bottom: 0px;
    font-size: 16px;
}

.contact-info-col .icon {
    border-color: #ffffff;
    border-width: 0px;
    background-color: #12448d;
    box-sizing: content-box;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.contact-form-element {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 2px 10px 10px;
    padding: 30px;
    min-height: 0px;
}

.dcontact-form label {
    width: 100%;
    color: #7f8795;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 9px !important;
}


.dcontact-form input
{
    height: 45px;
    background-color: #ffffff;
    font-size: 13px;
    color: #7f8795;
    border-width: 1px 1px 1px 1px;
    border-color: #dbe2ea;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 21px !important;
}


.dcontact-form textarea {
    background-color: #ffffff;
    font-size: 13px;
    color: #7f8795;
    border-width: 1px 1px 1px 1px;
    border-color: #dbe2ea;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 21px !important;
}


.dcontact-form .attachment-file {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border: 1px solid #dbe2ea;
    margin-bottom: 10px;
    height: auto;
}

.dcontact-form input.dcontact-submit-btn {
    width: 100%;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 25px;
    text-transform: none;
    transition: all .2s;
    background: #12448d;
    color: #ffffff;
    border-color: #12448d;
    height: auto;
}


/*==============================================
				FOOTER
===============================================*/

.dcmap-container {
    width: 100%;
    max-width: 100%;
}

.dc-footer {
    width: 100%;
    float: left;
}

.dc-widget-area {
    background: #12448d;
    width: 100%;
    padding: 20px 0px 10px;
}

.dc-columns .dc-column .footer-widget-title h4 {
    margin: 0 0 20px;
    text-transform: capitalize;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    color: #ffffff;
}

.contact-content {
    position: relative;
    padding-left: 63px;
    margin: 0 0 15px;
}

.contact-content-icon {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    max-width: 33px;
}

.contact-content-text {
    color: #ffffff;
}

.contact-content-text a {
    color: #ffffff;
}

.footer-widget-content {}

.footer-widget-content .menu {
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget-content .menu li {
    padding: 0px;
    border: none;
    position: relative;
}

#menu-organisation-menu.menu {
    text-align: center;
}

#menu-organisation-menu.menu li {
    display: inline-block;
    margin: 0px 10px;
}

.footer-widget-content .menu li a {
    color: #ffffff;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    display: block;
    position: relative;
    line-height: 40px;
    background-image: none;
    padding-top: 0;
}

.footer-widget-content .menu li.pdf-download-btn {
    margin-bottom: 30px;
}

.footer-widget-content .menu li.pdf-download-btn a {
    line-height: 40px;
    padding: 10px 30px 10px 61px !important;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    position: relative;
}

.footer-widget-content .menu li.pdf-download-btn a i {
    font-weight: 400;
    display: block;
    font-size: 28px;
    left: 20px;
    top: 15px;
    margin: 0;
    position: absolute;
}

.footer-widget-content .menu li.pdf-download-btn a:hover {
    background: rgba(255, 255, 255, 1);
    color: #12448d;
}

.footer-copyright-area {
    position: relative;
    padding: 15px 10px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #12448d;
    text-align: center;
    margin-top: 15px;
}

.copyright-notice {}

.copyright-notice p {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.copyright-notice p a {
    color: #ffffff;
}

.social-links-footer {
    margin-top: 15px;
}

.social-networks-wrapper {}

.social-networks-wrapper a {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: none;
    text-decoration: none;
    background-clip: inherit;
    border: 1px solid #46494a;
    margin: 0 5px 10px;
    width: calc(16px + (2 * (13px)) + 2px);
    padding: 13px;
    border-radius: 4px;
    color: #ffffff;
}

.social-networks-wrapper a.facebook-icon {
    background-color: #3b5998;
    border-color: #3b5998;
}

.social-networks-wrapper a.twitter-icon {
    background-color: #55acee;
    border-color: #55acee;
}

.social-networks-wrapper a.linkedin-icon {
    background-color: #0077b5;
    border-color: #0077b5;
}

.social-networks-wrapper a.instagram-icon {
    background-color: #3f729b;
    border-color: #3f729b;
}

.social-networks-wrapper a.youtube-icon {
    background-color: #cd201f;
    border-color: #cd201f;
}

.social-networks-wrapper a.pinterest-icon {
    background-color: #bd081c;
    border-color: #bd081c;
}

.social-networks-wrapper a.whatsapp-icon {
    background-color: #77e878;
    border-color: #77e878;
}

.search-result-header {
    width: 100%;
}

.search-result-header {
    width: 100%;
    text-align: left;
}

.search-result-header h3 {
    font-size: 24px;
}

.result-header-title {
    margin-right: 30px;
}

.result-header-img {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.result-header-img span {
    margin: 10px;
}

.result-header-img span img {
    max-height: 150px;
    width: auto;
    border: 1px solid #dedede;
    padding: 10px;
}

.search-result-body {}

.search-result-body .dc-content-sep {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    box-sizing: content-box;
    border-bottom-style: solid;
    border-top-style: solid;
    border-color: #dbe2ea;
    margin-bottom: 30px;
    margin-top: 50px;
}


/* new css */

.dc-category-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.marketing-network {
    padding-bottom: 60px;
}


/* counter css */

.box {
    height: 1000px;
    background-color: red;
}

#counter-section-container {
    width: 100%;
    text-align: center;
    display: flex;
}

#counter-box-container {
    /*border: 1px solid #999999;*/
    overflow: hidden;
    display: inline-block;
    display: flex;
}

.counter-box {
    width: 25%;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    /*background-color: #111111;*/
    color: #cccccc;
    /*border: 1px solid #666666;*/
}

.counter {
    margin: 20px 0px;
    color: #12448d;
    font-weight: 700;
    font-size: 38px;
}

span.plus-sign {
    font-size: 38px;
    font-weight: bold;
    color: #12448d
}

.pad76 {
    padding-top: 20px;
}

.category-section,
.about-content-section,
.marketing-network,
.dc-module-slider-section,
.dc-content-boxes {
    overflow-x: hidden;
}

.abs-img {
    position: relative;
    padding-top: 150px;
    margin: 60px 0 0 !important;
}

.abs-img::before {
    background: url(../images/slider-bg-img.jpg) center center no-repeat;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    background-size: cover;
}

.module-image {
    height: 350px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
}

#dc-module04-slider .module-image img {
    height: auto !important;
    width: auto !important;
}

.dc-module-slider .module-image img {
    height: 100% !important;
    width: 100% !important;
}

iframe {
    display: block;
}

.count-area-content {
    text-align: center;
}

.arrow-btn img {
    vertical-align: middle;
    margin-left: 8px;
    width: 20px;
}

#dc-module04-slider .owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 3px
}

#dc-module04-slider .owl-dots {
    text-align: center;
    margin: 30px 0 0 0;
}

#dc-module04-slider .owl-dot.active {
    background: #12448d;
}

.pad50 {
    padding: 50px 0;
}

#back-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
    -webkit-transform: translateZ(0);
}

#back-top a {
    width: 42px;
    height: 42px;
    display: block;
    font: 28px/38px FontAwesome;
    color: #0B418B;
    text-align: center;
    background: white;
    border: 2px solid #0B418B;
}

#back-top a>span:before {
    content: "\f106";
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* height: 35px; */
    color: #888888;
    padding: 0 10px;
    outline: none !important;
    background: #fff;
    transition: border linear .2s, box-shadow linear .2s;
    display: inline-block;
    margin-bottom: 9.5px;
    font-size: 13px;
    line-height: 19px;
    vertical-align: middle;
}

.imgclass {
    background: url(../images/logo.png) 0 0 no-repeat;
    width: 200px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.map-img,
.map-div {
    width: 600px !important;
    min-width: 600px;
    margin: 0 auto;
}

.imgclass {
    /* display: block;
background-image: url("images/logo.jpg"); 
position: absolute; */
}

.mapclass {
    position: relative;
    display: block;
    z-index: 1;
}

.ind,
.aus,
.usa,
.uae {
    display: none;
}

.ind {
    position: absolute;
    width: 25px;
    height: 36px;
    top: 52px;
    left: 308px;
    z-index: 99;
}

.aus {
    position: absolute;
    width: 25px;
    height: 36px;
    top: 120px;
    right: 44px;
    z-index: 99;
}

.usa {
    position: absolute;
    width: 25px;
    height: 36px;
    top: 75px;
    left: 243px;
    z-index: 99;
}

.uae {
    position: absolute;
    width: 25px;
    height: 36px;
    top: 95px;
    left: 137px;
    z-index: 99;
}

.country li {
    width: 20% !important
}

@media only screen and (max-width:1199px) {
    .tab-pane .nav-link {
        padding: 11px 15px !important;
        font-size: 14px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .nav-pills li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {
    .moduletable img {
        margin-left: 0;
        margin-bottom: 20px !important;
    }
    .moduletable .text-end {
        text-align: left !important;
    }
    .moduletable tr td {
        vertical-align: top !important;
    }
    .contact-info-col {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:499px) {
    .product-gallery {
        flex-direction: column;
    }
    .product-gallery-item {
        width: 100% !important;
        max-width: 300px;
    }
    .product-gallery-item img {
        width: 100%;
        height: auto;
    }
}