/* Manufactori - Factory and Industries HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style two / Style three / Sticky Header
5. Section Title 
6. Page Title
7. Main Slider
8. Welcome Section
9. Video Section
10. About Section
11. Services Section / Two
12. Service Detail Section 
13. Fun Fact Section / Two
14. Project Section
15. Project Features
16. Project Page Section
17. Project Detail
18. Team Section
19. Team Detail
20. Testimonial Section
21. Fluid Section One
22. Process Section
23. FAQ Sectiom
24. FAQ Form Section
25. Call Back Section
26. News Letters
27. News Section / Two
28. Blog Default
29. Blog Detail
30. Styled Pagination
31. Clients Section
32. Contact Form Section
33. Contact Info Section / Two / Three
34. Contact Map Section
35. Main Footer / Two / Three / Four
36. Sidebar Page Container
37. Comment Area
38. Comment Form
39. Coming Soon
**********************************************/

/*** 

====================================================================
            Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Oswald:200,300,400,500,600,700&amp;display=swap');
/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Oswald', sans-serif;
*/

@import url('flaticon.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('slick.css');
@import url('jquery.fancybox.min.css');
/*** 

====================================================================
        Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

ul {
    padding: 0;
}

:root {
    scroll-behavior: auto;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1f81c0;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Raleway', sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Raleway", sans-serif;
}

.centered {
    text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 15px 40px;
    text-transform: capitalize;
    font-weight: 400;
    background-color: #111111;
    overflow: hidden;
}

.btn-style-one .btn-title {
    position: relative;
}

.btn-style-one .icon {
    margin-left: 8px;
    color: #1f81c0;
    font-size: 16px;
}

.btn-style-one:hover {
    color: #111111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-one:before {
    position: absolute;
    left: -50%;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #222222;
    opacity: 1;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn-style-one:hover:before {
    left: 0;
    background-color: #ffffff;
    -webkit-transform: skewY(0);
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    -o-transform: skewY(0);
    transform: skewY(0);
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 14px 40px;
    font-weight: 400;
    overflow: hidden;
    background-color: #111111;
    border: 1px solid #ffffff;
}

.btn-style-two span {
    margin-left: 10px;
    color: #1f81c0;
}

.btn-style-two:hover {
    color: #111111;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 40px;
    font-weight: 400;
    overflow: hidden;
    background-color: transparent;
    border: 2px solid #ffffff;
    transition: 300ms linear;
}

.btn-style-three .icon {
    margin-left: 10px;
    color: #1f81c0;
}

.btn-style-three:hover {
    color: #222222;
    border: 2px solid #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}

.btn-style-three .btn-title {
    position: relative;
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 40px;
    font-weight: 400;
    overflow: hidden;
    background-color: #1f81c0;
    border: 2px solid #1f81c0;
    transition: all 300ms linear;
}

.btn-style-four:hover {
    color: #1f81c0;
    background-color: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

/*=== List Style One ===*/

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #777777;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 15px;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #1f81c0;
    font-weight: 900;
    font-family: "FontAwesome";
    content: "\f101";
}

/*=== List Style Two ===*/

.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-two li {
    position: relative;
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: "Rubik", sans-serif;
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #1f81c0;
    font-weight: 900;
    font-family: "FontAwesome";
    content: "\f061";
}

.theme_color {
    color: #25262c;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222222;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #1f81c0;
    color: #ffffff;
}

/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.main-header .header-top {
    position: relative;
}

.main-header .header-top .inner-container {
    position: relative;
}

.main-header .header-top .inner-container:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #f1f1f1;
    content: "";
}

.main-header .top-left {
    position: relative;
    float: left;
}

.main-header .top-left .text {
    position: relative;
    padding: 20px 0;
    padding-left: 45px;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

.main-header .top-right {
    position: relative;
    float: right;
    padding: 20px 0;
}

.main-header .top-right:before {
    position: absolute;
    left: -25px;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #222222;
    content: "";
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
    margin-bottom: 0;
}

.social-icon-one li {
    position: relative;
    list-style-type: none;
    float: left;
    margin-left: 25px;
}

.social-icon-one li:first-child {
    margin-left: 0;
}

.social-icon-one li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #1f81c0;
}

/* Change Language */

.header-top .change-language {
    position: relative;
    float: right;
    margin-left: 55px;
}

.header-top .change-language .language {
    position: relative;
    padding: 0px;
}

.header-top .change-language .language .dropdown-menu {
    left: auto !important;
    right: 0px;
    top: 120% !important;
    width: 170px;
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
    background-color: #222222;
    border: none;
    border-top: 2px solid #df6512;
    transform: none !important;
}

