body{font-size:16px;line-height:20px}
a,a:hover{text-decoration:none}
.btn{padding:9px 30px;font-size:18px;line-height:normal;border-radius:0}
.btn:focus,button:focus,input:focus,textarea:focus,select:focus{box-shadow:none!important;outline:none}
.form-control{font-size:14px;padding:0 12px;border-radius:0}
textarea.form-control{padding:10px 12px}
input.form-control,select.form-control{height:43px!important}
header{position:relative;z-index:5}
.top-section{display:flex;align-items:center;justify-content:space-between;position:relative;height:75px}
.logo{line-height:1px}
.logo a{width:350px;height:75px;position:relative}
.logo img{max-width:100%;max-height:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);margin:0 auto}
.logo2 a{display:inline-block}
.cname{font-size:32px;line-height:34px;font-weight:600}
.top-right{text-align:right}
.top-right-section{display:inline-flex;align-items:center}
.top-right-section > :not(:last-child){margin-left:25px}
.top-right-section > :first-child{margin-left:0}
.top-right-section .btn{padding:7px 17px;font-size:17px}
.callus{font-weight:300}
.callus span:nth-child(2){font-size:20px;font-weight:500}
.callus a{font-size:33px;margin-left:12px}
.callus .fa-phone{display:none}
.top-strip{position:relative}
.top-strip:before{position:absolute;width:59%;height:100%;content:'';left:0;top:0}
.top-links{display:inline-flex;font-weight:300;font-size:14px;padding:5px 0 5px 55px;position:relative}
.top-links:before{position:absolute;content:'';border:17px solid;top:0;left:0}
.top-links > :not(:first-child){padding-left:35px}
.top-links .link{display:inline-block;border-radius:3px;padding:3px 5px}
.top-social-links a{font-size:18px}
.top-social-links a:not(:first-child){margin-left:17px}
.navbar-wrap{position:relative}
.navbar-wrap:before{position:absolute;width:55%;height:100%;content:'';left:0;top:0}

