 
@font-face {
    font-family: 'SVN-Poppins';
    src: url('../../stcinfotech/fonts/SVN-Poppins.eot');
    src: url('../../stcinfotech/fonts/SVN-Poppins.eot?#iefix') format('embedded-opentype'),url('../../stcinfotech/fonts/SVN-Poppins.woff2') format('woff2'),url('../../stcinfotech/fonts/SVN-Poppins.woff') format('woff'),url('../../stcinfotech/fonts/SVN-Poppins.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'm-SemiBold';
    src: url("../../stcinfotech/fonts/Montserrat-SemiBold.ttf");
    font-display: swap
}
 
@font-face {
    font-family: 'SVN-Poppins';
    src: url('../../stcinfotech/fonts/SVN-PoppinsBold.eot');
    src: url('../../stcinfotech/fonts/SVN-PoppinsBold.eot?#iefix') format('embedded-opentype'),url('../../stcinfotech/fonts/SVN-PoppinsBold.woff2') format('woff2'),url('../../stcinfotech/fonts/SVN-PoppinsBold.woff') format('woff'),url('../../stcinfotech/fonts/SVN-PoppinsBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
img{
	max-width: 100%;
	height: auto;
}
body{
	background-color: #fff;
	
	font-size: 16px;
	line-height: 1.6;
}
#body{
	background-color: #fff;
    border-color: #fff;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none; 
}
.section-body {
    position: relative;
    overflow: hidden;
}
.h2, h2 {
    font-size: 1.6em;
    line-height: 1.3;
	margin-bottom: .5em;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.absolute {
    position: absolute !important;
}

.panel-body ul {
    margin: 0;
    padding: 0;
}
.panel-body ul li {
    margin-bottom: 10px;
}

div#menusite-stc {
    background: #fff;
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
	margin-bottom: 2px;
}
#cssmenu,
 #cssmenu ul,
 #cssmenu ul li,
 #cssmenu ul li a,
 #cssmenu #head-mobile {
     border: 0;
     list-style: none;
     line-height: 1;
     display: block;
     position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
 }
 #cssmenu:after,
 #cssmenu > ul:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0
 }
 #cssmenu #head-mobile {
     display: none
 }
 #cssmenu {
     -ms-flex-pack: end;
     justify-content: flex-start;
     position: relative;
     display: block;
     display: -ms-flexbox;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: -10px;
 }
 #cssmenu > ul > li {
     float: left;
     text-align: center;
     margin-left: 1px;
     background: url(../images/nav-line.png)no-repeat right center;
 }
 #cssmenu > ul > li > a {
	padding: 28px 14px;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #9b5005;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 550;
 }
 #cssmenu .logo {
     position: relative;
     z-index: 123;
     padding: 5px;
     font: 18px verdana;
     color: #6ddb07;
     float: left;
     width: 22%;
 }
 #cssmenu > ul > li:last-child {
     margin-right: 4px;
     background: none;
 }
 #cssmenu > ul > li:hover,
 #cssmenu ul li.active:hover,
 #cssmenu ul li.active,
 #cssmenu ul li.has-sub.active:hover {
     -webkit-transition: background .3s ease;
     -ms-transition: background .3s ease;
     transition: background .3s ease;
 }
 #cssmenu ul li.active a {
     border: none;
 }
 #cssmenu > ul > li.has-sub > a {
     padding-right: 30px
 }
 #cssmenu > ul > li.has-sub > a:after {
     position: absolute;
     top: 39px;
     right: 11px;
     width: 8px;
     height: 2px;
     display: block;
     background: #ddd;
     content: ''
 }
 #cssmenu > ul > li.has-sub > a:before {
     position: absolute;
     top: 36px;
     right: 14px;
     display: block;
     width: 2px;
     height: 8px;
     background: #ddd;
     content: '';
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu > ul > li.has-sub:hover > a:before {
     top: 29px;
     height: 0
 }
 #cssmenu ul ul {
     position: absolute;
     left: -9999px;
     padding: 0;
     border: 1px solid #e2e2e2;
     background: #fff;
	 z-index: 99;
 }
 #cssmenu ul ul li {
     height: 0;
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu ul ul li:hover {}
 #cssmenu li:hover > ul {
     left: auto
 }
 #cssmenu li:hover > ul > li {
     height: auto
 }
 #cssmenu ul ul ul {
     margin-left: 100%;
     top: 0
 }
 #cssmenu ul ul li a {
     border-bottom: 1px solid rgba(150, 150, 150, 0.15);
     padding: 11px 15px;
     width: 211px;
     font-size: 14px;
     text-decoration: none;
     color: #212020 !important;
     font-weight: 400;
     text-align: left
 }
 #cssmenu ul ul li:last-child > a,
 #cssmenu ul ul li.last-item > a {
     border-bottom: 0
 }
 #cssmenu ul ul li:hover > a,
 #cssmenu ul ul li a:hover {
     color: #fa8c39 !important
 }
 #cssmenu ul ul li.has-sub > a:after {
     position: absolute;
     top: 16px;
     right: 11px;
     width: 8px;
     height: 2px;
     display: block;
     background: #ddd;
     content: ''
 }
 #cssmenu ul ul li.has-sub > a:before {
     position: absolute;
     top: 13px;
     right: 14px;
     display: block;
     width: 2px;
     height: 8px;
     background: #ddd;
     content: '';
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu ul ul > li.has-sub:hover > a:before {
     top: 17px;
     height: 0
 }
 #cssmenu ul ul li.has-sub:hover,
 #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
     background: #404040;
 }
 #cssmenu ul ul ul li.active a {
     border-left: 1px solid #333
 }
 #cssmenu ul li.active a {
	color: rgb(187 109 31);
 }
 #cssmenu > ul > li:hover > a {
     color: rgb(147 92 13);
 }
 #cssmenu > ul > li.has-sub > ul > li.active > a,
 #cssmenu > ul ul > li.has-sub > ul > li.active > a {
     border-top: 1px solid #333
 }
 @media screen and (max-width:1000px) {
	 .section-header-bar .contactList{text-align:center}
     #cssmenu .logo {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 64px;
         text-align: center;
         padding: 10px 0 0 0;
         float: none
     }
     #cssmenu .logo2 {
         display: none
     }
     #cssmenu .logo img {
         height: 100%
     }
     #cssmenu {
         width: 100%;
         margin-bottom: 0;
         padding-top: 26px;
     }
     #cssmenu ul {
         width: 100%;
         display: none;
         padding: 0;
     }
     #cssmenu ul li {
         width: 100%;
         border-top: 1px solid #d2d2d2;
         overflow: hidden;
     }
     #cssmenu ul li:hover {
         background: #f5f5f5;
     }
     #cssmenu ul ul li,
     #cssmenu li:hover > ul > li {
         height: auto
     }
     #cssmenu ul li a,
     #cssmenu ul ul li a {
         width: 100%;
         border-bottom: 0;
         padding: 16px 16px;
     }
     #cssmenu > ul > li {
         float: none
     }
     #cssmenu ul ul li a {
         padding-left: 25px
     }
     #cssmenu ul ul li {
         background: #fff !important;
     }
     #cssmenu ul ul li:hover {
         background: #f7f7f7  !important
     }
     #cssmenu ul ul ul li a {
         padding-left: 35px
     }
     #cssmenu ul ul li a {
         color: #fff;
         background: none
     }
     #cssmenu ul ul li:hover > a,
     #cssmenu ul ul li.active > a {
         color: #fafafa
     }
     #cssmenu ul ul,
     #cssmenu ul ul ul {
         position: relative;
         left: 0;
         width: 100%;
         margin: 0;
         text-align: left
     }
     #cssmenu > ul > li.has-sub > a:after,
     #cssmenu > ul > li.has-sub > a:before,
     #cssmenu ul ul > li.has-sub > a:after,
     #cssmenu ul ul > li.has-sub > a:before {
         display: none
     }
     #cssmenu #head-mobile {
         display: block;
         padding: 23px;
         color: #ddd;
         font-size: 12px;
         font-weight: 700
     }
     #cssmenu .button {
         width: 55px;
         height: 46px;
         position: absolute;
         right: 0;
         top: 17px;
         cursor: pointer;
         z-index: 12399994;
     }
     #cssmenu .button:after {
         position: absolute;
         top: 22px;
         right: 20px;
         display: block;
         height: 8px;
         width: 20px;
         border-top: 2px solid #428bca;
         border-bottom: 2px solid #428bca;
         content: ''
     }
     #cssmenu .button:before {
         -webkit-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
         position: absolute;
         top: 16px;
         right: 20px;
         display: block;
         height: 2px;
         width: 20px;
         background: #428bca;
         content: ''
     }
     #cssmenu .button.menu-opened:after {
         -webkit-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
         top: 23px;
         border: 0;
         height: 2px;
         width: 19px;
         background: #828080;
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg)
     }
     #cssmenu .button.menu-opened:before {
         top: 23px;
         background: #828080;
         width: 19px;
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg)
     }
     #cssmenu .submenu-button {
         position: absolute;
         z-index: 99;
         right: 0;
         top: 0;
         display: block;
         border-left: 1px solid #d4c5c5;
         height: 47px;
         width: 46px;
         cursor: pointer
     }
     #cssmenu .submenu-button.submenu-opened {
         background: #4472c4
     }
     #cssmenu ul ul .submenu-button {
         height: 34px;
         width: 34px
     }
     #cssmenu .submenu-button:after {
         position: absolute;
         top: 22px;
         right: 19px;
         width: 8px;
         height: 2px;
         display: block;
         background: #bdbdbd;
         content: ''
     }
     #cssmenu ul ul .submenu-button:after {
         top: 15px;
         right: 13px
     }
     #cssmenu .submenu-button.submenu-opened:after {
         background: #fff
     }
     #cssmenu .submenu-button:before {
         position: absolute;
         top: 19px;
         right: 22px;
         display: block;
         width: 2px;
         height: 8px;
         background: #bdbdbd;
         content: ''
     }
     #cssmenu ul ul .submenu-button:before {
         top: 12px;
         right: 16px
     }
     #cssmenu .submenu-button.submenu-opened:before {
         display: none
     }
     #cssmenu ul ul ul li.active a {
         border-left: none
     }
     #cssmenu > ul > li.has-sub > ul > li.active > a,
     #cssmenu > ul ul > li.has-sub > ul > li.active > a {
         border-top: none
     }
     .lang-opt {
         width: 93px;
         height: 25px;
         position: absolute;
         left: 2px;
         top: 35px;
         cursor: pointer;
         z-index: 12399994;
         padding: 0
     }
     .lang-opt a {
         padding: 1px
     }
 }
 .section-header-bar {
    background-color: #d6904a !important;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
	background-image: none;
	color: #fff;
}
.section-header-bar .address{font-size: 14px;}
.section-header-bar .address em{
	font-size: 22px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
 
svg {
    overflow: hidden;
    vertical-align: middle;
}
#contactList a{
	color: #fff;
    font-weight: 600;
    font-size: 13px;
}
#contactList a:hover
{color:#fbff00}
.socialList li, .contactList li{
	margin-right: 15px;
	line-height: 20px;
}
.btn-contact-top{
	color: #fff !important; 
    font-size: 13px;
    text-transform: uppercase;
    background-color: #108ace;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}
.btn-contact-top:hover,
.show_quick_about.home .readmore:hover{
	 background-color: #d5303d;
}
.show_quick_about.home {
    padding-top: 10px;
    padding-bottom: 5px;
	font-size: 16px;
}
.show_quick_about.home .s_des{
	font-size: 18px;
    color: #545252;
}
.show_quick_about.home .readmore{
	background-color: #d00101;
    color: #fff;
    border-radius: 99px;
    padding: 5px 1.2em;
    margin: 10px 0;
}
.bgfoot {
    background: #f2f2f2 url(../images/bgfooter.jpg)repeat-x center bottom;
    height: 49px;
    background-size: contain;
}
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}
 
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(../images/nav-icon.png) no-repeat scroll 0 0 !important;
  left: 0px;
}
.owl-carousel .next-slide{
  background: url(../images/nav-icon.png) no-repeat scroll -24px 0px !important;
  right: 0px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
} 
.ti-arrow-down {
    background: url(../images/down-arrow.png) no-repeat top center;
    width: 9px;
    height: 46px;
    background-size: contain;
    display: inline-block;
    animation: bounce 2s ease infinite;
}

 .footer_text .left-title {
    font-family: roboto condensed,sans-serif;
    font-size: 19px !important;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 17px;
    text-align: left;
}
.footer_text .left-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #4f7ac6;
	color: #424242;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