.header-top .change-language .language>a {
    position: relative;
    display: block;
    border: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #1f81c0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .change-language .language>a .flag {
    position: absolute;
    left: 0;
    top: 9px;
    width: 25px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

/* .header-top .change-language .language>a .flag.eng {
    background-image: url(../images/icons/eng.jpg);
} */

.header-top .change-language .language>a i {
    float: right;
    top: 2px;
    font-size: 13px;
    line-height: 30px;
    color: #999999;
    vertical-align: middle;
}

.header-top .change-language .language .dropdown-menu>li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top .change-language .language .dropdown-menu>li:last-child {
    border-bottom: none;
}

.header-top .change-language .language .dropdown-menu>li>a {
    padding: 8px 15px !important;
    line-height: 24px;
    display: block;
    color: #ffffff !important;
    text-align: left;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .change-language .language .dropdown-menu>li>a:hover {
    color: #ffffff;
    background: #df6512;
}

.main-header .top-right .social-icon-one {
    float: left;
}

/*=== Header Upper ===*/

.main-header .logo-outer {
    position: relative;
    padding: 5px 0px;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding: 18px 0 0;
}

.main-header .info-box {
    position: relative;
    float: left;
    text-align: left;
    min-height: 60px;
    padding-left: 75px;
    margin-left: 50px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.main-header .info-box:first-child {
    margin-left: 0;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: left;
}

.main-header .info-box .icon-box span {
    font-size: 50px;
    line-height: 60px;
    color: #f5811c;
}

.main-header .info-box ul {
    position: relative;
    margin: 0;
}

.main-header .info-box li {
    position: relative;
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.main-header .info-box li a {
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li a:hover {
    color: #1f81c0;
}

.main-header .info-box strong {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

/*=== Header Lower ===*/

.main-header .header-lower {
    position: relative;
}

.main-header .header-lower .logo-box {
    position: relative;
    float: left;
}

.main-header .header-lower .logo {
    position: relative;
    padding: 27px 0;
}

.main-header .header-lower .logo img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.main-header .header-lower .nav-outer {
    position: relative;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #1f81c0;
    content: "";
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation ul {
    margin: 0;
    list-style-type: none;
}

.main-menu .navigation>li {
    position: relative;
    list-style-type: none;
    float: left;
    padding: 20px 0px;
    margin-right: 55px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    display: block;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    z-index: 5;
    content: "\f0d7";
    font-family: 'FontAwesome';
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    /*color: #1f81c0;*/
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    margin: 0;
    padding: 20px 10px;
    z-index: 100;
    opacity: 1;
    border-radius: 0 0 15px 15px;
    border-bottom: 2px solid #1f81c0;
    background: rgba(47, 46, 50, .90);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    list-style-type: none;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #1f81c0;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 8px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #f5811c;
    font-weight: normal;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 620px;
    padding: 20px 20px;
    z-index: 100;
    opacity: 1;
    border-radius: 0 0 15px 15px;
    border-bottom: 2px solid #1f81c0;
    background: #fff;
    margin-top: -50px;
    margin-left: 0px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #1f81c0;
}

.main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    top: 100%;
    background: #fff;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
}

/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 17px 0;
    margin-left: 50px;
}

.main-header .search-box-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 34px;
    height: 36px;
    width: 36px;
    border: 1px dashed #232222;
    border-radius: 50%;
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 16px !important;
    right: 0 !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #1f81c0;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-size: 14px;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #1f81c0;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000000;
    font-size: 12px;
    background: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-panel .search-btn:hover {
    color: #1f81c0;
}

.main-header .btn-box {
    position: relative;
    float: right;
    margin-left: 40px;
}

.main-header .btn-box .theme-btn {
    float: right;
    padding: 20px 55px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

/***

====================================================================
    Header Style Two
====================================================================

***/

.header-style-two .logo-outer {
    padding: 30px 0px;
}

.header-style-two .logo-outer:before {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 1000%;
    margin-right: -300px;
    background-color: #222222;
    content: "";
    z-index: -1;
}

.header-style-two .main-box {
    padding-left: 300px;
}

.header-style-two .header-lower .nav-outer {
    padding-left: 40px;
}

.header-style-two .main-box {
    background-color: #ebebeb;
}

.header-style-two .main-box:before {
    left: 300px;
    right: auto;
}

.header-style-two .header-upper .upper-right {
    padding: 30px 0 0;
}

/***

====================================================================
    Header Style Three
====================================================================

***/

.rev_slider_wrapper {
    width: 100% !important;
}

.header-style-three {
    position: relative;
    background-image: url(../images/icons/pattern-7.jpg);
    background-repeat: repeat;
}

.header-style-three .auto-container {
    max-width: 1650px;
}

.header-style-three .main-box:before {
    display: none;
}

.header-style-three .logo-outer {
    padding: 0;
}

.header-style-three .header-lower .logo {
    padding: 45px 0;
}

.header-style-three .header-lower .nav-outer {
    float: right;
    font-family: "Raleway", sans-serif;
}

.header-style-three .main-menu .navigation>li.dropdown>a:after,
.header-style-three .main-menu .navigation>li>a {
    color: #ffffff;
    font-size: 16px;
}

.header-style-three .main-menu .navigation>li {
    padding: 60px 0;
}

.header-style-three .main-menu .navigation>li:hover,
.header-style-three .main-menu .navigation>li.current {
    border-bottom: 3px solid #ffffff;
}

.header-style-three .outer-box {
    position: relative;
    float: right;
}

.header-style-three .search-box-outer {
    position: relative;
    float: left;
    margin-left: 0;
    padding: 57px 0;
}

.header-style-three .search-box-btn {
    border-color: #1f81c0;
}

.header-style-three .outer-box .info-box {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    padding: 51px 0;
    margin-left: 50px;
}

.header-style-three .outer-box .info-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-three .outer-box .info-box a:hover {
    color: #1f81c0;
}

.header-style-three .outer-box .btn-box {
    position: relative;
    float: right;
    margin-left: 40px;
    padding: 40px 0;
}

.header-style-three .search-box-outer .dropdown-menu {
    top: 57px !important;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 50px;
    padding: 0 !important;
    margin-right: 0 !important;
    background-color: transparent;
    list-style-type: none;
}

.sticky-header .main-menu .navigation>li:after {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 40px 0px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    border: 0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #1f81c0;
    background-color: #ffffff;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li.dropdown>a:after {
    display: none;
}

.sticky-header .main-menu .navigation>li.dropdown:hover>ul {
    margin-top: 0;
}

.sticky-header .auto-container {
    max-width: 1200px;
}

/*** 

====================================================================
        Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
}

.sec-title .text {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    margin-top: 40px;
    margin-bottom: 0;
}

.sec-title .devider {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    width: 150px;
    text-align: center;
}

.sec-title .devider:before,
.sec-title .devider:after {
    position: absolute;
    left: 0;
    top: 14px;
    height: 1px;
    width: 52px;
    background-color: #777777;
    content: "";
}

.sec-title .devider:after {
    left: auto;
    right: 0;
}

.sec-title .devider span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

.sec-title.light h2 {
    color: #ffffff;
}

/*** 

====================================================================
            Page Title
====================================================================

***/

.page-title {
    position: relative;
    background-image: url(../images/icons/pattern-7.jpg);
    background-repeat: repeat;
    background-position: top;
}

.page-title.inner-page-title:before {
    display: none;
}

/* .page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
} */

.page-title .auto-container {
    max-width: 1650px;
}

.page-title .inner-container {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0 40px;
    /*border-top: 4px solid #1f81c0;*/
}

.page-title .inner-container .outer-box {
    position: relative;
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.70);
}

.page-title .inner-container .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.page-title h1 {
    position: relative;
    float: left;
    font-size: 40px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.page-title .bread-crumb li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 18px;
    line-height: 25px;
    color: #1f81c0;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 30px;
    margin-right: 30px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -10px;
    font-size: 16px;
    line-height: 30px;
    color: #1f81c0;
    content: "\f178";
    font-family: "FontAwesome";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.page-title .bread-crumb li a:hover {
    color: #1f81c0;
}

.play-now {
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now:hover {
    background-color: rgba(0, 0, 0, .40);
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #222222;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    font-size: 30px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*** 

====================================================================
            Main Slider
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    margin-top: -70px;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.80);
}

.main-slider:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 100px;
    width: 100%;
    background-image: url(../images/icons/slider-curve.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    content: "";
    z-index: 9;
}

.main-slider h4 {
    font-size: 30px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
}

.main-slider h2 {
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 700;
}

.main-slider h2 span {
    color: #1f81c0;
}

.main-slider .text {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 500;
}

.main-slider .btn-box {
    position: relative;
}

.main-slider .btn-box a {
    margin-right: 30px;
    padding: 15px 40px;
}

.main-slider.style-two:before {
    display: none;
}

.main-slider.style-two .tp-dottedoverlay {
    display: none;
}

.main-slider.style-two {
    margin-top: 0;
}

.main-slider.style-two .text {
    font-size: 14px;
    line-height: 24px;
}

.main-slider.style-two h2 {
    font-size: 60px;
    line-height: 84px;
}

.main-slider.style-two h2 span {
    color: #1f81c0;
}

.main-slider.style-two .theme-btn {
    font-weight: 700;
    font-size: 18px;
    padding: 13px 35px;
}

.main-slider .call-to-action {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.main-slider .call-to-action .theme-btn {
    margin: 0;
}

/*** 

====================================================================
        Welcome Section
====================================================================

***/

.call-to-action {
    position: relative;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 99;
    padding: 40px 0;
}

.call-to-action .content-box {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.call-to-action .title-box {
    position: relative;
    float: left;
}

.call-to-action .title-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.call-to-action .title-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.call-to-action .title-box .text span {
    color: #1f81c0;
}

.call-to-action .btn-box {
    position: relative;
    float: right;
    padding-top: 10px;
}

.call-to-action .btn-box a {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    line-height: 20px;
    font-size: 14px;
    color: #222222;
    background-color: #ffffff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.call-to-action .btn-box a:hover {
    background-color: #1f81c0;
    color: #ffffff;
}

/*** 

====================================================================
        Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    padding: 60px 0;
    background-color: #f5f5f5;
}

.welcome-section .title-column {
    position: relative;
}

.welcome-section .title-column .inner-column {
    position: relative;
    text-align: right;
    padding-right: 30px;
    border-right: 1px solid #dddddd;
}

.welcome-section .title-column h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #1f81c0;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.welcome-section .title-column h2 span {
    color: #222222;
    text-transform: uppercase;
}

.welcome-section .text-column {
    position: relative;
}

.welcome-section .text-column .inner-column {
    position: relative;
}

.welcome-section .text-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

/*** 

====================================================================
        Video Section
====================================================================

***/

.video-section {
    position: relative;
    margin-top: -75px;
    z-index: 99;
}

.video-section .content-box {
    position: relative;
    background-image: url(../images/icons/video-bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    border: 5px solid #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .25);
    max-width: 970px;
    min-height: 150px;
    margin: 0 auto;
}

.video-section .content-box .inner-box {
    position: relative;
    padding: 37px 48px;
    padding-right: 220px;
}

.video-section .content-box .title-box {
    position: relative;
    float: left;
}

.video-section .title-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 700;
    margin-bottom: 11px;
}

.video-section .title-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.video-section .title-box .text span {
    color: #1f81c0;
}

.video-section .btn-box {
    position: relative;
    float: right;
    padding-top: 15px;
}

.video-section .btn-box a {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    line-height: 20px;
    font-size: 14px;
    color: #222222;
    background-color: #ffffff;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.video-section .video-box {
    position: absolute;
    right: 0;
    top: 0;
}

.video-section .video-box .image-box {
    position: relative;
}

.video-section .video-box .image {
    position: relative;
    display: block;
    max-width: 145px;
    background-color: #1f81c0;
    margin-bottom: 0;
}

.video-section .video-box .image img {
    opacity: 0.10;
    display: block;
    width: 100%;
    height: auto;
}

.video-section .video-box a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 145px;
    font-size: 34px;
    color: #ffffff;
}

/*** 

====================================================================
            Video Section Two
====================================================================

***/

.video-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 200px;
}

.video-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .50;
}

.video-section-two .content-box {
    position: relative;
    text-align: center;
}

.video-section-two .content-box h4 {
    display: block;
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.video-section-two .play-now {
    display: inline-block;
    margin-bottom: 50px;
}

/*** 

====================================================================
            About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 20px 0 20px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .content-column .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

.about-section .content-column h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-section .content-column .message {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #222222;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}

.about-section .content-column .message span {
    color: #1f81c0;
}

.about-section .content-column .text {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-section .blockquote {
    position: relative;
    padding-left: 45px;
    border-left: 2px solid #1f81c0;
    margin-bottom: 65px;
}

.about-section .blockquote cite {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section .blockquote p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    font-weight: 700;
    margin-bottom: 0;
}

.about-section .blockquote .icon {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 18px;
    line-height: 1em;
    color: #222222;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .image-box {
    position: relative;
    padding-left: 80px;
    padding-bottom: 80px;
}

.about-section .image-column .image-box:before {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 470px;
    width: 465px;
    background-color: #222222;
    content: "";
}

.about-section .image-column .image-box:after {
    position: absolute;
    right: -50px;
    top: 130px;
    height: 480px;
    width: 480px;
    background-image: url(../images/icons/pattern-1.png);
    background-repeat: repeat;
    content: "";
    z-index: -1;
}

.about-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.about-section .image-column .image-box .link {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #1f81c0;
    font-size: 22px;
    color: #ffffff;
    border-radius: 0 50px 0 0;
}

.about-section .image-column .image-box .link span {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .image-column:hover .image-box .link span {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    color: #222222;
}

/*** 

====================================================================
        Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 20px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: #000000;*/
    opacity: 0.90;
    content: "";
}

.services-section:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 71px;
    width: 100%;
    /*background-color: #f5f5f5;*/
    content: "";
    z-index: 1;
}

.services-carousel {
    position: relative;
    z-index: 9;
}

.service-block {
    position: relative;
}

.service-block .inner-box {
    position: relative;
    overflow: hidden;
}

.service-block .image-box {
    position: relative;
}

.service-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.service-block .image-box .image img {
    display: block;
    width: 100%;
}

.service-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 50px;
    height: 100%;
    padding: 0 30px 50px;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .overlay-box {
    transform: translateX(0%);
    opacity: 1;
}

.service-block .overlay-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1f81c0;
    opacity: .90;
    content: "";
}

.service-block .overlay-box .icon {
    position: relative;
    height: 130px;
    width: 50px;
    background-color: #222222;
    padding-top: 80px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    border-radius: 0 0 30px 30px;
    display: inline-block;
    margin-bottom: 58px;
}

.service-block .overlay-box h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 38px;
}

.service-block .overlay-box h5 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .overlay-box h5 a:hover {
    color: #ffffff;
}

.service-block .overlay-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 35px;
}

.service-block .overlay-box .read-more {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .overlay-box .read-more:hover {
    color: #ffffff;
}

.service-block .caption-box {
    position: relative;
    background-color: #ffffff;
    padding: 20px 20px;
    padding-left: 80px;
    border: 1px dashed #1f81c0;
    border-radius: 0 0 30px 30px;
    border-top: 0;
}

.service-block .caption-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
}

.service-block .caption-box h4 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .caption-box h4 a {
    color: #1f81c0;
}

.service-block .caption-box .icon {
    position: absolute;
    left: -1px;
    top: 0px;
    bottom: -1px;
    width: 50px;
    font-size: 24px;
    background-color: #1f81c0;
    border-radius: 0 0 30px 30px;
    text-align: center;
    line-height: 70px;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .caption-box .icon {
    color: #1f81c0;
    background-color: #222222;
}

.services-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.services-carousel .owl-next,
.services-carousel .owl-prev {
    position: absolute;
    left: -60px;
    top: -70px;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #1f81c0;
    font-size: 20px;
    line-height: 33px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services-carousel .owl-next {
    left: auto;
    right: -60px;
}

.services-carousel .owl-next .fa,
.services-carousel .owl-prev .fa {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.services-carousel .owl-next:hover,
.services-carousel .owl-prev:hover {
    background-color: #ffffff;
}

/*** 

====================================================================
        Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    /*padding: 120px 0 90px;*/
}

.services-section-two:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/icons/pattern-6.png);
    background-position: center bottom;
    content: "";
    opacity: .1;
}

.service-block-two {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.service-block-two .inner-box {
    position: relative;
    padding: 40px 40px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

.service-block-two .icon-box {
    position: relative;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.service-block-two .icon-box:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #cccccc;
    content: "";
}

.service-block-two .icon-box .icon {
    display: block;
    font-size: 48px;
    width: 48px;
    margin: 0 auto;
    color: #1f81c0;
    line-height: 1em;
}

.service-block-two .icon-box .icon svg#Layer_1 * {}

.service-block-two h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-block-two h5 a {
    color: #333333;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h5 a:hover {
    color: #1f81c0;
}

.service-block-two .text {
    position: relative;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.service-block-three {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-block-three .inner-box {
    position: relative;
    padding: 20px 20px;
    /*padding-left: 130px;*/
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    min-height: 100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
    /*background-color: #1f81c0;*/
    border-color: #1f81c0;
}

.service-block-three .inner-box:hover .icon-box .icon svg#Layer_1 * {}

.service-block-three .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100px;
    height: 100px;
}

.service-block-three .icon-box:before {
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 60px;
    background-color: #cccccc;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box:hover .icon-box:before {
    background-color: #ffffff;
}

.service-block-three .icon-box .icon {
    display: block;
    font-size: 48px;
    width: 65px;
    margin: 0 auto;
    color: #1f81c0;
    line-height: 100px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box:hover .icon-box .icon path {
    stroke: #ffffff;
}

.service-block-three h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 7px;
}

.service-block-three h5 a {
    color: #333333;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box:hover h5 a {
    /*color: #ffffff;*/

}

.service-block-three .text {
    position: relative;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box:hover .text {
    color: #ffffff;
}

/*** 

====================================================================
        Service Detail Section
====================================================================

***/

.service-detail-section {
    position: relative;
    padding: 60px 0 45px;
}

.service-detail {
    position: relative;
}

.service-detail .image-box {
    position: relative;
    margin-bottom: 30px;
}

.service-detail .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.service-detail .lower-content {
    position: relative;
}

.service-detail .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #020202;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #020202;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .lower-content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
}

.service-detail .two-column {
    position: relative;
    margin-top: 40px;
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 40px;
}

.service-detail .two-column .image {
    position: relative;
}

.service-detail .two-column .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .two-column .info-column {
    position: relative;
}

.service-detail .two-column .list-style-two li {
    list-style-type: none;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.service-detail .work-process-tabs .tab-btns .tab-btn {
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 13px 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777777;
}

.service-detail .work-process-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
}

.service-detail .tabs-column {
    margin-bottom: 30px;
}

.service-detail .tabs-column .inner-column {
    padding-right: 20px;
}

.service-detail .image-column .inner-column {
    margin-left: -20px;
}

.service-detail .process-section {
    padding: 80px 0 0;
}

.service-detail .process-block .inner-box:before {
    display: none;
}

.service-list-style {
    position: relative;
    list-style: none;
}

.service-list-style li {
    position: relative;
    /* display: inline-block; */
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 10px;
    color: #222222;
    font-weight: 600;
    padding: 10px 10px;
    background-color: #e2e2e2;
    /* min-width: 170px; */
    font-family: "Raleway", sans-serif;
    /* text-align: center; */
    cursor: default;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-list-style li i {
    margin-right: 10px;
}

.service-list-style li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
}

.service-detail .accordion-box .block:before {
    position: absolute;
    left: 68px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #dddddd;
    content: "";
    z-index: 2;
}

.service-detail .accordion-box .block.active-block:before {
    background-color: #000000;
    bottom: 25px;
}

.service-detail .accordion-box .block .acc-btn {
    padding-left: 100px;
    line-height: 28px;
    background-color: transparent;
}

.service-detail .accordion-box .block .icon {
    left: 30px;
    width: auto;
    right: auto;
    color: #777777;
}

.service-detail .accordion-box .block .acc-btn.active {
    background-color: transparent;
    color: #002121;
}

.service-detail .accordion-box .block.active-block .icon:before {
    color: #ff7e00;
}

.service-detail .accordion-box .block .content {
    padding-left: 80px;
    padding-top: 10;
    padding-bottom: 10px;
}

.service-detail .accordion-box .block .content .text {
    font-size: 14px;
    line-height: 27px;
    color: #777777;
}

/*Services Category*/

.services--list {
    position: relative;
    margin-bottom: 50px;
}

.services--list li {
    position: relative;
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.services--list li a {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    line-height: 28px;
    padding: 15px 10px;
    display: block;
    /*text-align: right;*/
    font-family: "Roboto", sans-serif;
    border: 1px solid #dddddd;
    overflow: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.services--list li a:before {
    position: absolute;
    content: "\f0da";
    right: 40px;
    top: 14px;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    font-family: 'FontAwesome';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services--list li:hover a:before,
.services--list li.active a:before {
    color: #fff !important;
}

.services--list li.active a,
.services--list li:hover a {
    border: 1px solid transparent;
    border-right: 4px solid #1f81c0;
    color: #ffffff;
}

.services--list li a:after {
    position: absolute;
    right: 10px;
    top: -1px;
    bottom: -1px;
    width: 0;
    content: "";
    background-color: #f5811c;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services--list li.active a:after,
.services--list li:hover a:after {
    width: 101%;
    transform: skew(0deg);
}

/*Brochure links*/

.services-sidebar .links-box {
    position: relative;
    margin-bottom: 60px;
}

.services-sidebar .links-box h4 {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 40px;
}

.services-sidebar .brochure-link {
    position: relative;
    margin-bottom: 10px;
    background-color: #eeeeee;
    transform: skew(-15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-sidebar .brochure-link a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    font-weight: 400;
    padding: 15px 30px;
    padding-left: 35px;
    transform: skew(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-sidebar .brochure-link a i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    margin-right: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-sidebar .brochure-link:hover a,
.services-sidebar .brochure-link:hover a i {
    color: #ffffff;
}

.services-sidebar .brochure-link:hover {
    background-color: #1f81c0;
    color: #ffffff;
}

/*brochure Box*/

.brochure-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 40px 45px;
    margin-bottom: 50px;
}

.brochure-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: 0.90;
    content: "";
}

.brochure-box>span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #1f81c0;
    margin-bottom: 10px;
}

.brochure-box h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.brochure-box p {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #cccccc;
    font-weight: 400;
    margin-bottom: 25px;
}

.brochure-box .theme-btn {
    position: relative;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #dddddd;
    background-color: transparent;
}

.brochure-box .theme-btn:hover {
    background-color: #1f81c0;
    border-color: #1f81c0;
}

/***

====================================================================
        Fun Fact Section
====================================================================

***/

.fun-fact-section {
    position: relative;
    padding: 100px 0 60px;
    background-color: #f5f5f5;
}

.fun-fact-section .fact-counter {
    position: relative;
}

.fun-fact-section .counter-column {
    position: relative;
    margin-bottom: 40px;
}

.fun-fact-section .count-box {
    position: relative;
    padding-left: 100px;
    padding-top: 25px;
}

.fun-fact-section .count-box:before {
    position: absolute;
    left: 14px;
    top: 0;
    height: 125px;
    width: 30px;
    border: 3px solid #eeeeee;
    content: "";
}

.fun-fact-section .count-box .icon {
    position: absolute;
    left: 0;
    top: 15px;
    width: 58px;
    font-size: 59px;
    line-height: 1em;
    color: #1f81c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fun-fact-section .count-box:hover .icon {
    color: #000000;
    top: 55px;
}

.fun-fact-section .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #777777;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fun-fact-section .count-box .count-text {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
    Fun Fact Section Style Two
====================================================================

***/

.fun-fact-section.style-two {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0 80px;
}

.fun-fact-section.style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222222;
    opacity: .85;
    content: "";
}

.fun-fact-section.style-two .count-box:before {
    border-color: #ffffff;
    opacity: .20;
}

.fun-fact-section.style-two .count-box .icon,
.fun-fact-section.style-two .count-box:hover .count-text {
    color: #ffffff;
}

.fun-fact-section.style-two .svg-box .count-box .icon path {
    stroke: #fff;
}

.fun-fact-section.style-two .count-box:hover .icon,
.fun-fact-section.style-two .count-box .count-text {
    color: #1f81c0;
}

.fun-fact-section.style-two .count-box .icon svg#Layer_1 * {
    stroke: #fff;
}

.fun-fact-section.style-two .count-box .counter-title {
    color: #ffffff;
}

/*** 

====================================================================
        Project Section
====================================================================

***/

.project-section {
    position: relative;
    padding: 100px 0 0;
}

.project-section .layer-image {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
    background-color: #000000;
}

.project-section .layer-image img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0.20;
}

.project-section .project-carousel {
    position: relative;
}

.project-block {
    position: relative;
}

.project-block .inner-box {
    position: relative;
    padding-right: 100px;
    padding-bottom: 110px;
}

.project-block .image-box {
    position: relative;
}

.project-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block .content-box {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 45px 45px 50px;
    max-width: 400px;
    width: 100%;
    background-color: #000000;
    background-image: url(../images/icons/pattern-2.jpg);
    background-repeat: repeat;
    background-position: center;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.active .project-block .content-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block .content-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.project-block .content-box h4 a {
    display: inline-block;
    color: #1f81c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box h4 a:hover {
    color: #ffffff;
}

.project-block .content-box h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #ffffff;
    content: "";
}

.project-block .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.project-block .content-box .read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #1f81c0;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box .read-more:hover {
    color: #ffffff;
}

.project-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 37px;
    margin-left: -265px;
}

.project-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #b7b7b7;
    border-radius: 50%;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    background-color: #1f81c0;
}

.project-carousel .owl-nav {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 32px;
}

.project-carousel .owl-next,
.project-carousel .owl-prev {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #1f81c0;
    font-weight: 400;
    padding: 5px 18px;
    border: 1px solid #bbbbbb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-carousel .owl-next span,
.project-carousel .owl-prev span {
    color: #222222;
    float: right;
    margin-left: 10px;
    font-size: 16px;
}

.project-carousel .owl-prev {
    display: none;
}

.project-carousel .owl-next:hover,
.project-carousel .owl-prev:hover {
    color: #ffffff;
    background-color: #1f81c0;
    border-color: #1f81c0;
}

.project-section .view-more {
    position: absolute;
    left: 50%;
    bottom: 32px;
    margin-left: 55px;
    font-size: 14px;
    line-height: 28px;
    color: #222222;
    text-align: center;
    padding: 5px 20px;
    background-color: #1f81c0;
    border: 1px solid #1f81c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.project-section .view-more:hover {
    background-color: transparent;
    color: #1f81c0;
}

/*** 

====================================================================
    Project Features
====================================================================

***/

.projects-feautres {
    position: relative;
    padding: 120px 0 70px;
}

.projects-feautres .text-column {
    position: relative;
    margin-bottom: 50px;
}

.projects-feautres .text-column .inner-column {
    position: relative;
}

.projects-feautres .text-column .sec-title {
    margin-bottom: 50px;
}

.projects-feautres .text-column .text {
    position: relative;
    font-size: 17px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    /*margin-bottom: 55px;*/
}

.projects-feautres .blocks-column {
    position: relative;
    margin-bottom: 50px;
}

.feature-block {
    position: relative;
    margin-bottom: 25px;
}

.feature-block:last-child {
    margin-bottom: 0;
}

.feature-block .inner-box {
    position: relative;
    background-color: #ebebeb;
    padding: 35px 50px 30px;
    padding-left: 205px;
    min-height: 160px;
}

.feature-block .icon {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 84px;
    width: 84px;
    /*line-height: 100px;*/
    color: #0a0a0a;
}

.feature-block h4 {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-block .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

.feature-block.block-two .inner-box {
    background-color: #1f81c0;
}

.feature-block.block-two .icon {
    color: #222222;
}

.feature-block.block-three .text,
.feature-block.block-three h4,
.feature-block.block-two .text,
.feature-block.block-two h4 {
    color: #ffffff;
}

.feature-block.block-three .inner-box {
    background-color: #222222;
}

.feature-block.block-three .icon {
    color: #1f81c0;
}

/*** 

====================================================================
        Project Page Section
====================================================================

***/

.projects-page-section {
    position: relative;
    padding: 120px 0;
}

/*=== Sortable Masonry ===*/

.sortable-masonry .filters {
    margin-bottom: 50px;
    text-align: center;
}

.sortable-masonry .filters .filter-tabs {
    position: relative;
    display: inline-block;
    margin: 0;
    list-style-type: none;
}

.sortable-masonry .filters li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    color: #777777;
    font-weight: 400;
    margin: 0 8px 0;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sortable-masonry .filters li:last-child {
    margin-right: 0;
}

.sortable-masonry .filters .filter.active,
.sortable-masonry .filters .filter:hover {
    color: #1f81c0;
    border: 1px solid #cccccc;
}

.project-block-two {
    position: relative;
    margin-bottom: 30px;
}

.project-block-two .inner-box {
    position: relative;
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-block-two .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 34, 34, .90);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.project-block-two .upper-box {
    position: absolute;
    right: 0;
    top: 28px;
    text-align: right;
    padding: 0 30px;
}

.project-block-two .upper-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}

.project-block-two .upper-box h4 a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .upper-box h4 a:hover {
    color: #1f81c0;
}

.project-block-two .upper-box .category {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #1f81c0;
}

.project-block-two .link {
    position: absolute;
    left: 30px;
    bottom: 33px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 7px;
}

.project-block-two .link:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 60%;
    background-color: #1f81c0;
    content: "";
}

.projects-page-section .btn-box {
    position: relative;
    margin-top: 50px;
}

/*** 

====================================================================
            Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 20px 0;
}

.project-detail .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.project-detail .upper-box {
    position: relative;
    border: 3px solid #dddddd;
    padding: 23px 0px 0px 45px;
    margin-top: 40px;
}

.project-detail .project-info {
    position: relative;
    margin: 0;
    list-style-type: none;
}

.project-detail .project-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 23px;
    padding-left: 40px;
    width: 33.3333%;
    padding-right: 20px;
}

.project-detail .project-info li a {
    color: #777777;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .project-info li a:hover {
    color: #ffaa00;
}

.project-detail .project-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 28px;
    color: #ffaa00;
}

.project-detail .project-info li strong {
    color: #222222;
    font-family: "Roboto", sans-serif;
}

.project-detail .title-box {
    position: relative;
}

.project-detail .title-box h2 {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 25px;
}

.project-detail .title-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 35px;
}

/* Project Carousel */

.project-detail .single-item-carousel .image-box {
    position: relative;
}

.project-detail .single-item-carousel .image {
    position: relative;
    margin-bottom: 0;
}

.project-detail .single-item-carousel .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    position: absolute;
    left: -100px;
    height: 50px;
    width: 50px;
    background-color: #33373f;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
    left: auto;
    right: -100px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: #ffaa00;
    color: #ffffff;
}

/* Lower Content */

.project-detail .lower-content {
    position: relative;
    padding-top: 35px;
}

.project-detail .lower-content h3 {
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px
}

.project-detail .lower-content p {
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    margin-bottom: 30px;
}

.project-detail .two-column {
    position: relative;
    margin-top: 40px;
}

.project-detail .two-column .column {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .video-box {
    position: relative;
    margin-bottom: 50px;
}

.video-box {
    position: relative;
}

.video-box .image {
    position: relative;
    margin-bottom: 0;
}

.video-box .image img {
    display: block;
    width: 100%;
}

.video-box .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.video-box .link .icon {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    color: #ffaa00;
    font-size: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    padding-left: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-box .link:hover .icon {
    background-color: #ffaa00;
    color: #ffffff;
}

.project-detail .project-files {
    position: relative;
    padding: 35px 35px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}

.project-detail .project-files h4 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-detail .file-list {
    position: relative;
    list-style-type: none;
    margin: 0;
}

.project-detail .file-list li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 20px;
}

.project-detail .file-list li a {
    color: #777777;
    padding-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .file-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ffaa00;
}

.project-detail .file-list li a:hover {
    color: #ffaa00;
}

/* Load More Option */

.load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.load-more-option ul {
    position: relative;
    margin: 0;
    list-style-type: none;
}

.load-more-option li.prev a,
.load-more-option li.next a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    background-color: #222222;
    text-transform: uppercase;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li.next a {
    border-radius: 30px 0 0 30px;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover {
    background-color: #1f81c0;
}

.load-more-option .load-more {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.load-more-option .load-more a {
    font-size: 30px;
    line-height: 50px;
    color: #ffaa00;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option .load-more a:hover {
    color: #000000;
}

/***

====================================================================
            Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 50px 0;
}

.team-section:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 430px;
    width: 100%;
    background-color: #fff;
    content: "";
    -webkit-transform: translateX(-375px);
    -moz-transform: translateX(-375px);
    -ms-transform: translateX(-375px);
    -o-transform: translateX(-375px);
    transform: translateX(-375px);
}

.team-section .team-carousel {
    position: relative;
    padding-bottom: 110px;
}

.team-block {
    position: relative;
}

.team-block .inner-box {
    position: relative;
}

.team-block .image-box {
    position: relative;
    overflow: hidden;
}

.team-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.team-block .image-box .image img {
    display: block;
    width: 100%;
}

.team-block .social-links {
    position: absolute;
    right: 0%;
    bottom: 0;
    margin: 0;
    background-color: #f5811c;
    border-radius: 0 0 0 20px;
    padding: 0 15px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 80%;
    list-style: none;
}

/*.team-block .inner-box:hover .social-links {
    /*opacity: 1;*/
/*right: 0;*/
}

*/ .team-block .social-links li {
    position: relative;
    list-style-type: none;
    float: left;
    margin-left: 5px;
}

.team-block .social-links li:first-child {
    margin-left: 0;
}

.team-block .social-links li a {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    padding: 15px 0;
    /*width: 40px;*/
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li a:hover {
    /*background-color: #1f81c0;*/

}

.team-block .caption-box {
    position: relative;
    text-align: center;
    padding: 33px 0 0;
}

.team-block .caption-box .name {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
}

.team-block .caption-box .name a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*.team-block .caption-box .name a:hover {
    color: #1f81c0;
}*/

.team-block .caption-box .description {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 400;
}

.team-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.team-carousel .owl-next,
.team-carousel .owl-prev {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #404040;
    color: #1f81c0;
    font-size: 20px;
    line-height: 33px;
    margin: 0 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team-carousel .owl-next .fa,
.team-carousel .owl-prev .fa {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.team-carousel .owl-next:hover,
.team-carousel .owl-prev:hover {
    color: #404040;
    border-color: #1f81c0;
}

.team-section.alternate {
    padding: 120px 0 90px;
}

.team-section.alternate .team-block {
    position: relative;
    margin-bottom: 30px;
}

/***

====================================================================
            Team Detail
====================================================================

***/

.team-detail {
    position: relative;
    padding: 40px 0 70px;
}

.team-detail .image-column {
    position: relative;
    margin-bottom: 50px;
}

.team-detail .image-column .image-box {
    position: relative;
    padding-top: 15px;
}

.team-detail .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.team-detail .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
}

.team-detail .content-column {
    position: relative;
    margin-bottom: 50px;
}

.team-detail .content-column .inner-column {
    position: relative;
}

.team-detail .content-column .info-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.team-detail .content-column .name {
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-detail .content-column .designation {
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 400;
}

.team-detail .content-column .text-box {
    position: relative;
    margin-bottom: 70px;
}

.team-detail .content-column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
}

.team-detail .contact-list {
    position: relative;
    margin: 0;
}

.team-detail .contact-list li {
    position: relative;
    list-style-type: none;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #222222;
    padding-left: 45px;
    margin-bottom: 10px;
}

.team-detail .contact-list li a {
    color: #222222;
}

.team-detail .contact-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 26px;
    color: #1f81c0;
}

.team-detail .social-links {
    position: relative;
    margin-top: 36px;
    margin-bottom: 0;
    float: right;
}

.team-detail .social-links li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    margin-left: 15px;
}

.team-detail .social-links li a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-detail .social-links li.title {
    font-size: 18px;
    line-height: 26px;
    color: #1f81c0;
    font-weight: 700;
    margin-right: 15px;
    margin-left: 0;
    font-family: "Raleway", sans-serif;
}

.team-detail .social-links li a:hover {
    color: #1f81c0;
}

/***

====================================================================
        Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 20px 0px;
}

.testimonial-section:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    /* background-color: #222222; */
    background-image: url(../images/icons/pattern-3.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    content: "";
}

.testimonial-section .layer-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40.4%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-section .testimonial-outer {
    position: relative;
    background-color: #ffffff;
    max-width: 770px;
    float: right;
    width: 100%;
    padding: 100px 0;
    padding-left: 100px;
}

.testimonial-section .layer-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1f81c0;
    opacity: .50;
    content: "";
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 100px;
}

.testimonial-block .inner-box:before {
    position: absolute;
    left: 14px;
    top: 0;
    height: 90px;
    width: 2px;
    background-color: #e1e1e1;
    content: "";
}

.testimonial-block .icon {
    position: absolute;
    left: 0;
    top: 15px;
    height: 30px;
    width: 30px;
    background-color: #e1e1e1;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    text-align: center;
}

.testimonial-block .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 85px;
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 180px;
    padding-top: 60px;
    min-height: 130px;
}

.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 130px;
    width: 130px;
}

