
/* CSS Document */

/* 
    Created on   : 11/06/2022. 
    Theme Name   : Chinatex TRC.
    Description  : Chinatex TRC
    Version      : 1.0.
    Author       : Rashed.
    Developed by : Rashed
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */



/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Cabin:500,600,700|Kanit:200,300,300i,400');
/*----bootstrap css ----- */
@import url('http://themazine.com/html/7-factory/vendor/bootstrap/bootstrap.css');
/*----revolution-slider---*/
@import url('http://themazine.com/html/7-factory/vendor/revolution/settings.css');
@import url('http://themazine.com/html/7-factory/vendor/revolution/layers.css');
@import url('http://themazine.com/html/7-factory/vendor/revolution/navigation.css');
/*-------fancy box --------*/
@import url('http://themazine.com/html/7-factory/vendor/fancy-box/jquery.fancybox.css');
/*------- menu ------*/
@import url('http://themazine.com/html/7-factory/vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/
@import url('http://themazine.com/html/7-factory/fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('http://themazine.com/html/7-factory/vendor/owl-carousel/owl.carousel.css');
@import url('http://themazine.com/html/7-factory/vendor/owl-carousel/owl.theme.css');
/*----------- Animate css -------*/
@import url('http://themazine.com/html/7-factory/vendor/animate.css');
/*----bootstrap Select ----- */
@import url('http://themazine.com/html/7-factory/vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----Time-picker---------*/
@import url('http://themazine.com/html/7-factory/vendor/time-picker/jquery.timepicker.css');
/*-------Hover Css --------*/
@import url('http://themazine.com/html/7-factory/vendor/hover.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    top: 50%;
    margin: auto;
    width: 240px;
    color: white;
    font-size: 25px;
    font-weight: 700;
    text-transform: lowercase;
    background: -webkit-linear-gradient(top, #f9520b 0, #d74d12 100%);
    background: linear-gradient(180deg, #f9520b 0, #d74d12 100%);
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    text-align: center;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

#loader-wrapper #loader:after {
  content: "";
  display: table;
  clear: both;
}

#loader-wrapper span {
  float: left;
  height: 70px;
  line-height: 85px;
  width: 30px;
}

#loader-wrapper #loader > span {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#loader-wrapper #loader > span:first-child {
  color:#2a2a2a;
}
#loader-wrapper .covers {
  position: absolute;
  height: 100%;
  width: 100%;
}

#loader-wrapper .covers span {
  background: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  -webkit-animation: up 2s infinite;
          animation: up 2s infinite;
}

@-webkit-keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

@keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

#loader-wrapper .covers span:nth-child(2) { -webkit-animation-delay: .142857s; animation-delay: .142857s; }
#loader-wrapper .covers span:nth-child(3) { -webkit-animation-delay: .285714s; animation-delay: .285714s; }
#loader-wrapper .covers span:nth-child(4) { -webkit-animation-delay: .428571s; animation-delay: .428571s; }
#loader-wrapper .covers span:nth-child(5) { -webkit-animation-delay: .571428s; animation-delay: .571428s; }
#loader-wrapper .covers span:nth-child(6) { -webkit-animation-delay: .714285s; animation-delay: .714285s; }
#loader-wrapper .covers span:nth-child(7) { -webkit-animation-delay: .857142s; animation-delay: .857142s; }
#loader-wrapper .covers span:nth-child(8) { -webkit-animation-delay: .999999s; animation-delay: .999999s; }

/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('http://themazine.com/html/7-factory/fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('http://themazine.com/html/7-factory/fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('http://themazine.com/html/7-factory/fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://themazine.com/html/7-factory/fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('http://themazine.com/html/7-factory/fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
  font-family: 'Kanit', sans-serif;
  font-weight: normal;
  color:#727272;
  font-size: 15px;
  position: relative;
  line-height: 26px;
  letter-spacing: 0.25px;
 }
 body .main-page-wrapper {
   overflow-x:hidden;
 }

 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5 {color:#131212; font-family: 'Cabin', sans-serif;font-weight: 600;}
 h1 {font-size: 74px;}
 h2 {font-size: 40px;}
 h3 {font-size: 32px;}
 h4 {font-size: 20px;}
 h5 {font-size: 16px;}
 p  {font-weight: 300;}
 ul {list-style-type: none;}
 a {text-decoration: none; display: inline-block; font-family: 'Cabin', sans-serif;font-size: 14px;text-transform: uppercase;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.float-left {float:left;}
.float-right {float:right;}
.round-border {border-radius: 50%;}
.theme-title h3 {
  display: inline-block;
  position: relative;
}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.theme-title {
  position: relative;
  padding: 14px 0 0 19px;
}
.theme-title:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top:0;
  left: 0;
  border-left:2px solid #f9520b;
  border-top:2px solid #f9520b;
}
.theme-title h5,.theme-title h3 {
  text-transform: uppercase;
}
.theme-title h5 {
  color: #727272;
  margin-bottom: 11px;
}
.theme-title h3 {
  display: inline-block;
}
.theme-title span {
  display: inline-block;
  border-bottom: 1px solid #ebe7e7;
  margin-right: 90px;
  margin-left: 10px;
  width: 67%;
}
.tran3s,
.service-sldier .service-item:before,.owl-theme .owl-nav [class*=owl-],.project-single-content .single-project .img .opacity,
.owl-theme .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot span:before,.team-member-content .single-team-member .img .opacity,
.banner-bottom-text.style-two .single-box,.theme-sidebar .single-box ul li a:before,.theme-sidebar .single-box ul li a i,
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before,.portfolio-details-page .image-slider .carousel-indicators li,
.contact-us-page .dropdown-menu > li,.bootstrap-select.btn-group .dropdown-menu li a span.text,.contact-us-page .contact-address .single-box a,
.faq-page-toContent .rotate-content-box .number:before {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }

.tran4s,
#mega-menu-holder>ul> li> a:before,.theme-main-menu .menuzord-menu > li > a:after {
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }

.p-color,header .bottom-header .social-icon li a,header .bottom-header .quickcall:hover,.about-us-section .single-about-content i,
.service-sldier .service-item i,.owl-theme .owl-nav [class*=owl-]:hover,.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme.service-sldier .owl-nav [class*=owl-]:hover,.owl-theme.service-sldier .owl-nav [class*=owl-]:focus,
.project-single-content .single-project:hover .text h4 a,.page-middle-banner .right-side h2,footer .footer-middle ul li a,
.testimonial-section .testimonial-slider .wrapper .name i,footer .top-footer .footer-navigation ul li a:hover,
header.header-style-two .bottom-header .social-icon li a:hover,.theme-main-menu .menuzord-menu > li.quote.color-two a,
#banner .button-ds.button-two,.inner-banner ul li,.theme-sidebar .single-box ul li a:hover,.blog-details-page .blog-details-content .leave-comment ul li .fa-star,
.theme-sidebar .single-box ul li a i,.theme-sidebar .single-box ul li.active a,.blog-details-page .blog-details-content .text-content ul.post-info li i,
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before,.blog-details-page .blog-details-content .text-content ul.extra-list li i,
.contact-us-page .contact-address .single-box .icon,.contact-us-page .contact-address .single-box a:hover,#mega-menu-holder ul.dropdown li a:hover {
  color:#f9520b;
}
.p-color-bg,header .bottom-header .social-icon li a:hover,.theme-main-menu .menu-wrapper.bg-color-one,.uranus .tp-bullet,
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner,.uranus .tp-bullet-inner,
.page-middle-banner,.owl-theme .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot.active span,footer .footer-middle ul li a:hover,
.owl-theme .owl-dots .owl-dot:hover span,.blog-content-wrapper .single-blog-post .post,.blog-content-wrapper .single-blog-post .img .date,
footer .top-footer .footer-navigation .newsletter form button,footer .top-footer .footer-contact form button,#banner .button-ds.button-two:hover,
.mixitUp-menu ul li.active,.mixitUp-menu ul li:hover,.portfolio-details-page .image-slider .carousel-indicators li.active,
.blog-details-page .blog-details-content .share-option ul.share-icon li a:hover,.blog-details-page .blog-details-content .admin-text ul.share-icon li a:hover,
.blog-details-page .blog-details-content .single-comment .reply:hover,.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover,
.contact-us-page .dropdown-menu > li.selected,.faq-page-toContent .rotate-content-box:hover .number:before {
  background: #f9520b;
}
#theme-main-banner .tp-caption a:hover,header .bottom-header .social-icon li a,#banner .button-ds.button-two,footer .footer-middle ul li a,
.testimonial-section .testimonial-slider .wrapper .name i,.team-partner.bg-color .partner-logo .logo-wrapper .single-logo:hover,
header.header-style-two .bottom-header .social-icon li a:hover,.theme-main-menu .menuzord-menu > li.quote.color-two a,
.banner-bottom-text.style-two .single-box:hover,.blog-details-page .blog-details-content .text-content ul.extra-list li i,
.blog-details-page .blog-details-content .admin-text,.blog-details-page .blog-details-content .leave-comment input:focus,
.blog-details-page .blog-details-content .leave-comment textarea:focus,.contact-us-page .contact-form-holder form input:focus,
.contact-us-page .contact-form-holder form textarea:focus {
  border-color:#f9520b;
  border-style: solid;
}