@charset "utf-8";
/* CSS Document */

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Included css Files
3.  General css
4.  Heading font size
5.  Section-title-css
6.  Button css start
7.  Scroll To Top 
8.  Header css
9.  Main slider css
10. wellcome css
11. Counter css
12. Service css
13. Team css
14. divider css 
15. clien css 
16. Portfolio css
17. Blog css
18. Testimonial css
19. FAQ css 
20. Contact css
21. Error css
22. Footer css
**********************************************/

/* ======================= 1. Fonts ========================= */

@import url('https://fonts.googleapis.com/css?family=Noticia+Text:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,700i');


/* ====================== 2. Included css Files ========================== */
@import "../css/font-awesome.min.css";
@import "../css/animate.min.css";
@import "../css/owl.css";
@import "../css/isotop.css";
@import "../css/fancyBox.css";
@import "../css/icofont.css";



/* ======================= 3. General css ========================== */
body {
    font-family: 'Kanit', sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    background-color: #F5F7F9;
    overflow-x: hidden;
    letter-spacing: 0.25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
p { font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a { 
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #595959;
    text-decoration: none;
}
a:hover,
a:focus {
    outline: none !important;
}
a img {
    border: none;
}
span {
    color: #f9520b;
}
/* ======================= 4. Heading font size ======================= */
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noticia Text', serif;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* ======================= 5. Section-title-css ============== */
.section {
    padding: 100px 0 70px;
}
.section-title {
    margin-bottom: 60px;
    text-align: center;
} 
.title-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 20px;
}
.title-img:after { 
    left: 20px;
    top: 14px;
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 6px;
    background: #f9520b;
}
.title-img:before { 
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 6px;
    background: #f9520b;
    right: 20px;
    top: 14px;
}

.section-title p {
    margin-top: 30px;
}
/***** padding ******/
.p-0 {
    padding: 0;
}
.padding-top-0 {
    padding-top: 0 !important;
} 
.padding-bottm-0 {
    padding-bottom: 0 !important;
}

/********** layer START ************/
.color {
    color: #f9520b;
}
.layer-black {
    position: relative;
}
.layer-black:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85);
}