.testimonial-block .info-box .thumb img {
    display: block;
    width: 100%;
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial-block .info-box .name:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 50px;
    background-color: #888888;
    content: "";
}

.testimonial-block .info-box .designation {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #1f81c0;
    font-weight: 700;
}

.testimonial-block .info-box .designation span {
    color: #222222;
    margin-right: 5px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: 140px;
    right: 0;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #404040;
    color: #1f81c0;
    font-size: 20px;
    line-height: 33px;
    margin: 0 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonial-carousel .owl-next .fa,
.testimonial-carousel .owl-prev .fa {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #404040;
    border-color: #1f81c0;
}

.testimonial-section .form-column {
    position: relative;
}

.testimonial-section .form-column .inner-column {
    position: relative;
    padding-right: 100px;
    padding-top: 120px;
    margin-top: -90px;
}

.testimonial-section .form-column .inner-column:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -126px;
    width: 1000%;
    background-color: #1f81c0;
    content: "";
}

.testimonial-section .form-column .sec-title .devider span,
.testimonial-section .form-column .sec-title .title {
    color: #ffffff;
}

.testimonial-section .form-column .sec-title .devider:before,
.testimonial-section .form-column .sec-title .devider:after {
    background-color: #ffffff;
}

.testimonial-section .request-form .form-group {
    margin-bottom: 16px;
}

