@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 1.8;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
   	font-family: 'Roboto', sans-serif; 
    font-weight: normal;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
	
}
p{ text-align: justify;} 
h1, h2, h3, h4, h5, h6{
    color: #000000;
    font-weight: 400;
    margin: 0 0 15px;
	font-family: 'Oswald', sans-serif;
}
a{
    color: #000;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.container { max-width:1200px;}
.page-warraper { position: relative; width:100%;}
header .top-area{ background-color:rgba(249, 175, 41, 1);}
header .top-area ul.tplft { padding-left:0; margin:0;}
header .top-area ul.tplft li { display:inline-block; padding:0 5px; }
header .top-area ul.tplft li a{ text-decoration:none; color:#675f5f; line-height:30px; font-size:14px;}
header .top-area ul.tplft li a:hover{ color: #fff;}
header .top-area .top-social { float:right;}
header .top-area .top-social ul{ padding-left:0; margin:0;}
header .top-area .top-social ul li{ display:inline-block; background:#282563;}
header .top-area .top-social ul li a{ text-decoration:none; color: #fff; line-height:30px; padding:0 10px;} 
header .top-area .top-social ul li a:hover { background-color:rgba(3, 61, 117, 1); color: #fff; display:block;}

header .navbar-nav { flex-direction: inherit;}
/*================================
======        HEADER        ======
=================================*/

header {
    position: relative;
    top: 0;
}

.header-absolute {
    z-index: 101;
    top: 0;
    right: 0;
    left: 0;
}

.header-main.header-fixed {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;

    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.header-main.header-fixed .menu-wrapper > li > a,
.header-main.header-fixed .button-search {
    line-height: 63px;
}

.header-main.header-fixed .nav-search {
    top: 70px;
}

.hidden-menu {
    top: -120px !important;
}

/*----------  1.1. Topbar  ----------*/

.header-topbar {
    padding: 12px 0;

    color: rgba(255, 255, 255, .7);
    border-bottom: 2px solid;
    background-color: #213047;
}

.topbar-list .item {
    display: inline-block;

    margin-right: 35px;
}

.topbar-list .item:last-child {
    margin-right: 0;
}

.topbar-icons {
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    margin-right: 8px;

    color: #ffffff;
}

.topbar-text {
    font-size: 13px;

    display: inline-block;

    margin: 0;

    color: rgba(255, 255, 255, .7);
}

.topbar-text .number-phone {
    font-size: 16px;
    font-weight: 700;
}

/*----------  1.2. Main Header  ----------*/

.header-main {
    position: relative;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #ffffff;
}

.header-main .container {
    position: relative;

    display: table;
}

.header-main .logo-wrapper {
    position: absolute;
    top: 50%;

    float: left;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.header-main .main-menu {
    float: right;
}

.header-main .button-search {
    float: right;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.logo-wrapper .logo {
    display: inline-block;

    vertical-align: top;
}

.nav-search {
    position: absolute;
    top: 110px;
    right: 0;

    padding: 20px;

    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.nav-search:before {
    font-size: 30px;

    position: absolute;
    top: -14px;
    right: 22px;

    content: '\2666';

    color: #ffffff;
}

.nav-search form {
    display: table;

    width: 100%;
    height: 40px;

    border: 1px solid #f1f1f1;
}

.nav-search form input[type='text'] {
    display: table-cell;

    width: 225px;
    height: 40px;
    padding: 0 20px;

    border: none;
}

.nav-search form .searchbutton {
    position: relative;
    top: -1px;

    display: table-cell;

    width: 40px;
    height: 38px;
    padding: 0;

    text-align: center;
    vertical-align: middle;

    border: none;
    background-color: #ffffff;
    box-shadow: none;
}

.button-search {
    line-height: 100px;

    position: relative;
    z-index: 103;

    display: inline-block;

    margin-left: 15px;

    cursor: pointer;
}

.button-search .icons {
    min-width: 27px;
    padding: 0 7px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    color: #61728d;
}

.button-search.active .fa-search:before {
    content: '\f00d';
}

/*----------  1.3. Main Menu  ----------*/

.menu-wrapper > li {
    position: static;
}

.menu-wrapper > li.dropdown > .sub-menu {
    overflow: hidden;

    max-height: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li {
    visibility: hidden;

    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);

    opacity: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu {
    overflow: hidden;

    max-height: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li {
    visibility: hidden;

    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);

    opacity: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu {
    overflow: hidden;

    max-height: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li {
    visibility: hidden;

    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);

    opacity: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu {
    overflow: hidden;

    max-height: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li {
    visibility: hidden;

    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);

    opacity: 0;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu {
    overflow: visible;

    max-height: 2000px;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li {
    visibility: visible;

    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;

    opacity: 1;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(2) {
    transition-delay: 50ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(3) {
    transition-delay: 100ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(4) {
    transition-delay: 150ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(5) {
    transition-delay: 200ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(6) {
    transition-delay: 250ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(7) {
    transition-delay: 300ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(8) {
    transition-delay: 350ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(9) {
    transition-delay: 400ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(10) {
    transition-delay: 450ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(11) {
    transition-delay: 500ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(12) {
    transition-delay: 550ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu {
    overflow: visible;

    max-height: 2000px;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li {
    visibility: visible;

    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;

    opacity: 1;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(2) {
    transition-delay: 50ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(3) {
    transition-delay: 100ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(4) {
    transition-delay: 150ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(5) {
    transition-delay: 200ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(6) {
    transition-delay: 250ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(7) {
    transition-delay: 300ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(8) {
    transition-delay: 350ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(9) {
    transition-delay: 400ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(10) {
    transition-delay: 450ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(11) {
    transition-delay: 500ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(12) {
    transition-delay: 550ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu {
    overflow: visible;

    max-height: 2000px;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li {
    visibility: visible;

    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;

    opacity: 1;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(2) {
    transition-delay: 50ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(3) {
    transition-delay: 100ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(4) {
    transition-delay: 150ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(5) {
    transition-delay: 200ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(6) {
    transition-delay: 250ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(7) {
    transition-delay: 300ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(8) {
    transition-delay: 350ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(9) {
    transition-delay: 400ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(10) {
    transition-delay: 450ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(11) {
    transition-delay: 500ms;
}

.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(12) {
    transition-delay: 550ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu {
    overflow: visible;

    max-height: 2000px;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li {
    visibility: visible;

    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;

    opacity: 1;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0ms;

    border-top: 3px solid #ffaa00;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(2) {
    transition-delay: 50ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(3) {
    transition-delay: 100ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(4) {
    transition-delay: 150ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(5) {
    transition-delay: 200ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(6) {
    transition-delay: 250ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(7) {
    transition-delay: 300ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(8) {
    transition-delay: 350ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(9) {
    transition-delay: 400ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(10) {
    transition-delay: 450ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(11) {
    transition-delay: 500ms;
}

.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(12) {
    transition-delay: 550ms;
}

.menu-wrapper > li > a {
    font-size: 13px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
    padding: 0 17px;
    text-transform: uppercase;
    color: #61728d;
}

.menu-wrapper > li > a:before {
    position: absolute;
    top: 50%;
    left: 5px;

    width: 2px;
    height: 14px;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.menu-wrapper > li > a:focus {
    color: #3a4d6a;
    background-color: transparent;
}

.menu-wrapper > li > a .icons {
    display: none;

    width: 9px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-align: center;
}

.menu-wrapper > li:hover > a {
    color: #3a4d6a;
    background-color: transparent;
}

.menu-wrapper > li:hover > a .icons {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.menu-wrapper .dropdown > a .text {
    margin-right: 10px;
}

.menu-wrapper .dropdown > a .icons {
    display: inline-block;
}

.menu-wrapper .current-menu-item > a {
    color: #3a4d6a;
    background-color: transparent;
}

.menu-wrapper .current-menu-item > a:before {
    content: '';
}

/*----------  1.4. Sub Menu  ----------*/

.menu-wrapper .sub-menu {
    font-weight: 500;

    position: absolute;
    z-index: 1;
    /*top: 100%;*/

    visibility: hidden;

    width: 240px;
    padding: 0;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    opacity: 0;
    background-color: transparent;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
       -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
}

.menu-wrapper .sub-menu > li {
    display: block;

    list-style: none;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    background-color: #ffffff;
}

.menu-wrapper .sub-menu > li > a {
    font-weight: 500;
    line-height: 45px;

    display: inline-block;

    width: 100%;
    padding: 0 15px;

    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
    vertical-align: top;

    color: #61728d;
}

.menu-wrapper .sub-menu > li > a .text {
    float: left;
}

.menu-wrapper .sub-menu > li > a .icons {
    line-height: 45px;

    display: none;
    float: right;
}

.menu-wrapper .sub-menu > li + li {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.menu-wrapper .sub-menu > li:hover {
    background-color: #f5f5f5;
}

.menu-wrapper .sub-menu .dropdown > a > .icons {
    display: block;
}

.menu-wrapper .sub-menu .sub-menu {
    z-index: 1;
    top: -3px;
    left: 100%;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.menu-wrapper .sub-menu .sub-menu.left {
    right: 100%;
    left: auto;
}

.open-sub-menu .sub-menu {
    visibility: visible;

    opacity: 1;
}

/*----------  1.5. Mega Menu  ----------*/

.mega-menu {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 15px;
    left: 15px;

    padding: 30px;

    -webkit-transition: opacity .2s .3s, transform .3s .3s;
       -moz-transition: opacity .2s .3s, transform .3s .3s;
         -o-transition: opacity .2s .3s, transform .3s .3s;
            transition: opacity .2s .3s, -webkit-transform .3s .3s;
            transition: opacity .2s .3s, transform .3s .3s;
            transition: opacity .2s .3s, transform .3s .3s, -webkit-transform .3s .3s;
    -webkit-transform: translateY(20%);
       -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
         -o-transform: translateY(20%);
            transform: translateY(20%);
    pointer-events: none;

    opacity: 0;
    border-top: 3px solid;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, .1);
       -moz-box-shadow: 1px 5px 15px rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
}

.mega-menu .block-1 .block-content,
.mega-menu .block-2 .block-content {
    background-color: #fafafa;
}

.mega-menu .block-1 .block-content .title,
.mega-menu .block-2 .block-content .title {
    font-size: 14px;
}

.mega-menu .block-1 .block-content .description,
.mega-menu .block-2 .block-content .description {
    overflow: hidden;

    max-height: 48px;
}

.mega-menu .block-image-gallery .content .title {
    font-size: 14px;
}

.mega-menu-tablist {
    float: left;

    width: 200px;
    padding: 0 30px 0 0;
}

.mega-menu-tablist li {
    list-style: none;
}

.mega-menu-tablist li.active .link,
.mega-menu-tablist li:hover .link {
    background-color: #fafafa;
}

.mega-menu-tablist .link {
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;

    position: relative;

    display: block;

    padding-left: 10px;

    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
    text-transform: capitalize;

    color: #61728d;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mega-menu-tab-content {
    float: left;

    width: calc(100% - 200px);
}

.mega-menu-wrapper {
    font-size: 0;


    margin: 0 -15px;
    padding: 0;
}

.mega-menu-wrapper .mega-menu-column {
    display: inline-block;

    padding: 0 15px;

    list-style: none;

    vertical-align: top;
}

.mega-menu-wrapper .mega-menu-column .list-link {
    margin: 0;
    padding: 0;
}

.mega-menu-wrapper .mega-menu-column .list-link li {
    list-style: none;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mega-menu-wrapper .mega-menu-column .title {
    font-size: 15px;
    font-weight: 700;

    display: block;

    margin: 0;
    padding-bottom: 12px;

    text-transform: uppercase;

    color: #3a4d6a;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mega-menu-wrapper .mega-menu-column .link {
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;

    display: block;

    padding-left: 10px;

    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
    text-transform: capitalize;

    color: #61728d;
}

.mega-menu-wrapper .mega-menu-column .link .icons {
    width: 25px;

    text-align: left;
}

.mega-menu-wrapper .mega-menu-column .link:hover {
    background-color: #f5f5f5;
}

.mega-menu-wrapper.column-4 .mega-menu-column {
    width: 25%;
}

.mega-menu-wrapper.column-3 .mega-menu-column {
    width: 33.333%;
}

.mega-menu-wrapper.column-2 .mega-menu-column {
    width: 50%;
}

.mega-menu-wrapper.column-1 .mega-menu-column {
    width: 100%;
}

/*----------  1.6. Header more style  ----------*/

.header-wrapper.transparent .header-topbar {
    position: relative;

    border-bottom: none;
    background-color: transparent;
}

.header-wrapper.transparent .header-topbar:before {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 100%;
    max-width: 1140px;
    height: 1px;

    content: '';
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: rgba(255, 255, 255, .3);
}

.header-wrapper.transparent .header-main {
    background-color: transparent;
}
.light { background-color: rgba(255, 255, 255, 1);}
.header-wrapper.transparent .header-main.header-fixed {
    background-color: #fff;
	z-index:9;
}

.header-wrapper.transparent .menu-wrapper > li > a {
    color: #1c5083;
}
.header-wrapper.transparent .button-search .icons {
    color: #ffffff;
}

.header-wrapper.style-2 {
    top: 30px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.header-wrapper.style-2 .header-topbar {
    padding: 12px 30px;
}

.header-wrapper.style-2 .header-main {
    padding: 0 30px;
}

.header-wrapper.style-2 .header-main:before {
    position: absolute;
    left: 50%;

    width: 3000px;
    height: 100%;

    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
         -o-transform: translate(-50%);
            transform: translate(-50%);

    background: transparent;
}

.header-wrapper.style-2 .header-main.header-fixed {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;

    box-shadow: none;
}

.header-wrapper.style-2 .header-main.header-fixed:before {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.header-wrapper.style-2 .header-main.header-fixed .nav-search:before {
    right: 7px;
}

.header-wrapper.style-2 .header-main .nav-search:before {
    right: 36px;
}

.header-wrapper.style-2 .mega-menu {
    right: 0;
    left: 0;
}

.header-wrapper.searchbar-full .nav-wrapper {
    position: relative;
}

.header-wrapper.searchbar-full .nav-wrapper.addHeight {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #ffffff;
}

.header-wrapper.searchbar-full .nav-search {
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    box-shadow: none;
}

.header-wrapper.searchbar-full .nav-search:before {
    content: none;
}

.header-wrapper.searchbar-full .nav-search form {
    display: block;

    height: 100%;

    border: none;
}

.header-wrapper.searchbar-full .nav-search form input[type='text'] {
    font-size: 18px;

    display: block;

    width: 100%;
    height: 100%;
}

.header-wrapper.searchbar-full .nav-search form input[type='text']::-webkit-input-placeholder {
    color: #3a4d6a;
}

.header-wrapper.searchbar-full .nav-search form input[type='text']::-moz-placeholder {
    color: #3a4d6a;
}

.header-wrapper.searchbar-full .nav-search form input[type='text']:-ms-input-placeholder {
    color: #3a4d6a;
}

.header-wrapper.searchbar-full .nav-search form input[type='text']:-moz-placeholder {
    color: #3a4d6a;
}

.header-wrapper.searchbar-full .nav-search form .searchbutton {
    display: none;
}

.header-wrapper.header-cleaning {
    position: absolute;
    z-index: 3;

    width: 100%;
}

.header-wrapper.header-cleaning .wrapper-container {
    position: relative;
}

.header-wrapper.header-cleaning .header-topbar {
    position: relative;

    padding: 30px 0;

    border-bottom: none;
    background-color: #ffffff;
}

.header-wrapper.header-cleaning .header-topbar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;

    width: 3000px;
    height: calc(100% + 40px);

    content: '';
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #ffffff;
}

.header-wrapper.header-cleaning .header-main {
    z-index: 3;

    margin: 0 auto;

    border-bottom: 2px solid;
    background-color: #f0f3f8;
}

.header-wrapper.header-cleaning .header-main .main-menu {
    float: none;
}

.header-wrapper.header-cleaning .header-main .logo-wrapper {
    display: none;
}

.header-wrapper.header-cleaning .header-main .button-search {
    display: none;
}

.header-wrapper.header-cleaning .header-main:before {
    position: absolute;
    left: 50%;

    width: 3000px;
    height: 100%;

    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
         -o-transform: translate(-50%);
            transform: translate(-50%);

    background: transparent;
}

.header-wrapper.header-cleaning .header-main.header-fixed {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;

    border: none;
    box-shadow: none;
}

.header-wrapper.header-cleaning .header-main.header-fixed:before {
    background-color: #f0f3f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.header-wrapper.header-cleaning .header-main.header-fixed .nav-search:before {
    right: 7px;
}

.header-wrapper.header-cleaning .header-main.header-fixed .menu-wrapper {
    padding-left: 0;
}

.header-wrapper.header-cleaning .header-main.header-fixed .menu-wrapper > .menu-item:first-child > a {
    padding-left: 0;
}

.header-wrapper.header-cleaning .menu-wrapper .current-menu-item > a,
.header-wrapper.header-cleaning .menu-wrapper > li:hover > a {
    color: #3a4d6a;
}

.header-wrapper.header-cleaning .menu-wrapper .current-menu-item > a:before {
    content: none;
}

.header-wrapper.header-cleaning .menu-wrapper > li > a {
    font-weight: 500;
    line-height: 80px;

    color: #6d7f9b;
}

.header-wrapper.header-cleaning .mega-menu {
    right: 0;
    left: 0;

}

.header-wrapper.header-cleaning .topbar-list .item-wrapper {
    display: table;

    width: 100%;
}

.header-wrapper.header-cleaning .topbar-list .item {
    margin-right: 65px;

    vertical-align: top;
}

.header-wrapper.header-cleaning .topbar-list .item:last-child {
    margin-right: 0;
}

.header-wrapper.header-cleaning .topbar-icons {
    font-size: 36px;

    display: table-cell;

    height: 50px;

    vertical-align: middle;
}

.header-wrapper.header-cleaning .topbar-content {
    display: table-cell;

    padding-left: 10px;

    vertical-align: top;
}

.header-wrapper.header-cleaning .topbar-text {
    font-family: 'Roboto', serif;
    font-size: 13px;
    font-weight: 400;

    color: #7b8595;
}

.header-wrapper.header-cleaning .topbar-text.big {
    font-size: 20px;

    display: block;

    color: #3a4d6a;
}

.header-wrapper.header-cleaning .header-fixed .menu-wrapper > li > a,
.header-wrapper.header-cleaning .header-fixed .button-search {
    line-height: 60px;
}

.header-wrapper.header-cleaning .header-fixed .nav-search-1 form input[type='text'] {
    height: 60px;
}

.header-wrapper.header-cleaning .header-fixed .header-main .nav-search {
    right: 15px;
}

.header-wrapper.header-cleaning .nav-search-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;

    padding: 0 20px;

    background-color: #e3e8f1;
}

.header-wrapper.header-cleaning .nav-search-1 form {
    display: table;

    width: 100%;
    height: 100%;
}

.header-wrapper.header-cleaning .nav-search-1 form input[type='text'] {
    display: table-cell;

    width: 255px;
    height: 80px;
    padding: 0 10px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    border: none;
    background: transparent;
}

.header-wrapper.header-cleaning .nav-search-1 form input[type='text']::-webkit-input-placeholder {
    font-style: italic;

    color: #97a2b3;
}

.header-wrapper.header-cleaning .nav-search-1 form input[type='text']::-moz-placeholder {
    font-style: italic;

    color: #97a2b3;
}

.header-wrapper.header-cleaning .nav-search-1 form input[type='text']:-ms-input-placeholder {
    font-style: italic;

    color: #97a2b3;
}

.header-wrapper.header-cleaning .nav-search-1 form input[type='text']:-moz-placeholder {
    font-style: italic;

    color: #97a2b3;
}

.header-wrapper.header-cleaning .nav-search-1 form .searchbutton {
    position: relative;

    display: table-cell;

    width: auto;
    height: 100%;
    padding: 0;

    text-align: center;
    vertical-align: middle;

    color: #97a2b3;
    border: none;
    background: transparent;
    box-shadow: none;
}

.header-wrapper.header-cleaning .nav-search {
    background-color: #f0f3f8;
}

.header-wrapper.header-cleaning .nav-search:before {
    color: #f0f3f8;
}

.header-wrapper.header-cleaning .nav-search form input[type='text'],
.header-wrapper.header-cleaning .nav-search form .searchbutton {
    background-color: #f0f3f8;
}

.header-wrapper.header-plumbing .header-topbar {
    padding: 0;

    border-bottom: 1px solid #e0e5eb;
    background-color: #f7f9fd;
}

.header-wrapper.header-plumbing .topbar-list .item {
    max-height: 48px;
    margin: 0;
    padding: 12px 20px 12px 30px;

    border-right: 1px solid #e0e5eb;
}

.header-wrapper.header-plumbing .topbar-list .item:first-child {
    border-left: 1px solid #e0e5eb;
}

.header-wrapper.header-plumbing .topbar-text {
    color: #7b8595;
}

.header-wrapper.header-plumbing .text-color {

}

.header-wrapper.header-plumbing .topbar-icons {
    color: #213047;
}

/*----------  1.7. Menu Responsive  ----------*/

.hamburger-menu {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 10px;

    display: none;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);

            transform: translateY(-50%);

    background: none;

    -webkit-appearence: none;
}

.hamburger-menu:focus,
.hamburger-menu:active {
    outline: none;
}

.hamburger-menu .nav-label {
    font-size: 14px;

    display: none;
    float: left;

    text-transform: uppercase;

    opacity: 1;
}

.hamburger-menu.nav-open .nav-svg path.x {
    transition: .2s .2s ease-in-out;
    -webkit-transform: rotate(45deg) translate(-24%, 80px) scaleX(.7);
        -ms-transform: rotate(45deg) translate(-24%, 80px) scaleX(.7);
            transform: rotate(45deg) translate(-24%, 80px) scaleX(.7);
}

.hamburger-menu.nav-open .nav-svg path.x:first-of-type {
    -webkit-transform: rotate(-45deg) translate(-24%, -80px) scaleX(.7);
        -ms-transform: rotate(-45deg) translate(-24%, -80px) scaleX(.7);
            transform: rotate(-45deg) translate(-24%, -80px) scaleX(.7);
}

.hamburger-menu.nav-open .nav-svg path.yy {
    transition: .25s 0s ease-in-out;

    stroke-dashoffset: -1200;
}

.hamburger-menu .nav-svg {
    display: inline-block;
}

.hamburger-menu .nav-svg path {
    stroke: #213047;
    stroke-width: 70;
}

.hamburger-menu .nav-svg path.x {
    transition: .25s 0s ease-in-out;
    -webkit-transform: rotate(0deg) translateX(0px);
        -ms-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
}

.hamburger-menu .nav-svg path.yy {
    transition: .2s .2s ease-in-out;

    stroke-dasharray: 2520 3000;
    stroke-dashoffset: 1700;
}

.menu-mobile-wrapper {
    display: none;
}

.header-wrapper.transparent .hamburger-menu .nav-svg path {
    stroke: #ffffff;
}

/*----------  1.9. Hover menu PC  ----------*/

@media screen and (min-width: 768px) {
    .dropdown:hover > .sub-menu {
        visibility: visible;
        max-height: 2000px;

        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;

        opacity: 1;
    }
    .dropdown:hover > .mega-menu {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        pointer-events: auto;

        opacity: 1;
    }
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


.banner-area {}
.banner-area .carousel-caption2 { width:40% !important;}

.sectionTitle {
    margin-bottom: 50px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

.sectionTitle::after {
    background: #033d75 none repeat scroll 0% 0%;
    content: "";
    display: block;
    width: 94px;
    height: 2px;
    margin: 12px auto 0px;
}
.welcome-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 33px;
    text-align: center;
    padding-bottom: 0px;
	color: #033d75;
}

.service-area{}
.service-area{} 	
.service-area .about-img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.service-area .sec-title {
    position: relative;
    margin-bottom: 52px;
    margin-top: -10px;
}

.service-area .sec-title h2 {
    margin-bottom: 4px;
}

.service-area .sec-title p {
    color: #888888;
}

.service-area .single-item {
    margin-bottom: 65px;
}

.service-area .single-item .icone-holder {
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 0px;
}

.service-area .single-item .icone-holder span{
    
}

.service-area .single-item .icone-holder span:before {
    font-size: 35px;
    color: #222222;
    transition: all 700ms ease;
}

.service-area .single-item .text-holder {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px 10px 0px 70px;
}

.service-area .single-item .text-holder h3 {
    color: #033d75;
    font-size: 20px;
    font-weight: 600 !important;
    transition: all 700ms ease;
    margin-top: -4px;
}

.service-area .single-item .text-holder h3 a {
    color: #222222;
}

.service-area .single-item .text-holder p {
    color: #888888;
    font-weight: 500 !important;
    margin-top: 6px;
}

.future-area .single-item .text-holder h3:hover {
    color: #00BDFD;
    transition: all 700ms ease;
}

.service-box { padding:20px;}
.service-box.blue-bg { background-color:rgba(3, 61, 117, 1);}
.service-box.orng-bg { background-color:rgba(206, 112, 17, 1);}

.service-box h3 { font-size:22px;}

.no-pd { padding:0;}


.aboutTitle {
    margin-bottom: 25px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}

.aboutTitle::after {
    background: #033d75 none repeat scroll 0% 0%;
    content: "";
    display: block;
    width: 94px;
    height: 2px;
    margin: 12px  0px;
}
.welcome-title2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 33px;
    padding-bottom: 0px;
	color: #033d75;
}

.about-area { padding:2% 0; color: #000;}

.btn-site { background:#f9af29; color:#fff; text-decoration:none; border-radius:0px; min-height:33px; line-height:33px; text-transform:uppercase; padding-left:34px; padding-right:34px;}

.getin-touch {}
.getin-touch h3{ color: #fff; text-transform:uppercase; font-size:18px; padding:2% 0;}
.getin-touch input { border-radius:0px;}

.bt-footer { border-top:1px solid #7b7a7a; margin-top:3%; padding-top:2%;}
.bt-footer .copyright { padding-top:5px;}
ul.bt-social{ float:right;}
ul.bt-social li{ width:40px; height:40px; border-radius:50%; line-height:40px; display:inline-block; background:#f9af29}
ul.bt-social li a{ text-decoration:none; color: #fff; text-align:center; display:block;}
ul.bt-social li:hover{ background:#1c5083;}

.clients { padding:3% 0;}

.section-background-block {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.section-background-block.background-image {
	background-size:cover;
	background-position:center top;
}
.section-background-block.background-image1 {
	background-position:center top;
}
.section-background-block.background-fixed {
	background-attachment:fixed
}
.ff-section-fullwidth {
	position:relative;
	padding:0 0;
	background:no-repeat center center
}
.ff-section-fullwidth1 {
	position:relative;
	margin-bottom:0;
	padding:25px 0 0;
	background:no-repeat center center
}
.ff-section-fullwidth.dark-bg {
	background-color:#181818;
	color:#fff
}
.parallax {
	background-attachment:fixed!important;
	-webkit-background-size:cover!important;
	background-size:cover!important
}


/*----------------------------------------------------
/ 2. Revolution Slider
------------------------------------------------------*/
.rev_slider{
    position: relative;
	font-family: 'Oswald', sans-serif;
}
.rev_slider .tp-leftarrow.me_arrows,
.rev_slider .tp-rightarrow.me_arrows{
    width: 74px;
    height: 72px;
    border-radius: 0;
    background: rgba(255, 255, 255, .35);
    color: #000;
    text-align: center;
    padding: 25px 0;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.rev_slider .tparrows.tp-rightarrow:before{
    content:"\f105";
    font-size: 24px;
    line-height: .8;
    color: #000000;
    font-family: "fontAwesome";
}
.rev_slider .tparrows.tp-leftarrow:before{
    content:"\f104";
    font-size: 24px;
    line-height: .8;
    color: #000000;
    font-family: "fontAwesome";
}
.rev_slider .tp-leftarrow.me_arrows:hover,
.rev_slider .tp-rightarrow.me_arrows:hover{
    background: rgba(255, 255, 255, 1);
}
.rev_slider .common_btn{
    padding: 28px 45.5px !important;
}
.rev_slider.slider_2 .tp-leftarrow.me_arrows,
.rev_slider.slider_2 .tp-rightarrow.me_arrows{
    background: rgba(0, 0, 0, .35);
    color: #FFF;
}
.rev_slider.slider_2 .tparrows.tp-leftarrow:before,
.rev_slider.slider_2 .tparrows.tp-rightarrow:before{
    color: #FFF;
}
.rev_slider.slider_2 .tp-leftarrow.me_arrows:hover,
.rev_slider.slider_2 .tp-rightarrow.me_arrows:hover{
    background: rgba(0, 0, 0, 1);
}
.tp-bannertimer{
    display: none;
}

/*----------------------------------------------------
/ 3. Services Section
------------------------------------------------------*/
.service_section{
    background:#282563; padding:5% 0;
}
.service_section h2{ color: #fff !important; font-size: 50px;  line-height: 60px; font-weight: 400; color: #000; letter-spacing: 2px; text-transform: uppercase;}
.service_section h4{ color: #fff !important; text-transform: uppercase;}
.icon_box_1{
    display: inline-block;
    position: relative;
    width: 100%;
    background: transparent;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.icon_box_1 .back i,
.icon_box_1 .front i {
    font-size: 64px;
    line-height: 1;
    color: #aaaaaa;
    display: block;
    margin-bottom: 17px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_1 .back h3,
.icon_box_1 .front h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_1 .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: transparent;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 1);
    padding: 48px 45px 45px;
    width: 100%;
	min-height:220px;
}
.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.back {
    background: #f89520;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 48px 45px 45px;
    border: 2px solid #282563;
    width: 100%;
	min-height:220px;
}
.icon_box_1:hover .front, .icon_box_1.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.icon_box_1:hover .back, .icon_box_1.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.custom_column .col-lg-3.col-md-3{
   max-width: 20%;
}
.icon_box_1 .back h3,
.icon_box_1 .back i{
    color: #ffffff;
}

.welcome-section { padding:5% 0;} 
.welcome-section .content { padding-right: 35px;}
.welcome-section .content p { text-align: justify;}
.welcome-section .content h3 { font-size: 14px; text-transform: uppercase;}
.welcome-section .content h1 { margin-top: 0px; text-transform: uppercase; margin-bottom: 1rem;}
.ab_img1{
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
}
.ab_img1 img{
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
}
.ab_img2{
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 2;
}
.ab_img2:after{
    position: absolute;
    top: -40px;
    left: 40px;
    content: '';
    border: 10px solid #F60;
    width: 400px;
    height: 324px;
}
.ab_img2 img{
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: -2px 4px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    -2px 4px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         -2px 4px 35px 0px rgba(0, 0, 0, 0.3);
}


/*----------------------------------------------------
/  Portfolio Section
------------------------------------------------------*/
.portfolio-section { padding:5% 0; background:#f4f4f4;}
.portfolio-section h4{ font-size:14px; text-align: center;}
.portfolio-section h2{ text-transform: uppercase; text-align: center; margin-bottom:25px;}

.singlefolio {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}
.singlefolio img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.folioHover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: 3;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}
.singlefolio:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(248, 149, 32, .8);
    overflow: hidden;
    width: 0;
    height: 100%;
    content: '';
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.singlefolio .folioHover a.cate {
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    display: block;
    letter-spacing: 1.2px;
    margin: 0 0 3px;
    text-transform: uppercase;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.singlefolio .folioHover h4{
    font-size: 20px;
    line-height: .8;
    color: #fff;
    letter-spacing: .80px;
    margin: 0;
    text-transform: uppercase;
}
.singlefolio .folioHover h4 a{
    color: #fff;    
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.singlefolio:hover img {
    transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.singlefolio:hover .folioHover {
    visibility: visible;
    opacity: 1;
    left: 50px;
}
.singlefolio:hover:after{
    width: 100%;
}
.singlefolio .folioHover a.cate:hover,
.singlefolio .folioHover h4 a:hover{
    color: #000;
}

/*=====================================

				Footer

=======================================*/
footer {
    position: relative;
    border-bottom: 10px solid #000;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ccc;
	float: left;
	width:100%;
}
/* Footer */
footer .color-part2{
	position: absolute;
    margin-top: -7px;
    text-align: center;
    left: 0px;
    right: 0px;
	z-index:2;
}
/*footer .color-part2:after{
	content:"";
	display: inline-block;
	border-top: 12px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height:0;
    width:900px;
	max-width:90%;
	position:relative;
	margin-top:-10px;
}*/
footer:before{
	height:75px;
	content:"";
	display:block;
	position:absolute;
	left:50%;
	width:50%;
	bottom:0px;
}	
footer a{
	font-weight:500;
	font-size:14px;
	color: #fff;
}
footer a:hover{ color: #f89520;}
footer nav a{
	display:block;
	margin-bottom:20px;
}
footer nav a:hover{
	text-decoration:none;
}
footer h4{
	margin-bottom:40px; color: #fff; font-size:21px; text-transform:uppercase;
}
footer .block-content{
	background:url(../images/footer-bg.png) no-repeat center center;
	background-size:cover;
}
footer .color-part{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	bottom:0px;
	width:50%;
	margin-left:-20%;
    -webkit-transform: skew(-20deg);
   	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
}
.logo-footer{
	display:block;
}
footer p{
	font-size:13px;
	margin-top:30px;
	padding-right:60px;
	line-height:20px;
}
footer h5 { font-size: 26px; color: #fff; padding-top: 10px; text-transform:uppercase;}
.footer-icons{
	padding:10px 0 30px 0;
}
.footer-icons a{
	display:inline-block;
	/*padding-right:5px;*/
	color: #000; text-align: center; width:30px; height:30px; line-height:30px; background: #fff; font-size: 18px;
}
.contact-info{
	margin-top:30px;
}
.contact-info span{
	display:block;
	margin-bottom:10px;
	line-height:30px;
}
.contact-info strong{
	font-weight:700;
	font-size:12px;
}
.contact-info span:after{
	content:"";
	display:block;
	width:100%;
	clear:both;
}
.contact-info i{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	width:30px; height:30px; text-align:center; line-height:30px; border:1px solid #fff;
}

.block-content {
    padding-top: 80px;
    margin-bottom: 80px;
}
footer nav a {
    display: block;
    margin-bottom: 10px;
	color: #fff;
}
footer .copy, footer::before {
    background: #000;
}
footer .copy{
	height:75px;
	/*line-height:75px;*/
	padding-right:15px;
	position:relative;
	z-index:2;
}
#to-top{
	top:0px;
	left:-30px;
	cursor:pointer;
	display:block;
	position:absolute;
	width: 80px;
	text-align:center;
	line-height:60px;
    height: 75px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
	background: #333333;
}
#to-top i{
	-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
	text-decoration:none;
	color:#ccc;
	
}
#to-top:hover { background: #fff;}

.btn.btn-lg {
    padding: 10px 35px;
    border: 1px solid #fff;
	border-radius: 0px;
	font-size:12px;
    border-right: 4px solid #fff;
}
.ready_2 { padding:5% 0; background:#f89520;}
.ready_2 h2{ color: #fff; font-size: 30px;}
.ready_2 .sec_title{
    margin: 0;
}
.ready_2 .common_btn{
    padding: 28px 42.5px;
    background: #fff;
    color: #000;
}
.sec_title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.common_btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn.red_bg:after {
    background: #282563;
	    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

/*======================================================================
						Brand Creation
=========================================================================*/

.brand-section { padding:5% 0;}
.brand-section .content{ padding-top:5%;} 

/*========================================================================
						Banner Section
==========================================================================*/
.banner-section { padding:13% 0;}
.black-overlay {  width:100%; height:100%; display:block;}
.black-overlay:after { position: absolute;  content:''; background-color:rgba(0, 0, 0, 0.6); width:100%; height:100%; top:0;}

.banner-title { position: relative; padding-bottom:8px;}
.banner-title h1 { font-size:42px; color: #f89520; text-transform:uppercase; font-weight:bold;}
.banner-title:before { position:absolute; bottom:0; left:0; content:''; width:130px; height:3px; background:#fff;}
.banner-title:after { position:absolute; bottom:-10px; left:0; content:''; width:75px; height:3px; background:#fff;}


/*=========================================================================

							Contact Us

==========================================================================*/

.page-contact-1 {
	border: 1px solid #e7ecef;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 14px 30px 0px rgba(215, 224, 229, 0.5);
	-moz-box-shadow: 0px 14px 30px 0px rgba(215, 224, 229, 0.5);
	box-shadow: 0px 14px 30px 0px rgba(215, 224, 229, 0.5);
}
.page-contact-1-info {
	min-height: 100%;
}
@media (max-width: 991px) {
.page-contact-1-info {
	border-bottom: 1px solid #d7e0e5;
}
}
@media (max-width: 575px) {
.page-contact-1-info {
	padding: 30px;
}
}
@media (min-width: 576px) {
.page-contact-1-info {
	padding: 50px;
}
}
@media (min-width: 992px) {
.page-contact-1-info {
	border-right: 1px solid #e7ecef;
}
}
.page-contact-1-form {
	min-height: 100%;
}
@media (max-width: 575px) {
.page-contact-1-form {
	padding: 30px;
}
}
@media (min-width: 576px) {
.page-contact-1-form {
	padding: 50px;
}
}
.c-divider-1 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.c-divider-1.-style-diagonal:before {
	height: 6px;
	flex-grow: 1;
	content: '';
	background-image: -webkit-linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-image: -moz-linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-image: -o-linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-image: linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-size: 6px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.u-space {
	min-height: 1px;
	margin-top: 25px;
	margin-bottom: 24px;
}
.c-summary-1 {
	display: -webkit-flex;
	display: flex;
}
.c-summary-1-icon {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 50px;
	font-size: 50px;
	line-height: 1;
	color: #f89520;
}
.c-summary-1-title {
	font-size: 16px;
	font-weight: 400;
}
.c-summary-1.-icon-top {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.c-summary-1.-icon-top .c-summary-1-icon {
	margin-bottom: 20px;
}
@media (max-width: 575px) {
.c-summary-1.-icon-left,  .c-summary-1.-icon-right {
	-webkit-flex-direction: column;
	flex-direction: column;
}
}
@media (max-width: 575px) {
.c-summary-1.-icon-left .c-summary-1-icon,  .c-summary-1.-icon-right .c-summary-1-icon {
	margin-bottom: 20px;
}
}
@media (min-width: 576px) {
.c-summary-1.-icon-left .c-summary-1-icon,  .c-summary-1.-icon-right .c-summary-1-icon {
	width: 50px;
	text-align: center;
}
}
.c-summary-1.-icon-left .c-summary-1-info, .c-summary-1.-icon-right .c-summary-1-info {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
@media (min-width: 576px) {
.c-summary-1.-icon-left .c-summary-1-icon {
	margin-right: 30px;
}
}
@media (min-width: 576px) {
.c-summary-1.-icon-right .c-summary-1-icon {
	-webkit-order: 1;
	order: 1;
	margin-left: 30px;
}
}
.c-summary-1.-align-center.-icon-top {
	text-align: center;
}

.btn-text {
    font-size: 14px;
    color: #fff;
    line-height: 41px;
    border: 2px solid #daa106;
    padding: 0 22px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #daa106;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.btn-text:hover {
    background: none;
    color: #daa106;
    text-decoration: none;
}

.page-section .form-control { border-radius:0px;}

/*==============================================================

							Clients

================================================================*/

.row.-gutter-none > .col, .row.-gutter-none > [class*="col-"] {
 padding-left: 0;
 padding-right: 0;
}
.c-logos-1-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.c-logos-1-image {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-logos-1-item-inner {
	position: relative;
	padding-top: 70%;
}
.c-logos-1.-style-default .c-logos-1-inner {
	overflow: hidden;
}
.c-logos-1.-style-default .c-logos-1-item-inner:before, .c-logos-1.-style-default .c-logos-1-item-inner:after {
	position: absolute;
	content: "";
	display: inline-block;
}
.c-logos-1.-style-default .c-logos-1-item-inner:before {
	top: 0;
	left: -1px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-style-default .c-logos-1-item-inner:after {
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-style-carousel .c-logos-1-item-inner {
	border-width: 1px 0 1px 0;
	border-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-style-carousel .c-logos-1-item-inner:after {
	position: absolute;
	top: 0;
	right: -1px;
	content: "";
	display: inline-block;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-hover-1 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-1 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	-o-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}
.c-logos-1.-hover-2 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-2 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.c-logos-1.-hover-3 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-3 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

/*-------------------------
  07. Portfolio Area
-------------------------*/
.tf-port-filter-nav {
    display: flex;
    justify-content: center;
}
.tf-port-filter-nav li {
  border: 1px solid #cac8c8;
  color: #303030;
  cursor: pointer;
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  margin: 0 10px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  text-transform: uppercase;
}
.tf-port-filter-nav {
    margin-top: 20px;
}
.tf-port-filter-nav li+li {
    margin-left: 0;
}
.tf-port-filter-nav li:hover, .tf-port-filter-nav li.is-checked {
  background: #14b1bb none repeat scroll 0 0;
  border-color: #14b1bb;
  color: #fff;
}
.tf-portfolio {
    position: relative;
}
.tf-portfolio-hover-information {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.tf-portfolio-hover-information::before {
    background: #282563 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    transition: 0.3s;
}
.tf-portfolio:hover .tf-portfolio-hover-information::before{
    opacity: 0.8;
    visibility: visible;
}
.tf-portfolio:hover .tf-portfolio-hover-information::after{
    opacity: 1;
    visibility: visible;
}
.tf-portfolio:hover .tf-port-action a{
    visibility: visible;
    opacity: 1;
    transform: scaleX(1);
}
.tf-port-info {
    opacity: 0;
    padding: 30px 30px 0;
    transition: 0.3s;
    transform: translateY(10px);
}
.tf-portfolio:hover .tf-port-info {
    opacity: 1;
    transform: translateY(0px);
}
.tf-port-title {
    font-size: 22px;
    color: #fff !important;
    line-height: 28px;
    font-weight: 400;
}
.tf-port-category {
    color: #fff !important;
    display: block;
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
}
.tf-port-action a i {
  color: #fff;
}
.tf-port-action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.tf-port-action a {
    background: rgba(51, 51, 51, 0.75) none repeat scroll 0 0;
    border-radius: 30%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: auto 15px;
    position: relative;
    text-align: center;
    width: 50px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
}
.tf-port-action a::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 30%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: 0.3s;
}
.tf-port-front {
    position: relative;
}
.tf-portfolio-hover-information::after {
    border: 1px solid #fff;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.tf-portfolio-container .pro-item.nopadding{
  padding:0;
}

/*hover*/
[data-title-position*="right, top"] .tf-port-info {
  top: 0;
  padding-bottom: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
  text-align: right;
}
[data-title-position*="right, bottom"] .tf-port-info {
  bottom: 0;
  padding-bottom: 30px;
  padding-top: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
[data-title-position*="left, bottom"] .tf-port-info {
  bottom: 0;
  padding-bottom: 30px;
  padding-top: 0;
  position: absolute;
  left: 0;
  text-align: left;
}
[data-title-position*="center, top"] .tf-port-info {
  left: 0;
  margin: auto;
  padding-bottom: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
[data-title-position*="center, bottom"] .tf-port-info {
  left: 0;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 0px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
}
.tf-portfolio-page { width:100%;}
.tf-portfolio-page .pro-item{
  margin-bottom: 30px;
}

/*==========================================================
						Technology
============================================================*/
.technology_con {
	width: 100%;
	text-align: center;
	padding: 65px 0 120px 0;
	
}
.technology_con .title1:before {
	background-color: #71be3e;
}
.technology_con ul {
	margin: 75px 0 56px 0;
	width:100%; float: left;
}
.technology_con ul li {
	list-style: none;
	width: 25%;
	float: left;
	position: relative;
}
.technology_con ul li .box {
	background: #fff;
	height: 185px;
	width: 185px;
	border: 1px solid #1766ce;
	margin: auto;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 7px 0px 0 0 rgba(204, 204, 204, 0.5);
}
.technology_con ul li:hover .box {
	box-shadow: 7px 0px 0 0 rgba(204, 204, 204, 1);
	border: 1px solid #f5a63f;
	box-shadow: inset 7px 0px 5px 0 rgba(204, 204, 204, 0.3);
	overflow: hidden;
}
.technology_con ul li:nth-child(5) {
	margin-left: 142px;
}
.technology_con ul li:nth-child(5), .technology_con ul li:nth-child(6), .technology_con ul li:nth-child(7) {
	margin-top: -38px;
}
.technology_con ul li .box figure {
	width: 100%;
	height: 100%;
	position: relative;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	overflow: hidden;
}
.technology_con ul li .box .t_logos {
	background: url(../images/sprite-imges.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: 1;
}
.technology_con ul li .box .t_logo1 {
	background-position: 0 -114px;
	width: 131px;
	height: 68px;
}
.technology_con ul li .box .t_logo2 {
	background-position: -189px -90px;
	width: 116px;
	height: 70px;
}
.technology_con ul li .box .t_logo3 {
	background-position: -307px -115px;
	width: 124px;
	height: 90px;
}
.technology_con ul li .box .t_logo4 {
	background-position: 0 -198px;
	width: 134px;
	height: 100px;
}
.technology_con ul li .box .t_logo5 {
	background-position: -139px -175px;
	width: 143px;
	height: 85px;
}
.technology_con ul li .box .t_logo6 {
	background-position: -294px -215px;
	width: 117px;
	height: 97px;
}
.technology_con ul li .box .t_logo7 {
	background-position: 0 -315px;
	width: 87px;
	height: 120px;
}
.technology_con ul li .box figure:before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
}
.technology_con ul li .box:hover figure::before {
	-webkit-animation: shine 2s;
	animation: shine 2s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
} 

/*======================================================
					Request A Quote
========================================================*/

.request input[type=radio], input[type=checkbox] {
	display:none
}
.request input[type=radio] + label, input[type=checkbox] + label {
	display:inline-block;
	margin:-2px;
	padding:4px 12px;
	margin-bottom:0;
	font-size:14px;
	line-height:30px;
	color:#333;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#00b2b2;
	width:100%;
	color:#fff
}
.request input[type=radio]:checked + label, input[type=checkbox]:checked + label {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color:#000;
	color:#fff
}
.request input {
    height: 42px!important;
}
.btn-default {
    color: #fff;
    background-color: #00b2b2;
    border-color: #00b2b2;
}

.services-title1 {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    color: #000;
    padding-bottom: 10px;
}
.btn-default.active { color: #fff;
    background-color: #000;
    border-color: #000;
}

.mobile-menu { display:none;}
.sec_desc { text-align: inherit} 