@media(max-width: 991px) {
.top-right-section > :not(:last-child){margin-left:10px}
.top-section > *{width:auto}
.top-links{position:initial;display:flex;justify-content:center;font-size:13px;padding:5px}
.top-strip{border-top:0!important}
.top-strip:before,.top-links:before{display:none}
.top-links > li{padding:6px 1px;font-size:13px}
.top-links .link span{display:none}
.top-right-section .btn{display:none!important}
.callus .fa-phone{display:inline-block}
.callus .fa-mobile-alt{display:none}
.callus span{display:none!important}
.callus a{border-radius:50%;font-size:15px;width:34px;height:34px;line-height:34px;text-align:center;display:block}
.logo a{width:220px;height:40px}
.top-section{height:60px}
.cname{font-size:23px;line-height:23px}
.top-social-links{display:none}
.top-links > :not(:first-child){padding-left:18px}
}
.nav-row > div:first-child{flex:1}
.navbar{padding:0 0 0 60px;position:relative;display:inline-block}
.navbar:before{position:absolute;content:'';border:27px solid;top:0;left:0}
.navbar-collapse{position:relative;z-index:1;justify-content:center}
.navbar .nav-item{margin-left:25px}
.navbar .nav-link{margin-right:3px;position:relative}
.navbar .nav-link:before,.navbar .nav-link.active:before{position:absolute;content:'';width:100%;height:3px;left:0;bottom:0;opacity:0;visibility:hidden;transform:scaleX(0);transition:all .3s cubic-bezier(0.175,0.885,0.32,1.275)}
.navbar .nav-link:hover:before,.navbar .nav-link.active:before{opacity:1;visibility:visible;transform:scaleX(1)}
.navbar .nav-link{padding:17px 5px!important;font-size:17px;font-weight:400;line-height:normal}
.nav-item .dropdown-menu{top:54px;min-width:200px;max-width:230px;padding:0;border-radius:0;font-size:15px}
.nav-item .dropdown-item{padding:10px 15px;white-space:normal}
.nav-item ul li:last-child .dropdown-item{border-bottom:0}
.dropdown-submenu{position:relative}
.dropdown-submenu a::after{transform:rotate(-90deg);position:absolute;right:6px;top:18px}
.dropdown-submenu .dropdown-menu{top:0;left:100%}
.dropdown-menu .dropdown-submenu:hover .dropdown-toggle ~ .dropdown-menu{display:block}
.category-all-link{display:none}
.navbar-toggler{display:none;padding:0;line-height:1px;margin-left:10px}
.navbar-toggler i{position:relative;display:block;width:30px;height:2px;text-transform:uppercase;text-indent:-55px;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}
.navbar-toggler i::before,.navbar-toggler i::after{content:'';width:30px;height:2px;position:absolute;left:0;-moz-transition:all .2s ease;-o-transition:all .2s ease;-webkit-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease}
.navbar-toggler i::before{top:-7px}
.navbar-toggler:hover i::before{top:-10px}
.navbar-toggler i::after{bottom:-7px}
.navbar-toggler:hover i::after{bottom:-10px}
.navbar-toggler[aria-expanded=true] i{background:transparent}
.navbar-toggler[aria-expanded=true] i::before{top:0;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}
.navbar-toggler[aria-expanded=true] i::after{bottom:0;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
.navbar-wrap.navbar-fixed,.header2.header2-fixed{position:fixed;top:0;left:0;width:100%;z-index:9;animation-name:menu_sticky;animation-duration:.6s;animation-timing-function:ease-out;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;box-shadow:0 2px 3px rgba(0,0,0,0.3)}
@keyframes menu_sticky {
0%{margin-top:-100px}
50%{margin-top:-74px}
100%{margin-top:0}
}
.header2.header2-fixed .top-section{height:50px}
.header2.header2-fixed .logo a{height:35px}
.navbar-wrap.navbar-fixed .navbar:before{display:none}
.navbar-wrap.navbar-fixed .navbar{display:block}
@media(max-width: 991px) {
.navbar .nav-item{margin-left:0}
.navbar-toggler{display:block}
.navbar{padding:0;display:inherit}
.navbar-wrap:before,.navbar:before{display:none}
.navbar-collapse{position:fixed;width:270px;height:100%;z-index:10;top:0;left:-280px;transition:all .1s}
.navbar .navbar-nav{height:100%;overflow-x:scroll;text-align:left}
.navbar-collapse.show{padding:10px;left:0;box-shadow:0 5px 6px rgba(0,0,0,0.5)}
.header2{z-index:3;position:relative}
.nav-item .dropdown-menu{box-shadow:none;background:none;border:none;border-radius:3px;min-width:100%;width:100%}
.navbar .form-inline{justify-content:center}
.navbar .nav-link:hover:before,.navbar .nav-link.active:before{display:none;opacity:0}
.navbar .nav-link{padding:10px 5px!important;margin-right:0}
.navbar .nav-link.dropdown-toggle:hover{padding-left:12px!important}
.category-all-link{display:block}
.dropdown-submenu .dropdown-toggle ~ .dropdown-menu{display:none!important}
.dropdown-submenu .dropdown-toggle ~ .dropdown-menu.show{display:block!important}
}

.header-ecommerce.active .navbar {padding: 0px;}
.header-ecommerce.active .navbar-collapse {justify-content: flex-start}
.header-ecommerce.active .top-cart-wrap {max-width:250px; position: fixed; z-index:1000; top: 0; right:10%}
.header-ecommerce.active .top-cart {justify-content: flex-end; margin-top: 15px;}
.header-ecommerce.active .top-cart .text, .header-ecommerce.active .top-cart i {color: #fff !important}

.box-wrap > * {margin-bottom: 25px;}
.box-wrap .box {margin-bottom: 0px; height: 100%}
.top-links .dropdown-item {padding: 5px 10px; font-size: 14px; color: #333}
.top-links .dropdown-menu {top: 4px !important;}
.top-links .dropdown-item:active {background: #737373; color: #fff}
.top-links .dropdown .link {color: #333}
.top-cart > * {cursor: pointer;}
.top-cart a {color: #333; display: block;}
.top-cart > *:not(:first-child) {margin-left: 25px;}
.top-cart i[class*="fa-"] {font-size: 22px; vertical-align: middle;}
.top-cart .text {font-size: 14px;}
.top-cart .number {font-size:11px; border-radius: 50%; background: #737373; color: #fff; padding: 0 1px; width: 18px; height: 18px; line-height: 18px; display: inline-block; text-align: center;}

@media(max-width:575px){
	.top-cart {margin-right: 5px;}
	.top-cart .text {display: none;}
	.top-cart > *:not(:first-child) {margin-left: 7px;}
	.header-ecommerce .top-cart-wrap {max-width:85px;}
}

.box-price {margin: 35px 0 12px;}
.box-price .old-price {font-size: 13px; color: #999; text-decoration: line-through; margin-right: 5px;}
.box-price .f-price i {font-size: 14px;}
.box-price .f-price {color: #000; font-weight: 700; font-size: 16px;}
.wishlist-icon {position: absolute; font-size: 13px; width: 30px; height: 30px; line-height: 29px; border-radius: 50%; top: 10px; right: 10px; display: inline-block; background-color:#fff; border-width:1px !important; text-align: center; z-index: 3}
.box-3 {border:1px solid #ddd; border-radius: 3px;}
.box-3 .head {padding: 12px 20px; border-bottom: 1px solid #ddd}
.box-3 .head .title {font-size: 18px; font-weight: 600; margin:0px; padding: 0px; color: #333}
.box-3 .head > *:nth-child(2) {text-align: right;}
.box-3 .content {padding: 20px; font-size: 15px;}
.shoping-cart-list {margin-bottom: 0px;}
.shoping-cart-list > li:first-child {padding-top: 0px;}
.shoping-cart-list > li {border-bottom:1px solid #eee; padding: 15px 0}
.shoping-cart-list > li:last-child {border-bottom: 0px; padding-bottom: 0px;}
.box-3 .shoping-cart-list {list-style: none; padding: 0px;}
.box-3 .shoping-cart-img {width: 120px;}
.box-3 .shoping-cart-img figure {width: 120px; height: 120px; border:1px solid #eee; border-radius: 3px; overflow: hidden; position: relative; margin-bottom: 0px;}
.box-3 .shoping-cart-img img {max-width: 100%; max-height: 100%; position: absolute; left:50%; top: 50%; transform: translate(-50%, -50%);}
.box-3 .shoping-cart-details {padding-left: 20px;}
.box-3 .shoping-cart-details .title {font-size: 16px; font-weight: 600; color: #333; margin-bottom: 7px; display: block;}
.box-3 .p-availability {margin-bottom: 7px; font-size: 14px; font-weight: 600}
.box-3 .wishlist-added {margin-top:5px; }
.box-3 .sub-title {font-weight: 700; font-size: 13px; margin-bottom: 3px;}
.box-3 .sub-title2 {font-size: 18px; font-weight: 600; margin:0px; padding: 0px; color: #333; margin-bottom: 10px;}
.box-3 .price {font-size: 18px; font-weight: 600; color: #000; margin-bottom: 10px;}
.box-3 .price i {font-size: 15px;}
.box-3 .action .btn-outline-primary {border-width: 1px !important;}
.box-3 .action .btn-outline-primary:hover {border-width: 1px !important;}
.box-3 .action .btn-sm {height: 31px; padding: .25rem 1rem}
.box-3 .action > * {margin-right: 7px;}
.box-3 .back-text {font-size: 13px; display: inline-block;}
.box-3 .back-text:hover {text-decoration: underline;}
.box-3 table {width: 100%;}
.box-3 table td {vertical-align: top; padding: 5px 0;}
.box-3 table tr td:last-child {text-align: right; font-weight: 600; color: #333; width: 90px;}
.box-3 table i {font-size: 13px;}
.box-3 table.table2 td {padding: 7px 0;}
.box-3 table.table2 tr:first-child td {padding-top: 0px;}
.box-3 table.table2 tr {border-bottom: 1px solid #eee}
.box-3 table .shoping-cart-img {width: 60px}
.box-3 table .shoping-cart-img figure {width: 60px;height: 60px;}
.box-3 table .shoping-cart-details {padding-left: 10px;}
.box-3 table .shoping-cart-details .title {font-size: 14px;}
.box-3 label {font-size:13px; font-weight: 600; margin-bottom: 5px;}
.box-3 .checkbox-text input {vertical-align: middle; width: 15px; height: 15px; margin-right: 3px;}
.toggle-password {position: absolute; top:15px; right: 30px; cursor: pointer;}
.shop-bottom {background: #e8e9eb; padding:7px 20px; font-size: 17px; font-weight: 600; color: #000}
.shop-bottom table tr td:last-child {color: #000}
.prod-qty {position: relative; width: 100px; margin-bottom: 10px;}
.prod-qty input {width: 100%; height: 31px; border-radius: 3px; background: #fff; border:1px solid #ddd; padding: 5px 50px 5px 10px; font-size: 14px; font-weight: 600}
.prod-qty span {position: absolute; top: 5px; right: 12px; font-size: 14px; color: #ccc; cursor: pointer; line-height: 22px;}
.prod-qty span:hover {color:#999;}
.prod-qty span.minus {right: 35px;}
@media(max-width: 767px){
  .cart-page > *:first-child {margin-bottom: 20px;}
  .box-3 .content {padding: 10px;}
  .box-3 .action .btn-sm {padding: .25rem 0.75rem}
  .box-3 .shoping-cart-img {width: 50px;}
  .box-3 .shoping-cart-img figure {width: 50px; height: 50px;}
  .box-3 .action {flex-wrap: wrap;}
  .box-3 .action > * {margin-bottom: 7px;}
  .box-3 .shoping-cart-details {padding-left:10px;}
  .box-3 .head > *:nth-child(2) {text-align: left;}
}
.myaccount-menu {list-style: none; padding: 0; margin:0;}
.myaccount-menu > li:not(:last-child) {border-bottom: 1px solid #eee}
.myaccount-menu > li a {display: block; padding: 7px 15px}
.myaccount-menu > li a.active {background: #eee; padding-left: 15px; font-weight: 400}
.myaccount-menu > li a i {font-size: 11px; margin-right: 5px;}
input[disabled], button[disabled] {cursor:not-allowed;}
.out-of-stock {position:relative;}
.out-of-stock .title, .out-of-stock .price, .out-of-stock .wishlist-added {color: #aaa !important}
.out-of-stock .shoping-cart-img {opacity:.4}
/*.out-of-stock:after {position:absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8);}*/
.logout-message {font-size: 14px; padding: 5px 35px 5px 5px; margin-bottom: 0px; position: relative; z-index: 999}
.alert-dismissible .close {position: absolute; top: 50%; right: 0px; transform: translateY(-50%);}

.faq-list {list-style: none; padding: 0; margin: 0 auto; max-width: 800px;}
.faq-list .item {background: #e3e3e3; border-radius: 5px;}
.faq-list .item:not(:last-child) {margin-bottom: 12px;}
.faq-head {display: flex; justify-content: space-between; padding: 15px 15px; font-size: 18px; color: #000; cursor: pointer;}
.faq-head:hover {color: #330003}
.faq-head > *:first-child() {flex: 1;}
.faq-head > *:nth-child(2) {width: 35px;}
.faq-content {color: #666;padding: 0 15px 15px;font-size: 16px;}
.faq-head.active {color: #000;font-weight: 600}
.faq-head svg {fill: var(--primarycolor);width: 28px;height: 28px; transition: 0.3s ease-in-out}
.faq-head.active svg {transform: rotate(180deg);}
.faq-list .faq-content {display: none;}

.currency-converter .form-control.submit_type_input{font-size:18px;margin-bottom:10px}
.currency-converter .number_type_input{text-align:left!important}
.currency-converter .page_header,.currency-converter #currency_converter_menu_links,.currency-converter .date_calc_rate{display:none!important}
.currency-converter .form_under_info{font-weight:600}
.currency-converter #currency_converter_menu_links a,.currency-converter .rate_calc_result{height:0;overflow:hidden}
.currency-converter .rate_calc_result *{display:none}
.currency-converter .date_calc_rate ~ br{display:none}
.currency-converter #currency_converter_menu_links a{display:none!important}
.currency-converter .form-control[type=submit]{cursor:pointer}
.fluid_dg_wrap{display:none;position:relative;z-index:0}
.fluid_dg_wrap img{max-width:none!important}
.fluid_dg_wrap{width:100%}
.fluid_dg_src{display:none}
.fluid_dgCont,.fluid_dgContents{height:100%;position:relative;width:100%;z-index:1}
.fluid_dgSlide{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}
.fluid_dgContent{bottom:0;display:none;left:0;position:absolute;right:0;top:0;width:100%}
.fluid_dg_target{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;text-align:left;top:0;width:100%;z-index:0}
.fluid_dg_overlayer{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:0}
.fluid_dg_target_content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}
.fluid_dg_loader{border:1px solid #fff;background:#fff;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;height:36px;left:50%;overflow:hidden;position:absolute;margin:-18px 0 0 -18px;top:50%;width:36px;z-index:3}
.fluid_dg_loader:after{position:absolute;content:'\f110';font-family:'Font Awesome 5 Free';font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%)}
.fluid_dg_bar{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:3}
.fluid_dg_nav_cont{height:65px;overflow:hidden;position:absolute;right:9px;top:15px;width:120px;z-index:4}
.fluid_dg_caption{bottom:0;display:block;position:absolute;width:100%}
.fluid_dg_caption > div{padding:10px 20px}
.fluid_dgrelative{overflow:hidden;position:relative}
.imgFake{cursor:pointer}
.fluid_dg_prevThumbs{bottom:4px;cursor:pointer;left:0;position:absolute;top:4px;visibility:hidden;width:30px;z-index:10}
.fluid_dg_command_wrap .hideNav{display:none}
.fluid_dg_command_wrap{left:0;position:relative;right:0;z-index:4}
.fluid_dg_wrap .fluid_dg_pag .fluid_dg_pag_ul{list-style:none;margin:0;padding:0;text-align:right}
.fluid_dg_wrap .fluid_dg_pag .fluid_dg_pag_ul li{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;cursor:pointer;display:inline-block;height:16px;margin:20px 5px;position:relative;text-align:left;text-indent:-9999px;width:16px}
.fluid_dg_wrap .fluid_dg_pag .fluid_dg_pag_ul li > span{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;height:8px;left:4px;overflow:hidden;position:absolute;top:4px;width:8px}
.fluid_dg_wrap .fluid_dg_pag .fluid_dg_pag_ul li.fluid_dgcurrent > span{-moz-box-shadow:0;-webkit-box-shadow:0;box-shadow:0}
.fluid_dg_pag_ul li img{display:none;position:absolute}
.fluid_dg_prev,.fluid_dg_next,.fluid_dg_commands{cursor:pointer;height:60px;margin-top:-20px;position:absolute;top:50%;width:60px;z-index:2}
.fluid_dg_prev span:after,.fluid_dg_next span:after,.fluid_dg_commands span:after{position:absolute;font-family:'Font Awesome 5 Free';font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%)}
.fluid_dg_commands{display:none}
.fluid_dg_prev{left:0}
.fluid_dg_prev > span{display:block;height:60px;width:60px}
.fluid_dg_prev > span:after{content:'\f053'}
.fluid_dg_next{right:0}
.fluid_dg_next > span{display:block;height:60px;width:60px}
.fluid_dg_next > span:after{content:'\f054'}
.fluid_dg_commands{right:41px}
.fluid_dg_wrap .fluid_dg_pag .fluid_dg_pag_ul li{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;cursor:pointer;display:inline-block;height:16px;margin:20px 5px;position:relative;text-indent:-9999px;width:16px}
.fluid_dg_clear{display:block;clear:both}
.showIt{display:none}
.fluid_dg_clear{clear:both;display:block;height:1px;margin:-1px 0 25px;position:relative}
.fluid-caption{position:absolute;left:150px;bottom:100px;max-width:550px;color:#fff;padding:30px;background:rgba(0,0,0,0.4)}
.fluid-caption .title{font-size:27px;font-weight:500;margin-bottom:25px;position:relative;text-transform:uppercase;line-height:30px}
.fluid-caption .desc{font-size:17px;margin-bottom:25px;line-height:28px;font-weight:400}
.fluid-caption .btn{padding:10px 30px;font-size:19px}
.fluid_dg_commands{display:none}
.fluid_dg_prev,.fluid_dg_next{color:#fff;border-radius:50%;top:50%;opacity:1!important;font-size:30px}
.fluid_dg_next{right:30px}
.fluid_dg_prev{left:30px}

@media(max-width: 768px) {
.fluid-caption{max-width:100%;left:25px;right:25px;bottom:auto;top:50%;transform:translateY(-50%)}
.fluid-caption .title{font-size:20px}
.fluid_dg_prev,.fluid_dg_next{bottom:25px;top:auto}
.fluid_dg_next{right:40px}
.fluid_dg_prev{right:90px;left:auto}
.fluid_dg_prev,.fluid_dg_next,.fluid_dg_commands{width:40px;height:40px}
}
@media(max-width: 480px) {
.fluid-caption{display:none}
.fluid-caption .title{font-size:15px;margin-bottom:7px}
.fluid-caption .desc{font-size:14px;line-height:23px}
.fluid_dg_next{right:30px}
.fluid_dg_prev{right:80px}
}

@media(max-width: 1920px){
  #fluid-slider, .fluid_container {height: 701px;}
}
@media(max-width:1600px){
  #fluid-slider, .fluid_container {height: 584px;}
}
@media(max-width: 1440px){
  #fluid-slider, .fluid_container {height: 525px;}
}
@media(max-width: 1366px){
  #fluid-slider, .fluid_container {height: 498px;}
}
@media(max-width:1280px){
  #fluid-slider, .fluid_container {height:467px;}
}
@media(max-width:1024px){
  #fluid-slider, .fluid_container {height:374px;}
}
@media(max-width: 991px){
  #fluid-slider, .fluid_container {height: 361px;}
}
@media(max-width: 800px){
  #fluid-slider, .fluid_container {height: 292px;}
}
@media(max-width: 768px){
  #fluid-slider, .fluid_container {height: 280px;}
}
@media(max-width: 480px){
  #fluid-slider, .fluid_container {height: 175px;}
}
@media(max-width: 420px){
  #fluid-slider, .fluid_container {height: 153px;}
}
@media(max-width: 375px){
  #fluid-slider, .fluid_container {height: 137px;}
}
@media(max-width: 360px){
  #fluid-slider, .fluid_container {height: 131px;}
}

.breadcrumb-section{padding:35px 0;background:url(https://www.dial4trade.com/staticdt/catalog/temp_56/images/breadcrumb.jpg) repeat}
.breadcrumb{background:none;font-size:13px;padding:10px 0;margin:0;justify-content:center}
.section{padding:60px 0}
.heading-title{margin-bottom:17px}
.heading-title .title{font-size:30px;font-weight:600;margin-bottom:0}
.heading-title .letter-spacing{letter-spacing:7px}
.heading-title .title span{font-weight:400}
.heading-title .title .text-primary{font-weight:600;text-transform:capitalize}
.heading-title .divider{width:50px;height:3px;border-radius:2px;margin-bottom:10px;display:inline-block}
.other-links{border-radius:7px;overflow:hidden;position:sticky;top:120px}
.other-links .title{font-size:18px;font-weight:500;padding:12px 15px}
.other-links .links > li a{display:block;font-weight:400;font-size:15px;padding:12px 15px;transition:all .3s}
.other-links .links > li a:hover{padding-left:20px}
.section .paragraph{font-size:16px;line-height:28px;margin-bottom:17px}
.paragraph h2{font-size:22px;font-weight:600}
.paragraph div{margin-bottom:15px}
.paragraph table td{padding:5px 12px}
.paragraph table td:first-child{width:200px}
.welcome-image img{max-width:100%}
.welcome-video iframe{width:100%;height:400px}
.sitemap li{margin-bottom:15px}
.sitemap li a{display:inline-block}
.sitemap li ul{margin-top:15px}
@media(max-width: 991px) {
.section{padding:30px 0}
.heading-title .title,.heading-title .title .text-primary{font-size:24px;line-height:30px}
.section .paragraph{font-size:15px;line-height:25px}
.welcome-text{padding:35px}
}
@media(max-width: 767px) {
.welcome-image,.welcome-video{margin:15px 0}
.welcome-video iframe{width:100%;height:300px}
.breadcrumb-section{padding:10px 0}
}
.product-bg{position:relative;padding-top:35px}
.product-bg:before{content:'';position:absolute;width:100%;height:238px;background:url(https://www.dial4trade.com/staticdt/catalog/temp_56/images/product-bg.jpg) no-repeat;background-size:cover;top:0;left:0}
.box{margin-bottom:30px;transition:all .3s;overflow:hidden;padding:20px}
.box figure{margin-bottom:0;width:100%;height:310px;position:relative}
.box figure:after{position:absolute;content:'';width:100%;height:100%;left:0;top:0;opacity:0;transition:all .3s}
.box figure:hover:after{opacity:1}
.box figure img{max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9;transition:all .3s}
.box figure .btn{position:absolute;font-size:18px;width:calc(100% - 30px);bottom:-20px;left:15px;opacity:1;transition:all .3s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1;padding-left:7px;padding-right:7px}
.box figure:hover .btn{opacity:1}
.box .desc{font-size:15px;font-weight:300;margin-top:35px;line-height:25px; color: #444;}
.box .title{font-size:14px;font-weight:400;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;margin-top:10px}
.box .btn{padding:10px 25px;font-size:15px}
.box2{margin-bottom:20px;transition:all .3s}
.box2 .box2-icon{width:55px;height:55px;line-height:60px;text-align:center;margin-right:20px}
.box2 .box2-content{flex:1}
.box2 i{font-size:30px;margin-bottom:17px}
.box2 .title{font-size:20px;margin-bottom:10px;font-weight:600}
.box2 .desc{font-size:15px;line-height:25px; color: #444;}
.gallery .box figure .btn{bottom:15px;font-size:16px}
.single-prod .box{width:265px;padding:15px;margin-right:25px;border:1px solid #ddd}
.single-prod .box figure{height:235px}
.single-prod .title{font-size:22px;font-weight:600;margin:3px 0 15px;display:inline-block}
.single-prod .desc{margin-bottom:17px;line-height:28px; color: #444 !important;}
@media(max-width: 767px) {
.single-prod{text-align:center}
.single-prod .box{margin-bottom:20px!important;margin-right:0;float:none!important;width:100%}
.single-prod .title{font-size:20px;margin-bottom:10px}
.single-prod .desc{font-size:15px;line-height:24px}
}
@media(max-width:1199px) {
.box figure{height:250px}
}
@media(max-width:991px) {
.box figure{height:292px}
.box figure .btn{font-size:16px}
}
@media(max-width: 767px) {
.box2{height:auto}
.about-additional{margin-top:25px;padding-top:25px}
}

.our-clients {padding: 0 40px;}
.our-clients .owl-stage {margin:0 auto;}
.our-clients figure {border:1px solid #ccc; border-radius: 5px; overflow: hidden; margin:0 auto; width: 100%; height: 100px; background: #fff; text-align: center; position: relative; margin: 0 auto}
.our-clients figure img {width:auto !important; max-width: 100%; max-height: 100%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 10px;}
.our-clients .owl-nav button {color: #999 !important; width:40px; height: 40px; border-radius: 50%; font-size:50px !important; position: relative; transition: all 0.3s; position: absolute; top:50%; transform: translateY(-50%);}
.our-clients .owl-nav button:hover {color: #333 !important; background: none}
.our-clients .owl-nav button span {position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%);}
.our-clients .owl-nav .owl-prev {left: -10px;}
.our-clients .owl-nav .owl-next {right: -10px;}
.our-clients .owl-nav [class*=owl-]:hover {background: none !important}
.our-clients .owl-nav button.disabled {color: #ccc !important}

/*-----------------Testimonials-----------------*/
.testimonials {font-size: 14px; text-align: center;}
.testimonials .owl-stage {margin: 0 auto}
.testimonials .item {background:rgba(255,255,255,0.8); border-radius: 10px; padding:20px 15px; border:1px solid rgba(0,0,0,0.1); height: 100%;}
.testimonials figure {width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border:1px solid #ccc; margin:0 auto 12px; position: relative;}
.testimonials figure img {width:auto; max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.testimonials .desc {margin-bottom: 12px; color: #444}
.testimonials .name {font-size: 15px; font-weight: 600; color: #333}
.testimonials .company-name {font-size: 14px; color: #666}
.testimonials.owl-theme .owl-dots .owl-dot span {background: #444}
.testimonials.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fff}

.product-details .heading-title .title .text-primary{line-height:30px}
.prod-price{font-size:25px}
.prod-price .price{font-weight:600}
.prod-price .price i{font-size:22px}
.prod-price small{font-size:17px}
.prod-img{position:relative;position:sticky;top:80px;border-radius:10px;overflow:hidden}
.prod-img:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;z-index:1;background:rgba(0,0,0,0.5)}
.prod-img img{position:relative;z-index:2}
.contact .contact-left{padding:40px 70px}
.contact .contact-right{border-left:3px solid #eee}
.contact .heading{font-size:20px;margin-bottom:15px}
.contact-box{margin-bottom:25px;line-height:25px}
.contact-box:not(:last-child){margin-bottom:50px}
.contact .quick-contact li{padding-left:37px}
.contact .quick-contact li:before{font-size:20px}
.contact .quick-contact li:not(:last-child){margin-bottom:20px}

.contact-details-wrap .contact-box {border: 1px solid #ced4da; padding: 15px; margin-bottom: 20px;}

.page-contact .qrcode {width:150px;}

@media(max-width: 991px){
.contact .contact-left {padding: 25px}
.page-contact {flex-wrap: wrap;}
.page-contact .page-contact-details {flex-basis: 100%;}
}

@media(max-width: 767px) {
.product-details > :first-child{order:2}
.product-details > :nth-child(2){order:1}
}
footer{padding:40px 0;font-size:15px;line-height:25px}
footer .title{font-size:20px;margin-bottom:32px;position:relative}
footer .title:after{position:absolute;width:60px;content:'';height:3px;left:0;top:30px}
footer .links{overflow:hidden}
footer .links li{position:relative;padding-left:20px}
footer .links li a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:90%;display:block}
footer .links li:not(:last-child){margin-bottom:12px}
footer .links li:before{position:absolute;top:2px;left:3px;content:'\f054';font-family:'Font Awesome 5 Free';font-weight:600;font-size:12px}
footer .our-prod .prod-box figure{position:relative;width:80px;height:80px;border-radius:3px;overflow:hidden;margin:0}
footer .our-prod .prod-box img{max-width:100%;max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s}
footer .our-prod .prod-box figure:hover img{transform:scale(1.2) translate(-45%,-45%)}
footer .our-prod li{width:80px;display:inline-block;margin:5px}
.footer-contact {display: flex; width: 100%; flex-wrap: wrap;}
.footer-contact .qrcode {width:100px; padding-right: 20px;}
.footer-contact .qrcode img {max-width: 100%}
.footer-contact .footer-contact-details {flex: 1}
.contact-box .qrcode {margin-left: 35px;}
.contact-box .qrcode img {max-width: 100px;}
.social-icons{margin:30px 0 0}
.social-icons li{display:inline-block}
.social-icons li:not(:last-child){margin:0 10px 7px 0;}
.social-icons li a{border-radius:10px;text-align:center;width:35px;height:35px;line-height:33px;display:inline-block;font-size:20px;transition:all .3s}
.social-icons li i{transition:all .3s}
.social-icons li a:hover i{transform:rotate(25deg) scale(1.2)}
.social-icons li a:hover{border-radius:5px}
.quick-contact li{position:relative;padding-left:27px}
.quick-contact li:not(:last-child){margin-bottom:15px}
.quick-contact li:before{position:absolute;top:2px;left:0;font-family:'Font Awesome 5 Free';font-weight:600;width:20px;text-align:center}
.quick-contact li.name:before{content:'\f007';font-weight:500}
.quick-contact li.address:before{content:'\f3c5'}
.quick-contact li.email:before{content:'\f0e0';font-weight:500}
.quick-contact li.phone:before{content:'\f2a0';}
.quick-contact li.mobile:before{content:'\f3cd';}
.quick-contact li.website:before{content:'\f57e'}
.quick-contact li.toll-free:before{content:'\f590'}
.quick-contact li.skype:before{content:'\f17e';font-family:'Font Awesome 5 Brands'}
.quick-contact li.whatsapp:before{content:'\f232';font-family:'Font Awesome 5 Brands'}
.copyright .container{padding:15px;font-size:13px}
@media(max-width: 991px) {
footer{padding:0 0 15px;font-size:14px}
footer .title{margin-top:30px;font-size:18px}
.copyright,.copyright .text-right{text-align:center!important}
.copyright .memberof{margin-top:7px}
}
.floating{position:fixed;top:50%;transform:translateY(-50%);right:-50px;width:40px;height:205px;border-radius:7px 0 0 7px;z-index:99;transition:all .5s;font-family:arial!important;font-size:18px;border-right:0!important}
.floating.active{right:0}
.floating .floating-item{white-space:nowrap;transform:rotate(-90deg);display:block;width:204px;height:197px;padding:5px}
.scrollTop{position:fixed;bottom:25px;right:25px;border-radius:50%;width:50px;height:50px;text-align:center;cursor:pointer;z-index:9;opacity:0;transition:all .3s;cursor:pointer}
.scrollTop:after{position:absolute;content:'\f30c';font-family:'Font Awesome 5 Free';font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s}
.scrollTop:hover:after{top:40%}
.scrollTop.active{opacity:1}
.modal-title{font-weight:600}
.modal-content{border:none}
.thank-you{padding:25px 0}
.thank-you .title{font-size:25px;font-weight:600}
.thank-you .btn{margin-top:25px}
.success-checkmark{width:80px;height:115px;margin:0 auto}
.success-checkmark .check-icon{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:content-box}
.success-checkmark .check-icon::before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}
.success-checkmark .check-icon::after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle 4.25s ease-in}
.success-checkmark .check-icon::before,.success-checkmark .check-icon::after{content:'';height:100px;position:absolute;transform:rotate(-45deg)}
.success-checkmark .check-icon .icon-line{height:5px;display:block;border-radius:2px;position:absolute;z-index:2}
.success-checkmark .check-icon .icon-line.line-tip{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip .75s}
.success-checkmark .check-icon .icon-line.line-long{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long .75s}
.success-checkmark .check-icon .icon-circle{top:-4px;left:-4px;z-index:2;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box}
.success-checkmark .check-icon .icon-fix{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg)}
@keyframes rotate-circle {
0%{transform:rotate(-45deg)}
5%{transform:rotate(-45deg)}
12%{transform:rotate(-405deg)}
100%{transform:rotate(-405deg)}
}
@keyframes icon-line-tip {
0%{width:0;left:1px;top:19px}
54%{width:0;left:1px;top:19px}
70%{width:50px;left:-8px;top:37px}
84%{width:17px;left:21px;top:48px}
100%{width:25px;left:14px;top:45px}
}
@keyframes icon-line-long {
0%{width:0;right:46px;top:54px}
65%{width:0;right:46px;top:54px}
84%{width:55px;right:0;top:35px}
100%{width:47px;right:8px;top:38px}
}
.goog-tooltip{display:none!important}
.goog-tooltip:hover{display:none!important}
.goog-text-highlight{background-color:transparent!important;border:none!important;box-shadow:none!important}
.color-change-wrap{width:250px;box-shadow:0 0 8px rgba(0,0,0,0.2);background:rgba(255,255,255,0.99);position:fixed;top:150px;left:-253px;z-index:999;padding:25px;transition:all .5s}
.color-change-wrap.active{left:-10px}
.color-change-head{margin-bottom:10px;font-size:14px;color:#333;text-align:center}
.color-change-wrap .row > *{padding:2px}
.color-change-wrap .row > * > *{cursor:pointer}
.color-change-wrap .temp-color i{float:right;width:50%;height:100%;display:inline-block}
.color-change-wrap .temp-color{height:40px;display:block;width:100%;border-radius:5px;overflow:hidden}
.color-change-wrap .red-blue .temp-color{background:#ee3131}
.color-change-wrap .red-blue .temp-color i{background:#2f3967}
.color-change-wrap .blue-gray .temp-color{background:#299be8}
.color-change-wrap .blue-gray .temp-color i{background:#34383c}
.color-change-wrap .green-gray .temp-color{background:#84ba3f}
.color-change-wrap .green-gray .temp-color i{background:#34383c}
.color-change-wrap .brown-gray .temp-color{background:#844c1e}
.color-change-wrap .brown-gray .temp-color i{background:#34383c}
.color-change-wrap .cyan-gray .temp-color{background:#37c5a6}
.color-change-wrap .cyan-gray .temp-color i{background:#34383c}
.color-change-wrap .pink-gray .temp-color{background:#f41e54}
.color-change-wrap .pink-gray .temp-color i{background:#34383c}
.color-change-wrap .gold-gray .temp-color{background:#ba893f}
.color-change-wrap .gold-gray .temp-color i{background:#34383c}
.color-change-wrap .orange-gray .temp-color{background:#ce4500}
.color-change-wrap .orange-gray .temp-color i{background:#34383c}
.color-change-wrap .dark-green-gray .temp-color{background:#005608}
.color-change-wrap .dark-green-gray .temp-color i{background:#34383c}
.color-change-wrap .dark-blue-gray .temp-color{background:#003679}
.color-change-wrap .dark-blue-gray .temp-color i{background:#34383c}
.color-name{margin-bottom:5px;color:#000;font-size:13px}
.color-change-setting{background:rgba(255,255,255,0.99);width:40px;height:40px;line-height:38px;font-size:22px;position:absolute;right:-40px;top:20px;text-align:center;cursor:pointer;box-shadow:3px 0 7px rgba(0,0,0,0.2)}
.color-change-setting i{animation-name:spin;animation-duration:3000ms;animation-iteration-count:infinite;animation-timing-function:linear}
@keyframes spin {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
body{position:relative;top:0!important}
.skiptranslate{display:none}

.zenFadeInLeft{-webkit-animation:zenFadeInLeft 1s;animation:zenFadeInLeft 1s}
@-webkit-keyframes zenFadeInLeft {
0%{opacity:0;-webkit-transform:translateX(-70px)}
100%{opacity:1;-webkit-transform:translateY(0)}
}
@keyframes zenFadeInLeft {
0%{opacity:0;transform:translateX(-70px)}
100%{opacity:1;transform:translateY(0)}
}
.zenFadeInRight{-webkit-animation:zenFadeInRight 1s;animation:zenFadeInRight 1s}
@-webkit-keyframes zenFadeInRight {
0%{opacity:0;-webkit-transform:translateX(70px)}
100%{opacity:1;-webkit-transform:translateY(0)}
}
@keyframes zenFadeInRight {
0%{opacity:0;transform:translateX(70px)}
100%{opacity:1;transform:translateY(0)}
}
.zenFadeInUp{-webkit-animation:zenFadeInUp 1s;animation:zenFadeInUp 1s}
@-webkit-keyframes zenFadeInUp {
0%{opacity:0;-webkit-transform:translateY(50px)}
100%{opacity:1;-webkit-transform:translateY(0)}
}
@keyframes zenFadeInUp {
0%{opacity:0;transform:translateY(50px)}
100%{opacity:1;transform:translateY(0)}
}
.zenFadeInDown{-webkit-animation:zenFadeInDown 1s;animation:zenFadeInDown 1s}
@-webkit-keyframes zenFadeInDown {
0%{opacity:0;-webkit-transform:translateY(-50px)}
100%{opacity:1;-webkit-transform:translateY(0)}
}
@keyframes zenFadeInDown {
0%{opacity:0;transform:translateY(-50px)}
100%{opacity:1;transform:translateY(0)}
}
@-webkit-keyframes bounceInDown {
0%{opacity:0;-webkit-transform:translateY(-100px)}
60%{opacity:1;-webkit-transform:translateY(10px)}
80%{-webkit-transform:translateY(-10px)}
100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes bounceInDown {
0%{opacity:0;-webkit-transform:translateY(-100px)}
60%{opacity:1;-webkit-transform:translateY(10px)}
80%{-webkit-transform:translateY(-10px)}
100%{-webkit-transform:translateY(0)}
}
@-o-keyframes bounceInDown {
0%{opacity:0;-webkit-transform:translateY(-100px)}
60%{opacity:1;-webkit-transform:translateY(10px)}
80%{-webkit-transform:translateY(-10px)}
100%{-webkit-transform:translateY(0)}
}
@keyframes bounceInDown {
0%{opacity:0;-webkit-transform:translateY(-100px)}
60%{opacity:1;-webkit-transform:translateY(10px)}
80%{-webkit-transform:translateY(-10px)}
100%{-webkit-transform:translateY(0)}
}
.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}
body{-webkit-backface-visibility:hidden}
.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}
.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}
@-webkit-keyframes fadeOutUp {
0%{opacity:1;-webkit-transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-10px)}
}
@-moz-keyframes fadeOutUp {
0%{opacity:1;-webkit-transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-10px)}
}
@-o-keyframes fadeOutUp {
0%{opacity:1;-webkit-transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-10px)}
}
@keyframes fadeOutUp {
0%{opacity:1;-webkit-transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-10px)}
}
.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}
.modal-content{overflow:hidden}
.d-flex{display:flex}
.align-items-center{align-items:center}
.modal-ls{width:390px}
.modal-ls .bg{width:390px;height:100%;padding:25px 20px;position:relative}
.modal-ls i{margin-right:4px}
.modal-ls figure{position:relative;width:100%;height:350px;overflow:hidden;margin-top:15px}
.modal-ls figure img{position:absolute;max-width:100%;max-height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}
.modal-ls figure .opacity{position:absolute;width:100%;height:100%;z-index:1;background:rgba(0,0,0,0.7)}
.modal-ls .prod-name{font-size:22px;margin-bottom:5px}
.modal-ls .prod-rate{font-size:17px;margin-bottom:5px}
.modal-ls .comp-add{font-size:17px;margin-bottom:7px}
.modal-rs{flex:1;padding:25px 20px;background:#fff;position:relative}
.modal-rs .heading{font-size:22px;text-align:center;margin-bottom:15px;color:#333}
.modal-rs .close{position:absolute;top:5px;right:15px;font-size:30px}
.modal-rs .mt-1{text-align:center}
@media(max-width: 767px) {
.modal-ls{display:none}
}
.primary-prod{height:445px;position:relative;top:initial;width:100%;margin-bottom:20px;text-align:center;overflow:hidden;border:1px solid #ccc;background:#fff;background-repeat:no-repeat;background-size:cover!important}
.primary-prod img{position:absolute;max-width:100%;max-height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}
.thumbs{padding:0 35px}
.thumbs .item{display:flex;align-items:center;height:100%}
.thumbs .owl-stage{margin:0 auto}
.thumbs figure{cursor:pointer;border:1px solid #ddd;overflow:hidden;position:relative;width:75px;height:75px;margin:0 auto}
.thumbs figure img{position:absolute;max-width:100%;max-height:100%;top:50%;left:50%;transform:translate(-50%,-50%);width: auto !important}
.thumbs .owl-nav button{color:#999!important;width:40px;height:40px;border-radius:50%;font-size:50px!important;position:relative;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}
.thumbs .owl-nav button:hover{color:#333!important}
.thumbs .owl-nav button span{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}
.thumbs .owl-nav .owl-prev{left:-10px}
.thumbs .owl-nav .owl-next{right:-10px}
@media(max-width:1199px) {
.primary-prod{height:370px}
}
@media(max-width:991px) {
.primary-prod{height:270px}
.thumbs figure{width:42px;height:42px}
}
@media(max-width:360px) {
.primary-prod{height:330px}
.thumbs figure{width:54px;height:54px}
}
.grid-blog-wrap > .row > *{margin-bottom:30px}
.grid-blog-item{display:inline-block;width:100%;height:100%;box-shadow:0 0 10px rgba(0,0,0,0.1)}
.blog-details{padding:20px}
.grid-blog-item .blog-img img{width:100%;height:230px;object-fit:cover}
.grid-blog-item .blog-img a{display:block}
.blog-top{position:relative}
.grid-blog-item .blog-top .blog-img::after{display:block;position:relative;background-image:linear-gradient(to bottom,transparent 0%,black 100%);margin-top:-150px;height:150px;width:100%;content:''}
.blog-author{position:absolute;bottom:5px;width:100%;left:0;padding:0 20px}
.blog-author img{border-radius:50%;float:left}
.blog-author h4{font-size:15px;float:left;margin-top:5px;margin-left:5px;color:#fff;font-weight:lighter;letter-spacing:.5px}
.blog-info{margin-bottom:17px}
.blog-info ul{padding:0;margin:0}
.blog-info ul li{list-style:none;display:inline-block;margin-right:12px}
.blog-info ul li a.blog-category{text-align:center;padding:5px 10px;cursor:pointer;font-size:13px;text-transform:uppercase;letter-spacing:1px}
.blog-info ul li.blog-time{font-size:14px}
.blog-info ul li.blog-time i{opacity:.5;margin-right:6px}
.blog-heading .blog-title{font-size:20px;line-height:28px;font-weight:700}
.blog-heading .blog-title:hover{text-decoration:underline}
.blog-btn{margin-top:20px}
.blog-btn a{font-size:14px}
.blog-btn i{opacity:.5;margin-right:5px}
.sidebar-block{padding:20px;box-shadow:0 0 10px rgba(0,0,0,0.1);border:1px solid #f0f0f0;margin-bottom:30px}
.sidebar-block .title{font-size:21px;font-weight:700;margin-bottom:20px}
.search-form{position:relative}
.search-form input{width:100%;height:50px;border:0;background:#ececec;padding:0 20px}
.search-form button{position:absolute;top:0;right:0;height:100%;padding:0 25px;color:#fff;line-height:50px;border:0;transition:.3s;cursor:pointer}
.social-profile a{height:50px;width:50px;text-align:center;line-height:50px;margin-right:2px;display:inline-block;transition:all ease-in-out .3s}
.social-profile a:hover{transition:all ease-in-out .3s}
ul.cat{padding:0}
ul.cat li{border-top:1px solid #eaedff;padding:13px 0;overflow:hidden}
ul.cat li:first-child{border-top:0;padding-top:0}
ul.cat li:last-child{padding-bottom:0}
ul.cat li a{display:block;font-size:16px}
ul.cat li .f-right{float:right}
ul.recent-posts{padding:0}
.recent-posts > li:first-child{border:0;padding-top:0}
.recent-posts li:last-child{padding-bottom:0}
.recent-posts > li{border-top:1px solid #eaedff;padding:20px 0;overflow:hidden}
.widget-posts-image{float:left}
.widget-posts-image img{width:65px;height:65px;border-radius:50%;margin-right:15px}
.widget-posts-body{overflow:hidden}
.widget-posts-title{margin-bottom:10px;font-size:16px;margin-bottom:5px;line-height:1.3}
.widget-posts-meta{font-size:12px}
.widget-posts-meta i{opacity:.5;margin-right:6px}
.blog-list-view > .row{flex-wrap:wrap}
.blog-list-view > .row > *{max-width:100%;flex-basis:100%}
.blog-list-view .grid-blog-item{display:flex}
.blog-list-view .blog-top{width:300px}
.blog-list-view .blog-img img{height:200px}
.blog-list-view .blog-details{flex:1}
.blog-list-view .blog-detail-box{display:flex;width:100%;flex-wrap:wrap}
.blog-list-view .blog-detail-box > *{width:100%}
.blog-list-view .blog-info{order:2;margin-bottom:25px}
.blog-list-view .blog-heading{order:1;margin-bottom:7px}
.blog-list-view .blog-btn{order:3;margin-top:0}
.blog-inner-wrap img{width:100%;height:320px;max-height:320px;object-fit:cover;border-radius:5px}
.blog-inner-wrap .blog-info{margin-top:20px}
.blog-desc img{width:100%;height:250px;max-height:250px;object-fit:cover}
.blog-desc h1{font-size:28px;font-weight:700;color:#2f3967}
.blog-desc p{font-size:16px;line-height:28px;text-align:justify;margin:10px 0 20px;color:#647589}
.blog-desc h3{color:#2f3967;font-size:22px;margin:20px 0 0;font-weight:700}
.blog-desc ul li{list-style-position:inside;font-size:16px;margin:10px 0;color:#647589}
.blog-desc ul{padding:0}
@media(max-width: 1199px) {
.blog-heading .blog-title{font-size:18px}
.social-profile a{height:40px;width:40px;line-height:40px}
}
@media(max-width: 991px) {
.blog-heading .blog-title{font-size:16px}
.social-profile a{margin-bottom:10px}
.blog-list-view .grid-blog-item{display:block}
.blog-list-view .blog-top{width:100%}
}
.arrow-down{position:absolute;left:50%;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #313156;transform:translateX(-50%)}
.product-clr{border-top-color:#fefefe}
.why-clr{border-top-color:#efefef}
.enquiry-clr{border-top-color:#2f3967;z-index:1}
.abt-enquiry-clr{border-top-color:#fff;z-index:1}
.breadcrumb-clr{border-top-color:#282828;z-index:1}
.prod-enquiry-clr{border-top-color:#f0f0f0;z-index:1}
.slider-2{background:#413152;background:-moz-linear-gradient(45deg,#413152 0%,#293159 55%,#293159 55%);background:-webkit-linear-gradient(45deg,#413152 0%,#293159 55%,#293159 55%);background:linear-gradient(45deg,#413152 0%,#293159 55%,#293159 55%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#413152',endColorstr='#293159',GradientType=1);position:relative}
.slider-2 .fluid_dgContents{border:6px solid #fff}
.slider-2 .fluid-caption{left:30px;bottom:30px;max-width:380px;background:rgba(255,255,255,0.6)}
.slider-2 .fluid-caption .title{color:#000;margin-bottom:10px;font-weight:600}
.slider-2 .fluid-caption .desc{color:#000;text-align:justify}
.slider-2 .fluid-caption .btn{border:1px solid #fff;padding:8px 30px;border-radius:5px}
.slider-2 .heading-title{margin-bottom:0}
.slider-2 .heading-title .divider{background:#000}
.slider-2 .fluid_dg_prev,.slider-2 .fluid_dg_next{color:#fff;border-radius:0;top:75%}
.slider-2 .fluid_dg_next > span:after{content:"\f30b"}
.slider-2 .fluid_dg_prev > span:after{content:"\f30a"}
.slider-2 .fluid_dg_prev:hover,.slider-2 .fluid_dg_next:hover{background:#fff}
.slider-2 .fluid_dg_next{right:634px}
.slider-2 .fluid_dg_prev{left:356px}
.slider-2 .fluid_dg_prev,.slider-2 .fluid_dg_next{height:35px}
.slider-2 .fluid_dg_next > span{height:40px}
.slider-2 .fluid_dg_prev > span{height:40px}
.slider-2 .fluid_dg_prev,.slider-2 .fluid_dg_next{font-size:20px}
.slider-2 .fluid_dg_prev{top:83%}
.slider-2 #fluid-slider{height:485px}
.slider-2 .fluid-caption .btn{padding:6px 20px;font-size:16px}
@media (max-width: 1024px) {
.slider-2 .fluid_dg_next{right:454px}
}
@media (max-width: 991px) {
.slider-2 .fluid_dg_next{right:214px}
.slider-2 #fluid-slider{height:400px}
.slider-2 .fluid_dg_next{top:73%}
.slider-2 .fluid_dg_prev,.slider-2 .fluid_dg_next{height:30px}
}
@media (max-width: 768px) {
.slider-2 .fluid-caption{bottom:auto;left:0}
.slider-2 .fluid_dg_next{right:264px}
.slider-2 .fluid_dg_prev{left:346px;top:80%}
.slider-2 .fluid_dg_next{top:70%}
.slider-2 #fluid-slider{height:300px}
}
@media (max-width: 767px) {
.slider-2 .fluid_dg_next{right:84px}
}
@media (max-width: 480px) {
.slider-2 .fluid_dg_next{right:14px}
.slider-2 .fluid_dg_prev,.slider-2 .fluid_dg_next{top:83%}
.slider-2 #fluid-slider{height:220px}
}
@media (max-width: 414px) {
.slider-2 .fluid_dg_prev{left:276px}
}
@media (max-width: 375px) {
.slider-2 .fluid_dg_prev{left:236px}
}
@media (max-width: 360px) {
.slider-2 .fluid_dg_prev{left:226px}
}
@media (max-width: 320px) {
.slider-2 .fluid_dg_prev{left:186px}
}
.welcome-2 .col-lg-12:last-child{box-shadow:0 0 40px -19px rgba(0,0,0,0.5);padding:30px;border-radius:5px;overflow:hidden;z-index:1}
.welcome-2 .col-lg-12:last-child:after{content:"";transform:skew(0deg,-3deg);background:#eaeaea;position:absolute;top:83%;height:124px;width:100%;left:0}
.welcome-2 .col-lg-5,.welcome-2 .col-lg-7{z-index:1}
.welcome-2 .welcome-image figure{margin-bottom:0}
.heading-title .title,.heading-title .title .text-primary{text-transform:uppercase}
@media (max-width: 991px) {
.welcome-2 .col-lg-12:last-child:after{top:93%;height:200px}
.welcome-2 .paragraph{margin-top:15px}
}
.product-2 figure{height:350px;width:100%;overflow:hidden;position:relative;margin-bottom:0}
.product-2 figure:hover:after{background:rgba(0,0,0,0.3)}
.product-2 figure:after{position:absolute;content:'';width:100%;height:100%;left:0;top:0;opacity:1;transition:all .3s;border:10px inset rgba(0,0,0,0.3)}
.product-2 figure img{max-width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9;transition:all .3s}
.product-2 figure .btn{position:absolute;font-size:16px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;z-index:1;padding:10px 20px;border:2px solid #fff}
.product-2 figure:hover .btn{opacity:1}
.product-2 a div p{width:100%;padding:14px;color:#fff;white-space:nowrap;font-size:18px;text-overflow:ellipsis;overflow:hidden}
.product-2 a div{position:relative}
.product-2 a div:before{content:"";width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:50px solid;position:absolute;top:-19px;left:0}
.product-2 a div:after{content:"";width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:50px solid;position:absolute;top:-19px;right:0}
.product-2 .container{overflow:hidden}
.product-2 .col-lg-4,.product-2 .text-center{z-index:1}
.product-2 .container .row .col-lg-12:after{content:"";transform:skew(0deg,-3deg);background:#eaeaea;position:absolute;top:-30px;height:124px;width:100%;left:0}
@media (max-width: 1024px) {
.product-2 figure{height:287px}
}
@media (max-width: 991px) {
.product-2 figure{height:327px}
}
@media (max-width: 767px) {
.product-2 figure{height:507px}
}
@media (max-width: 576px) {
.product-2 figure{height:507px}
}
@media (max-width: 480px) {
.product-2 figure{height:447px}
}
@media (max-width: 414px) {
.product-2 figure{height:383px}
}
@media (max-width: 411px) {
.product-2 figure{height:380px}
}
@media (max-width: 375px) {
.product-2 figure{height:343px}
}
@media (max-width: 360px) {
.product-2 figure{height:327px}
}
@media (max-width: 320px) {
.product-2 figure{height:287px}
}
.single-prod-2 .box{width:314px;padding:0;margin-right:25px;border:none}
.single-prod-2 .desc{margin-bottom:17px;line-height:28px}
.single-prod-2 .box figure:after{opacity:1;background:none;border:10px inset rgba(0,0,0,0.3)}
.single-prod-2 .box figure{height:314px}
.single-prod-2 .col-lg-12:last-child{box-shadow:0 0 40px -19px rgba(0,0,0,0.5);padding:30px;border-radius:5px;overflow:hidden;z-index:1}
.single-prod-2 .box,.single-prod-2 .prod-content{z-index:1}
.single-prod-2 .box{margin-bottom:0}
.single-prod-2 .col-lg-12:last-child:after{content:"";transform:skew(0deg,-3deg);background:#eaeaea;position:absolute;top:83%;height:124px;width:100%;left:0;z-index:-1}
.single-prod-2 .heading-title .title .text-primary{font-weight:400}
@media (max-width: 767px) {
.single-prod-2 .col-lg-12:last-child:after{top:87%}
}
@media (max-width: 480px) {
.single-prod-2 .box{width:100%;margin-bottom:15px}
.single-prod-2 .box figure{height:417px}
}
@media (max-width: 414px) {
.single-prod-2 .col-lg-12:last-child:after{top:92%}
.single-prod-2 .box figure{height:351px}
}
@media (max-width: 375px) {
.single-prod-2 .box figure{height:314px}
}
@media (max-width: 360px) {
.single-prod-2 .box figure{height:297px}
}
@media (max-width: 320px) {
.single-prod-2 .box figure{height:258px}
}
.why-us-2 .container .col-md-12{box-shadow:0 0 40px -19px rgba(0,0,0,0.5);padding:30px;border-radius:5px;overflow:hidden;z-index:1}
.why-us-2 .container .col-md-12:after{content:"";transform:skew(0deg,-3deg);background:#eaeaea;position:absolute;top:83%;height:124px;width:100%;left:0;z-index:-1}
.why-us-2 .box2 .box2-content a{font-size:13px;font-weight:600}
.why-us-2{background:#2f3967}
.why-us-2 .container{padding:0;border-radius:5px}
.why-us-2 .box2 .box2-icon{width:65px;height:65px;line-height:80px}
.why-us-2 .box2 i{font-size:40px}
@media (max-width: 414px) {
.why-us-2 .container .col-md-12:after{top:93%}
}
.send-enquiry-2{position:relative}
.send-enquiry-2 .container{box-shadow:0 0 10px -2px rgba(0,0,0,0.16);padding:30px;border-radius:5px;overflow:hidden;z-index:1;position:relative}
.send-enquiry-2 .col-md-9{z-index:2}
.send-enquiry-2 .row:after{content:"";transform:skew(0deg,-3deg);background:#eaeaea;position:absolute;top:730px;height:124px;width:100%;left:0;z-index:1}
@media(max-width: 767px) {
.send-enquiry-2 .row:after{top:1140px}
}
.contact-form-2 .form-control{border-radius:5px}
.contact-form-2 .form-group input{padding-top:0;padding-bottom:0;font-weight:lighter}
.contact-form-2 .form-group label{padding-top:10px;margin-bottom:0;font-size:14px;font-weight:900;text-align:left;padding-left:12px}
.contact-form-2 .form-group{border:1px solid #00000012;border-radius:5px;background:#fff;text-align:left!important}
.contact-form-2 .form-control{border:none;font-weight:lighter;font-size:15px}
.contact-form-2 .form-group select{padding-left:8px}
.contact-form-2 .col-sm-12 button{border-radius:5px}
.about-2 .col-lg-12:last-child .box figure img{object-fit:contain;height:auto}
.about-2{position:relative}
.about-2 .col-lg-12:last-child .col-lg-12 > div{box-shadow:0 0 10px -2px rgba(0,0,0,0.16);padding:30px;border-radius:5px;overflow:hidden;z-index:1;position:relative;margin-bottom:40px}
.about-2 .col-lg-12:last-child{position:relative}
.about-2 .col-lg-12:last-child .col-lg-12 div:after{content:"";transform:skew(0deg,-3deg);background:#eaeaea;position:absolute;top:321px;height:124px;width:100%;left:0;z-index:-1}
.about-2 .col-lg-12:last-child .col-lg-12 .col-lg-4,.about-2 .col-lg-12:last-child .col-lg-12 .col-lg-8{z-index:3}
.about-2 .col-lg-12:last-child .col-lg-4:not(:first-child) div{box-shadow:0 0 10px -2px rgba(0,0,0,0.16);padding:20px;border-radius:5px;height:100%;overflow:hidden}
.about-2 .col-lg-12:last-child .col-lg-8:not(:first-child) div{box-shadow:0 0 10px -2px rgba(0,0,0,0.16);padding:20px;border-radius:5px;height:100%}
.about-2 .col-lg-12:last-child .col-lg-4:not(:first-child),.about-2 .col-lg-12:last-child .col-lg-8:not(:first-child){margin-bottom:30px}
.about-2 .col-lg-12:last-child .box{width:312px;margin-right:20px;padding:0}
.about-2 .box figure:after{background:none;border:12px inset #00000045;opacity:1}
.about-2 .paragraph h2{color:#000;text-transform:uppercase;font-weight:400;position:relative}
.about-2 .paragraph h2:after{content:"";width:50px;height:1px;background:#000;position:absolute;top:13px}
@media (max-width: 1024px) {
.about-2 .col-lg-12:last-child .box{width:253px}
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:271px}
}
@media (max-width: 991px) {
.about-2 .box figure{height:252px}
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:331px}
.about-2 .col-lg-12:last-child .box{margin-bottom:auto}
}
@media(max-width: 767px) {
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:481px}
}
@media(max-width: 480px) {
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:580px}
}
@media(max-width: 414px) {
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:680px}
}
@media(max-width: 375px) {
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:760px}
.about-2 .col-lg-12:last-child .box{width:100%;margin-bottom:15px}
}
@media(max-width: 360px) {
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:810px}
}
@media(max-width: 320px) {
.about-2 .col-lg-12:last-child .col-lg-12 div:after{top:940px}
.about-2 .box figure{height:230px}
}
.breadcrumb-2{background:url(https://www.dial4trade.com/staticdt/catalog/temp_56/images/bred.jpg) repeat}
.product-details-2 .row .shed{box-shadow:0 0 10px -2px rgba(0,0,0,0.16);padding:30px;border-radius:5px;z-index:1;overflow:hidden;position:relative}
.product-details-2 .row .shed:after{content:"";transform:skew(0deg,-3deg);background:#eaeaea;position:absolute;top:591px;height:124px;width:100%;left:0;z-index:-1}
.product-details-2 .primary-prod{height:400px;width:400px;border-radius:0;margin:auto;margin-bottom:20px}
.product-details-2 .thumbs figure{height:55px}
.product-details-2 .prod-img:after{border:10px inset #00000047;background:none;z-index:2}
.product-details-2 .thumbs .owl-nav button .fas{background:#00000017;font-size:large;line-height:inherit;padding:10px;border-radius:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.product-details-2 .thumbs .owl-nav .owl-prev{left:0}
.product-details-2 .thumbs .owl-nav .owl-next{right:0}
.product-details-2 .owl-carousel{overflow:hidden;width:90%;margin:auto}
.product-details-2 .owl-carousel .owl-stage-outer{width:90%;margin:auto}
@media (max-width: 1024px) {
.product-details-2 .primary-prod{height:356px;max-width:100%}
.product-details-2 .thumbs figure{height:42px}
.product-details-2 .owl-carousel{width:100%}
.product-details-2 .row .shed:after{top:621px}
}
@media (max-width: 991px) {
.product-details-2 .primary-prod{height:256px}
.product-details-2 .thumbs figure{height:30px}
.product-details-2 .thumbs .owl-nav button .fas{font-size:large;padding:3px}
.product-details-2 .row .shed:after{top:691px}
}
@media (max-width: 767px) {
.product-details > :first-child{order:1}
.product-details > :nth-child(2){order:2}
.product-details-2 .primary-prod{height:400px}
.product-details-2 .thumbs figure{height:40px}
.product-details-2 .row .shed:after{top:1131px}
}
@media (max-width: 480px) {
.product-details-2 .row .shed:after{top:1171px}
}
@media (max-width: 375px) {
.product-details-2 .primary-prod{height:313px}
.product-details-2 .row .shed:after{top:1241px}
}
@media (max-width: 360px) {
.product-details-2 .primary-prod{height:298px}
.product-details-2 .thumbs figure{height:37px}
}
@media (max-width: 320px) {
.product-details-2 .primary-prod{height:258px}
.product-details-2 .thumbs figure{height:30px}
.product-details-2 .row .shed:after{top:1281px}
}
.contact-2 .left,.contact-2 .right{box-shadow:0 0 6px -4px #000}
.contact-2 .left .col-lg-6 div{padding:20px;border:2px solid #00000021;height:70%;border-radius:5px;text-align:center;margin-bottom:20px;padding-top:50px;margin-top:40px}
.contact-2 .left .col-lg-6 div:before{font-size:30px;font-weight:600;font-family:"Font Awesome 5 Free";border:1px solid;padding:20px;position:absolute;top:21%;transform:translate(-50%,-50%);left:50%;border-radius:5px;color:#fff}
.contact-2 .left .col-lg-6 .address:before{content:"\f3c5"}
.contact-2 .left .col-lg-6 .user:before{content:"\f007"}
.contact-2 .left .col-lg-6 .email:before{content:"\f0e0"}
.contact-2 .left .col-lg-6 .phone:before{content:"\f095"}
.contact-2 .left .col-lg-6 .catalog:before{content:"\f57e"}
.contact-2 .left .col-lg-12 div,.contact-2 .right .col-lg-12 div{padding:20px;text-align:left;background:#e0e0e054;font-size:22px}
.contact-2 .right .col-lg-12 .p-0{height:570px}
@media (max-width: 1024px) {
.contact-2 .right .col-lg-12 .p-0{height:590px}
}
@media (max-width: 991px) {
.contact-2 .left{margin-bottom:30px}
}
.slider-3 .fluid-caption{right:0;left:initial;bottom:0;max-width:480px;background:red;height:370px}
.slider-3 .fluid_dg_prev{height:40px;left:initial;background:#ffffff94;right:80px;border-radius:5px;color:#fff;width:40px}
.slider-3 .fluid_dg_next{height:40px;background:#ffffff94;border-radius:5px;color:#fff;width:40px}
.slider-3 .fluid-caption a .fas{position:relative;top:2px}
.slider-3 .fluid_dg_prev,.slider-3 .fluid_dg_next{top:90%}
.slider-3 .fluid_dg_prev > span:after{content:"\f04a";font-size:initial}
.slider-3 .fluid_dg_next > span:after{content:"\f04e";font-size:initial}
.slider-3 .fluid-caption .btn{border-radius:5px;padding:5px 15px}
.slider-3 .fluid-caption .btn:hover{color:#000!important}
.slider-3 .fluid_dg_prev:hover,.slider-3 .fluid_dg_next:hover{color:#000}
@media (max-width: 768px) {
.slider-3 .fluid-caption{right:0;background:#ff000063;height:100%}
.slider-3 .fluid_dg_prev{right:90px}
}
@media (max-width: 768px) {
.slider-3 .fluid_dg_prev{right:90px}
}
@media (max-width: 480px) {
.slider-3 .fluid_dg_prev{right:80px}
}
.welcome-3 .heading-title .title span:first-child{font-weight:600;letter-spacing:4px;font-size:22px}
.welcome-3 .welcome-image figure img{box-shadow:0 0 4px #000}
.welcome-3 .col-lg-7 div .fas{position:relative;top:2px}
.welcome-3 .col-lg-7 .btn{border-radius:5px}
@media (max-width: 991px) {
.welcome-3 .welcome-image img{max-width:290px}
.welcome-3 .heading-title .title span:first-child{font-size:18px}
}
@media (max-width: 320px) {
.welcome-3 .heading-title .title span:last-child{font-size:23px}
.welcome-3 .heading-title{margin-bottom:0}
.welcome-3 .col-lg-7 .btn{font-size:16px}
}
.divider-3{width:100%;box-shadow:10px 5px 17px 2px #00000073;background:#0000;height:1px}
.product-3 .heading-title .title{font-size:33px}
.product-3 .heading-title .title span{font-weight:900}
.product-3 .box{padding:0;box-shadow:0 0 6px -3px #000;background:#fff}
.product-3 .box figure{height:260px}
.product-3 .box .prod-name{font-size:22px;color:#000;text-transform:uppercase;padding:10px;text-align:left}
.product-3 .box .prod-name p{margin-bottom:5px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.divider3{width:50px;height:3px;border-radius:2px;display:inline-block;background:red}
.product-3 .box .desc{text-align:left;margin-left:11px;margin-top:0}
.product-3 .box .title{margin-left:11px;text-align:left;text-transform:uppercase;font-size:12px}
.product-3 .text-center .btn{border-radius:5px}
.product-3 .box figure .quick-view{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:18px;opacity:0;z-index:2}
.product-3 .box figure:hover .quick-view{opacity:1}
.product-3 .box figure:hover .quick-view span .fas:hover{background:red;border-color:red;color:#fff}
.product-3 .box figure:hover .quick-view p:hover{font-weight:900}
.product-3 .box figure .quick-view span .fas{color:#fff;font-size:22px;border:2px solid #fff;padding:20px;margin-bottom:20px;border-radius:50%}
.product-3 .box figure .quick-view p{letter-spacing:2px}
.product-3 .box figure:after{background:rgba(0,0,0,0.6)}
@media (max-width: 1024px) {
.product-3 .box figure{height:210px}
.product-3 .box .prod-name{font-size:18px}
}
@media (max-width: 991px) {
.product-3 .heading-title .title{font-size:24px}
.product-3 .box figure{height:330px}
}
@media (max-width: 767px) {
.product-3 .box figure{height:510px}
}
@media (max-width: 480px) {
.product-3 .box figure{height:450px}
}
@media (max-width: 414px) {
.product-3 .box figure{height:390px}
}
@media (max-width: 411px) {
.product-3 .box figure{height:381px}
}
@media (max-width: 375px) {
.product-3 .box figure{height:346px}
}
@media (max-width: 360px) {
.product-3 .box figure{height:330px}
}
@media (max-width: 320px) {
.product-3 .box figure{height:290px}
}
.single-prod-3 .heading-title .title,.single-prod-3 .heading-title .title span{font-size:33px;font-weight:600}
.single-prod-3 .heading-title{text-align:left}
.single-prod-3 .col-lg-7 div .btn{border-radius:5px}
.single-prod-3 .welcome-image figure img{border:1px solid rgba(0,0,0,0.4)}
@media (max-width: 991px) {
.single-prod-3 .welcome-image img{max-width:290px}
.single-prod-3 .col-lg-7 div .btn{font-size:14px;padding:7px 20px}
.single-prod-3 .heading-title{text-align:center}
.single-prod-3 .col-lg-7 div:last-child{text-align:center}
.single-prod-3 .heading-title .title span{font-size:24px}
}
.why-us-3 .heading-title .title{font-size:33px;font-weight:600}
.why-us-3 .box2{background:#fff;padding:35px;box-shadow:0 0 26px -15px #000;margin-top:60px}
.why-us-3 .box2 .title{text-align:center;font-size:22px;position:relative;margin-top:40px;margin-bottom:20px}
.why-us-3 .box2 .desc{text-align:justify;font-size:15px;line-height:27px}
.why-us-3 .box2 .title:before{content:"";font-weight:600;font-family:"Font Awesome 5 Free";position:absolute;top:-117px;font-size:53px;width:90px;color:#fff;left:50%;border-radius:5px;line-height:90px;transform:translate(-50%);height:90px}
.why-us-3 .box2 .One:before{content:"\f005"}
.why-us-3 .box2 .Two:before{content:"\f0c0"}
.why-us-3 .box2 .Three:before{content:"\f187"}
.why-bg{position:relative;padding-top:35px}
.why-bg:before{content:'';position:absolute;width:100%;height:368px;background:url(https://www.dial4trade.com/staticdt/catalog/temp_56/images/why-bg.jpg) no-repeat;background-size:cover;top:0;left:0}
.why-us-3 .heading-title .title span{color:#fff}
.why-us-3 .box2 .desc a{position:relative;font-size:12px}
.why-us-3 .box2 .desc a .fas{position:absolute;top:2px;margin-bottom:17px;right:-16px;font-size:12px}
@media (max-width: 991px) {
.why-us-3 .box2 .title:before{top:-109px;font-size:43px;width:70px;line-height:70px;height:70px}
.why-us-3 .heading-title .title span{font-size:24px;font-weight:600}
.why-us-3 .box2 .title{font-size:20px}
}
.send-enquiry-3 .heading-title .title{font-size:33px;font-weight:600}
.send-enquiry-3{background:url(https://www.dial4trade.com/staticdt/catalog/temp_56/images/enq.jpg) repeat!important}
.send-enquiry-3 .form-control{border-radius:5px!important}
.send-enquiry-3 .bg{padding:20px;border:2px solid;background:#ffffff38}
@media (max-width: 991px) {
.send-enquiry-3 .heading-title .title span{font-size:24px;font-weight:600}
}
.about-3 .welcome-image img{box-shadow:0 0 7px 0}
.about-3 .heading-title .title span{font-weight:600;font-size:33px}
.about-3 .col-lg-4,.about-3 .col-lg-8{margin-bottom:30px}
.about-3 .col-lg-4 .paragraph h2,.about-3 .col-lg-8 .paragraph h2{text-align:center;color:#000;font-weight:500;margin-bottom:20px}
.about-3 .col-lg-4 .paragraph p,.about-3 .col-lg-8 .paragraph p{text-align:justify}
.about-3 .col-lg-4 .paragraph,.about-3 .col-lg-8 .paragraph{height:100%;margin-top:30px;border:2px solid rgba(151,144,144,0.23);padding:20px}
.about-3 .table-bordered td{padding:11px}
.about-3 .col-lg-4 .paragraph,.about-3 .col-lg-8 .paragraph{position:relative}
.about-3 .col-lg-4 .paragraph:before,.about-3 .col-lg-8 .paragraph:before{content:"";height:10px;width:140px;background:#fff;position:absolute;top:-5px;left:50%;transform:translate(-50%)}
.about-3 .col-lg-7 div .btn{border-radius:5px;padding:7px 15px}
.breadcrum-3{background:url(https://www.dial4trade.com/staticdt/catalog/temp_56/images/bread-3.jpg) repeat}
.contact-3 .heading-title .title span{font-size:33px}
.contact-3 .cont-left{box-shadow:0 0 10px rgba(0,0,0,0.12);padding:30px}
.contact-3 .cont-right{box-shadow:0 0 10px rgba(0,0,0,0.12);padding:30px 0}
.contact-3 .cont-left .col-lg-12:first-child{margin-bottom:20px}
.contact-3 .cont-left .col-lg-12:not(:first-child){border:2px solid rgba(0,0,0,0.06);padding:30px;border-radius:25px;margin-bottom:30px;text-align:center;position:relative;margin-top:10px}
.contact-3 .cont-left .col-lg-12:not(:first-child):hover{box-shadow:0 0 10px rgba(0,0,0,0.16)}
.contact-3 .heading{text-align:center;font-weight:600;font-size:22px}
.contact-3 .cont-left .col-lg-12:not(:first-child) div:before{position:absolute;font-weight:600;font-family:"Font Awesome 5 Free";top:-31px;font-size:31px;line-height:15px;padding:22px;border-radius:50%;left:50%;transform:translate(-50%);background:#fff}
.contact-3 .cont-left .col-lg-12:not(:first-child) .address:before{content:"\f3c5"}
.contact-3 .cont-left .col-lg-12:not(:first-child) .name:before{content:"\f007"}
.contact-3 .cont-left .col-lg-12:not(:first-child) .email:before{content:"\f0e0"}
.contact-3 .cont-left .col-lg-12:not(:first-child) .phone:before{content:"\f095"}
.contact-3 .cont-left .col-lg-12:not(:first-child) .website:before{content:"\f57e"}
.contact-3 .cont-left .col-lg-12:not(:first-child) div{padding-top:20px}
.contact-3 .cont-left .col-lg-12:last-child{margin-bottom:0}
@media (max-width: 991px) {
.contact-3 .col-lg-6{margin-bottom:30px}
.contact-3 .cont-right{height:500px!important}
.contact-3 .heading{font-size:18px}
.contact-3 .heading-title .title span{font-size:24px}
}
.product-details-3 .primary-prod{height:400px;width:400px!important;margin:auto;margin-bottom:20px;border:1px solid;border-radius:0}
.product-details-3 .col-md-7 .paragraph p{text-align:justify}
.product-details-3 .heading-title{margin-bottom:37px}
.product-details-3 .heading-title .title{font-size:33px}
@media (max-width: 1024px) {
.product-details-3 .primary-prod{height:370px;width:370px!important}
.product-details-3 .thumbs figure{height:67px}
}
@media (max-width: 991px) {
.product-details-3 .primary-prod{height:270px;width:270px!important}
.product-details-3 .thumbs figure{height:41px}
.product-details-3 .heading-title .title{font-size:24px}
}

footer .payment-secure {margin: 20px auto 0; padding: 0 15px;}
footer .payment-secure-title {color: #cacaca; margin-bottom: 7px; font-size: 13px;}
footer .payment-secure ul {display: inline-block;}
footer .payment-secure li {display: inline-block; width: 50px; height:30px; overflow: hidden; position: relative; background: #fff; border:1px solid #ccc; margin: 0 1px;}
footer .payment-secure li img {max-width: 100%; max-height: 100%; position: absolute; top: 50%;left: 50%;transform: translate(-50%, -50%);}

.inq-title span {display:block; font-size: 16px; margin-bottom: 3px; text-transform:none !important;}
.inq-title .text-primary {font-size: 22px !important; font-weight: 600 !important; line-height: normal !important; margin-bottom: 0px;}

/*-----------------Certificates-----------------*/
.cert-list { background: #fff; margin-top: 10px;}
.cert-title { color: #333; font-size: 14px; font-weight: bold; line-height: 20px; padding: 10px; background: #f0f0f0;}
.cert-box ul {overflow: hidden;margin: 0;padding: 0;}
.cert-box ul li {padding: 10px;overflow: hidden;border-bottom: 1px dashed #ccc;width: 100%;display: flex;align-items: center;}
.cert-box figure {margin-bottom: 0px;width: 60px;height:80px;position: relative;overflow: hidden;}
.cert-box img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0.9; transition: all 0.3s;}
.cert-box .content {width: 100%;padding: 0 10px;}
.cert-box .content .name {margin: 5px 0px;}
.cert-box .content .name a {color:#29384f; font-weight: 500;}
.cert-box .content .desc { font-size: 15px; line-height: 22px;}

.intl-tel-input {display: block !important;}
.lngchange {cursor: pointer; color: #fff}
.translate-wrap {text-align: center; padding-top: 20px; display: flex; justify-content: center; align-items: center;}
.translate-wrap .skiptranslate {display: inline-block !important; visibility: visible !important;}
.clang-title {padding-right: 5px; margin: 0;}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {display: none !important;}
body{top:0!important;}
body > .skiptranslate {display:none !important;}
#google_translate_element {height: 35px;}
#google_translate_element select {background:none; border:1px solid #fff; color:#fff; border-radius:3px; padding:8px 15px 8px 5px}
#google_translate_element select option {color: #333}
.goog-logo-link,.goog-te-gadget span,div#goog-gt-{display:none!important;}
.goog-te-gadget{color:transparent!important;font-size:0;}
.goog-te-banner-frame{display:none !important;}
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}

.success-section .title{color:#339881;margin-bottom:15px;font-size:24px}
.success-section .message{margin-bottom:0}
.success-section .link{font-weight:500;margin-top:15px;display:inline-block;color:#1e79b3}
.input.error,input.error{border:1px solid red!important;color:#d24848!important;box-shadow:1px 0 5px #de3232}
.input.error::placeholder,input.error::placeholder{color:red!important}
label.error span{background:#fdbfbf;color:#000}
label.error span:before{border-color:#fdbfbf transparent transparent}
.fa-spinner{animation-name:spin;animation-duration:3000ms;animation-iteration-count:infinite;animation-timing-function:linear}
.checkmark{width:100px;margin:0 auto 15px}
.checkmark .path{stroke-dasharray:1000;stroke-dashoffset:0;animation:dash 2s ease-in-out;-webkit-animation:dash 2s ease-in-out}
.checkmark .spin{animation:spin2 2s;-webkit-animation:spin2 2s;transform-origin:50% 50%;-webkit-transform-origin:50% 50%}
.tooltip-error {width: 220px;background: #f8d7da;color: #721c24; border: 1px solid #f8d7da; text-align: center; border-radius: 2px;padding: 4px 7px; font-size: 11px; line-height:18px; position: absolute; z-index: 1; top:-27px;left:0px;}
.tooltip-error::after { content: ""; position: absolute;top: 100%; left: 10%; margin-left: -5px; border-width: 7px; border-style: solid; border-color:#f8d7da transparent transparent transparent;}
@-webkit-keyframes dash {0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
@keyframes dash {0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
@-webkit-keyframes spin2 {0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
@keyframes spin2 {0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
@keyframes spin {from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}
.btn-close:hover{color:#000;text-decoration:none;opacity:.75}
.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,0.25);opacity:1}
.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}

.modal-rs .btn-close {position: absolute; top:10px; right: 10px; font-size:15px;}
.modal-ls .bg {background: #eee}
@media(max-width: 767px){
  .modal-ls {display: none;}
}

.pbq-title{font-size:15px;margin-bottom:5px;color:#000}
.pbq-row {max-width:400px;padding:0;margin:0 15px 25px !important}
.pbq-row div {margin-bottom: 0px;}
.pbq-row .item{height:100%;padding:0 2px}
.pbq{border:1px solid #e0e0e0;padding:4px 5px;display:block;text-align:center;line-height:normal;cursor:pointer;display:flex;height:100%;align-items:center;justify-content:center}
.pbq > *{height:100%}
.pbq-row .owl-stage{display:flex}
.pbq .title{font-size:14px;color:#333; margin-bottom: 5px;}
.pbq .desc{font-size:12px;color:#666}
.pbq.active .title{color:#000;font-weight:600}
.pbq.active{border:1px solid #ff7512;box-shadow:1px 3px 5px rgba(0,0,0,0.1)}
.pbq-row.owl-theme .owl-nav [class*=owl-]{position:absolute;top:calc(50% - 2px);transform:translateY(-50%);line-height:normal;margin:0;display:inline-block;width:10px;height:30px; font-size: 26px; line-height: 1px;}
.pbq-row.owl-theme .owl-nav [class*=owl-]:hover{background:none;color:#000}
.pbq-row.owl-theme .owl-nav [class*=owl-prev] {left: -15px;}
.pbq-row.owl-theme .owl-nav [class*=owl-next] {right: -15px;}
.pbq-row.owl-theme .owl-nav{margin-top:0}
.pbq-row .owl-nav .owl-prev{left:0}
.pbq-row .owl-nav .owl-next{right:0}
.pbq-row .owl-stage{margin-left:0}

@media(max-width: 640px){
  .pbq-row{max-width:270px; margin:0 17px 25px}
}

.minOrderUnitInput {position: absolute; top: 0; left: 15px; width:calc(100% - 50px); border-top-right-radius: 0px; border-bottom-right-radius: 0px; display: none;}
.unit-list {max-height: 182px; font-size: 15px; list-style: none; padding: 0; border:1px solid #cacfe7; position: absolute; top:calc(100% - 0px); left: 15px; width: calc(100% - 30px); z-index: 1; background: #fff; display: none;}
.unit-list li {border-bottom: 1px solid #cacfe7; cursor: pointer;}
.unit-list li:last-child {border-bottom: 0px;}
.unit-list li:hover {background:#f7f7f7}
.unit-list li span {display: block;padding:5px 10px;}
.cust-scroll {overflow:auto}
.cust-scroll::-webkit-scrollbar {display: block;width: 4px;height: 4px;border-radius: 10px}
.cust-scroll::-webkit-scrollbar:hover {display: block}
.cust-scroll::-webkit-scrollbar-track {background: #eee;border-radius: 10px}
.cust-scroll::-webkit-scrollbar-thumb {background: #ddd;border-radius: 10px}
.cust-scroll::-webkit-scrollbar-thumb:hover {background: #999}@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body {font-family: 'Roboto', sans-serif !important; font-weight: 400}body {color: #555}
.bg-light-gray {background:#737373;}
.bg-gray {background:#f0f0f0}
.bg-primary {background-color: #34383c!important; color:#fff}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {background-color: #ba893f !important; color: #fff}
.text-primary, a.text-primary {color: #ba893f !important}
a.text-primary:hover, a.text-primary:focus{color: #34383c !important}
.btn-primary {color: #fff;background-color: #ba893f;border-color: #ba893f;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {color: #fff;background-color: #34383c !important;border-color: #34383c !important;}
.btn-secondary {color: #fff;background-color: #34383c;border-color: #34383c; text-shadow: 1px 1px rgba(0,0,0,0.4)}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {color: #fff;background-color: #34383c !important;border-color: #34383c;}
.btn-outline-primary {color: #34383c; border:2px solid #34383c;}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {background:#34383c !important; color: #fff; border:2px solid #34383c !important;}
.bg-secondary {background-color: #34383c!important}
.form-control:focus {border-color:#c0c3c5;}
.btn-dark {background-color: #111;border-color: #111;}
.callus a {color:#8a8a8a}
.callus {color:#000}

/*-----------------Top Section-----------------*/
.header2 {background:#fff;}
.top-links > li a i {color: #34383c}
.top-links .link {background:#e3e3e3;}
.top-links .link span {color:#333;}
.top-strip {border-top:4px solid #34383c; background: #34383c}
.top-social-links a {color:#fff}
.top-links:before {border-color: #34383c #34383c white white;}
.top-strip:before {background:#fff;}
@media(max-width: 991px){
  .callus i {color: #fff}
  .callus a {background:#28a745;}
}

.modal-ls .bg {background: #34383c;color: #fff;}

/*-----------------Navbar-----------------*/
.navbar-wrap {background:#ba893f;}
.navbar-wrap:before {background:#fff;}
.navbar:before {border-color:white #ba893f #ba893f white}
.navbar .nav-link:before, .navbar .nav-link.active:before {background:#fff;}
.navbar .nav-link {color: #fff;}
.nav-item .dropdown-menu {box-shadow: 0 6px 12px rgba(0,0,0,0.2);}
.nav-item .dropdown-item {border-bottom:1px solid #eee;}
.nav-item .dropdown-item:hover {background:#34383c; color: #fff}
.navbar-toggler span {background: #fff;}
.navbar {background:#ba893f;}
.navbar-toggler {color:#000;}
.navbar-toggler i{color:#000;background:#000;}
.navbar-toggler i::before,.navbar-toggler i::after{background:#000;}
.navbar-toggler[aria-expanded=true] i::before,.navbar-toggler[aria-expanded=true] i::after{background:#000}
.navbar-wrap.navbar-fixed:before{background:#ba893f;}

@media(max-width: 991px){
  .nav-item .dropdown-toggle:hover {background:#34383c; color: #fff}
  .nav-item .dropdown-menu {box-shadow: none}
  .navbar-collapse {background:#fff;}
  .nav-item .dropdown-item {color: #333; border-bottom: 1px solid rgba(0,0,0,0.1)}
  .navbar .nav-link {color: #34383c; border-bottom: 1px solid rgba(0,0,0,0.1)}
}

/*-----------------language converter-----------------*/
.language_dropdown{background:#fff; border: 1px solid rgba(0,0,0,.15);box-shadow: 0 6px 12px rgba(0,0,0,0.2)}
.language_dropdown li a{color: #333}
.language_dropdown li a:hover {background:#f5f5f5;}
.language_dropdown li:not(:last-child) a {border-bottom: 1px solid #eee;}
.language_converter .flag {border:1px solid #ccc;}

/*-----------------currency converter-----------------*/
.currency-converter .form-control[type=submit] {background:#ba893f; color:#fff; cursor: pointer;}
.currency-converter .form-control[type=submit]:hover {background:#34383c;}
.fluid_dg_prev:hover, .fluid_dg_next:hover {color: #ba893f}
.fluid-caption .btn-primary:hover, .fluid-caption .btn-primary:active, .fluid-caption .btn-primary:focus, .fluid-caption .btn-primary.hover {background:transparent !important; border:1px solid #fff !important;}


/*-----------------Section-----------------*/
.heading-title .title {color:#333}

.other-links {background:#fff; border:1px solid #e0e0e0; }
.other-links .title { color:#fff}
.other-links .links > li:not(:last-child) {border-bottom: 1px solid #e0e0e0}
.other-links .links > li a {color:#7d7d7d;}
.other-links .links > li a:hover, .other-links .links > li a.active {color:#34383c}
.breadcrumb {color: #fff}
.breadcrumb a {color: #ccc}
.breadcrumb-item+.breadcrumb-item::before {color: #ccc}
.heading-title .divider {background:#ba893f}
.paragraph h2 {color:#ba893f;}
.paragraph table a {color:#ba893f;}
.welcome-img figure {border:1px solid #eee;}

/*-----------------Box-----------------*/
.product-bg .heading-title .title {color: #fff}
.box {background:#f1f1f1}
.box figure:after {background:rgba(0,0,0,0.3);}
.box2 .box2-icon {color:#34383c; border:2px solid #34383c;}
.box2 .title {color: #333}

/*-----------------Contact Us-----------------*/

.contact, .contact a {color:#333}
.contact a:hover {color:#ba893f}

/*-----------------Footer-----------------*/
footer {background:#212121;}
footer a {color: #fff}
footer a:hover {color: #ba893f}
footer .title:after {background:#ba893f;}
footer .our-prod .prod-box figure {background:#fff;}
.social-icons li a{color:#fff;}
.social-icons li .facebook{background:#3b5998}
.social-icons li .twitter{background:#38A1F3}
.social-icons li .linkedin{background:#0077B5}
.social-icons li .pinterest{background:#c8232c}
.social-icons li .instagram{background:#3f729b}
.social-icons li .youtube{background:#c4302b}
.quick-contact li:before {color:#ba893f}
.copyright {background:#212121; border-top:1px solid rgba(255,255,255,0.1);}
.copyright a {color:#ba893f}

/*-----------------Floating-----------------*/
.floating {background:#ba893f; color:#fff; box-shadow: -5px 2px 5px rgba(0,0,0,0.2);border: 1px solid rgba(0,0,0,0.1);}
.floating .floating-item {color:#fff;}

/*-----------------ScrollTop-----------------*/
.scrollTop{background:rgba(0,0,0,0.5);color:#fff}
.scrollTop:hover{background:rgba(0,0,0,0.8)}
.modal-title {color:#333}

/*-----------------Thanks-----------------*/
.success-checkmark .check-icon{border:4px solid #4CAF50}
.success-checkmark .check-icon::before,.success-checkmark .check-icon::after{background:#FFF;}
.success-checkmark .check-icon .icon-line{background-color:#4CAF50;}
.success-checkmark .check-icon .icon-circle{border:4px solid rgba(76,175,80,0.5)}
.success-checkmark .check-icon .icon-fix{background-color:#FFF}

/*-----------------Blog-----------------*/
.blog-info ul li a.blog-category {background: #ba893f; color: #fff}
.blog-info ul li a.blog-category:hover{color:#fff}
.blog-info ul li.blog-time i, .blog-btn i, .widget-posts-meta i  {color:#ba893f;}
.blog-heading .blog-title {color: #0c1e59}
.blog-btn a, .blog-info ul li{color:#6b6b94}
.blog-btn a:hover{color:#0c1e59}
.sidebar-block { border-top: 4px solid #ba893f;}
.search-form button {  background: #ba893f;}
.social-profile a{background:#333;color:#fff;}
.social-profile a:hover { background: #ba893f;}
ul.cat li a{color:#647589}
ul.cat li a:hover { color: #ba893f; }
.widget-posts-title a{color:#0c1e59}
.widget-posts-title a:hover { color: #ba893f;}
.sidebar-block .title{color:#0c1e59;}
.blog-desc h1, .blog-desc h3 { color:#ba893f;  }


/*CONTACT-2*/
.contact-2 .left .col-lg-6 div:before
{
	background: #ba893f;
}

/*SLIDER-2*/
.slider-2 .fluid_dg_prev, .slider-2 .fluid_dg_next
{
  background: #ba893f;
}
/*PRODUCT-2*/
.product-2 a div p
{
  background: #ba893f;
}
.product-2 a div:before {
    border-left-color: #ba893f;
    
}
.product-2 a div:after {
 
    border-right-color: #ba893f; 
    
}
/*WH-US-2*/
.why-us-2 .box2 .box2-icon
{
  color: #ba893f;
}
/*WHY-US-3*/
.why-us-3 .box2 .title:before
{
  background: #ba893f;
}

/*CONTACT-3*/
.contact-3 .cont-left .col-lg-12:not(:first-child) div:before
{
  color: #ba893f;
}