.testimonial-section .request-form .form-group input[type="text"],
.testimonial-section .request-form .form-group input[type="email"],
.testimonial-section .request-form .form-group input[type="url"],
.testimonial-section .request-form .form-group textarea,
.testimonial-section .request-form .form-group select {
    height: 60px;
    padding: 20px 28px;
}

.testimonial-section .request-form .form-group textarea {
    height: 120px;
    margin-bottom: 10px;
}

.testimonial-section .request-form .form-group button {
    border: 0;
    padding: 20px 45px;
}

.testimonial-section.style-two .testimonial-column .inner-column {
    padding: 120px 0;
    padding-left: 70px;
}

.testimonial-section.style-two .testimonial-block .inner-box {
    padding-left: 80px;
}

.testimonial-section.style-two .testimonial-block .text {
    font-size: 16px;
    line-height: 36px;
    color: #777777;
    margin-bottom: 45px;
}

.testimonial-section.style-two .testimonial-block .info-box {
    padding-left: 160px;
}

.testimonial-section.style-two .testimonial-carousel {
    padding-bottom: 45px;
    border-bottom: 2px solid #e1e1e1;
}

.testimonial-section.style-two .testimonial-carousel .owl-nav {
    bottom: -18px;
    background-color: #ffffff;
}

.testimonial-section.style-two:before {
    display: none;
}