#footer{
	position: relative; 
    width: 100%;
    line-height: 23px;
    border-top: 4px solid #dcdcdc;
    padding: 26px 0 6px;
    background: #fff url(../images/news5.jpg);
    background-image: url(../images/news5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border: none;
	font-size: 14px;
}
#footer, #footer a{color: #fff}
#footer h3.left-title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.footerNav2{background: #b17111}
.footer-contact-info a.phone{font-size: 17px !important;}
.elementor-background-overlay {
    background-color: #b17111;
    opacity: 0.94;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#contactList h4.company {
    font-size: 22px;
    font-weight: bold;
    display: block;
    color: #fff;
    font-family: "SVN-Poppins" !important; 
    text-shadow: 3px 0 3px rgb(0 0 0 / 30%);
	margin-bottom: 15px;
}
.menubeauty li {
    border-top: 1px solid #ececec14;
    padding: 3px 0pt 0px 0px;
}
.menubeauty li a::before {
    content: '\f111';
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 6px;
}
.menubeauty li:first-child {
    border: none;
}
.menubeauty li,
.menubeauty li a {
    line-height: 18px;
    position: relative;
    color: #fff;
    transition: all 0.5s linear 0s;
}
.menubeauty li a:hover {
    text-decoration: underline !important;
}
.menukey li.iconhot:after {
    content: "";
    background-image: url(../images/icons/icon-hot.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
.menukey li.iconstar:after {
    content: "";
    background-image: url(../images/icons/icon-feature.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}
ul.featured-box{
	padding: 0;
	padding-top: 70px;
}
ul.featured-box li{
	padding-left: 10px;
	padding-right: 10px;
}
.plain-box{
	border: 1px solid #1429444a;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.plain-box:hover {
    box-shadow: 0 0 50px 0 rgb(8 76 178 / 12%);
    -webkit-box-shadow: 0 0 50px 0 rgb(8 76 178 / 12%);
    -moz-box-shadow: 0 0 50px 0 rgba(8,76,178,.12);
    -o-box-shadow: 0 0 50px 0 rgba(8,76,178,.12);
    -os-box-shadow: 0 0 50px 0 rgba(8,76,178,.12);
    border: 1px solid #1429444a;
}
.plain-box img.size-full {
    width: 75px;
    height: auto;
}
.elementor-image-box-img {
    margin: 0 auto 1em;
}
.section-quick-action{
	padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
    background-color: rgb(248 164 67);
}
.section-quick-action ul{
	padding: 0;
	margin: 0;
}
.section-quick-action ul li{
	display: inline-block;
	width: 32%;
}
.section_cauhoi .wrap_cauhoi{
	
    -moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 9px 15px 0 #cccccc40;
    border: 1px solid #ccc6;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}
a.box-quick-call{
	text-align: center;
    color: #fff;
}
.box-quick-call .box-img{
	margin: 0 auto 4px;
	width: 60px;
}
.section-featured-view{
	background-image: url(../images/slider-02.jpg);
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
	padding: 30px 0;
    position: relative;
	color: #fff;
}
.section-featured-view .section-bg-overlay{
	background-color: rgba(0, 144, 197, 0.89);
}
.section-featured-view .row.col-inner .cols:first-child{
	position: relative;
    overflow: hidden;
}
.section-featured-view .cols:after{
	position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #ddd;
    border-color: rgba(255,255,255,0.2);
}
.section-title .bar {
    height: 4px;
    width: 85px;
    background: #5690cf;
    margin: 20px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.section-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
.section-title h3.simple {
	padding: 10px 0 0 0;
    color: #42464e;
    font-size: 24px;
    text-align: center;
    margin: 0 0 11px 0;
}
@-webkit-keyframes bounce {
     0%,
     10%,
     100%,
     20%,
     50%,
     80% {
         -webkit-transform: translateY(0) translateX(-50%);
         transform: translateY(0) translateX(-50%);
     }
     40%,
     60% {
         -webkit-transform: translateY(-15px) translateX(-50%);
         transform: translateY(-15px) translateX(-50%);
     }
 }
 @keyframes bounce {
     0%,
     10%,
     100%,
     20%,
     50%,
     80% {
         -webkit-transform: translateY(0) translateX(-50%);
         -ms-transform: translateY(0) translateX(-50%);
         transform: translateY(0) translateX(-50%);
     }
     40%,
     60% {
         -webkit-transform: translateY(-15px) translateX(-50%);
         -ms-transform: translateY(-15px) translateX(-50%);
         transform: translateY(-15px) translateX(-50%);
     }
 }
@keyframes MOVE-BG {
  from {
  	transform: translateX(0);
  }
	
  to {
  	transform: translateX(85px);
  }
}
.bgproject {background: #f2f4f5;}
.content_wrap {
    padding: 5px;
}
.content_wrap .post-thumbnail-wrap {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
	    overflow: hidden;
}
.content_wrap .post-thumbnail{
    position: relative;
    display: block; 
	overflow: hidden;
    border-radius: 6px;
}
.content_wrap .post-thumbnail img{
	border-radius:6px;
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.content_wrap .post-thumbnail img:hover{
	-ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.content_wrap .post-entry-content {
	  
	position: relative;
    margin-top: 11px;
    z-index: 1;
	padding: 0px;
	height: 100px;
	overflow: hidden;
}
.content_wrap .post-entry-content:before {
    
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150px;
    content: "";
}
.content_wrap h3.entry-title{
	margin-bottom: 10px;
    font-weight: 700;
    display: block;
    font-size: 15px;
}
.content_wrap .entry-excerpt{
	font-size: 14px;
    line-height: 24px;
	overflow: hidden;
	color: #000;
}
#topcontrol{
  bottom: 35px;
  cursor: pointer;  
  padding: 4px;
  position: fixed;
  right: 10px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  z-index: 9998;
}
#topcontrol:hover span{}
#topcontrol:hover i{
	color:#c83200;
}
#topcontrol span {
  display: block;
  text-align: center;
  position: relative;
}
#topcontrol i {
  font-size: 40px;
  color: #1165d0;
	width: 54px;
	height: 58px;
  line-height: 45px;
  text-align: center;
  animation: 2s ease-out normal none infinite floating;
  -webkit-animation: 2s ease-out normal none infinite floating;
  background: url(../images/to-top.png) no-repeat center 0;
}
#topcontrol i:before{
	content: "";
}
.third-nav:before {
    width: 1000%;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: 0;
    left: -500%;
    content: '';
    display: block;
}
.third-nav .bgs {
    padding: 5px 5px 3px;
}
.breadcrumbs a:after, .show-subs-breadcrumbs:after{
	content: "/";
    position: relative;
    border: none;
}
.breadcrumbs li:last-child a:after{content: "";}
.breadcrumbs a:before{display:none;}
.breadcrumbs a, .show-subs-breadcrumbs{
	background: none;
    padding: 4px 0;
    float: left;
    text-decoration: none;
    color: #797070;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 29px;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover{background:none}
.menuservices-wrap .col-inner {
	position: relative;
    background: #fff;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    margin: 8px 10px 12px;
    display: block;
    box-shadow: 2px 2px 20px #0000000d;
    background: white;
    padding: 0 0 0px;
}
.menuservices-wrap .col-inner .box-text h4{
	color: #0a0a0a;
    font-family: Roboto,sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.menuservices-wrap .col-inner .services-box{
	padding: 14px;
    text-align: center;
	margin-top: -65px;
}
.menuservices-wrap .col-inner .services-box .box-icon{
    background: #f7f7f7;
    display: inline-block;
    position: relative;
    padding: 10px;
    border: 3px solid white;
    border-radius: 99%;
}
.iphone.panel-primary>.panel-heading{ 
    font-size: 18px;
    background: #4472c4;
    margin-top: 15px;
    -moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 9px 15px 0 #cccccc38;
    margin-bottom: 20px;
    border: none;
}
.iphone.panel-primary .panel-body{
	padding: 10px 5px;
}
.panel-primary {
    border: none;
}
.panel{
	border:none;
}
.hdcontact {
    padding: 28px 12px; 
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    font-family: "Myriad Pro",arial,sans-serif;
    font-size: 17px;
    line-height: 1.42857;
}
.xtname {
    margin-bottom: 2px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    color: #333;
    line-height: 52px;
    font-weight: 700; 
    text-transform: uppercase;
    position: relative;
    margin: 0; 
}
.xtname span {
    background: #fff;
    padding: 0 17px;
}
.regcource input.stc, .regcource select{
	width: 100%;
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    display: block;
	font-size: 17px;
}
.regcource .input-group-addon{
	font-size: 16px;
    font-weight: normal;
	background: none;
	border: none;
}
.regcource .input-group-addon span{
	width: 122px;
	display: block;
    text-align: left;
}

.regcource abbr[title]{color: red}
.regcource .contact-result{	 
    top: 536px;
    width: 100%;
    left: 0;
}
.searchWarrInfo{
	width: 100%;
    max-width: 936px;
    margin: 0 auto;
}
.searchWarrInfo .input-group{
	display: block;
}
.searchWarrInfo .inputleft{
	border-radius: 30px 0 0 30px !important;
    border: none;
    padding: 0 0 0 25px;
    border-right: 1px solid #d6d7d8 !important;
    width: 100% !important;
    height: 55px
}
.searchWarrInfo .inputright{
    border: none;
    padding: 0 0 0 25px;
    width: 100% !important;
    height: 55px
}
.searchWarrInfo .input-group-addon{background:#fff}
.searchWarrInfo .btn-primary{
	margin-left: -35px;
    background-color: #ef2573;
    color: #fff;
    border-radius: 30px;
    padding: 16px 41px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .7px;
    background: #f35704;
    border: 1px solid #ef2573;
    outline: 0;
}
.searchWarrInfo .btn-primary:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    background: url(../images/icsearch.png) no-repeat center;
}
.igrey{
	display: block;
     padding: 5px 10px; 
}
.igrey .title{
	display: block;
    line-height: 40px;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.igrey .menu-right {
    background: #f6f6f6 url(../images/bg_subnav.png) left no-repeat;
    border-radius: 6px;
    padding-left: 16px;
    list-style: none;
    margin-top: 0px;
}
.igrey .menu-right li {
    padding: 11px 0px;
    background: url(../images/line-right-mnu1.png) no-repeat bottom center;
    position: relative;
    list-style: none;
    margin-bottom: .3em;
    text-align: left;
    margin: 0;
	font-size: 15px;
}
.simple-stc {
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: 700;
    font-family: roboto,Sans-serif;
    margin-bottom: 20px;
	color: #2980b9;
}
.elementor-text-editor {
    text-align: center;
    color: #b3bee9;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 19px;
}
.featured-hit h3.title{
	display: block;
    font-size: 19px; 
    font-weight: bold;
    text-transform: none;
    line-height: normal;
    color: #024e98;
}
.featured-hit .text{
	display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #686b6d;
}
.showtext{
	padding-top: 3px;
    color: #024e98;
    font-size: 34px;
    font-weight: bold;
	margin-top: 20px;
}
.show_service .owl-item .item .showcase-slide-media{
    box-shadow: 8px 10px 0px 0px rgb(5 17 22 / 9%); 
    margin: 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background: #2b71c3;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.showcase-slide-text {
    font-size: 18px;
    margin-top: 20px;
    padding: 0 20px;
    line-height: 1.2em;
    text-align: center;
    color: #444;
}
.showcase-overlay{
    font-size: 18px;
    position: absolute;
    height: 100%;
    color: #fff;
    background-color: #009add;
    padding: 20px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    line-height: 27px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.show_service .owl-item .item:hover .showcase-overlay{
	 opacity: 1;
}
.elementor-hero {
    background-color: #239be4;
    background-image: url(../images/bonsen.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px 30px 10px;
    margin-top: 30px;
	color: #fff;
}
.element-image{
	filter: brightness(0) invert(1);
}

.elementor-item{
	margin-bottom: 20px;
    display: block;
}
.element-counter { 
    font-family: "UTM Avo",Sans-serif;
    font-size: 42px; 
	font-weight: bold;
}
.element-counter .plus{font-weight: normal;}
.element-divider {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 3px;
    width: 109px;
}
.cus-experiences {
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.cus-experiences blockquote{
	background: #607d8b;
    border-radius: 10px;
    border: 0;
    color: #fff;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
    font-size: 17px;
}
.cus-experiences blockquote:before{
	left: 10px;
    top: 0;
    color: #FFF;
    content: "“";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.cus-experiences blockquote:after{
	color: #FFF;
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
}
.cus-experiences .cus-arrow-down{
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #607d8b;
    height: 0;
    margin: 0 0 0 17px;
    width: 0; 
}
.cus-experiences .cus-author-thumbnail{
	float: left;
    margin-right: 10px;
    width: auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 6px;
}
.cus-experiences .cus-author-thumbnail img{
	max-width: 80px;
}
.cus-experiences .cus-author p{
	color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}
.cus-experiences .cus-author p span{
	color: #666;
    display: block;
    font-size: 13px;
}
.panel-department{
	background: #e1edf9;
    border: 1px solid #4472c4;
	font-size: 15px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 23%);
}
.panel-department h3.title{
	font-size: 22px;
    font-weight: normal;
    padding: 10px 0 0 10px;
    color: rgb(0, 144, 212);
}
.panel-department p{
	margin-bottom: 2px;
}
.department-group{
	padding: 10px;
}

.recent-posts-box article{
	position: relative;
	display: block;
	padding: 0 16px;
}
.recent-posts-box .date {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
}
.recent-posts-box .date .day{
	color: #395563;
    background: #FFF;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 8px 8px 0 8px;
    border: 1px solid #ccc;
    margin-bottom: 0;
}
.recent-posts-box .date .month{
	background: #CCC;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgb(0 0 0 / 7%) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
	background-color: #395563;
	display: block;
}
.recent-posts-box h4.heading-primary a{
	color: #395563 !important;
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 10px 0;
}
.recent-posts-box article .text {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 7px 0 0;
	font-weight: normal;
    font-size: 15px;
}
	
.menu-cat h3.title_block {
    color: #fff;
    text-transform: uppercase;
    background: url(../images/icon-ver-menu.png)no-repeat 10px center #d6904a;
    padding: 8px 3px 8px 36px;
    margin-bottom: 0;
    border-right: 1px solid #d6904a;
}
.menu-cat h3.title_block span {
    display: block;
    padding-left: 10px;
    padding-right: 15px;
    line-height: 22px;
    background: #d6904a;
}
.menu-cat {
    display: block;
    position: relative;
    clear: both;
	border: 1px solid #ddd;
}
.simple_24h {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
	margin-bottom: 18px;
	font-size: 13px;
}
.simple_24h .title{
	padding: 13px 10px 10px 9px;
    margin: 0px 0;
    position: relative;
    display: block;
    color: #fff;
    background-color: #d6904a;
    background-image: url(../images/iconright1.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.icounter{
	padding: 10px;
    position: relative;
 }
 .icounter li {
    line-height: 25px;
    position: relative;
    background: url(../images/br-li-cate.png) repeat-x scroll 0 bottom transparent;
	font-size: 14px;
}
.icounter li:last-child{background:none;}
div#exrateContainer {
    padding: 0 10px 16px 10px;
}

.hover-panel-group{ 
    margin: 0 auto; 
    display: flex;
	flex-direction: row;
}
.hover-panel{
	height: 600px;
    width: 100%;
    position: relative;
    z-index: 0;
	border: 1px solid #fff;
}
.hover-panel img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.hover-panel .panel-close {
    position: absolute;
    top: 1.2rem;
    right: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    z-index: 22;
    fill: #fff;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.hover-panel .hover-panel-cover {
    height: 90px;
    width: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    background-color: #0656a2;
    transform: translate(-50%,-50%);
    transition: width 200ms,height 200ms,opacity 200ms;
}
.hover-panel .hover-panel-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0 1.25rem;
    pointer-events: none;
}
.hover-panel .hover-panel-copy .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    font-size: 1.875rem;
    text-align: center;
    transition: transform 200ms;
}
.hover-panel .hover-panel-copy .title a{color:#fff; text-transform:uppercase}
.hover-panel .hover-panel-copy .title:after {
    height: 1.5rem;
    width: 1.5rem;
    content: '';
    display: block;
    margin-left: 0.5rem;
    background: url(../images/times-circle.svg) no-repeat center/100%;
    transform: rotate(45deg);
    transition: opacity 300ms 0ms;
}
.hover-panel .hover-panel-copy .inner-wrap {
    max-width: 434px;
    max-height: 0;
    opacity: 0;
    text-align: center;
    transition: max-height 200ms,opacity 0ms;
	color: #fff;
}
.hover-panel .hover-panel-copy .inner-wrap a{color:#fff}
.hover-panel .hover-panel-copy .links-wrap {
    display: flex;
    justify-content: center;
}
.hover-panel .hover-panel-copy .links {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    padding-top: 2em;
}
.arrow-link a {
    display: inline-block;
    position: relative;
    padding: 0 2.25rem 0.25rem 0;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    pointer-events: auto;
}
.hover-panel.is-active .hover-panel-cover {
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.hover-panel.is-active .hover-panel-copy .inner-wrap {
    max-height: 700px;
    opacity: 1;
    transition: max-height 300ms,opacity 300ms 300ms;
}
.hover-panel.is-active .hover-panel-copy {
    pointer-events: auto;
}
.hover-panel.is-active .hover-panel-copy .title:after {
    opacity: 0;
    transition: opacity 0ms;
}
.hover-panel.is-active .panel-close{
	opacity: 1;
    color: #fff;
}

.show_quick_about h3.title, .show_quick_about h3.title a{
	font-size: 30px;
    text-align: center;
	color: rgb(192, 57, 43);
}
#icat_category .icat_sub{
	background: #0b53ff;
    background: -webkit-gradient(linear,left top,right top,from(#0b53ff),to(#4ae5e9));
    background: -webkit-linear-gradient(left,#0b53ff 0,#4ae5e9 100%);
    background: -o-linear-gradient(left,#0b53ff 0,#4ae5e9 100%);
    background: linear-gradient(90deg,#2148bd 0,#4ae5e9 100%);
    position: relative;
    z-index: 1;
    padding: 80px 0;
    color: #fff;
    font-size: 18px;
    padding-top: 48px;
    overflow: hidden;
}
#icat_category h3.title{
	color: #fff!important;
    font-family: Poppins,Sans-serif;
    font-size: 27px!important;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
#icat_category  .others_products{
	background-color: #fff;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: -65px;
    margin-bottom: 20px;
    z-index: 999;
    -webkit-box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
    padding: 13px 10px;
}
#icat_category .thumbnail-gr{
	margin: 24px 5px 9px;
    border: 1px solid #dad9d9;
    box-shadow: 8px 10px 0 0 rgb(5 17 22 / 4%); 
}
#icat_category .others_products ul{padding: 0; margin: 0;}
.background-wave-shape {
    position: absolute;
    top: -83px;
    right: -77px;
    opacity: .03;
    z-index: -1;
}
.background-wave-shape img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.s_img.product-item_img-wrap {
    height: 178px;
    margin: 4px auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 10px;
}
/*responsite*/
@media (min-width: 1300px){
	.hover-panel .hover-panel-copy .title{
		padding: 0;
		font-size: 2.5rem;
	}
}
@media (max-width:992px) {
	 .menu-footer .gs_item {
        display: block;
        padding: 0;
        background: none;
        text-align: left;
        margin-top: 10px;
    }	
	
    .gs_item .title-menu:before {
        background: none
    }
    .vppin, .hidres .owl-buttons {
        display: none
    }
    .menu-footer .gs_item .title {
        padding-bottom: 40px;
        font-size: 14px;
        color: #e6ab2e;
        height: 50px;
        line-height: 30px;
        padding: 10px 20px;
        position: relative;
        display: block;
        text-align: left;
        border: 2px solid #e8e8e8;
        font-weight: bold;
        margin-bottom: 0;
    }
    .menu-footer .gs_item.active .title::after {
        content: '\f077';
    }
    .menu-footer .gs_item .title::after {
        position: absolute;
        content: '\f078';
        font-family: "FontAwesome";
        font-size: 15px;
        right: 12px;
        top: 56%;
        margin-top: -17px;
    }
    .menu-footer .gs_item .content {
        padding: 15px;
        border: 2px solid #e8e8e8;
        border-top: none;
    }
    .menu-footer .gs_item .title-menu {
        margin-left: 0 !important;
        padding-left: 28px;
    }
	
}

@media (max-width: 767.98px) {
	ul.featured-box,
	.show_quick_about.home{
		padding-top: 20px;
	}
	.row.col-inner .cols {
		border-bottom: 1px solid #cccccc52;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.row.col-inner .cols:last-child{border:none}
	.second-nav{position:relative}
	.hover-panel-group{display: block;}
}
@media (max-width: 499.98px) {
	.show_quick_about.home{
		padding-top: 0;
	}
	h2.title_web{text-align:center}
	.show_quick_about.home .readmore{
		text-align: center;
		display: block;
		float: none !important;
	}
}