.mx-border {
    border-bottom: 3px solid #f9520b;
    width: 50px;
    margin-bottom: 20px;
}
.iner-title .section-title h1 {
    color: #ffffff;
}
.iner-title {
    padding: 100px 0 70px;
    background-attachment: fixed;
    background-image: url(../images/bg/4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-page-col {
    color: #f9520b;
}
.inner-page-col a {
    color: #ffffff;
}
/* ========================= 6. Button css start ====================== */ 

.btn {
    color: #ffffff;
    padding: 10px 30px;
    background: #f9520b;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    color: #f9520b;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-yellow {
    color: #F13F4B;
    background: #ffffff;
    text-transform: uppercase;
    padding: 12px 42px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.btn-yellow:hover {
    color: #F13F4B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

/* ======================== 7. Scroll To Top ====================== */
#scrollUp {
    bottom: 10px;
    right: 10px;
    padding: 8px 10px;
    background-color: #f9520b;
}
#scrollUp:before {
    content: "\ebda";
    font-family: icofont;
    font-size: 20px;
    color: #ffffff;
    padding-top: 7px;
}
/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}


/* ========================= 8. Header  css ==================== */

.header-top-bar {
    background: #000000;
    padding: 0;
}
.header-top-bar .top-bar-col.contact-num li a i {
    color: #f9520b;
    margin-right: 10px;
    line-height: 30px;
 }
 .lnr-map-marker:before {
    content: "\f041";
    font-family: 'FontAwesome';
}
 .lnr-phone:before {
    content: "\f2a0";
    font-family: 'FontAwesome';
}
.lnr {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
.header-top-bar .top-bar-col {
    display: block;
    margin: 0 auto;
}
.header-top-bar .top-bar-col ul li {
  margin: 0 8px;
  padding: 15px 0;
}
.header-top-bar .top-bar-col ul li a {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 5px;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.header-top-bar .top-bar-col ul li:hover a {
    color: #F9520B;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.dropdown-menu img {
  height: 15px;
  width: 25px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f9520b;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
 }
.header-top-bar .top-bar-col ul {
    list-style: none;
}
.header-top-bar .top-bar-col .font-icons li a {
    border-right: 1px solid #384651;
    padding: 3px 9px;
    margin: 0;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.header-top-bar .top-bar-col button.lang {
    color: #ffffff;
    padding: 11px 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/************ top nav end *************/

.main-header {
    position: relative;
}
.scroll-to-fixed-fixed {
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75)
}
.navbar-brand {
    height: 100%;
    padding: 0 15px 0 0;
}
.navbar {
    margin-top: 0;
    border: none;
    background-color: transparent;
}
.navbar-brand {
  height: 100%;
  padding: 0 15px 0 0;
}
.navbar-brand > img {
  height: 150px;
  padding-left: 100px;
}
.navbar {
    margin-bottom: 0;
    background-color: #F5F7F9; 
}
.nav.navbar-nav.navbar-right {
    padding-right: 100px;
}
.navbar .navbar-nav>.active>a, 
.navbar .navbar-nav>.active>a:focus, 
.navbar .navbar-nav>.active>a:hover {
    color: #000000;
    background: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f9520b;
    background-color: transparent;
 }
.scroll-to-fixed-fixed .navbar .navbar-nav>.active>a {
    color: #000000;
    background: transparent;
}
.navbar .navbar-nav>li>a {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}
.navbar .navbar-nav>.open>a {
    background-color: transparent;
}
.navbar .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #f9520b;
}
.navbar-right .dropdown-menu {
    width: 225px;
    right: auto;
    box-shadow: none;
    border-top: 2px solid #f9520b;
    border-radius: 0;
    padding: 0;
}
.navbar .dropdown-menu>li>a {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 12px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu>li>a:hover {
    color: #000000;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-search-box .form-control {
    box-shadow: none;
}

/* ===================== 9. Main slider css  ==================== */
.main-slider {
    position: relative;
}
.fade-carousel {
    position: relative;
    height: 85vh;
}
.fade-carousel .carousel-inner .item {
    height: 85vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.main-slider .item .slides {
    height: auto;
}
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 1px;    
    font-weight: 700;
    text-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
.hero span {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 7px;
}
.hero h1 strong {
    color: #f9520b;
}
.fade-carousel .carousel-inner .item.active .btn {
    margin-top: 40px;
}
.fade-carousel .carousel-inner .item .hero {
    padding-top: 70px;
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s;    
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-4, 
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
   background-image: url(../images/slider/1.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-2 {
   background-image: url(../images/slider/2.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-3 {
   background-image: url(../images/slider/3.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-4 {
   background-image: url(../images/slider/4.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-5 {
   background-image: url(../images/slider/5.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-6 {
   background-image: url(../images/slider/6.jpg);
   position: relative; 
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before,
.fade-carousel .slides .slide-3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.fade-carousel .slides .slide-4:before, .fade-carousel .slides .slide-5:before,
.fade-carousel .slides .slide-6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.main-slider .carousel-indicators li {
    width: 30px;
    height: 20px;
    background-color: #ffffff;
    border: none;
    margin: 0;
    border-radius: 0;
}
.main-slider .carousel-indicators .active {
    background-color: #f9520b;
}
.main-slider .fade-carousel .carousel-indicators > li.active {
    width: 30px;
    height: 7px;
    background-color: #f9520b;
    border: none;
    margin: 0;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; line-height: 3em; }    
}



/* ========================== 10. wellcome css  ====================== */

.wellcome-section {
    padding: 100px 0 70px;
}
.wellcome-section .wellcome-col {
    margin-bottom: 30px;
    padding: 10px;
} 
.wellcome-section .wellcome-col h6 {
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    padding: 5px 0;
} 
.wellcome-section .wellcome-col p {
    padding-bottom: 8px;
}

.wellcome-section .wellcome-col h4 {
    padding-bottom: 20px;
}

/******** wellcome-tow section********/

.wellcome-tow-section {
    padding: 100px 0 70px;
    background-color: #ffffff;
}
.wellcome-tow-section .wellcome-col {
    margin-bottom: 30px;
    padding: 10px;
} 

.wellcome-tow-section .wellcome-col h6 {
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    padding: 7px 0;
} 

.wellcome-tow-section .wellcome-col p {
    padding-bottom: 15px;
}

.wellcome-tow-section .wellcome-col h4 {
    padding-bottom: 20px;
}

.wellcome-tow-section .wellcome-bttun {
    text-align: center;
}

.about-details p {
    margin-bottom: 20px;
}
.about-inersection-one {
    padding: 100px 0 70px;

}
.about-inersection-tow {
    padding: 100px 0 70px;
    background-color: #ffffff;
}
/*============================ 11. counter css ==========================*/

.counter-section {
    background-color: #f9520b;
    padding: 50px 0 30px;
}
.counter-section .counter {
    border: 1px solid #ffffff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.counter i {
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
}
.counter .start-count {
    text-align: center;
    font-size: 45px;
    color: #F2F2F2;
    padding: 12px 0;
}
.counter p {
    color: #ffffff;
    font-size: 18px;
}
/******* counter style tow *********/
.counter-section-tow {
    background-color: #ffffff;
    padding: 20px 0 0;
    background-color: rgba(19, 18, 18, 0.18);
}
.counter-tow {
    position: relative;
}
.counter-tow:before {
    position: absolute;
    content: '\ebde';
    margin-top: 20px;
    margin-left: -47px;
    text-align: center;
    font-family: icofont;
    display: inline-block;
    vertical-align: middle;
    font-size: 100px;
    opacity: 0.1;
}
.counter-section-tow .counter {
    border: none;
}
.counter-tow .start-count {
    text-align: center;
    font-size: 40px;
    color: #f9520b;
    font-weight: bold;
    padding: 12px 0;
}
.counter-tow p {
    color: #f9520b;
}

/* ===================== 12. Service css ======================= */

.services-section {
    padding: 100px 1px 70px;
    background-color: #ffffff;
}
.service-col {
    margin-bottom: 30px;
}
.services-section .service-img img {
    height: 198px;
}
.services-section .service-text {
    position: relative;
    background-color: #F5F7F9;
    padding: 17px 20px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.services-section .service-col:hover .service-text {
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.services-section .service-col:hover .service-hover { 
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-hover  {
    padding: 17px 20px;
    opacity: 0;
    background: rgba(249, 82, 11, 0.88);
    height: 100%;
    top: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    left: -100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.services-section .service-hover i {
    font-size: 50px;
    color: #ffffff;
}

.services-section .service-hover h4 {
    padding: 6px;
    margin-bottom: 0;
    color: #ffffff;
}
.services-section .service-hover p {
    padding-bottom: 5px;
    color: #ffffff;
}
.services-section .service-text i {
    font-size: 50px;
    color: #000;
}
.services-section .service-text h4 {
    padding: 6px;
    margin-bottom: 0;
    color: #f9520b;
}
.services-section .service-text p {
    padding-bottom: 5px;
}
.zero-padding {
    padding: 0!important;
}
/****** service tow start *******/

.services-section-tow {
    padding: 80px 0 70px;
    
}
.services-section-tow .service-tow-img {
   margin-bottom: 30px;
    
}

.services-section-tow .service-tow-img {
    margin-bottom: 30px;
}
.services-section-tow .service-tow-icon {
    font-size: 60px;
    border-left: 3px solid #f9520b;
    color: #000;
    padding: 10px;
    margin-bottom: 20px;
}
.services-section-tow .service-tow h4 {
    color: #f9520b;
}
.services-section-tow .service-tow p {
    margin-bottom: 30px;
}
/* ==================== 13. Team css ========================= */

.team-section {
    padding: 100px 0 70px;
}
.team-section .team-col {
    margin-bottom: 30px;
}
.team-section .team-col h4 {
    margin-top: 20px;
    margin-bottom: 3px;
    border-bottom: 1px solid #F9520B;
    padding: 0 0 10px;
}
.team-section .team-col h4 a:hover {
    color: #f9520b;
}
.team-section .team-col p {
    font-size: 12px;
    letter-spacing: 1px;
}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-social-hover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 55%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-social-hover a i {
    color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 20px;
}

.team-social-hover a i:hover {
    color: #f9520b;
}
.team-section .team-col:hover .team-social-hover {
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/******* team style tow******/

.team-tow-section {
    padding: 100px 0 70px;
}
.team-tow-section .team-col {
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}

.team-tow-section .team-col:hover {
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.team-social-hover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 55%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-social-hover a i {
    color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 20px;
}

.team-social-hover a i:hover {
    color: #f9520b;
}
.team-tow-section .team-col:hover .team-social-hover {
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-tow-section .team-col h4 {
    margin-top: 20px;
    margin-bottom: 3px;
}
.team-tow-section .team-col h4 a:hover {
    color: #f9520b;
}
.team-tow-section .team-col p {
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

/********** team details *************/
.team-details {
    padding: 100px 0 70px;
}
.team-details .team-details-info {
    margin-top: 30px;
}
.team-details .team-details-img {
    margin-bottom: 50px;
}

.team-details .team-details-col .counter {    
    float: left;
    padding-right: 38px;
    margin: 25px 0;
    text-align: center;
}
.team-details .team-details-col .counter .start-count {
    color: #f9520b;
}
.team-details .team-details-col .counter p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.team-details .details-socila-icon {
    margin-bottom: 30px;

}
.team-details .details-socila-icon a {
    padding: 10px 15px 10px 15px;
    border: 1px solid #333;
    background-color: #191919; 
    color: #ffffff;

}
    
/* ===================== 14. divider css  ======================= */
 .frst-divider {
    padding: 60px 0;
    box-shadow: 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }
    .frst-divider::after {
    background-color: rgb(249, 82, 87);
    content: "";
    height: 100%;
    left: -14%;
    position: absolute;
    top: 0;
    transform: skewX(-50deg);
    width: 70%;
    z-index: -1;
  }
  .frst-divider::before {
    background-color: rgba(249, 82, 11, 0.86);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .dvidr-mttl {
    color: #ffffff;
    font-size: 34px;
    margin-top: 20px;
  }
  .dvidr-sttl {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .dvidr-btn {
    margin-top: -5%;
  }

/* ===================== 15. clien css ======================= */

.client-section {
    background: #f5f5f5;
    padding: 50px 0 20px;
}
.client-section .our-client  {
    width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 10px 0 0;
}

/* ==================== 16. Portfolio css  ====================== */

.portfolio-isotope {
    padding: 70px 0 0;
    position: relative;
}
.portfolio-isotope ul {
    margin-bottom: 40px;
}
.portfolio-isotope ul li a {
    color: #999999;
}
.portfolio-isotope ul li a:hover {
    color: #F13F4B;
}
.portfolio-isotope ul li a.active {
    color: #F13F4B;
}
.portfolio-isotope ul li  {
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.active > span {
  color: #000;
}
.img-hover {
    position: relative;
}
.img-hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.isotope-item:hover .img-hover:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.isotope-item:hover .portfolio-title {
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio-title h4 {
    color: #ffffff;
    margin-bottom: 5px;
}
.portfolio-title i {
    color: #ffffff;
    font-size: 24px;
}

.masonry-gallery.grid-four-item .isotope-item {
    width: 25%;
}
.padless {
    padding: 0;
}

/* Portfolio two */
.portfolio-field-two {
    margin-bottom: -10px;
    overflow: hidden;
}
.portfolio-field-two .owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 8px 18px;
}
.portfolio-field-two .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 38%;
    font-size: 22px;
}
.portfolio-field-two .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 38%;
    font-size: 22px;
}
/************ Portfolio with isotope **********/

.portfolio-isotope {
    padding: 100px 0;
}
.portfolio-isotope ul {
    margin-bottom: 50px;
}
.portfolio-isotope ul li a {
    color: #bbbbbb;
}
.portfolio-isotope ul li a:hover {
    color: #000000;
}
.portfolio-isotope ul li a.active {
    color: #000000;
}
/* grid-two-item */
.masonry-gallery.grid-two-item .isotope-item {
    width: 50%;
    overflow: hidden;
}
.load-btn {
    margin-top: 50px;
}
/* grid-three-item */
.masonry-gallery.grid-three-item .isotope-item {
    width: 32%;
}
/* grid-four-item */
.masonry-gallery .grid-four-item .isotope-item {
    width: 23.25%;
}
/* portfolio ditels *****/

.portfolio-details .portfolio-details-img {
    margin-bottom: 30px;
}
.portfolio-details .portfolio-details-info span {
    margin-bottom: 30px;
}

/*============================ 17. blog css ==========================*/

.blog-section {
    padding: 25px 0 70px;
}
.blog-section .blog-box {
    border-top: 3px solid #F9520B;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out4
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.blog-box:hover {
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.blog-details {
  margin-bottom: 50px;
}
.blog .blog-icon {
    background-color: #f9520b;
    padding: 2px 10px;
}
.blog .blog-icon  p {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 12px;
}
.blog .blog-icon span {
    color: #F2F2F2;
    padding: 0 3px;
    font-size: 20px;
}
.blog .blog-icon i {
    margin-right: 10px;
    padding-left: 5px;
}
.blog .blog-icon h6  {
    color: #F2F2F2;
    display: inline-block;
    font-size: 15px;
}
.blog .blog-icon a  {
    color: #F2F2F2;
} 
.blog .blog-info {
    padding: 20px 20px 35px;
    background: #F5F7F9;
}
 .blog .blog-info h3 {
    color: #f9520b;
    padding-bottom: 3px;
}
.blog-section .blog .blog-info .btn {
    margin-top: 20px;
    padding: 7px 18px;
}
.blog-img {
    margin: 20px 0;
}

/*================ 18. Testimonial css ================= */

.testimonial-section {
    padding: 100px 0 70px;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.testimonial-section img {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 350px;
    height: auto;
}
.testimonial-single {
    border: 1px solid #f9520b;
    padding: 40px 40px 30px;
    text-align: center;
    position: relative;
}
.testimonial-single .comment-icon {
    position: absolute;
    right: 100px;
    bottom: 2px;
}
.testimonial-single .comment-icon i {
    font-size: 110px;
    color: #f9520b;
    opacity: 0.2;
}

.testimonial-single p {
    color: #ffffff;
    margin-bottom: 20px;
}
.testimonial-single a {
    color: #ffffff;
    margin-bottom: 20px;
}
.testimonial-single h4 {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: #f9520b;
    font-weight: 400;
}
.testimonial-single h5 {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.testimonial-section .testimonial-info img {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
    margin-left: 90px;
    opacity: 0.6;

}
.testimonial-section .owl-theme .owl-nav {
    margin-top: 30px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 8px;
    background: #ffffff;
    border: 2px solid transparent;
    margin: 0 3px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    border: 7px solid #f9520b;
    background: #ffffff;
}

/******* ********/
.testimonial {
    padding: 100px 0 70px;
}
.testimonial-inar-col {
    padding: 70px 0;
}
.testimonial .testimonial-info {
    margin-top: 30px;
}
.testimonial .testimonial-img {
    margin-bottom: 50px;
}

.testimonial .testimonial-col .counter {    
    float: left;
    padding-right: 40px;
    margin: 25px 0;
    text-align: center;
}
.testimonial .testimonial-col .counter .start-count {
    color: #f9520b;
}
.testimonial .testimonial-col .counter p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.testimonial .testimonial-socila-icon {
    margin-bottom: 30px;

}
.testimonial .testimonial-socila-icon a {
    padding: 10px 15px 10px 15px;
    border: 1px solid #333;
    background-color: #191919; 
    color: #ffffff;

}

/* ========== 19. FAQ css ========== */
.faq-section {
    padding: 100px 0;
}
.faq-section .faq-post h4 {
  margin-bottom: 30px;
  margin-left: 158px;
  position: relative;
}
.faq-section .faq-post h4:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #f9520b;
    bottom: -10px;
    left: 0;
    width: 35%;
}
.faq-section .faq-post .faq-img {
    display: table;
    vertical-align: middle;
    float: left;
    margin-bottom: 30px;
}
.faq-section .faq-post .faq-details {
    display: table;
    vertical-align: middle;
    padding-left: 20px;
    margin-bottom: 30px;
}
.faq-col .nav-tabs {
    margin-bottom: 30px;
}
.nav-tabs {
 border-bottom: none;
}
.faq-col .nav-tabs>li.active>a, 
.faq-col .nav-tabs>li.active>a:focus, 
.faq-col.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 2px solid #f9520b;
    bottom: -4px;
    color: #000000;

}
.faq-col .nav-tabs>li>a {
    border-radius: 0;
    bottom: -4px;
    margin-right: 30px;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    font-weight: 800;
}
.faq-col .nav-tabs>li>a:hover {
    background: transparent;
    color: #f9520b;
    border-color: transparent;
}
.faq-col .panel-title {
    font-size: 13px;
    font-weight: bold;
}
.faq-col .panel-group .panel {
    border-radius: 0;
}
.faq-col .panel-heading {
    border-radius: 0;
    background: none;
    padding: 20px 20px;
}
.faq-col .panel-title a i {
    color: #f9520b;
    padding: 5px;
}
.fa-check-circle-o:before {
    content: "\f0a5";
    font-family: icofont;
}
.faq-col .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

/* =========================== 20. Contact css  ===================== */

.frst-divider .contact .section-title {
    margin-bottom: 0;
    padding-left: 45px
}
.frst-divider .contact .section-title span {
    color: #ffffff;
}


.frst-divider .contact .title-img:before {
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 3px;
    margin: 0 6px;
    background: #ffffff;
    right: 20px;
    top: 16px;
}

.frst-divider .contact .title-img:after {
    left: 20px;
    top: 16px;
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 3px;
    margin: 0 6px;
    background: #ffffff;
}

.frst-divider .contact  .dvidr-btn {
    margin-top: 0;
    padding-right: 70px;
}

.contact-section {
  padding: 80px 0 70px;
}

.contact-section {
  background-attachment: fixed;
  background-image: url("../images/bg/1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section .section-title  h2 {
    color: #b7c1cb;
} 
.main-contact-from h5 {
    color: #b7c1cb;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-contact-from .form-control {
    height: 40px;
    border-color: #d4d4d4;
    font-size: 14px;
    color: #d4d4d4;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
}
.main-contact-from .btn {
    width: 100%;
    margin-bottom: 13px;
}
.form-group {
    margin-bottom: 12px;
}
.main-contact-from .text-area {
    height: 100%;
}

/* ========== 21. Error css ========== */

.error-section {
    background: #f9520b;
    padding: 200px 0;
}
.error-section h3 {
    font-size: 30px;
    color: #ffffff;
    margin-top: 20px;
}
.error-section p {
    margin-bottom: 40px;
}
.pagination {
    margin-top: 20px;
}
.pagination .pagination>li>a, .pagination  .pagination>li>span {
    margin-right: 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pagination .pagination>li>a:hover, .pagination  .pagination>li>span:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*============================ 22. Footer css ==========================*/

.footer.bg-style {
  background: #000 none repeat scroll 0 0;
  padding: 50px 0 20px;
}

/* padding */
.footer-col {
    margin-bottom: 30px !important;
}
.footer .footer-col img {
  height: 50px;
  width: 135px;
}
.footer .footer-col h3 {
    color: #b7c1cb;
    margin-bottom: 30px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out4
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .footer-col h3:hover {
    color: #f95203;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out4
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .footer-socila-col p {
  color: #758590;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 22px;
}
.footer .footer-col h4 {
    color: #758590;
}
.footer-social-box ul li {
  float: left;
  margin-right: 10px;
}

.footer-social-box ul li i {
  background-color: #191919;
  border: 1px solid #333;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.footer-social-box ul li i a {
  color: #ffffff;
}

.footer .footer-col .contact-info h5 {
    color: #758590;
    padding-bottom: 9px;
    font-size: 14px;
    border-bottom: 1px solid #3a3a3a;
    text-transform: capitalize;
}
.footer .footer-col .contact-info h4 {
    text-transform: capitalize;
}
.tags {
    margin-bottom: 30px;
}
.tags a {
    font-size: 14px;
    padding: 10px 8px;
    border: 1px solid #A1B1BC;
    float: left;
    margin: 5px 6px 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tags a:hover {
    color: #ffffff;
    background: #488FE1;
    border: 1px solid #488FE1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-link h4 {
    font-family: 'Noticia Text', serif;;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 18px;
}
.footer-link ul li {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.footer-link ul li:last-child {
    border-bottom: none;
}
.footer-link ul li a:before {
    color: #a7a7a7;
    content: "\f054";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 10px;
}
.footer-link ul li a {
    color:#758590;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-link ul li a:hover {
    color:#b7c1cb;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flickr {
    margin-bottom: 15px;
}
.flickr .thumb img {
    width: 75px;
    height: 75px;
}
.flickr .thumb {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.flickr .mar-l10 {
    margin-left: 0;
}
.flickr .mar-r10 {
    margin-right: 10px;
}
.flickr .thumb .overlay {
  background-color: rgba(241, 63, 75, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.flickr .thumb:hover .overlay {
    transform: scale(1);
}
.flickr .thumb .overlay i {
    color: #ffffff;
    font-size: 20px;
    margin-top: 40%;
}
.upper {
    color: #FFFFFF;
    margin: 0;
}
/*copy right start*/

.copyright {
    padding: 25px 0;
    border-top: 1px solid #3a3a3a;
}
.copyright p {
    color: #a1b1bc;
    padding: 10px;
}
/* background-color-transparent */

.post .entry-meta.meta-absolute,
.gallery-slider .item .thumb .overlay,
.masonry-gallery .isotope-item .overlay {
    background-color: rgba(72, 143, 225, 0.8) !important;
}
.news-slider .item .thumb .overlay {
    background-color: rgba(72, 143, 225, 0.9) !important;
}
.video.separator.style::before {
    background-color: rgba(72, 143, 225, 0.7) !important;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.capabilitie::before {
    background-color: rgba(72, 143, 225, 0.8) !important;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.pricing-table .pricing-table-content .bg-img:after,
.pricing-table:hover .pricing-table-content {
    background-color: rgba(72, 143, 225, 0.9) !important;
}
/* preloader color */

.preloader-dot-loading .cssload-loading i {
    background: #488fe1 !important;
}