/*** 

====================================================================
        Fluid Section One
====================================================================

***/

.fluid-section-one {
    position: relative;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 350px;
}

.fluid-section-one .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section-one .content-column:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-6.png);
    background-position: center bottom;
    content: "";
    opacity: .1;
}

.fluid-section-one .content-column .inner-box {
    position: relative;
    max-width: 720px;
    padding: 100px 15px 50px 115px;
}

.fluid-section-one .content-column .inner-box .sec-title {
    margin-bottom: 45px;
}

.fluid-section-one .content-column .inner-box .text {
    position: relative;
    margin-bottom: 50px;
}

.fluid-section-one .content-column .inner-box .text p {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    margin-bottom: 27px;
}

.fluid-section-one .content-column .inner-box .text p:last-child {
    margin-bottom: 0px;
}

.fluid-section-one .content-column .inner-box .choose-info {
    position: relative;
    margin: 0;
}

.fluid-section-one .content-column .inner-box .choose-info li {
    position: relative;
    float: left;
    width: 50%;
    list-style-type: none;
    padding-left: 70px;
    margin-bottom: 30px;
    min-height: 50px;
    text-transform: capitalize;
    cursor: default;
}

.fluid-section-one .content-column .inner-box .choose-info li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 8px;
}

.fluid-section-one .content-column .inner-box .choose-info li h5 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fluid-section-one .content-column .inner-box .choose-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #1f81c0;
    line-height: 1em;
    font-size: 48px;
    width: 58px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fluid-section-one .content-column .inner-box .choose-info li:hover a,
.fluid-section-one .content-column .inner-box .choose-info li:hover .icon {
    color: #1f81c0;
}

.fluid-section-one.alternate .content-column:before {
    display: none;
}

.fluid-section-one .content-column .inner-box .choose-info li svg#Layer_1 {}

/*** 

====================================================================
        Process Section
====================================================================

***/

.process-section {
    position: relative;
    padding: 30px 0 0px;
    background-color: #f5f5f5;
}

.process-block {
    position: relative;
    margin-bottom: 30px;
}

.process-block .inner-box {
    position: relative;
    text-align: center;
}

.process-block .inner-box:before {
    position: absolute;
    right: -60px;
    top: 200px;
    height: 45px;
    width: 102px;
    /*background-image: url(../images/icons/icon-twist-arrow.png);*/
    content: "";
}

.process-block:nth-child(3n+3) .inner-box:before {
    display: none;
}

.process-block .count {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 60px;
    color: #222222;
    font-weight: 700;
    background-color: #ebebeb;
    margin-bottom: 90px;
}

.process-block .count:before {
    position: absolute;
    top: 100%;
    left: 29px;
    height: 50px;
    width: 1px;
    background-color: #1f81c0;
    content: "";
}

.process-block .icon-box {
    position: relative;
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 74px;
    font-size: 40px;
    margin: 0 auto 25px;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover .icon-box {
    background-color: #222222;
    box-shadow: none;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.process-block .icon-box .icon {
    position: relative;
    display: inline-block;
    color: #1f81c0;
    width: 75px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block.svg-box .icon-box .icon {
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process-block.svg-box .icon-box .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process-block.svg-box .inner-box:hover .icon-box .icon {
    transform: rotateY(180deg) translate(-50%, -50%);
    left: auto;
    right: 50%;
}

.process-block.svg-box .inner-box:hover .icon-box .icon path {
    stroke: #1f81c0;
}

.process-block.svg-box .inner-box:hover .icon-box .icon path {
    stroke: #fff;
}

.process-block .inner-box:hover .icon-box .icon {
    color: #ffffff;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.process-block h4 {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-block h4 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block h4 a:hover {
    color: #1f81c0;
}

.process-block .title {
    display: block;
    font-size: 18px;
    color: #1f81c0;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.process-section.alternate .process-block .inner-box:hover .icon-box {
    background-color: #1f81c0;
}

.process-section.alternate .process-block .inner-box:hover .icon-box .icon {
    color: #222222;
}

/*** 

====================================================================
        FAQ's Sectiom
====================================================================

***/

.faqs-section {
    position: relative;
    padding: 115px 0 70px;
}

.faqs-section .faq-column {
    position: relative;
}

.faqs-section .faq-column .inner-column {
    position: relative;
    padding-top: 20px;
}

.accordion-box {
    position: relative;
    margin: 0;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
    border: 1px solid #dddddd;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    cursor: pointer;
    padding: 15px 30px;
    padding-right: 55px;
    background-color: #f5f5f5;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #1f81c0;
    background-color: transparent;
    border-bottom: 1px solid;
}

.accordion-box .block .icon {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    color: #1f81c0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon {
    /*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);*/
    color: #222222;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 15px 30px 30px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 0;
}

.faqs-section .image-column {
    position: relative;
}

.faqs-section .image-column .image-box {
    position: relative;
    margin-bottom: 50px;
}

.faqs-section .image-column .image {
    margin-bottom: 0;
    margin-left: -10px;
}

.faqs-section .image-column .image img {
    max-width: 100%;
    height: auto;
}

.faqs-section.style-two {
    padding: 0;
}

.faqs-section.style-two .accordion-box .block .acc-btn.active .icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #222222;
}

.faqs-section.style-two .faq-column .inner-column {
    padding: 120px 0 90px;
}

.faqs-section.style-two .image-column {
    position: relative;
}

.faqs-section.style-two .image-column .image-box {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}

.faqs-section.style-two .image-column .image {
    margin-bottom: 0;
}

.faqs-section.style-two .image-column .image img {
    max-width: 100%;
    height: auto;
}

/*** 

====================================================================
            FAQ Form Section
====================================================================

***/

.faq-form-section {
    position: relative;
    padding: 120px 0 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.faq-form-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1f81c0;
    opacity: .80;
    content: "";
}

.faq-form-section .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.faq-form-section .sec-title {
    position: relative;
}

.faq-form-section .sec-title .devider:before,
.faq-form-section .sec-title .devider:after {
    background-color: #ffffff;
}

.faq-form-section .sec-title span {
    color: #ffffff;
}

.faq-form-section .sec-title h2 {
    color: #222222;
}

.faq-form-section .faq-form {
    position: relative;
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, .10);
    font-weight: 400;
    height: 50px;
    border: 1px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: #222222;
}

.faq-form .form-group textarea {
    height: 150px;
    resize: none;
}

.faq-form .form-group button {
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
}

/*** 

====================================================================
            Call Back Section
====================================================================

***/

.call-back-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 95px 0 70px;
    background-color: #f5f5f5;
}

.call-back-section.alternate {
    background-color: #ffffff;
}

.call-back-section:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 32%;
    background-color: #1f81c0;
    border-radius: 0 0 0 150px;
    content: "";
}

.call-back-section .form-column {
    position: relative;
    margin-bottom: 50px;
}

.call-back-section .form-column .inner-column {
    position: relative;
    padding-top: 20px;
}

.call-back-section .sec-title {
    margin-bottom: 50px;
}

.call-back-section .form-group {
    position: relative;
    margin-bottom: 30px;
}

.call-back-section .form-group:last-child {
    margin-bottom: 0;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    padding: 15px 28px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    font-weight: 400;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.request-form .form-group input:focus,
.request-form .form-group select:focus,
.request-form .form-group textarea:focus {
    border-color: #1f81c0;
}

.request-form .form-group textarea {
    height: 200px;
    resize: none;
}

.request-form .form-group button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px 45px;
    line-height: 20px;
}

.call-back-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.call-back-section .image-column .inner-column {
    position: relative;
    margin-right: -23px;
}

.call-back-section .image-column .image {
    position: relative;
    margin-left: 22px;
    z-index: 2;
}

.call-back-section .image-column .image:before {
    position: absolute;
    left: -22px;
    top: 22px;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #a1a1a1;
    content: "";
    z-index: -1;
}

.call-back-section .image-column .image img {
    width: 100%;
    height: auto;
    display: inline-block;
}

/*** 

====================================================================
        News Letters
====================================================================

***/

.news-latters {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0 0;
}

.news-latters:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .60;
    content: "";
}

.news-latters .form-column {
    position: relative;
    margin-bottom: 50px;
}

.news-latters .form-column .inner-column {
    position: relative;
}

.news-latters .sec-title {
    margin-bottom: 50px;
}

.news-latters .sec-title .devider span {
    color: #ffffff;
}

.news-latters .sec-title .devider:before,
.news-latters .sec-title .devider:after {
    background-color: #ffffff;
}

.news-latters .form-column .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 50px;
}

.newslatter-form {
    position: relative;
}

.newslatter-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.newslatter-form .form-group:last-child {
    margin-bottom: 0;
}

.newslatter-form .form-group input[type="text"],
.newslatter-form .form-group input[type="email"],
.newslatter-form .form-group input[type="url"],
.newslatter-form .form-group textarea,
.newslatter-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    padding: 15px 28px;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.10);
    font-weight: 400;
    height: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newslatter-form .form-group input:focus,
.newslatter-form .form-group select:focus,
.newslatter-form .form-group textarea:focus {
    border-color: #1f81c0;
}

.newslatter-form .form-group textarea {
    height: 200px;
    resize: none;
}

.newslatter-form .form-group button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px 45px;
    line-height: 25px;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

.newslatter-form .form-group button:hover {
    color: #ffffff;
}

.news-latters .image-column {
    position: relative;
}

