@charset "utf-8";
/* CSS Document 
Project Name: Unicoo
Version:  1.0 
Author: xcodesolution (https://themeforest.net/user/xcodesolution)  
*/

/*****-----***** TABLE OF CONTENT *****-----*****

01. Imported CSS
        * Google Fonts
        * Other Imported CSS
02. General CSS 
        * Common CSS
        * Form CSS
        * Default Section CSS
        * Btn CSS
        * Pagination CSS
        * Background Over Layer CSS
        * Default Title CSS
        * Scrollup CSS
        * Preloader CSS
        * Pagination CSS
03. Header CSS
        * Header Top CSS
        * Navbar CS
        * NavBar Fixed CSS
        * Header Transparent CSS
04. Slider CSS
        * Full screen slider
        * Animation delays
05. Welcome CSS
06. About CSS
        * About Two CSS
        * About Three
        * Image hover CSS
07. Separator CSS
08. Service CSS
        * Service Two
09. Counter CSS
10. Portfolio CSS
        * Item Hover CSS
        * Portfolio Two CSS
11. Callback CSS
12. Team CSS
13. Testimonial CSS
        * Testimonial two CSS
14. Blog CSS
        * Blog Single
        * Sidebar
15. Newsletter CSS
16. Inner page title
17. Pricing CSS
18. Account CSS
19. FAQ CSS
20. Error CSS
21. Contact CSS
22. Footer CSS
        * COPY RIGHT CSS

*/


/*****-----*****-----*****-----*****
    01. Imported CSS
*****-----*****-----*****-----*****/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,500i,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

/* Other Imported CSS */
@import "../css/font-awesome.min.css";
@import "../css/font-awesome-animation.min.css";
@import "../css/icofont.css";
@import "../css/bootstrap-dropdownhover.css";
@import "../css/owl.css";
@import "../css/animate.min.css";
@import "../css/VideoPlayerPopUp.css";
@import "../css/jquery.mb.YTPlayer.min.css";
@import "../css/animated-text.css";
@import "../css/lightbox.min.css";


/*****-----*****-----*****-----*****
    02. General CSS 
*****-----*****-----*****-----*****/

body {
   font-family: sans-serif;
    font-size: 15px;
    /* font-weight: 400; */
    line-height: 24px;
    color: #333333;
    overflow-x: hidden;
}
body{
    overflow: hidden;
}
html{
    overflow-x: hidden;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: sans-serif;
    color: #2d2d2d;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;

}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Form CSS */
.code{
    padding: 10px 15px;
    outline: none;
}
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
31}
.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #666666 !important;
}
::-moz-placeholder {
    color: #666666 !important;
}
::-o-placeholder {
    color: #666666 !important;
}
:-ms-input-placeholder {
    color: #666666 !important;
}
input:-moz-placeholder {
    color: #666666 !important;
}


.callback-col .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}
.callback-col .form-control::-moz-placeholder {
    color: #ffffff !important;
}
.callback-col .form-control::-o-placeholder {
    color: #ffffff !important;
}
.callback-col .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}
.callback-col .form-control input:-moz-placeholder {
    color: #ffffff !important;
}



/* Default Section CSS */
.section-default {
    padding: 100px 0 70px;
    position: relative;
}
.col-default {
    /* margin-bottom: 30px; */
}

/* Btn CSS */
.simple-btn {
    border-color: #07BECA;
    border-radius: 0;
    color: #ffffff;
    background: #07BECA;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -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;
}
.simple-btn:before {
    content: '';
    width: 30px;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: -30px;
    top: -100px;
    z-index: 0;
    opacity: 0.2;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
    -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;
}
.simple-btn:hover:before {
    left: 300px;
    z-index: -1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.simple-btn:hover {
    color: #ffffff;
    background: #3C4767;
    z-index: 1;
    border-color: #3C4767;
    -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;
}

.simple-default-btn  {
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: #1b559e;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.simple-default-btn:before {
    content: '';
    width: 30px;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: -30px;
    top: -100px;
    z-index: 0;
    opacity: 0.2;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
    -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;
}
.simple-default-btn:hover:before {
    left: 300px;
    z-index: -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;
}
.simple-default-btn:hover {
    color: #ffffff;
    background: #111111;
    z-index: 1;
    border-color: #07beca;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Pagination CSS */
.pagination {
    margin-bottom: 0;
    z-index: 0;
}
.mb25 {
    margin-bottom: 25px;
}
.pagination>li:first-child>a, .pagination>li:last-child>a {
    border-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    
}
.pagination>.active>a {
    color: #ffffff;
    background: #1b559e;
    border-color: #1b559e;
}
.pagination>.active>a:hover {
    color: #ffffff;
    background:#1b559e;
}
.news_info .readmore:before{
    float: none;
    position: relative;
    margin: 0 auto;
    left: -50px;
    top: 20px;
    background-color: #111;
}
.news_info .readmore{
    margin: 0 auto;
}
.readmore{
    text-align: center;
}
.readmore a{
    color: #3f3f3f;
}

.readmore:before {
    content: "";
    height: 20px;
    width: 1px;
    display: block;
    float: left;
    margin-right: 15px;
    background-color:#1b559e ;
    transform: rotate(30deg);
}
.readmore:hover:after{
   position: relative;
   right: -10px;
}
.readmore:after{
    content: "\f178";
    font-family: "FontAwesome";
}
/* Background Over Layer CSS */

.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Default Title CSS */
.section-title-col {
    margin-bottom: 60px;
}
.section-title-col h2 {
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-title-col h2 span {
    color: #07beca;
}
.section-title-col .title-border {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    background: #2d2d2d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.section-title-col .title-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: #2d2d2d;
}
.section-title-col .title-border:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #2d2d2d;
}
.section-title-col p {
    font-style: italic;
    font-weight: 400;
    color: #424242;
}

/* scrollup css start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 50px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #1b559e;
    font-size: 45px;
}


/* Preloader CSS */
#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader.gif') no-repeat center center; 
}




/*****-----*****-----*****-----*****
    03. Header CSS
*****-----*****-----*****-----*****/
.main-herader {
    position: relative;
    background: #ffffff;
}

/* Header Top CSS Start */
.header-topbar:after{
    content: "";
    display: none;
    width: 30px;
    height: 40px;
      width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 35px;
    /* position: absolute; */
    position: relative;
    top: -40px;
    left: 43%;
    border-color: transparent transparent transparent #111;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #007bff;
    z-index: 1;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
           /* background-color: #1b559e; */
}
.header-topbar:before{
    content: "";
    width:50%;
    display: block;
    height: 40px;
    background-color: #111;
    position: absolute;
    float: left;
    left: -20px;
    transform:skewX(40deg);
    /* border-width: 200px 0 0 200px; */

}
.header-topbar {
    background:#1b559e;
    position: relative;
    padding: 0px 0 0;
    overflow: hidden; 
    height: 40px;
}
.header-topbar .topbar-arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent; 
    border-bottom: 30px solid #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    display: none;
}
.herader-topbar-col {
    /* margin-bottom: 10px; */
}
.tobar-leftside ul{
    width: 100%;
    float: left;

}
.tobar-leftside ul li img{
    width: 25px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.tobar-leftside ul li:first-child{
    margin-left: 0;
}
.tobar-leftside ul li{
    display: inline-block;
    margin: 0 20px;
}
.tobar-leftside ul li:last-child:before{
    display: none;
}
.tobar-leftside ul li:before{
    content: "";
    height: 20px;
    width: 1px;
    display: block;
    float: right;
    background-color: #fff;
    transform: rotate(-35deg);
    position: relative;
    right:-20px;
    top:10px;
}
.tobar-leftside ul li i{
    color: #fff;
}
.tobar-leftside ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 2.5;
}
.herader-topbar-col.tobar-rightside svg{
    width: 30px;
    height: 30px;
}
ul.lang li{
    display: inline-block;
  
    margin: 0;
}
ul.lang li.active,
ul.lang li:hover{
    background-color: #000;
}
ul.lang li.active a,
ul.lang li:hover a{
    color: #fff;
}
/* ul.lang li:nth-child(2){
    background-color: #000;
    margin: 0;
} */
/* ul.lang li:nth-child(2):hover{
    background-color: #fff;
}
ul.lang li:nth-child(2):hover a{
    color: #000;
} */
/* ul.lang li:nth-child(2) a{
    color: #fff;
} */
ul.lang li a{
    color: #3f3f3f;
    font-size: 14px;
      padding: 0 8px;
        font-family: sans-serif;
}
ul.lang{
    /* width: 0%; */
    float: right;
    background-color: #fff;
    border-radius: 50px;
    padding: 0px 10px;
    margin-top:5px;
    /* margin-left: 20px; */
    margin:8px 15px;
}
.herader-topbar-col.tobar-leftside span {
    color: #ffffff;
    margin-right: 20px;
}
.herader-topbar-col i {
    color: #3C4767;
    margin-right: 5px;
}
.after-bdr {
    position: relative;
}
.herader-topbar-col .after-bdr:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 5px;
    width: 2px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
    margin-top: -2px;
}
.herader-topbar-col.tobar-rightside {
    text-align: right;
}
.herader-topbar-col.tobar-rightside span {
    color: #3C4767;
    margin-left: 20px;
    display: inline-block;
}
.herader-topbar-col.tobar-rightside span a {
    color: #ffffff;
}
.herader-topbar-col.tobar-rightside p {
    display: inline-block;
}
.copyright .topbar-social{
    position: absolute;
}
.topbar-social {
    display: inline-block;
    margin-left: 20px;
    /* position: absolute; */
    z-index: 10;
    bottom: -30px;
    /* margin-top: 8px; */
}
.topbar-social li.line svg{
    width: 30px;
    height: 30px;
}
.topbar-social li.fb i{
    text-align: center;
    line-height: 1.5;
    display: block;
     /* color: #4267b2; */
}
.topbar-social li a{
    /* display: block; */
    text-align: center;
}
.topbar-social li{
    /* background-color: #fff; */
    width: 30px;
    height: 30px;
    border-radius: 3px;
    padding: 3px;
}
.topbar-social li:hover.fb{
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.topbar-social li:hover.google{
     background-color: #dd4e40;
    transition: all .3s ease-in-out;
}
.topbar-social li:hover.google i{
    color: #fff;
    transition: all .3s ease-in-out;
}
.topbar-social li:hover.fb i{
    color: #4267b2;
    transition: all .3s ease-in-out;
}
.topbar-social li.line{
    position: relative;
    top: 5px;
    padding: 0;
}

.topbar-social li.kaka{
    /* margin-top: 5px; */
    position: relative;
    top: 5px;
    padding: 0;
}
.topbar-social li:hover.kaka{
    background-color: #FFE812;
    transition: all .3s ease-in-out;
}
.topbar-social li:hover.kaka svg path.path_1{
    fill: #000;
    transition: all .3s ease-in-out;

}
.topbar-social li:hover.kaka svg path.path_2{
    fill: #FFE812;
    transition: all .3s ease-in-out;
}
.topbar-social li.kaka svg path.path_1{
    fill: #fff;
}
.topbar-social li.line:hover{
    background-color: #3ACE01;
    transition: all .3s ease-in-out;
}
.topbar-social li.line:hover svg path.path_2{
    fill: #3ACE01 ;
    transition: all .3s ease-in-out;
}
.topbar-social li.line svg path.path_2{
    fill: #1b559e;
}
.topbar-social li.kaka svg path.path_2{
    fill: #1b559e;
}
.topbar-social li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: -3px;
    /* float: left; */
}
.topbar-social li a i {
    font-size: 18px;
    color: #fff;
    margin: 0;
    /* margin-left: 5px; */
}