.news-latters .image-column .image-box {
    position: relative;
    height: 100%;
}

.news-latters .image-column .image {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.news-latters .image-column .image-box img {
    height: 100%;
}

/*** 

====================================================================
        News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 95px 0 60px;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    padding-right: 40px;
}

.news-block .image-box {
    position: relative;
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.news-block .image-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background-color: #252525;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .icon-box {
    background-color: #1f81c0;
}

.news-block .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -45px;
}

.news-block .image-box .owl-nav .owl-next,
.news-block .image-box .owl-nav .owl-prev {
    position: absolute;
    width: 25px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .80);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .image-box .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.news-block .image-box .owl-nav .owl-next:hover,
.news-block .image-box .owl-nav .owl-prev:hover {
    color: #222222;
    background-color: rgba(255, 255, 255, 0.80);
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .lower-content {
    position: relative;
    right: -40px;
    margin-top: -40px;
    padding: 25px 25px 30px;
    background-color: #ffffff;
    box-shadow: 6px 8px 21px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9;
}

.news-block .inner-box:hover .lower-content {
    background-color: #1f81c0;
}

.news-block .lower-content .post-info {
    position: relative;
    margin-bottom: 10px;
}

.news-block .lower-content .post-info li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .post-info li:before,
.news-block .inner-box:hover .lower-content .post-info li {
    color: #ffffff;
}

.news-block .lower-content .post-info li a {
    color: #777777;
}

.news-block .lower-content .post-info li:before {
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    content: "|";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-block .lower-content h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content h3 a {
    color: #ffffff;
}

.news-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .text {
    color: #ffffff;
}

.news-block .lower-content .link-box {
    position: relative;
}

.news-block .lower-content .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #1f81c0;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .lower-content .link-box a:hover {
    color: #222222;
}

.news-block .lower-content .link-box a i {
    margin-left: 5px;
}

/***

====================================================================
        News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 110px 0;
}

.news-block-two {
    position: relative;
}

.news-block-two .image-column {
    position: relative;
    margin-bottom: 0;
}

.news-block-two .image-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}

.news-block-two .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.news-block-two .image-column .image:before {
    position: absolute;
    left: -30px;
    bottom: -30px;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-6.png);
    content: "";
}

.news-block-two .content-column {
    position: relative;
    padding-top: 90px;
}

.news-block-two .content-column .inner-column {
    position: relative;
    padding: 50px 55px 55px;
    background-color: #ffffff;
    box-shadow: 6px 8px 21px rgba(0, 0, 0, 0.15);
    z-index: 9;
    margin-left: -24px;
    margin-right: 70px;
}

.news-block-two .content-column h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 48px;
    color: #1f81c0;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-block-two .content-column h3 a {
    color: #1f81c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .content-column h3 a:hover {
    color: #222222;
}

.news-block-two .content-column .post-info {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .content-column .post-info li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .content-column .post-info li a {
    color: #222222;
}

.news-block-two .content-column .post-info li:before {
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: 400;
    content: "|";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .content-column .post-info li:last-child:before {
    display: none;
}

.news-block-two .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-section-two .carousel-outer {
    position: relative;
}

.news-section-two .view-all {
    position: absolute;
    right: 70px;
    bottom: 15px;
    font-size: 18px;
    line-height: 1.2em;
    color: #1f81c0;
    font-weight: 700;
    z-index: 99;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-section-two .view-all:hover {
    color: #333333;
}

.news-section-two .owl-nav {
    position: absolute;
    top: 15px;
    right: 70px;
}

.news-section-two .owl-next,
.news-section-two .owl-prev {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #222222;
    font-size: 24px;
    line-height: 50px;
    margin-left: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-section-two .owl-next:hover,
.news-section-two .owl-prev:hover {
    background-color: #1f81c0;
}

/***

====================================================================
        Blog Default
====================================================================

***/

.blog-default {
    position: relative;
}

.news-section-three {
    position: relative;
    padding: 120px 0 80px;
}

.news-block-three {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 35px;
}

.news-block-three .inner-box {
    position: relative;
}

.news-block-three .inner-box h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 5px;
}

.news-block-three .inner-box h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box h4 a:hover {
    color: #1f81c0;
}

.news-block-three .inner-box .info {
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
}

.news-block-three .inner-box .info li {
    position: relative;
    float: left;
    margin-right: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 50px;
    color: #777777;
    font-weight: 400;
}

.news-block-three .inner-box .info li:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 50px;
    color: #777777;
    content: "|";
}

.news-block-three .inner-box .info li:last-child:before {
    display: none;
}

.news-block-three .inner-box .info li i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #777777;
    margin-right: 7px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box .info li a {
    position: relative;
    display: inline-block;
    color: #777777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box .info li:hover i,
.news-block-three .inner-box .info li a:hover {
    color: #1f81c0;
}

.news-block-three .image-box {
    position: relative;
}

.news-block-three .image-box .icon-box {
    position: absolute;
    right: 0;
    bottom: 35px;
    height: 45px;
    width: 70px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    background-color: #1f81c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .image-box .icon-box:before {
    position: absolute;
    bottom: 0;
    right: 100%;
    border-bottom: 45px solid #1f81c0;
    border-left: 15px solid transparent;
    content: "";
}

.news-block-three .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.news-block-three .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block-three .lower-content {
    position: relative;
    padding: 28px 0 0;
}

.news-block-three .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

.news-block-three .lower-content .link-box {
    position: relative;
    margin-top: 20px;
}

.news-block-three .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 40px;
    color: #222222;
    font-weight: 500;
    border: 1px solid #1f81c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .lower-content .link-box a:hover {
    background-color: #1f81c0;
    color: #ffffff;
}

.news-block-three .blockquote {
    position: relative;
    display: block;
    border: 2px solid #d7d7d7;
    padding: 50px 50px;
}

.news-block-three .blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .80;
}

.news-block-three .blockquote h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 70px;
}

.news-block-three .blockquote h2 span {
    color: #1f81c0;
    text-transform: uppercase;
}

.news-block-three .blockquote .author-info {
    position: relative;
    display: inline-block;
    text-align: right;
}

.news-block-three .blockquote .author {
    position: relative;
    display: block;
    line-height: 25px;
    color: #1f81c0;
    font-size: 18px;
    text-decoration: underline;
    font-family: 'Oswald', sans-serif;
}

.news-block-three .blockquote .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1em;
    color: #ffffff;
    margin-top: 5px;
    font-weight: 400;
}

.news-block-three .single-item-carousel {
    position: relative;
}

.news-block-three .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px;
}

.news-block-three .image-box .owl-nav .owl-next,
.news-block-three .image-box .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .70);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .image-box .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.news-block-three .image-box .owl-nav .owl-next:hover,
.news-block-three .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(0, 0, 0, .70);
    color: #ffffff;
}

.blog-default .styled-pagination {
    margin-top: 50px;
}

/*** 

====================================================================
            Blog Detail
====================================================================

***/

.blog-detail {
    position: relative;
}

.blog-detail .news-block-three {
    position: relative;
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-detail .news-block-three h4 {
    margin-bottom: 20px;
}

.blog-detail .news-block-three h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffaa00;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-detail .news-block-three p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-detail .news-block-three .lower-content {
    padding-top: 10px;
}

.blog-detail .news-block-three .lower-content .info {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.blog-detail .post-images {
    position: relative;
    margin-bottom: 10px;
    margin-top: 60px;
}

.blog-detail .post-images .image {
    margin-bottom: 30px;
}

.blog-detail .post-images .image img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-detail blockquote {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 50px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.19);
    padding: 35px 35px 25px;
}

.blog-detail blockquote .icon {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-detail blockquote cite {
    position: relative;
    float: right;
    font-size: 18px;
    line-height: 1em;
    color: #222222;
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-family: "Raleway", sans-serif;
    padding-left: 10px;
}

.blog-detail blockquote cite:before {
    position: absolute;
    top: 8px;
    right: 100%;
    height: 3px;
    width: 37px;
    background-color: #ffaa00;
    content: "";
}

/*post share options*/

.blog-detail .post-share-options {
    position: relative;
    margin-bottom: 30px;
}

.blog-detail .post-share-options .icon {
    position: relative;
    float: left;
    height: 50px;
    width: 50px;
    background-color: #ebebeb;
    text-align: center;
    font-size: 18px;
    color: #222222;
    line-height: 50px;
    border-radius: 50%;
}

.blog-detail .post-share-options .tags {
    position: relative;
    float: left;
    padding: 8px 25px;
}

.blog-detail .post-share-options .tags li {
    position: relative;
    display: inline-block;
}

.blog-detail .post-share-options .tags a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .post-share-options .tags a:hover {
    color: #1f81c0;
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    float: left;
    margin: 0;
    list-style-type: none;
    padding: 10px 13px;
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    float: left;
    margin: 0 13px;
}

.blog-detail .post-share-options .social-icon li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .post-share-options .social-icon li a:hover {
    color: #1f81c0;
}

/* post-controls */

.blog-post-controls {
    position: relative;
    text-align: left;
    padding: 40px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}

.blog-post-controls .inner {
    position: relative;
}

.blog-post-controls:before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-right: 1px solid #dddddd;
    content: "";
}

.blog-post-controls .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-controls .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

.blog-post-controls h5 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    max-width: 230px;
}

.blog-post-controls h5 a {
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-post-controls h5 a:hover {
    color: #1f81c0;
}

.blog-post-controls .prev-post {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 100px;
    padding-right: 20px;
}

.blog-post-controls .next-post {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 100px;
    padding-left: 20px;
}

.blog-post-controls .next-post .thumb {
    left: auto;
    right: 0;
}

/*** 

====================================================================
            Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
}

.styled-pagination ul {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    list-style-type: none;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 4px 8px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    background: #ffffff;
    color: #222222;
    border: 1px dashed #d7d7d7;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: #ffffff;
    background: #1f81c0;
    border-color: #1f81c0;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    min-width: 70px;
    background-color: #222222;
    color: #ffffff;
    border: 0;
}

.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover {
    color: #ffffff;
    background: #1f81c0;
    border-color: #1f81c0;
}

/*** 

====================================================================
        Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 100px 0;
    background-color: #fff;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .sponsors-carousel {
    position: relative;
    list-style-type: none;
    margin: 0;
}

.clients-section .slide-item {
    position: relative;
    list-style: none;
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center;
}

.clients-section .image-box img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    opacity: .50;
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav {
    display: none;
}

.clients-section.style-two {
    background-color: #222222;
}

.clients-section.style-three {
    position: relative;
    background-color: #ffffff;
    padding: 120px 0;
}

/***

==================================================================
        Contact Form Section
==================================================================

***/

.contact-form-section {
    position: relative;
    padding: 55px 0 70px;
}

.contact-form-section .sec-title {
    margin-bottom: 50px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 1);
    font-weight: 400;
    height: 50px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #1f81c0;
}

.contact-form .form-group textarea {
    height: 190px;
    resize: none;
    border-radius: 20px;
    padding-top: 20px;
}

.contact-form label.error {
    color: #ff0000;
}

.contact-form .form-group button {
    border: 0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 40px;
}

/*** 

====================================================================
        Contact Info Section
====================================================================

***/

.contact-info-section {
    position: relative;
    padding: 85px 0 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/pattern-4.jpg);
}

.contact-info-section .title-column {
    position: relative;
    margin-bottom: 50px;
}

.contact-info-section .title-column h2 {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    padding-right: 40px;
    margin-bottom: 25px;
}

.contact-info-section .title-column h2 span {
    color: #bbbbbb;
}

.contact-info-section .title-column h2:before {
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 2px;
    width: 30px;
    background-color: #1f81c0;
    content: "";
}

.contact-info-section .title-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    max-width: 460px;
}

.contact-info-block {
    position: relative;
    margin-bottom: 50px;
}

.contact-info-block .inner {
    position: relative;
    padding-left: 70px;
}

.contact-info-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    width: 60px;
    line-height: 1em;
    color: #aaaaaa;
}

.contact-info-block .icon path {
    stroke: #aaa;
}

.contact-info-block h3 {
    display: block;
    font-size: 30px;
    line-height: 1em;
    color: #1f81c0;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info-block .info {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.contact-info-block .info a {
    color: #000;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-block .info a:hover {
    text-decoration: underline;
}

.contact-info-section .block-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-section .block-column .inner-column {
    position: relative;
    /*padding-top: 55px;*/
}

/***

==================================================================
        Contact Info Section Style Two
==================================================================

***/

.contact-info-section.style-two {
    position: relative;
    background-color: #1f81c0;
    background-image: none;
}

.contact-info-section.style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-8.png), url(../images/icons/pattern-8.png);
    background-position: center;
    content: "";
    opacity: .50;
}

.contact-info-section.style-two .contact-info-block h3,
.contact-info-section.style-two .title-column h2 span {
    color: #000000;
}

.contact-info-section.style-two .title-column h2:before {
    background-color: #000000;
}

.contact-info-section.style-two .contact-info-block .icon {
    color: #ffffff;
}

.contact-info-section.style-two .contact-info-block .icon path {
    stroke: #fff;
}

/***

==================================================================
        Contact Info Section Style Three
==================================================================

***/

.contact-info-section.style-three {
    position: relative;
    background-color: #ffffff;
    background-image: none;
}

.contact-info-section.style-three .auto-container>.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.contact-info-section.style-three .contact-info-block .icon,
.contact-info-section.style-three .title-column h2 {
    color: #222222;
}

.contact-info-section.style-three .contact-info-block .icon path {
    stroke: #222;
}

.contact-info-section.style-three .contact-info-block {
    margin-bottom: 85px;
}

.contact-info-section.style-three .contact-info-block h3,
.contact-info-section.style-three .title-column h2 span {
    color: #1f81c0;
}

.contact-info-section.style-three .title-column h2:before {
    background-color: #1f81c0;
}

.contact-info-section.style-three .contact-info-block .info a,
.contact-info-section.style-three .contact-info-block .info,
.contact-info-section.style-three .title-column .text {
    color: #777777;
    max-width: 360px;
}

.contact-info-section.style-three .block-column .inner-column {
    padding-top: 15px;
}

.contact-info-section.style-three .contact-info-block h3 {
    font-size: 24px;
}

/***

==================================================================
            Contact Map Section
==================================================================

***/

.contact-map-section {
    position: relative;
    height: 500px;
}

.contact-map-section .map-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #343434;
}

.contact-map-section .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.map-canvas {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

/***

==================================================================
        Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
}

.main-footer .footer-upper {
    position: relative;
    padding: 40px 0 80px;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 60px;
    background-color: #1f81c0;
    content: '';
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .logo {
    position: relative;
    top: -20px;
    margin-bottom: 30px;
}

.main-footer .footer-logo figure {
    margin: 0;
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .about-widget .text p {
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 30px;
}

.main-footer .about-widget .text p strong {
    color: #222222;
    font-weight: 700;
}

.main-footer .social-icon-two li a {
    color: #222222;
}

.social-icon-two {
    position: relative;
    display: block;
    margin: 0;
}

.social-icon-two .title {
    position: relative;
    list-style-type: none;
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-right: 25px;
}

.social-icon-two li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 22px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #1f81c0;
}

/*Recent Posts*/

.recent-posts {
    position: relative;
}

.recent-posts .post {
    position: relative;
    min-height: 90px;
    padding-left: 100px;
    margin-bottom: 40px;
}

.recent-posts .post:last-child {
    margin-bottom: 0;
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.recent-posts .post .thumb a {
    display: block;
}

.recent-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.recent-posts .post h4 {
    position: relative;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.recent-posts .post h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
    color: #1f81c0;
}

.recent-posts .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
}

/*=== Services Widget ====*/

.main-footer .services-widget {
    position: relative;
}

.main-footer .services-widget .widget-content .widget-title {
    margin-bottom: 20px;
}

.serivce-list {
    position: relative;
    margin-bottom: 15px;
}

.serivce-list li {
    position: relative;
    display: block;
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 20px;
}

.serivce-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    content: "\f105";
    font-weight: 900;
    font-family: "FontAwesome";
}

.serivce-list li a {
    display: block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.serivce-list li a:hover {
    color: #1f81c0;
}

/*=== Subscribe Widget ===*/

.newslatter-widget {
    position: relative;
}

.newslatter-widget h4 {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-footer .newslatter-form {
    position: relative;
    margin-bottom: 30px;
}

/*Subscribe Form*/

.main-footer .newslatter-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
}

.main-footer .newslatter-form .form-group input[type="text"],
.main-footer .newslatter-form .form-group input[type="tel"],
.main-footer .newslatter-form .form-group input[type="email"],
.main-footer .newslatter-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 50px;
    font-size: 14px;
    color: #777777;
    background-color: #ffffff;
    padding: 14px 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .newslatter-form .form-group input[type="submit"],
.main-footer .newslatter-form .form-group button {
    position: relative;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #222222;
    padding: 10px 30px;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .newslatter-form .form-group input[type="submit"]:hover,
.main-footer .newslatter-form .form-group button:hover {
    background-color: #ffffff;
    color: #222222;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

.newslatter-widget .social-icon-two li {
    margin-right: 20px;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1f81c0;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    /*float: left;*/
    text-align: center;
    padding: 5px 0;
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    color: #222222;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .footer-nav ul {
    position: relative;
    padding: 25px 0;
    margin: 0;
}

.main-footer .footer-bottom .footer-nav ul li {
    list-style-type: none;
    position: relative;
    float: left;
    padding-left: 30px;
    margin-left: 30px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.main-footer .footer-bottom .footer-nav ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    content: '|';
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
    color: #222222;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before {
    display: none;
}

/*2nd Developer CSS*/

/*.main-footer .footer-bottom.style_two .footer-nav {
    position: relative;
    float: right;
    margin-right: 52px;
}

.footer_scroll_to_top {
    position: absolute;
    right: 0;
    top: 27px;
}

.footer_scroll_to_top a {
    font-size: 16px;
    font-weight: 700;
    background: #222222;
    color: #fff;
    padding: 32px 15px;
    text-transform: uppercase;
}*/

/***

==================================================================
        Main Footer Style Two
==================================================================

***/

.main-footer.style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .90;
    content: "";
}

.main-footer.style-two .social-icon-two li a,
.main-footer.style-two .serivce-list li:before,
.main-footer.style-two .newslatter-widget h4,
.main-footer.style-two .social-icon-two .title,
.main-footer.style-two .recent-posts .post h4 a,
.main-footer.style-two .serivce-list li a,
.main-footer.style-two .user-links li a,
.main-footer.style-two .user-links li:before,
.main-footer.style-two .footer-column .widget-title,
.main-footer.style-two .about-widget .text p {
    color: #ffffff;
}

.main-footer.style-two .social-icon-two li a:hover,
.main-footer.style-two .footer-bottom .copyright-text a,
.main-footer.style-two .serivce-list li a:hover,
.main-footer.style-two .user-links li a:hover,
.main-footer.style-two .recent-posts .post h4 a:hover,
.main-footer.style-two .about-widget .text p strong {
    color: #1f81c0;
}

.main-footer.style-two .recent-posts .post .date {
    color: #dddddd;
}

.main-footer.style-two .newslatter-form .form-group input[type="submit"],
.main-footer.style-two .newslatter-form .form-group button {
    background-color: #1f81c0;
    color: #ffffff;
}

.main-footer.style-two .newslatter-form .form-group input[type="submit"]:hover,
.main-footer.style-two .newslatter-form .form-group button:hover {
    background-color: #ffffff;
    color: #1f81c0;
}

.main-footer.style-two .footer-bottom {
    background-color: #555555;
}

.main-footer.style-two.alternate .footer-bottom {
    background-color: #1f81c0;
}

.main-footer.style-two.alternate .footer-bottom .copyright-text a {
    color: #222222;
}

/***

==================================================================
        Main Footer Style Three
==================================================================

***/

.main-footer.style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .90;
    content: "";
}

.main-footer.style-three .social-icon-two .title,
.main-footer.style-three .recent-posts .post h4 a,
.main-footer.style-three .about-widget .text p strong,
.main-footer.style-three .footer-column .widget-title {
    color: #ffffff;
}

.main-footer.style-three .user-links li a:hover,
.main-footer.style-three .recent-posts .post h4 a:hover {
    color: #1f81c0;
}

.main-footer.style-three .recent-posts .post .date {
    color: #dddddd;
}

.main-footer.style-three .serivce-list li:before {
    background-color: #555555;
}

/***

==================================================================
        Main Footer Style Four
==================================================================

***/

.main-footer.style-four .serivce-list {
    top: 20px;
    left: 10px;
}

.main-footer.style-four .serivce-list li {
    width: 100%;
}

.main-footer.style-four .user-links {
    top: 10px;
}

.main-footer.style-four .user-links li {
    display: block;
    line-height: 36px;
}

/***

==================================================================
            Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 120px 0 70px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 55px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 35px;
}

.sidebar-page-container .sidebar-title h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-page-container .sidebar-title .devider {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 150px;
    text-align: center;
}

.sidebar-page-container .sidebar-title .devider:before {
    position: absolute;
    left: 0;
    top: 14px;
    height: 1px;
    width: 52px;
    background-color: #777777;
    content: "";
}

.sidebar-page-container .sidebar-title .devider span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    padding: 15px 25px;
    padding-right: 60px;
    height: 60px;
    width: 100%;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #1f81c0;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 18px;
    background-color: #1f81c0;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
    color: #ffffff;
}

/*=== Categories ===*/

.cat-list {
    position: relative;
    margin: 0;
    list-style-type: none;
}

.cat-list li {
    position: relative;
    margin-bottom: 2px;
}

.cat-list li a {
    position: relative;
    padding: 20px 28px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 25px;
    padding-left: 50px;
    background-color: #eeeeee;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cat-list li a:before {
    position: absolute;
    content: '\f0da';
    left: 30px;
    top: 20px;
    font-family: 'FontAwesome';
}

.cat-list li a span {
    float: right;
}

.cat-list li.active a,
.cat-list li a:hover {
    color: #1f81c0;
    background-color: #333333;
    font-weight: 700;
}

/*=== Latest News ===*/

.latest-news {
    position: relative;
}

.latest-news .recent-post {
    position: relative;
    padding-left: 125px;
    margin-bottom: 20px;
}

.latest-news .recent-post:last-child {
    margin-bottom: 0;
}

.latest-news .recent-post .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background-color: #333333;
}