/* Navbar CSS start */
.header-navbar {
    background: #ffffff;
}
.header-navbar .navbar-brand {
    padding: 0;
    margin-top: 10px;
}
.header-navbar .navbar-brand img {
    width: 350px;
    height: auto;
    margin-top: 8px;
}
.header-navbar .navbar {
    margin-bottom: 0;
}
.header-navbar .navbar-nav {
    
}
.header-navbar .navbar-default {
    background: transparent;
    border: none;
    padding: 0;
}
.header-navbar .navbar-default .navbar-nav>li>a {
    color: #333333;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 25px;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 500;
        font-family: sans-serif;

}
.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    color: #1b559e;
    background-color: transparent;
}
.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
}
.header-navbar .dropdown-menu {
    min-width: 220px;
    background-color: rgba(255,255, 255, 0.95);
}
.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}
.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    border-top: 3px solid #1b559e;
    border-radius: 0;
    margin-left: 20px;
}
.header-navbar .navbar-nav .dropdown-menu>li>a {
    padding: 10px 20px;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    /* border-top: 1px solid #eeeeee; */
}
.header-navbar .navbar-nav .dropdown-menu>li>a:hover {
    padding-left: 15px;
    color: #07beca;
}
.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus,
.header-navbar .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.nav > li.dropdown.open i{
   color: transparent;
   transition: .3s all ease-in-out;
}
/* Mega Menu CSS Start */
.nav > li.dropdown.open { 
    position: static; 
    transition: .3s all ease-in-out;
}
.nav > li.dropdown.open:after{
  /*   transition: .3s all ease-in-out;
    content: "";
    display: block;
    width: 0;
    position: absolute;
height: 0;
border-style: solid;
margin-left: 40px;
bottom: 0px;
border-width: 0 15px 15px 15px;
border-color: transparent transparent #1b559e transparent; */
}
.nav > li.dropdown.open .mega-menu ul{
    display: block;
    width: 100%;
    float: left;
}
.nav > li.dropdown.open .mega-menu {
    display:table; 
    width: 100%; 
    text-align: center; 
    left:0; 
    right:0; 
    padding: 20px 10px 20px 10px;
}
.nav > li.dropdown.open .mega-menu h4{
    text-align: left;
    float: left;
        font-family: sans-serif;
}
.nav > li.dropdown.open .mega-menu h4 img{
    width:25px;
    margin-right: 10px;
}
.header-navbar .navbar-nav .dropdown-menu.mega-menu {
    margin-left: 0;
}
.mega-menu>li { 
    width: 25%;
    display: inline-block; 
}
.mega-menu li {
    text-align: left;
    border-left: 2px solid #efefef;
    float: left;
    width: 100%;
    line-height:2.5;
    padding-left: 20px;
}
.mega-menu li a {
    padding: 15px 0;
    color: #333333;
    font-size: 15px;
    font-weight:initial;
    text-transform: uppercase;
        font-family: sans-serif;
}
.mega-menu li:hover{
     border-left: 3px solid #000;
}
.mega-menu li:hover a{
   
      padding-left: 5px;
    color: #1b559e;
}
.mega-menu li a:hover {
  
    
}

.mega-menu img {
    margin-top: 0;
}
.nav-img {
    width: 85%;
    margin: auto;
}
.all {
    float: left;
    text-align: center;
    width: 100%;
}
.all a{
    width: 180px;
    margin: 30px auto 10px;
    color: #6f6f6f;
    /* float: left; */
    padding: 5px 0;
    display: block;
    border: 2px solid #cfcfcf;
}
.all a:hover{
    background-color:#1b559e;
    border: 2px solid #fff;
    color: #fff;
}
/* NavBar Fixed CSS */
.scroll-to-fixed-fixed {
    background: #ffffff;
    top: 0;
    width: 100% !important;
    z-index:9;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -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 Transparent CSS Start */
.main-herader-transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    padding-bottom: 10px;
}
.main-herader-transparent .header-topbar {
    background: rgba(7, 190, 202, 0.25);
}
.main-herader-transparent .herader-topbar-col i {
    color: #ffffff;
}
.main-herader-transparent .header-topbar .topbar-arrow {
    display: none;
}
.main-herader-transparent .header-navbar .navbar-default {
   
}
.main-herader-transparent .navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.main-herader-transparent .scroll-to-fixed-fixed 
.navbar-default .navbar-nav>li>a {
    color: #333333;
}
.logo-1 {
    display: none !important;
}
.main-herader-transparent .scroll-to-fixed-fixed .logo-1 {
    display: block !important;
}
.logo-2 {
    display: block;
}
.main-herader-transparent .scroll-to-fixed-fixed .logo-2 {
    display: none !important;
}
.main-herader-transparent .header-navbar {
    background: rgba(255, 255, 255, 0.3);
}
.main-herader-transparent .header-navbar.scroll-to-fixed-fixed {
    background: #ffffff;
}




/*****-----*****-----*****-----*****
    04. Slider CSS
*****-----*****-----*****-----*****/
.main-slider-area {
    overflow: hidden;
}