.latest-news .recent-post .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news .recent-post:hover .image-box img {
    opacity: .30;
}

.latest-news .recent-post h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 3px;
}

.latest-news .recent-post h3 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news .recent-post:hover h3 a {
    color: #1f81c0;
}

.latest-news .recent-post .views {
    display: block;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 24px;
}

.latest-news .recent-post .views span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

/*=== Tags ===*/

.tag-list {
    position: relative;
    display: block;
    margin: 0;
    list-style-type: none;
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #777777;
    line-height: 20px;
    padding: 15px 22px;
    font-weight: 500;
    text-align: center;
    background-color: #f5f5f5;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    background-color: #222222;
    color: #1f81c0;
    border-radius: 50px;
}

/*** 

====================================================================
        Comment Area
====================================================================

 ***/

.group-title {
    position: relative;
    margin-bottom: 50px;
}

.group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.comments-area {
    position: relative;
    /*margin-bottom: 65px;*/
}

.comments-box {
    position: relative;
}

.comments-area .comment-box {
    position: relative;
    padding: 30px 40px 30px 40px;
    margin-left: 100px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.comments-area .comment-box.reply-comment {
    margin-left: 170px;
}

.comments-area .comment {
    position: relative;
    min-height: 120px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: -130px;
    top: 0px;
    height: 120px;
    width: 120px;
}

.comments-area .comment-box .author-thumb img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.19);
}

.comments-area .comment-info {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #222222;
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-left: 15px;
}

.comments-area .comment-box .text {
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

.comments-area .comment-box .reply-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ff9d42;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    color: #222222;
}

/*** 

====================================================================
        Comment Form
====================================================================

 ***/

.sidebar-page-container .comment-form {
    position: relative;
}

.comment-form .group-title {
    margin-bottom: 40px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="url"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 30px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #1f81c0;
}

.comment-form .form-group textarea {
    height: 270px;
    resize: none;
    padding-top: 25px;
    border-radius: 10px;
}

.comment-form button {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 12px 35px;
    line-height: 20px;
}

/*** 

====================================================================
            Coming Soon
====================================================================

***/

.coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.coming-soon .content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    content: "";
}

.coming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content .content-inner {
    position: relative;
    padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
    position: relative;
    margin-bottom: 100px;
}

.coming-soon .content .content-inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 85px;
}

.coming-soon .content .content-inner h2 span {
    color: #1f81c0;
}

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
    margin-bottom: 60px;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 210px;
    height: 210px;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border: 2px dotted #ffffff;
    margin-bottom: 20px;
}

.time-counter .time-countdown .counter-column:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-top: 60px solid #1f81c0;
    border-right: 60px solid transparent;
    content: "";
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 50px;
    padding: 60px 0px 30px;
    color: #ffffff;
    font-weight: 700;
}

.coming-soon .emailed-form {
    position: relative;
    margin-bottom: 65px;
}

.coming-soon .emailed-form h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 740px;
    width: 100%;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 18px;
    color: #777777;
    overflow: hidden;
    padding: 15px 50px 15px 30px;
    background: transparent;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {
    border-color: #ffffff;
    color: #ffffff;
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 165px;
    height: 60px;
    line-height: 40px;
    padding: 10px 50px;
    font-size: 18px;
}

.coming-soon .social-icon-two {
    margin-bottom: 40px;
}

.coming-soon .social-icon-two li {
    margin-right: 30px;
}

.coming-soon .social-icon-two li:last-child {
    margin-right: 0;
}

.coming-soon .social-icon-two li a {
    font-size: 20px;
    line-height: 30px;
}

.coming-soon .copyright-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.coming-soon .copyright-text a {
    color: #1f81c0;
}

.coming-soon .copyright-text a:hover {
    text-decoration: underline;
}

/*2nd Developer CSS*/

/*** 

====================================================================
            Main Slider Style Three
====================================================================

***/

.main-slider.style-three:before {
    display: none;
}

.main-slider.style-three .tp-dottedoverlay {
    display: none;
}

.main-slider.style-three {
    margin-top: 0;
    color: #fff !important;
    border-top: 4px solid #1f81c0;
}

.main-slider.style-three .bg-overlay {
    background: #000000;
    opacity: 0.6 !important;
    z-index: 0;
}

.main-slider.style-three .tp-bgimg.defaultimg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.main-slider.style-three h6 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1f81c0 !important;
    letter-spacing: 1px !important;
    word-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
}

.main-slider.style-three .divider {
    width: 60px;
    height: 2px;
    background: #fff;
    text-align: center;
    z-index: 1;
}

.main-slider.style-three h2 {
    font-size: 84px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 30px;
    line-height: 1;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    z-index: 1;
}

.main-slider.style-three h5 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px !important;
    z-index: 1;
}

.main-slider.style-three a {
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 13px 40px !important;
    font-weight: 400 !important;
    background-color: #1f81c0 !important;
    transition: all 300ms linear !important;
    z-index: 1;
}

/*** 

====================================================================
            Service Two Section
====================================================================

***/

.service_section {
    position: relative;
    padding: 120px 0 70px;
}

.service1_slider {
    padding-right: 30px;
}

.service1_slider .sec-title {
    margin-bottom: 30px;
}

.service1_slider .content p {
    padding-bottom: 20px;
}

.service1_slider .owl-nav {
    text-align: left;
    padding-top: 20px;
}

.service1_slider .owl-next,
.service1_slider .owl-prev {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #404040;
    color: #1f81c0;
    font-size: 20px;
    line-height: 33px;
    margin: 0 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.service1_slider .owl-next .fa,
.service1_slider .owl-prev .fa {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service1_slider .owl-prev:hover {
    color: #404040 !important;
}

.service1_slider .owl-next:hover,
.ser_slider .owl-prev:hover {
    color: #404040;
    border-color: #1f81c0;
}

.sec-right {
    position: absolute;
    /* width: 100%; */
    height: 100%;
    right: 0;
}

.services-carousel.style_two .service-block .caption-box {
    padding: 20px 10px;
    padding-left: 60px;
}

.service-block .caption-box .icon {
    width: 40px;
    font-size: 20px;
}

.services-carousel.style_two .service-block .caption-box h4 {
    font-size: 16px;
}

.services-carousel.style_two .service-block .overlay-box {
    padding: 0 20px 50px;
}

.service-block .overlay-box h5 {
    font-size: 15px;
    margin-bottom: 15px;
}

.service-block .overlay-box .text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.service-block .overlay-box .icon {
    margin-bottom: 15px;
}

.services-carousel.style_two .owl-nav {
    display: none;
}

/*** 

====================================================================
            Project Two Section
====================================================================

***/

.active .item .detail_box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.item .detail_box {
    width: 400px;
    height: auto;
    padding: 40px 30px;
    background: #fff;
    box-shadow: 5px 0px 12px 0px rgba(204, 204, 204, 1);
    margin-right: 50px;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.detail_box .box_inner h6 {
    font-size: 14px;
    font-weight: 700;
    color: #ff9900;
    padding-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.detail_box .box_inner h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.detail_box .box_inner p {
    font-size: 14px;
    padding-bottom: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.detail_box .box_inner a {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.detail_box .box_inner a:hover {
    color: #ff9900;
}

.project-section2 {
    position: relative;
}

.project-section2 .owl-prev .fa {
    position: absolute;
    right: -30px;
    bottom: 100px;
    font-size: 24px !important;
    color: #ff9900;
    font-weight: 700;
}

.project-section2 .owl-next {
    font-size: 24px;
    font-weight: 400;
    color: #777777;
    position: absolute;
    right: -50px;
    bottom: 30px;
    font-family: 'Roboto', sans-serif;
    transform: rotate(90deg);
}

.project-section2 .owl-next:hover {
    color: #ff9900;
}

.second_img {
    padding-left: 40px;
}

.second_img img {
    width: 100%;
    height: 100%;
}

.project_text h6 {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    position: absolute;
    right: 0;
    z-index: 9999;
    padding-top: 40px;
    padding-right: 120px;
}

.project_text h6 a {
    color: #ff9900;
    text-transform: uppercase;
}

.project_text h6 a:hover {
    text-decoration: underline;
}

.footer-column .widget-content .get-in-touch {
    list-style: none;
}

.get-in-touch li {
    position: relative;
    display: block;
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 20px;
}

.get-in-touch li .icon::before {
    margin-left: -25px;
    font-size: 20px;
    margin-top: 10px;
    padding-right: 10px;
}

.process-block .icon-box .icon {
    color: #f5811c !important;
}


.service-block .caption-box .icon {
    color: #fff;
}

.side-item-bar li strong {
    /*color: #fff;*/
}

.service-list {
    list-style: none;
    margin-left: 10px;
}

.service-list li::before {
    font-family: "FontAwesome";
    content: "\f101";
    margin-right: 10px;
}

.serivce-list-one {
    margin-left: 25px;
}

.img-thumbnail {
    padding: .25rem;
    background: linear-gradient(135deg, #000000, #f5811c99, #f5811c);
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.table-responsive .table tbody th {
    background: #f5811c;
    color: #fff;
}

.comments-area .comment .keywords {
    font-size: 20px;
}

.sidebar-side .sidebar-widget h4 {
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-widget .contact-form .form-group {
    margin-bottom: 10px;
}

.sidebar-widget .contact-form .form-group textarea {
    height: 120px;
    border-radius: 0px;
}

.worldwide-content {
    padding: 0px 20px 30px;
    background-color: #F6F6F6;
}

.worldwide-content ul {
    list-style-type: none;
}

.worldwide-content ul li {
    font-size: 14px;
    padding: 10px 0px;
    color: black;
    border-bottom: 2px solid #f5811c;

}

.worldwide-content h5 {
    font-size: 18px;
    padding: 10px 15px;
    color: #fff;
    background-color: #f5811c;
    border-radius: 0px 0px 30px 30px;
}

.two-column .info-column li a{
    color: black;
}

.nav-head{
    color: #000;
    font-weight: 800;
}

.boder-left{
    border-right: 1px solid black;
    padding-left: 0px;
}

.image-navbar .inner-box .image{
    width: 200px;
    height: 200px;
}