/* Fade Effect start */
.carousel-fade .carousel-inner .item {
    background-size:cover;
    height: 90vh;
  opacity: 0.6;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-control{
    /* position: relative; */
    /* display: block; */
    /* width: 80%; */
    /* top: 10rem; */
    z-index: 100;
}
.carousel-fade .carousel-control {
    z-index: 99;
}
.main-slider-area .carousel-control .glyphicon-chevron-right {
    right: 20px;
    margin-top: -20px;
}
.main-slider-area .carousel-control .glyphicon-chevron-left {
    left: 10px;
    margin-top: -20px;
}
.main-slider-area .carousel-control.right, 
.main-slider-area .carousel-control.left {
    width: 0;
}
.glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #000000;
    padding: 10px 15px;;
}
.glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #000000;
    padding: 10px 15px;;
}
/* Full screen slider start */
.carousel-caption {
    position: absolute;
    right: 0;
    left: 18%;
    top: 45%;
    text-align: inherit;
    padding: 0 150px;
    width: 50%;
    text-shadow: none;
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.slide-1 {
    background: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-2 {
    background: url(../images/slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-3 {
    background: url(../images/slider/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-newone {
    background: url(../images/slider/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-1:before, .slide-2:before, .slide-3:before, .slide-newone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
}
.carousel-indicators {
    bottom: 0;
    /* float: left; */
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    height: 100vh;
    width:100%;  
}
.carousel-caption p {
    letter-spacing: 1px;
    font-size: 25px;
    /* letter-spacing: 10px; */
    text-transform: capitalize;
    text-align:left;
     font-family: sans-serif;
}
.carousel-caption h3 {
    color: #ffffff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: left;
    font-weight: bold;
    font-family: sans-serif;
}
.carousel-caption h3 span {
    color: #fff;
    font-size:55px;
    font-weight: bold;
}
.carousel-caption .btn:before{
    content:"";
    border-left: 1px solid #fff;
    display: block;
    height: 20px;
    width: 1px;
    float: left;
    position: relative;
    transform: rotate(30deg);
    left: -15px;
    top: -10px;
}
.carousel-caption .btn:after{
    content: "\f178";
    font-family: "FontAwesome";
    position: relative;
    left: 10px;
    
}
.carousel-caption a:hover.btn{
    /* color: #3f3f3f; */
}
.carousel-caption a:hover.btn{

}
.carousel-caption a:hover.btn:after{
    content: "\f178";
    color: #fff;
    position: relative;
    left: 15px;
   
}
.carousel-caption .btn:active{
    border: 0;
}
.carousel-caption .btn {
    font-size: 14px;
    padding: 10px 30px;
    border: 0px solid #ffffff;
    font-family: sans-serif;
    color: #ffffff;
    border-radius: 0;
    margin-top: 30px;
    float: left;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-caption:hover .btn:after {
      content: "\f178";
    
}
.carousel-caption .btn:hover {
    background: transparent;
    border-color: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Animation delays */
.carousel-caption h3:nth-child(2) {
    animation-delay: 1s;
}
.carousel-caption a {
    animation-delay: 2s;
}
.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}


/* Main Slider Two */
.main-slider-area-two {
    
}
.main-slider-area-two .carousel-caption {
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}
.main-slider-area-two .carousel-control .glyphicon-chevron-right {
    right: 20px;
    margin-top: 0;
}
.main-slider-area-two .carousel-control .glyphicon-chevron-left {
    left: 10px;
    margin-top: 0;
}


/*****-----*****-----*****-----*****
    05. Welcome CSS
*****-----*****-----*****-----*****/
.welcome-section {
    padding: 220px 0 0;
    position: relative;
    background: url(../images/bg/4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0;
    position: relative;
    z-index: 1;
    height: 100vh;
}
 .welcome-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
 }
.welcome-table {
    width: 100%;
    height: 100%;
    display: table;
}
 .welcome-cell {
    vertical-align: middle;
    display: table-cell;
 }
.sec-btm-style {
    position: relative;
    overflow: hidden;
}
.sec-btm-style:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -10%;
    width: 120%;
    height: 200px;
    background: #ffffff;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
@media screen and (max-width: 960px) {
    .sec-btm-style:after {
        bottom: -150px;
    }
}
@media screen and (max-width: 768px) {
    .sec-btm-style:after {
        bottom: -170px; 
    } 
}
.welcome-col img {
    border: 4px solid #96c346;
    position: relative;
    z-index: 2;
}
.welcome-section.sec-btm-style:after {
    height: 200;
}
.welcome-col h1 {
    text-transform: uppercase;
    font-size: 60px;
    color: #f9f9f9;
    margin-bottom: 20px;
}
.welcome-col h1 span {
    color: #07BECA;
}
.welcome-col .cd-headline {
    color: #f9f9f9;
    font-size: 24px;
}


/*****-----*****-----*****-----*****
    06. About CSS
*****-----*****-----*****-----*****/
/* .about-area:after{
    content: "";
    width: 350px;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #ddd;
} */
.apparea_bg{
    background-color:#1b559e ;
    height: 450px;
    width: 80%;
    display: block;
    position:absolute;
    transform: rotate(-58deg);
    left: -35%;
    /* bottom: -10%; */
    z-index: -1000;
}
.about_areabg{
    background-color:#f5f5f5;
    height: 680px;
    width: 80%;
    float: left;
    position: absolute;
    z-index: -100;
    margin-top: -60rem;
    /* bottom:-50%; */
    left: -8%;
    transform: rotate(-58deg);
}
.about-area {
     overflow-x: hidden;
     padding: 90px 0 120px;
}

/*.section-style {
    position: relative;
}
.section-style:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1;
    width: 50%;
    height: 30%;
    border-top: 20px solid #f1f1f1;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f1f1f1;
    border-right: 20px solid transparent;
}
.section-style:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    width: 50%;
    height: 30%;
    border-bottom: 20px solid #f1f1f1;
    border-top: 20px solid transparent;
    border-right: 20px solid #f1f1f1;
    border-left: 20px solid transparent;
}*/
.about-col {
    margin-bottom: 30px;
}
.about-title-box {
    position: relative;
}
.about-title-box:before {
   /*  content: "";
    position: absolute;
    left: 60px;
    top: 0;
    z-index: -1;
    width: 250px;
    height: 120px;
    border: 5px solid #f2f2f2; */
}
.about-title-box h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* padding-top: 15px; */
    color: #1b559e;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    font-family: sans-serif;
}
.about-title-box h4{
    font-size: 60px;
   font-family: 'Playfair Display', serif;
   color: #cfcfcf;
   letter-spacing: 10px;
   position: relative;
   display: none;
   top: -35px;
   z-index: -1;
   opacity: 0.2;
   margin-bottom: 0;

}
.team-bg .about-title-box h4{
    z-index: 0;
}
.about-title-box h2 span {
    font-size: 60px;
    color: #07BECA;
}
.mb20 {
    margin-bottom: 20px;
}
.about-image-box {
    position: relative;
    width: 100%;
    float: right;
    margin-top: 30px;
}
.about-image-box:before {
    content: "";
    position: absolute;
    /* left: 3px; */
    /* bottom: -60px; */
    /* z-index: -1; */
    width: 100%;
    height: 100%;
   mix-blend-mode: multiply;
   background-position:10%;
   background-size: 200%;
    /* border: 10px solid #f2f2f2; */
    background-repeat: no-repeat;
    background:url('../images/demo/overlay.png') ;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col:hover .about-image-box:before {
    /* background: rgba(7, 190, 202, 0.6); */
     background:url('../images/demo/overlay.png') ;
    /* left: -15%; */
    z-index: 1;
     -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    /*IE*/
    filter:FlipH;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-image-title {
    position: absolute;
    /* left: -10%; */
    right:30px;
    bottom: 30px;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col:hover .about-image-title {
    /* bottom: 0; */
    right: 50px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.about-image-title h3:after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    float: right;
    position: absolute;
    right: -30px;
    margin-top: -10px;
    /* right: -20px; */
    background-color: #fff;
}
.about-image-title h3 {
    color: #ffffff;
    font-size: 20px;
    /* opacity: 0; */
    font-family: sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.about-col:hover .about-image-title h3:after{
    width: 50px;
        right: -50px;
}
.about-col:hover .about-image-title h3 {
   opacity: 1;
   -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/* About Two CSS */
.about-two-area {
     overflow-x: hidden;
     padding: 120px 0 0;
}
.about-col {
    margin-bottom: 30px;
}
.about-image {
    text-align: center;
    margin-bottom: 80px;
}
.about-title {
    padding: 0 20px 0 20px;
    border-left: 10px double #07beca;
    display: inline-block;
    margin-bottom: 25px;
}
.about-title h2 {
    font-size: 42px;
    line-height: 42px;
}
.about-title h2 span {
    color: #07BECA;
}
.about-title p {
    color: #8c8c8c;
    text-transform: uppercase;
}
.notice-box {
    margin-top: 30px;
}
.company_pic{
    margin: 0px 0;
}

/* About Three Start */
.about-three-area {
    padding: 80px 0 80px;
    margin-top:40px;
}
.about-three-area:before{
    content:"";
    width:100%;
    height:500px;
    display: block;
    background-color:#eee;
    position: absolute;
    margin-top:20px;
}
.about-three-col p{
     font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
        font-family: sans-serif;
    /* padding-left: 20px; */
    }
.about-three-col {
    margin-bottom: 30px;
   
}
.about-three-col h3:after{
    content: "";
    width: 1px;
    height:100px;
    display: block;
    float: right;
    position: relative;
    top: 50px;
    transform: rotate(30deg);
    background-color: #6f6f6f;
}
.about-three-col h3 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
}
.about-three-col h3 span {
    color: #1b559e;
    clear: both;

}
.about-three-col.title-box {
    padding:30px;
    font-weight: bold;
    /* background: url(../images/bg/brick.png); */
    background-repeat: repeat;
     border-bottom: 1px solid #6f6f6f;
}




/* Image hover CSS */
date:before{
    content: "";
    background-color: #3f3f3f;
    height: 1px;
    width: 20px;
    display: block;
    position: relative;
    float: left;
    top: 10px;
    margin-right: 5px;
}
date{
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.image-hover-box {
    overflow: hidden;
}
.image-hover-box figure {
    position: relative;
}
.image-hover-box figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(27, 85, 158, 0) 0%, rgba(27, 85, 158, 0.2) 100%);
    background: linear-gradient(to right, rgba(27, 85, 158, 0) 0%, rgba(27, 85, 158, 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.image-hover-box figure:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.image-hover-box figure img {
    -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;
}
.image-hover-box:hover figure img {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    transform: scale(1.05);
    -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;
}





/*****-----*****-----*****-----*****
    07. Separator CSS
*****-----*****-----*****-----*****/
.machine.separator-area{
    background-color: #f5f5f5;
    padding:50px 0 30px;
    margin-bottom: 80px;
}

.machine.separator-area h3{
    color: #fff;
}
.machine.separator-area h2{
    /* margin-top: 30px; */
      color: #fff;
      margin-bottom: 30px;
      padding-left: 40px;
}
#jarallax-container-0 img{
    margin: 0!important;
}
.separator-area {
    /* background: url(../images/bg/1.jpg); */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-attachment: fixed;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.separator-area:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 500px;
    right: -80px;
    top: 0;
    z-index: 0;
     /* mix-blend-mode: multiply; */
    margin-right: -50px;
    background: rgba(56, 88 , 143, 0.85);
    -ms-transform: skewX(-18deg); 
    -webkit-transform: skewX(-18deg); 
    transform: skewX(-28deg);
}
.separator-col {
    text-align: left;
    position: relative;
    z-index: 99;
    padding: 0 40px;
}
.separator-col .readmore:after{
color: #fff;
}
.separator-col .readmore:before{
    background-color: #fff;
    
}

.separator-col .readmore{
    margin-top: 30px;
    text-align: left;
    color: #fff;
}
.separator-col .readmore a{
    color: #fff;
}
.separator-col h5{
    color: #fff;
}
.separator-col .mt-30 {
    margin-top: 30px;
}
.separator-col h2 {
    color: #fff;
}
.separator-col p{
    color:#fff;
    line-height: 1.8;
}
.separator-col h4 {
    color: #ffffff;
    font-size: 22px;
    text-transform: lowercase;
    font-weight: normal;
}
.overlay_pic{
    display: block;
    position:absolute;
    float: right;
    right:10%;
        margin-top: -120px;
    /* top:-10px; */
    width: 250px;
    z-index: 1;
}
.separator-col h4 span {
    
}
.mb0 {
    margin-bottom: 0;
}


/*****-----*****-----*****-----*****
    08. Service CSS
*****-----*****-----*****-----*****/
.service-section {
    padding: 60px 0 90px;
}
.serviceBox{
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}
.serviceBox .service-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 35px;
    color: #ffffff;
    border: 1px solid #3f3f3f;
    background: #3f3f3f;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    background: #1b559e;
    color: #ffffff;
    border-color: #1b559e;
}
.serviceBox .service-icon:after{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 3px #1b559e;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    padding: 5px;
    transform: scale(1.2);
    box-sizing: content-box;
    transition: all 0.2s ease 0s;
}
.serviceBox:hover .service-icon:after{
    transform: scale(1);
    opacity: 1;
}
.serviceBox .service-icon i{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.serviceBox .title{
    font-size: 22px;
    color: #000;
    font-weight: 300;
    margin: 0 0 15px;
}
.serviceBox .description{
    margin-bottom: 0;
}


/* Service Two CSS */
.service-two-area {
    padding: 120px 0 90px;
}
.service-two-area .service-col {
    margin-bottom: 30px;
    text-align: center;
}
.service-two-area .service-content {
    background: #f5f5f5;
    padding: 30px 20px 30px 20px;
}
.service-two-area .service-col {
    overflow: hidden;
}
.service-two-area .service-col:hover figure::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
.service-two-area .service-col:hover figure img {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    transform: scale(1.05);
    -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;
}





/*****-----*****-----*****-----*****
    09. Counter CSS
*****-----*****-----*****-----*****/
.counter-area {
    padding: 120px 0 90px;
    background: url(../images/bg/brick.png);
    background-repeat: repeat;
    overflow-x: hidden;
}
.counter-area .counter-box {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #111111;
}
.counter-area .counter-box .numbar-counter {
    position: relative;
    z-index: 2;
    color: #07BECA;
    font-size: 36px;
    margin-bottom: 20px;
}
.counter-area .counter-box p {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-transform: uppercase;
}
.counter-area .counter-box i {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    margin-left: -40px;
    font-size: 50px;
    color: #ffffff;
    opacity: 0.1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;

}



/*****-----*****-----*****-----*****
    10. Portfolio CSS
*****-----*****-----*****-----*****/
.portfolio-area {
    padding: 120px 0 90px;
}
.portfolio-nav {
    float: left;
    width:100%;
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
    /*margin-bottom: 30px;*/
    position: relative;
    /*top: -15px;*/
}
.filtr-container {
    
}
.portfolio-col{
    /* background-color: #f5f5f5; */
}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    color:#1b559e;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li.active{
    color: #1b559e;
    border-bottom: 2px solid #1b559e;
    padding-bottom: 10px;
} 
.filtr-item {
    width: 33.25%;
    /*padding: 0;*/
}


/* Item Hover CSS */
.filtr-container .box{
     /* background-color: #111; */
     margin-bottom:10px;
}
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
    float: left;
    width:100%;
    margin-bottom: 30px;
    /* border: 1px solid #eee; */
   
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}
.download .box:before{
    display: none;
}
.box:hover img{ transform: scale3d(1.15, 1.15, 1); }
.box:before{
    content: "\f16a";
    font-family:'FontAwesome';
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 35%;
    position: absolute;
    font-size: 50px;
    color: #fff;
    line-height: 100%;

    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.app_machine .box img{
    padding: 20px;
}
.app_machine .box{
         background-size: cover;
    background-image: url(../images/demo/grey_bg.png);
}
.app_relative .box .box-content{
    padding-top: 35%;
}
.box .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 25%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box .content-inner .title{
    color:#fff;
}
.box .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.user ul{
    width: 100%;
}
.user ul li{
    display:inline-block;
    width: 48%;
    float: left
    padding: 20px;
    /*height: 180px;*/
    line-height: 180px;
    border: 3px solid #fff;
    margin: 0px 10px;
    padding: 20px 0;
}
.user ul li h3{
    text-align: center;
    font-size: 16px;
}
.user ul li:hover:after{
  /*  content: "\f062";
    font-family:"FontAwesome";
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    top: -85px;
    left: 45%;
    color: #fff;*/
}
.user h2{
      font-size: 25px;
    padding-left: 10px;
    position: relative;
    margin-top: -65px;
    /* margin-bottom: 10px; */
    padding-bottom: 20px;
}
.user ul li:hover{
    background-color: #1b559e;
    transition: all .3s ease-in-out;
}
.user ul li:hover h3,
.user ul li:hover i{
    color: #fff;
    transition: all .3s ease-in-out;
  
  
}
.user ul li:hover i{
     border: 2px solid #fff;
     border-radius: 100%;
     margin: 20px auto 10px;
     font-size:20px;
     padding:16px 5px 0;
}

.user ul li i{
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 5px auto 5px!important;
    font-size: 28px;
    display: block;
    color:#3f3f3f;
    padding: 12px 0;
    margin: 20px auto 0px;
    text-align: center;

}
.user{
    /*margin-top: 60px;*/
    padding:50px 0 ;
    background-color:#eee;
}
.download .box:hover .content-inner{
    position: relative;
    top: 25%;
}
.box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.download .filtr-item .title{
    font-size: 18px;
    color: #3f3f3f!important;
    width: 100%;
    line-height: 1.5;
    /* margin: 0 auto 20px; */
    text-align: left!important;
    margin: 10px;
    text-align: center;

}
.box .content-inner .title{
    font-size: 16px;
    color: #fff!important;
    width: 70%;
    line-height: 1.5;
    margin: 0 auto 20px;
    text-align:center!important;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
 /*    width: 40px;
    height: 40px; */
    line-height: 40px;
    /* border: 1px solid #fff; */
    font-size: 18px;
    color: #fff;
    /* margin-right: 5px; */
    position: relative;
    transition: all 0.3s ease 0s;
}

.box .icon li a:hover{ color: #000; }
.box .icon li a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover:before{ transform: scale(1); }


/* Portfolio Two CSS */
.portfolio-two-area {

}
.portfolio-two-area .filtr-item {
    width: 25%;
}


/* Portfolio Details */
.portfolio-details {
    padding: 120px 0 70px;
}
.details-col {
    margin-bottom: 50px;
}
.details-col ul li {
    margin-bottom: 20px;
}
.details-col ul li i {
    margin-right: 10px;
    color: #07BECA;
}
.details-col ul li strong {
    margin-right: 10px;
}
.details-col ul li a {
    color: #111111;
}
.details-col .description {
    padding: 50px 30px;
    background: #f3f3f3;
}




/*****-----*****-----*****-----*****
    11. Callback CSS
*****-----*****-----*****-----*****/
.callback-area {
    padding: 120px 0;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.callback-col h2 {
    font-size: 36px;
    line-height: 28px;
    color: #f1f1f1;
    text-transform: uppercase;
    position: relative;
}
.title-bdr {
    width: 60px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 50px;
    background: #07BECA;
}
.callback-col .form-control {
    background: rgba(255,255,255,0.4);
    color: #ffffff;
}
.callback-col .btn {
    text-transform: uppercase;
    border-radius: 0;
    background: #07BECA;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.callback-col .btn:hover {
    background: #3C4767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.callback-col select option {
    color: #111111;
    background: #ffffff;
}


/*****-----*****-----*****-----*****
    12. Team CSS
*****-----*****-----*****-----*****/
.pro_cat .content-inner{
    position: relative;
    top: 20%;
}
.pro_cat .box:before{
    display: none;
}
.box:hover .box-content li{
    /* border: 1px solid #fff; */
     background-color: #1b559e;
    height: 50px;
    width: 50px;
    margin: 0 10px;
        /* padding: 10px; */
}
.box:hover .box-content i{
   line-height: 50px;
   font-size:18px;
    /* margin-top: 10px; */
    color: #fff;

   -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pro_cat .box{
    padding: 15px;
    margin-bottom:10px;
    /* background-color: #1f1f1f; */
    background-size: cover;
    background-image: url('../images/demo/grey_bg.png');
}
.product_info:before{
    content: "";
    width: 100%;
    height: 450px;
    display: block;
    position: absolute;
    margin-top: 110px;
    left: 0;
    background-color: #eee;
}
.product_info{
    padding: 00px 0 0;
    float: left;
    width:100%;
}
.product_info .pro_text ul{
    margin-top: 10px;
}
.product_info .pro_text li:hover a{
    color: #fff;
}
.product_info .pro_text li:hover{
    background-color:#1b559e;
    border: 2px solid #fff;
    color: #fff;
}
.product_info .pro_text li:hover i{
    border: 2px solid #fff;
    border-radius: 100%;
     margin-right: 10px;
     color: #fff;
     transition: all .3s ease-in-out;
     transform: scale(0.8);
}
.product_info .pro_text li:hover:after{
    content: "\f177";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: #fff;


}
.product_info .pro_text li i{
    color: #4f4f4f;
    width: 40px;
    height: 40px;
    text-align: center;

    line-height: 2.6;
    border: 2px solid transparent;
}
.product_info .pro_text li a{
    color: #4f4f4f;
}
.product_info .pro_text li{
    display: inline-block;
    width: 45%;
    border: 4px solid #cfcfcf;
    padding: 10px;
    margin-right: 10px;
}
.product_info .pro_text h3{
    margin-bottom: 20px;
    font-size:35px;
}
.product_info .pro_text h5 {
    width: 100%;
    font-size:20px;

}
.product_info .pro_text h5 span:before{
    content: "/";
}
.product_info .pro_text h5 span{
    color:#1b559e ;

}
.product_info .pro_text{
   /* margin-top: 200px; */
  float:left;
      top: calc(11rem - 40px);
}
.product .readmore{
    margin-top: 50px;
}
.product.pro_sub .product_area{
    margin-bottom: 0px;
}
.product{
    padding: 80px 0;
}
.product.pro_sub{
    padding-bottom: 0;
    padding:0;

}
.pro_sub .product_area:hover h3{
    color: #3f3f3f;
}
.product_area{
    margin-bottom: 50px;
 /*    max-height: 550px;
    overflow: hidden; */
}
.product_area .pro_text h3{
    font-size: 30px;
    /* letter-spacing: 3px; */
}
.product_area .pro_text{
    margin-top: 100px;
}
.pro_sub .product_area:after{
    margin-top:-130px;
}
.product_area:after{
    content: "";
    width: 100%;
    height: 350px;
    position:absolute;
    margin-top: -370px;
    left: 0;
    /* top: -31rem; */
    z-index: -1;
    background-color: #f5f5f5;
}
.app{
    padding: 50px 0;
    width: 100%;
    float: left;
}
.app_text .readmore{
    margin-top: 50px;
}

.app_text{
    margin-top: 50px;
}
.pro_des,
.app_des{
    display: block;
    width: 100%;
    float: left;
    /* margin-bottom: 30px; */
}
.pro_des p,
.app_des p{
    color: #3f3f3f;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.8;
    font-family: sans-serif;
}
.app_text h3{
    font-size: 30px;
    color: #444;
    margin-bottom: 10px;
}
.app_product{
    max-height: 450px;
    overflow: hidden;
    width: 100%;
    display: block;
    float: left;
    padding:40px 0;
    margin: 0;

}
.app_relative{
    padding:80px 0 80px;
}
.app_machine{
    padding: 40px 0 0px;
    margin: 0px 0 0;
    /*background-color: #f5f5f5;*/
}
.app_machine h2{
    font-size: 35px;
    letter-spacing: 5px;
    position: relative;
    top: -60px;
}
.product_area:hover h3,
.app_product:hover h3{
    color:#1b559e;
}
.product_area:hover .readmore a,
.app_product:hover .readmore a{
    color:#1b559e ;
}
.product_area:hover .readmore:after,
.app_product:hover .readmore:after {
    content: "\f178";
    right: -10px;
    position: relative;
}
.product_area:hover .readmore:before,
.app_product:hover .readmore:before{
    background-color:#1b559e  ;
}
.product_area:hover .readmore,
.app_product:hover .readmore{
    color: #1b559e;
}
.product_area .readmore:before,
.app_product .readmore:before{
    background-color: #4f4f4f;
}
.product_area .readmore,
.app_product .readmore{
    color: #4f4f4f;
}
.app_product:hover img{
    transition: all .5s ease-in-out;
    transform: scale(0.95);
}
.app_sub{
    margin-bottom: 40px;
 /*    height: 350px;
    overflow: hidden; */
}
 .app_sub:after{
    content: "";
    min-height: 280px;
    width: 100%;
    margin-top: -20rem;
    z-index: -1;
    position: absolute;
    left: 0;
    float: left;
    background-color: #f5f5f5;
 }
.app_product:after{
   content: "";
   min-height: 300px;
   width: 100%;
   position: absolute;
   margin-top: -20rem;
   /* top: -20rem; */
   z-index: -1;
   background-color: #f5f5f5;
   float: left;
}
/* .app_product:nth-child(even){
    background-color: #f5f5f5;
} */
.app_machine .box:before,
.app_cat .box:before{
    display: none;
}
.app_cat{
    margin-top: 50px;
}
.app_sub .app_product{
    background-color: #f5f5f5;
}

.team-bg{
    background-color: #fff;
    padding:5% 5% 0;
    margin: 0 auto;
    width: 70%;
    /* display: block; */
    /* width: 80%; */
    /* margin:0% 10%; */
    /* width: 80%; */
    /* float: left; */
}
.team-area {
    padding: 120px 0 0;
    width: 100%;
    /* overflow: hidden; */
}
.team-col {
    margin: 30px 0;
}
.our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 120px;
    height: 130px;
    background: #3C4767;
    position: absolute;
    z-index: -1;
}
.our-team:before{
    bottom: -20px;
    left: 0;
}
.our-team:after{
    top: -20px;
    right: 0;
}
.our-team .pic{
    margin: 3px;
    position: relative;
    border: 1px solid #cfcfcf;
    transition: all 0.5s ease 0s;
    background-color: #fff;
}
.our-team:hover .pic{
    border-color: #33343e;
}
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 0;
    background: #3C4767;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
    height: 100%;
    opacity: 0.85;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}
.our-team:hover .team-content{
    top: 38%;
    opacity: 1;
}
.our-team .team-content .details-link {
    color: #ffffff;
    letter-spacing: 2px;
}
.our-team .title{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.our-team .post{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
}
.our-team .social-group{
    padding: 0;
    /* margin: 20px 0 5px 0; */
    list-style: none;
}
.our-team .social-group li{
    display: inline-block;
}
.our-team .social-group li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    /* border: 1px solid #fff; */
    font-size: 24px;
    color: #fff;
    margin: 0 2px 20px; 
    transition: all 0.5s ease 0s;
}
.our-team .social-group li a:hover{
    background: #fff;
    color: #1b559e;
}
.team-col h3 {
    /* text-align: center; */
    margin-top: 20px;
    font-size: 18px;
}
.team-col h3 a {
    color: #3C4767;
}
.team-col p:before{
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 15px;
    transform: rotate(30deg);
    background-color: #6f6f6f;
}
.team-col p {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 1.5;
    /* text-align: center; */
}
.team-area .owl-theme .owl-nav {
    margin-top: 0;
}
.team-area .owl-theme .owl-nav [class*=owl-] {
    padding: 0px 25px;
    border-radius: 0;
    color: #ffffff;
    font-size: 20px;
    background: #3C4767;
}
.team-area .owl-carousel .owl-nav .owl-next {
    position: relative;
    right: -3%;
    float: right;
   top: -18rem;
    /* top: 55%; */
}
.team-area .owl-carousel .owl-nav .owl-prev {
    position: relative;
    left: -3%;
    float: left;
     top: -18rem;
    /* top: 56%; */
}


/*****-----*****-----*****-----*****
    13. Testimonial CSS
*****-----*****-----*****-----*****/
.testimonial-area {
    padding: 120px 0 65px;
    background: url(../images/bg/pattern.png);
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
}
.testimonial-area.overlay-white:before {
    background: rgba(255,255,255,0.2);
}
.testimonial-area .section-title-col h2 span {
    color: #ffffff;
}
.testimonial-carousel {
    margin-bottom: 50px;
}
.testimonial-box {
    margin-bottom: 50px;
    /* padding: 30px 30px 30px; */
    text-align: center;
    /* border: 1px solid #fdf5f5; */
}
.testimonial-box .testimonial-img{
    margin-bottom: 30px;
}
.testimonial-box .testimonial-img img {
    width: 80px ;
    height: 80px;
    margin: 0 auto;
}
.testimonial-box h4 a{
    color: #3f3f3f;
}
.testimonial-box h4 a:hover{
    color: #1b559e;
}
.testimonial-box h4 {
    font-weight: bold;
    color: #111111;
    margin-top: 20px;
    margin-bottom: 10px;
}
.testimonial-box span {
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
}
.testimonial-box p {
    margin-top: 10px;
}
.testimonial-area .owl-theme .owl-nav [class*=owl-] {
    background: #3C4767;
}
.testimonial-video {
    margin-bottom: 50px;
}
.video-img {
    position: relative;
}
.video-img img {
    width: 80%;
}
.video-overlay {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 80%;
    height: 100%;
    background: rgba(60, 71, 103, 0.9);
}
.video-overlay a i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    font-size: 80px;
    color: #07BECA;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Testimonial two CSS */
.testimonial-two-section {
    background: #f5f5f5;
    padding: 120px 0; 
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial-two-section .section-title-col h2,
.testimonial-two-section .section-title-col p {
    color: #f3f3f3;
}
.testimonial-section .default-title h2,
.testimonial-section .default-title p {
    color: #eeeeee;
}
.machine.separator-area:before{
    width: 100%;
    left:0%;
    height: 650px;
        -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
.machine .testimonial{
    margin-top:0px;
}
.testimonial{
    padding: 0px;
    margin: 0;
}
.testimonial .pic{
    width: 250px;
    /* height: 230px; */
    float: left;
    padding: 0px 10px 0;
    margin-right: 20px;
/*     display: table-cell;
    vertical-align: middle; */
    position: relative;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
}
.testimonial .pic:before{
    bottom: 0%;
    left: 0%;
/*     border-bottom: 3px solid #07BECA;
    border-left: 3px solid #07BECA; */
}
.testimonial .pic:after{
    top: 0%;
    right:0%;
   /*  border-top: 3px solid #07BECA;
    border-right: 3px solid #07BECA; */
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    padding:0;
}
.testimonial .testimonial-content .readmore:before{
    background-color: #fff;
}
.testimonial .testimonial-content .readmore:after{
 color: #fff; 
}
.testimonial .testimonial-content .readmore{
    float: left;
    margin-left: 10px;
    margin-top: 30px;
}
.testimonial .testimonial-content .readmore a{
    float: left;
    color: #fff;
    margin-right: 10px;
}
.testimonial .testimonial-content{
    display: table;
    position: relative;
    top: 40px;
}
.testimonial .testimonial-content:before{
   /*  content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    color: #d8dad6;
    z-index: -1;
    opacity: 0.1; */
}
.testimonial .testimonial-title{
    font-size: 24px;
    color: #07BECA;
    margin:0!important;
    padding: 0!important;
}
.testimonial .post{
    font-size: 14px;
    color: #999999;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    padding-left: 5px;
}
.testimonial .description{
    color: #eee;
    margin-top: 12px;
    /* font-style: italic; */
}
.testimonial-two-section .owl-theme .owl-controls .owl-page.active span,
.testimonial-two-section .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #07BECA;
}
.testimonial-two-section .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-two-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #07BECA;
}



/*****-----*****-----*****-----*****
    14. Blog CSS
*****-----*****-----*****-----*****/
.blog-img{
    border: 1px solid #eee;
}
/* .wrapper{
    background-repeat: no-repeat;
    background-size: cover;
} */
.blog-area:after{
    content: "";
    display: block;
   border-style: solid;
    border-width: 0 0 60rem 40rem;
    border-color: transparent transparent #fcfcfc transparent;

    position:absolute;
   
    float: right;
    right: 0;
    margin-top: -50rem;
   
    z-index: -100;
}
.blog-area {
    padding: 80px 0 90px;
    overflow: hidden;
}
.post-box{
    margin-bottom: 30px;
}
.post-box .post-img{
    position: relative;
    margin-bottom: 20px;
}
.post-box .post-img img{
    width: 100%;
    height: auto;
}
.post-box .post-bar{
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-box .post-bar li{
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}
.post-box .post-bar li:after{
    content: "/";
    margin-left: 5px;
}
.post-box .post-bar li:last-child:after{
    content: "";
}
.post-box .post-bar li a{
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-box .post-bar li a:hover{
    color: #333;
    text-decoration: none;
}
.post-box .post-bar li a:after{
    content: ",";
    margin: 0 5px;
}
.post-box .post-bar li a:last-child:after{
    content: "";
}
.post-box .post-title{
    margin: 25px 0 5px;
    font-size:18px;
}
.post-box .post-title:before{
    content: "";
    height: 25px;
    width: 1px;
    background-color: #111;
    display: block;
    float: left;
    transform: rotate(30deg);
    margin-right: 15px;
}
.post-box .post-title a{
    font-size: 18px;
    color: #1b559e;
    text-transform: uppercase;
    transition: all 300ms linear 0ms;
}
.post-box .post-title a:hover{
    color: #1b559e;
    letter-spacing: 1px;
    text-decoration: none;
}
.post-box .post-description{
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    padding-bottom: 15px;
}
.post-box .read-more{
    display: inline-block;
}
.post-box .read-more:hover{
    text-decoration: none;
}
.post-box .read-more i{
    font-size: 19px;
    color: #333;
    margin-left: 5px;
    transition: all 0.40s linear 0s;
}
.post-box .read-more span{
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    transition: all 0.40s linear 0s;
}
.post-box {
    overflow: hidden;
}
.post-box a{
    color: #3f3f3f;
}
.post-box .readmore:before{
    background-color: #111;
}
.post-box .readmore {
    float: right;
}
.post-box .readmore a{
    font-size: 12px;
}
.post-box:hover figure::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
.post-box:hover figure img {
    -ms-transform: scale(1.05); 
    -webkit-transform: scale(1.05); 
    transform: scale(1.05);
    -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;
}
.blog-item {
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background: #F5F5F5;
}
/*.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}*/
.blog-item ul {
    color: #07BECA;
}
.blog-item ul li {
    display: inline-block;
    margin-right: 5px;
}
.blog-item ul li a {
    color: #333333;
}
.blog-item ul li a:hover {
    color: #07BECA;
}
.blog-item h3 {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
.blog-item h3 a {
    color: #2d2d2d;
    text-transform: uppercase;
}
.blog-item p {
    color: #333333;
}
.blog-item a {
    color: #07BECA;
}


/* Blog Single */
.blog-single-sec .post-box .post-title a{
    font-size: 20px;
}

.blog-single-sec {
    padding: 120px 0 90px;
    text-align: left;
}
.blog-single-sec .blog-box {
    background: transparent;
}
.blog-single-sec .blog-date {
    margin-bottom: 30px;
    padding: 10px 20px;
    background: #eee;
    width: 100%;
}
.blog-single-sec .blog-date:after{
 /*    content: "";
    border-style: solid;
border-style: solid;
float: right;
position: relative;
right: -70px;
top: -35px;
border-width: 45px 50px 0 0;
border-color: #eee transparent transparent transparent; */
}
.blog-single-sec .blog-date date{
    color: #3f3f3f;
    margin-bottom: 0;
}
.blog-single-sec .blog-date date:before{
    background-color: #3f3f3f;
}
.blog-single-sec .blog-date ul li {
    margin-right: 20px;
    display: inline-block;
}
.blog-single-sec .blog-date ul li i {
    margin-right: 5px;
    color: #07BECA;
}
.blog-single-sec .blog-date ul li a {
    color: #111111;
}
.blog-single-sec .blog-content h4{
    font-size:20px;
}
.blog-single-sec .blog-content p {
    margin-bottom: 0;
}
.highlight-text {
    padding: 30px 30px;
    background: #F5F5F5;
    margin-bottom: 30px;
    margin-top: 30px;
}
.highlight-text p {
    font-weight: bold;
    margin-bottom: 0;
    color: #2d2d2d;
}
.comment-row {
    margin-bottom: 60px;
}
.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}
.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}
.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-item a i {
    color: #07BECA;
}

.form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 0;
}
.middel-item {
    margin-left: 50px;
}
.form-area .btn {
    margin-bottom: 30px;
}



/* Sidebar start */
.sidebar {
    margin-bottom: 30px;
}
.sedebar-title {
    color: #111;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #E6E6E6; */
    position: absolute;
    top: 35px;
}
.sidebar-search {
    margin-bottom: 50px;
}
.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #07BECA;
}
.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}
.categories {
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 50px;
}
.categories ul{
    margin-top: 20px;
}
.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:last-child {
    border-bottom: none;
}
.categories ul li:hover {
    padding-left: 10px;

    /* border-color: #07BECA; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover:before{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover a {
    color: #1b559e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover span {
    color: #07BECA;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latest-news {
    margin-bottom: 50px;
}
.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.latest-news ul li:last-child {
    border-bottom: none;
}
.news-item {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}
.news-item p {
    
}
.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-item h4 {
    margin-bottom: 5px;
}
.news-item h4 a {
    color: #07BECA;
    font-size: 14px;
}
.sidebar-tags {
    margin-bottom: 50px;
}
.sidebar-tags ul li {
    display: inline-block;
}
.sidebar-tags a {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block; 
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-tags a:hover {
    border-color: #07BECA;
    background: #07BECA;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.preview {
    margin-bottom: 50px;
}


/*****-----*****-----*****-----*****
    15. Newsletter CSS
*****-----*****-----*****-----*****/
.newsletter-area .about-title-box{
    position: relative;
    top: -90px;
}
.newsletter-area .about-title-box h4{
    z-index: 100;
}
.newsletter-area {
    padding: 60px 0 30px;
    background: url('../images/demo/dust_scratches.png');
    background-repeat: repeat;
    position: relative;
}
.newsletter-col {
    margin-bottom: 30px;
}
.newsletter-col form {
    background: #07BECA;
    padding: 15px 15px;
}
.newsletter-col h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.newsletter-col .form-control {
    height: 45px;
}
.newsletter-col .btn {
    height: 45px;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: #3C4767;
    color: #ffffff;
}
.client-col {
    margin-bottom: 30px;
    position: relative;
    top: -50px;
}
.client-col h3 {
    margin-bottom: 30px;
    font-size: 40px;
    position: relative;
    top: -85px;
}




/*****-----*****-----*****-----*****
    16. Inner page title bar CSS
*****-----*****-----*****-----*****/

#inner-title-bar {
    /* background: url(../images/bg/2.jpg); */
    /* padding: 120px 0; */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#inner-title-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: ;
}
#inner-title-bar .inner-title-bar-box p a:hover{
    color: #fff;
    text-decoration: underline;
}
#inner-title-bar .inner-title-bar-box i:first-child{
    margin: 0;
}
#inner-title-bar .inner-title-bar-box i{
    margin: 0 10px;
}
#inner-title-bar .inner-title-bar-box {
    /* background: #3C4767; */
    /* background-image: url('../images/demo/title_bg.png'); */
    /* opacity: 0.5; */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-position:left;
    background-size: 100%;
    /* mix-blend-mode: multiply; */
    /* border: 5px solid rgba(0, 0, 0, 0.2); */
    padding: 120px 20px;
}

#inner-title-bar .inner-title-bar-box h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    font-weight: initial;
    text-align: center;
    /* letter-spacing: 5px; */
    position: relative;
    z-index: 100;
}
#inner-title-bar .inner-title-bar-box h2:before{
  /*   content: "";
    width:80px;
    display: block;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
        position: absolute; */
    /* left: -170px; */
    /* margin-left: 30%; */
    /* transform: rotate(-50deg); */
    
}
#inner-title-bar .inner-title-bar-box:before{
    content: "";
        width: 100%;
    height: 100%;
    position: absolute;
    /* top: -50%; */
    left: 0;
    top: 0;
    /* left: -50%; */
    background: url('../images/demo/video-bg.png') repeat;
    display: block;
    /* padding: 24% 0%; */
    text-align: center;
    z-index: 0;
}
#inner-title-bar .inner-title-bar-box p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
     position: relative;
    z-index: 100;
}
#inner-title-bar .inner-title-bar-box p a {
    color: #ffffff;
    font-size:16px;
}
#inner-title-bar .inner-title-bar-box p a i{
    margin: 0 5px;
}







/*****-----*****-----*****-----*****
    17. Pricing CSS
*****-----*****-----*****-----*****/
.pricing-area {
    padding: 120px 0 90px;
}
.pricingTable{
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px 0 40px;
    text-align: center;
}
.pricingTable .pricingTable-header{
    color: #333;
}
.pricingTable .icon{
    display: block;
    font-size: 50px;
}
.pricingTable .title{
    font-size: 22px;
    margin-bottom: 10px;
}
.pricingTable .price-value{
    padding: 30px 20px;
    margin: 23px -10px 30px;
    background: #eee;
    color: #333;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover .price-value{
    background: #07BECA;
    color: #fff;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after{
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    border-width: 13px 5px 11px;
    border-style: solid;
    border-color: transparent #e2e2e2 #e2e2e2 transparent;
    position: absolute;
    top: -24px;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable .price-value:after{
    border-width: 11px 5px;
    border-color: transparent transparent #e2e2e2 #e2e2e2;
    top: -22px;
    left: auto;
    right: 0;
}
.pricingTable:hover .price-value:before{
    border-color: transparent #2b959c #2b959c transparent;
}
.pricingTable:hover .price-value:after{
    border-color: transparent transparent #2b959c #2b959c;
}
.pricingTable .amount{
    display: inline-block;
    font-size: 50px;
    position: relative;
}
.pricingTable .currency{
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 60px;
}
.pricingTable .month{
    font-size: 20px;
    position: absolute;
    top: 32px;
    right: -65px;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}
.pricingTable .pricing-content li{
    font-size: 14px;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color:  #858585;
    text-transform: uppercase;
    border-top: 1px solid #e0dcdc;
    border-bottom: 1px solid #e0dcdc;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-signup{
    background: #07BECA;
    border-top: 1px solid  #07BECA;
    border-bottom: 1px solid #07BECA;
    color: #fff;
}




/*****-----*****-----*****-----*****
    18. Account CSS
*****-----*****-----*****-----*****/
.account-area {
    padding: 120px 0;
}
.tab{
    padding: 70px 50px 25px;
    margin-top: 40px;
    background: #f5f5f5;
    position: relative;
}
.tab:before{
    content: "\f007";
    font-family: fontawesome;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #1b559e;
    font-size: 40px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.tab .nav-tabs{
    padding: 0 20px 15px;
    position: relative;
}
.tab .nav-tabs li a{
    padding: 0 20px 0;
    margin: 0;
    background: none;
    font-weight: bold;
    font-size: 22px;
    color: #6f6f6f;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    opacity: 0.5;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover{ border: none; }
.tab .nav-tabs li a:before{
    content: "";
    width: 0;
    height: 3px;
    background: #1b559e;
    position: absolute;
    bottom: -16px;
    left: 0;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    border: none;
    background: none;
    opacity: 1;
    color: #111;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:hover:before{ width: 100%; }
.tab .tab-content{
    padding: 20px 0 0 0;
    margin-top: 15px;
    background: none;
    position: relative;
}
.form-horizontal .form-group{
    position: relative;
    margin-bottom: 0;
}
.form-horizontal .form-control{
    height: 45px;
    /* background: rgba(255,255,255,0.2); */
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #3f3f3f;
    transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    outline: 0 none;
}
.form-horizontal .form-group label{
    color: #111;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.form-horizontal .btn{
    display: inline-block;
    width: 50%;
    background: #3f3f3f;
    padding: 10px 20px;
    margin: 20px auto 0;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.form-horizontal .btn:focus{
    background: #1b559e;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.form-horizontal .forgot-pass{
    margin: 0;
    text-align: center;
}
.form-horizontal .forgot-pass a{
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #615f6c;
    font-size: 14px;
    font-weight: bold;
    color: #adadad;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.form-horizontal .forgot-pass a:hover{ color: #1b559e; }



/*****-----*****-----*****-----*****
    19. FAQ CSS
*****-----*****-----*****-----*****/
.worldwide{
    margin-top: 450px;
}
.worldwide .info-box span:after{
    background-color: #6f6f6f;
}
.worldwide .info-box{
    background-color: rgba(0, 0, 0, 0.65);
}
.faq-area {
    background-repeat: no-repeat;
    background-size: 95%;
    background-position:50% 20%;
    padding: 250px 0 150px;
}
.faq-col {
    margin-bottom: 30px;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 30px 10px 30px;
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #07BECA;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a.collapsed{ background: #3C4767;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #07BECA;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background: #ababab;
}
#accordion .panel-body{
    border-left: 3px solid #07BECA;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #07BECA;
    position: absolute;
    bottom: 0;
    left: 0;
}



/*****-----*****-----*****-----*****
    20. Error CSS
*****-----*****-----*****-----*****/
.error-section {
    padding: 50px 0;
}
.error-col {
    text-align: center;
}
.error-col h1 {
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: 8px;
    font-style: italic;
    color: #07BECA;
}
.error-col h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.error-col img {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}
.error-col a {
    font-size: 30px;
    color: #07BECA;
    padding: 8px 20px;
}
.error-col a:hover {
    color: #ffffff;
    background: #07BECA;
}






/*****-----*****-----*****-----*****
    21. Contact CSS
*****-----*****-----*****-----*****/
.inquiry{
    width: 100%;
  
}
.inquiry table{
    width: 100%;
    position: relative;
    /* top: -50px; */
}
.inquiry table th{
    white-space: nowrap;
}
.inquiry table td{
    padding:10px 20px;
    white-space: nowrap;
    /* background-color: #fff; */
}
.inquiry table th:first-child{
    width: 10%;
}
.inquiry table th:nth-child(2){
    width: 20%;
}
.inquiry table th:last-child{
    width: 10%;
}
.inquiry table th{
    font-size: 20px;
    padding:10px 20px;
    background-color: #1b559e;
    border: 1px solid #fff;
    color: #fff;
}
.inquiry table td{
    /* text-align: center; */
}
.inquiry tr:nth-child(even) {

    background: #fff;

}

.inquiry tr:nth-child(odd) {

    background-color: #fafafa;

}

ul.contact_info{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
    /* top: -40px; */
}

ul.contact_info li{
    font-size: 16px;
    margin-bottom: 10px;
}
ul.contact_info li i{
    /* margin-right: 10px; */
}
ul.contact_info li i:after{
    content: "/";
    margin: 0 10px;
}
.contact-area p:before{
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    top: 10px;
    /* margin-left: 30px; */
    background-color: #3f3f3f;
}
.contact-area form p{
    /*position: relative;*/
    top: 0;
    /*margin-bottom: 20px;*/
    margin-bottom: 22px;
}
.contact-area.apply p{
    top: 0;
}
.contact-area p{
    /*position: relative;*/
    top: -20px;
    /* left: 10px; */
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-area.apply{
    margin-top: 60px!important;
    margin-bottom: 60px;
}
.contact-area {
    /* overflow: hidden; */
    margin-top: 120px;
    /* margin-bottom: 120px; */
    padding: 60px 0 60px;
    background-color: #f5f5f5;
}
.contact-area.apply h2{
    /* top: 0; */
    margin-bottom: 20px;
}
.contact-area h2{
    position:absolute;
    margin-top: -80px;
    /* top: -80px; */
    font-size: 35px;
    /* letter-spacing:3px; */
    /* padding-left: 10px; */
}
.contact-sec.section-default {
    
}
.contact-title {
    position: relative;
}
.contact-title h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 40px;
    position: relative;
}
.contact-title h2:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1d1d1d;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.contact-title p {
    margin-bottom: 30px;
}
.contact-info-box {
    margin-top: 30px;
    /* margin-bottom: 60px; */
}
.info-box ul{
    position: relative;
    z-index: 100;
    padding: 0 15px;
    margin: 10px 0 0 ;
}
.info-box ul li{
    text-align: left;
    color: #fff;
    font-size: 16px;

}
.phone-info * { color: #fff !important; }{
    color:#fff!important;
}
.info-box ul h5{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.info-box ul li i{
    font-size: 16px;
     margin-bottom: 10px;
    /* display: block; */
    text-align: center;
    /* width: 20px; */
    /* float: left; */
}
.info-box ul li i:after{
    content: "/";
    margin: 0 10px;

}
.info-box {
    position: relative;
    text-align: center;
    background: #1b559e;
    padding: 30px;
    height:290px;
}

.info-box:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    position: absolute;
    background-repeat:no-repeat;
    background-position: center right;
    background-size:cover;
    background-image: url('../images/demo/overlay.png');
}
.info-box span:after{
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    border-radius: 100%;
    background-color: #092b71;
    margin: 0 auto;
    position: relative;
    left: -15px;
    top: -10px;
    z-index: 0;
}
.info-box img{
    width: 60px;
    top: -30px;
    left:45%;
    position: absolute;
    z-index: 100;
}
.info-box p {
    color: #dddddd;
}
.info-box i {
    color: #dddddd;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}
.contact-sec form {
    padding-bottom: 0;
}
.contact-sec form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #dddddd;
    color: #676767;
    padding-left: 0;
}
.contact-sec form .textarea-hight-full {
    height: 100%;
}





/*****-----*****-----*****-----*****
    22. Footer CSS
*****-----*****-----*****-----*****/
.main-footer {
    width: 100%;
    float: left;
    /* padding: 40px 0 40px; */
    /* background: url(../images/bg/footer.jpg); */
    background-color: #eee;
}
.main-footer.overlay-black:before {
    /* background: rgba(0,0,0,0.7); */
}
.main-footer .col-default {
    /* margin-bottom: 50px; */
    margin: 40px 0;
}
.main-footer .footer-logo img {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
    position: absolute;
    top: -40px;
}
.about-info {
    margin-top: 60px;
    padding-left: 10px;
}
.about-info a{
    color:#3f3f3f;
}
.about-info li:hover a{
    color:#1b559e;
}
.about-info li {
    padding: 0;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.about-info li i {
    font-size: 20px;
    color: #111;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    text-align: center;
    z-index: 0;
    width: 20px;
}
.main-footer h4 {
    font-size: 35px;
    color: #111;
    letter-spacing: 1px;
    position: absolute;
    font-style: italic;
    top: -20px;
        font-family: sans-serif;
}
.main-footer h5{
    font-size: 24px;
    text-align: center;
    position: relative;
     font-style: italic;
     color:#1b559e ;
     letter-spacing: 10px;
    left: -5px;
    top: -20px;
font-family: sans-serif;
}
.main-footer h5:before{
    content: "";
    background-color:#1b559e ;

    height: 1px;
    display: block;
    margin: 0 auto;
    width: 200px;
    position: relative;
    top: 15px;
    left: -30px;
}
.main-footer .heading-under-line {
   /*  width: 40px;
    height: 2px;
    background-color: #07BECA;
    position: relative;
    margin: 0;
    margin-bottom: 40px; */
}
.gotop :hover p,
.contact:hover p{
    transition: all .3s ease-in-out;
    letter-spacing: 2px;
}
.gotop :hover svg,
.contact:hover svg{
     transition: all .3s ease-in-out;
     -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gotop p,
.contact p{
    clear: both;
    width: 100%;
    position: absolute;
    color: #fff;
    left: 0;
    margin-top: 30px;
    font-family: sans-serif;

}
.gotop svg,
.contact svg{
    width: 40px;
    position: relative;
    z-index: 10;
   
}
.gotop svg path,
.contact svg path{
    fill: #fff!important;
}
.svg_box{
    display: block;
    width: 80px;
    height: 80px;
     border: 3px solid #fff;
    padding:15px 10px;
    border-radius: 100%;
    position: relative;
    top: -10px;
    z-index: 10;
    text-align: center;
    line-height: 1.5;
}
.gotop:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
     mix-blend-mode: multiply;
    background-color: rgba(0, 39, 87, 0.85)
}
.contact:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
     top: 0;
    left: 0;
     mix-blend-mode: multiply;
    background-color: rgba(27, 85, 158, 0.85)
}
.gotop,
.contact{
    width: 50%;
    height: 250px;
    /* display: ; */
    float: left;
      display:flex;
    align-items:center;
    justify-content:center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
}
.footer-about-col p {
    color: #111;
font-family: sans-serif;
}
.footer-post-col:before {
    content: "";
    height: 170px;
    width: 1px;
    display: block;
    float: left;
    background-color: #9f9f9f;
    /* margin-bottom: 50px; */
    position: relative;
    left: -10px;
}
.footer-post-col ul li {
    /* min-height: 60px; */
    position: relative;
    display: inline-block;
    width: 30%;
    /* padding-left: 80px; */
    /* margin-bottom: 20px; */
}
.footer-post-col ul li:before{
    content: "。";
    position: relative;
    float: left;
    font-size: 22px;
    left: 0px;
    /* text-align: right; */
  
}
.footer-post-col ul li a{
    color: #111;
    display: block;
    /* line-height:2.5; */
    text-align: left;
    margin-bottom: 10px;
    font-family: sans-serif;

}
.footer-post-col ul li a:hover{
    color:#1b559e ;
}
.footer-post-col ul li:last-child {
    margin-bottom: 0;
}
.footer-post-col ul li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60px;
    height: auto;
}
.footer-post-col ul li p {
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 0;
}
.footer-post-col ul li p a {
    color: #f1f1f1;
}
.footer-post-col ul li p .time {
    color: #07BECA;
}
.footer-post-col ul li p a:hover {
    color: #07BECA;
}
.footer-link-col ul li {
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-link-col ul li:last-child {
    border-bottom: none;
}
.footer-link-col ul li a {
    color: #f1f1f1;
    text-transform: uppercase;
}
.footer-link-col ul li a:hover {
    color: #f1f1f1;
}
.quick-contact {
    
}



/* COPY RIGHT CSS START */
.copyright:before{
    content: "";
   /*  width: 53px;
    width: 30px; */
    float: right;
    display: none;
    position: absolute;
    right: 45%;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 53px 55px;
    border-color: transparent transparent #111 transparent;

}
.copyright:after{
    content: "";
    width: 50%;
    display: block;
    height: 53px;
    right: -100px;
    position: absolute;
    float: right;
   
    bottom: 0px;
    background-color: #111;
    transform:skewX(-40deg);
   /*  -webkit-transform:skewX(-40deg);
    -o-transform:skewX(-40deg);
    -ms-transform:skewX(-40deg); */
}
.copyright p.right a{
    color: #fff;
}
.copyright p.right a:hover{
    transition: all 3s ease-in-out;
    text-decoration: underline;
}
.copyright p.right{
    position: absolute;
    z-index: 100;
    color: #fff;
    right: 0;
}
.copyright {
    padding: 15px 15px;
    background-color: #1b559e;
    position: relative;
    float: left;
    width: 100%;
}
.copyright-col p {
    color: #eee;
    font-family: sans-serif;
    text-align: left;
}
.copyright p a {
    color: #07BECA;
}
.social {
    margin-top: 20px;
}
.social li {
    display: inline-block;
    margin-right: 5px;
}
.social li i {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #07BECA;
    line-height: 36px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social i:hover {
    background: #07BECA;
    color: #ffffff;
}

/* swiper */
.links{
            padding: 8px;
            background-color: #52b529;
            margin: 5px;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }
        .links a{
            color: #fff;
            display: inline-block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }
        .links:hover{
        background-color: #1e824c;
        }
        .current{
            background-color: #22a7f0;
        }
         .swiper-container {
            width: 100%;
            /* height: 350px; */
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            padding: 30px;
            /* background: #fff; */
            /* padding: 0 50px; */
            /* Center slide text vertically */
            /* border: 1px solid #eee; */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;

        }

/* tab */
.app_machine .tab .nav-tabs li a{
    /* background-color: #cfcfcf; */
}
/* .app_machine .tab .nav-tabs, */
.app_machine .tab li{
    list-style-type: none;
    /* margin-bottom: 30px; */
}
.app_machine .tab li ul li{
    /* margin-bottom: 0; */
}
.app_machine .tab{
    padding: 0;
    margin: 0;
    background-color:transparent;
    /* border: 0; */
}
.app_machine .tab:before{
    display: none;
}
.app_machine .tab .tab-content{
    margin-top: 0;
    float: left;
    width: 100%;
    padding:30px 20px;
}
.app_machine .tab .tab-content.text_box li img{
    margin-bottom: 30px;
    float: left;
}
.app_machine .tab .tab-content.text_box ul{
    float: left;
    width: 100%;
}
.app_machine .tab .tab-content.text_box li{
    font-size: 16px;
    float: left;
    width: 100%;
    /* margin-bottom: 20px; */
}
.app_machine .tab-content>.active img{
    max-width: 100%;
    width: auto!important;
    display: block;
    margin: 0 auto;
}
.app_machine .tab-content>.active{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 50px;
}
ul.text_box{
    margin: 0 0 30px;
    padding: 0 15px; 
}
ul.text_box li span{
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}
ul.text_box li:before{
    content: "。";
    left: 10px;
    position: absolute;
}
/* ul.text_box li span:after{
    content: "/";
    margin-left: 10px;
} */
ul.text_box li{
    line-height: 2;
}
.model table{
    border: 0;
}
th.black{
    background-color:#3f3f3f!important;
    color:#fff!important;
    border:1px solid #eee!important;
}
.model table td{
    /* border: 0; */
    padding: 10px;
    white-space: nowrap; 
    border:1px solid #eee;
    /* text-align: center; */
}
/*.model table tr:nth-child(3){
    border-top: 5px solid #fff;
}*/

.model table tr:first-child{
    background-color: #3f3f3f;
    color: #fff;
    

}
.model table th{
    font-weight: bold;
    padding: 10px;
    color: #111;
    background-color: #eee;
    border-right:1px solid #eee;
    border-left: 3px solid #1b559e;
    white-space: nowrap; 
}
#Section3 p{
    font-weight: bold;
    float: left;
    margin-top: 15px;
}
#Section3 ul li{
    display: inline-block;
    float: left;
    border-right: 1px solid #cfcfcf;
    padding: 2px 10px;
    margin-top: 12px;
}
#Section3 ul li:last-child{
    border: 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }