/* Construction Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Info Section
7. Services Section
8. Counter Section
9. About Section
10. Clients Section
11. Cases Section
12. Call To Action 
13. News Blocks
14. Testimonial Style One
15. Featured Section
16. Accordian Blocks
17. Video Blocks
18. Gallery Block
19. Team Member
20. FullWidth Section
21. Page Title
22. Our Blogs
23. Blogs Single
24. Contact Form
25. Map Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/*font-family: 'Heebo', sans-serif;
font-family: 'Hind Madurai', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1e75a0;
}

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.6em;
    color: #222;
    font-family: 'Lato', sans-serif;
}

input,
button,
select,
textarea {}

p {
    position: relative;
    line-height: 1.8em;
}

.strike-through {
    text-decoration: line-through;
}

.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;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    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;
}

.grey-bg {
    background-color: #f6f6f6;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    padding: 10px 38px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    background-color: #1e75a0;
    border: 2px solid #1e75a0;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.btn-style-one:hover {
    color: #1e75a0;
    background: none;
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    padding: 10px 38px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    background: none;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: capitalize;
    border: 2px solid #1e75a0;
    font-family: 'Lato', sans-serif;
}

.btn-style-two:hover {
    background: #1e75a0;
    color: #ffffff;
}

.theme_color {
    color: #1e75a0;
}

.no-padd {
    padding: 0 !important;
}

img {
    display: inline-block;
    max-width: 100%;
}

.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.gif);
}


/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #1c1c1c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #1e75a0;
}


/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.07);
}

.sticky-header .logo {
    padding: 21px 0px 25px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-upper {
    position: relative;
    background: #ffffff;
    z-index: 5;
    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-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 10px 0px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 33px;
}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-left: 35px;
    font-size: 13px;
    color: #777777;
    text-transform: uppercase;
    padding: 6px 0px 20px 75px;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 58px;
    color: #1e75a0;
    font-size: 28px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    border: 2px dashed #e0e0e0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    line-height: 20px;
    color: #777777;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: capitalize;
}

.main-header .info-box strong {
    font-weight: 500;
    color: #333333;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
}

.main-header .header-lower {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 5;
}

.nav-outer.menu-bg {
    background: #01215a;
    padding-left: 20px;
    margin-bottom: -35px;
}

.main-header .nav-outer {
    position: relative;
    padding-right: 210px;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li.home>a {
    padding-left: 20px;
}

.main-menu .navigation>li.home>a:after {
    position: absolute;
    content: '\f015';
    left: 0px;
    top: 19px;
    font-size: 16px;
    font-family: 'FontAwesome';
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
    margin: 0px;
    border: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: capitalize;
    padding: 20px 0px 20px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}

.main-menu .navigation>li.dropdown a {
    padding-right: 15px;
}

.main-menu .navigation>li:last-child>a {
    background: none;
}

.main-header .sticky-header .main-menu .navigation>li>a {
    color: #181818;
    padding: 25px 20px !important;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    min-height: 0px;
    background: none;
    border: 0px;
}

.main-header .main-menu .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 14px;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #1e75a0;
    opacity: 1;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
    background: #ffffff;
    color: #1e75a0;
    opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 2px solid #1e75a0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms 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%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #222;
    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>a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    border-left: 2px solid #1e75a0;
    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:hover>a {
    color: #ffffff;
    background-color: #1e75a0;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    border-color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 250px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #1c1c1c;
    border-top: 2px solid #1e75a0;
    -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%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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: 14px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    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:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    border-left: 2px solid #1e75a0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #ffffff;
    background-color: #1e75a0;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    border-color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    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: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .btn-box {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 12;
}

.main-header .btn-box .brochure-btn {
    position: relative;
    line-height: 23px;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    padding: 23px 54px;
    background-color: #e6e6e6;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.main-header .btn-box .brochure-btn:hover {
    background: #333333;
    color: #ffffff;
}

.main-header .header-top {
    position: relative;
    background-color: #f5f5f5;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 15px 0px 0px;
}

.main-header .header-top .top-left ul li {
    position: relative;
    margin-right: 25px;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
}

.main-header .header-top .donation-btn .btn-style-two {
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-header .header-top .donation-btn .btn-style-two:hover {
    background: #ffffff;
    color: #1e75a0;
    border-color: #ffffff;
}

.main-header .header-top .top-left .links-nav {
    display: inline-block;
}

.main-header .header-top .top-left ul li .icon {
    font-size: 14px;
    margin-right: 10px;
}

.main-header .header-top .top-left ul li a {
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-right .social-icon-four {
    float: left;
}

.main-header .header-top .top-right>ul {
    display: inline-block;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .top-right ul li.number {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 45px;
    line-height: 1.4em;
    margin-top: 5px;
    float: left;
    text-align: left;
    margin-right: 35px;
    font-family: 'Lato', sans-serif;
}

.main-header .header-top .top-right ul li.number .help {
    font-size: 15px;
}

.main-header .header-top .top-right ul li.number .icon {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 36px;
    line-height: 1em;
}

.main-header .header-top .top-right li {
    position: relative;
    display: inline-block;
}

.main-header .header-top .top-right .quote-btn {
    position: relative;
    padding: 16px 54px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    background-color: #1e75a0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .language .dropdown-menu {
    width: 180px;
    padding: 0px;
    border: 0px;
    margin-top: 17px;
    border-radius: 0px;
    background-color: #222222;
    border-top: 3px solid #1e75a0;
}

.main-header li.language {
    padding-left: 20px;
    padding-right: 30px;
    line-height: 1.4em;
}

.main-header li.language a {
    border: 0px;
    padding: 0px;
    background: none;
    color: #9799a9;
}

.main-header li.language a:hover {
    background: none;
}

.main-header .language .dropdown-menu>li {
    padding: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li>a {
    padding: 10px 20px !important;
    color: #ffffff !important;
    text-align: left;
}

.main-header .language .dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #1e75a0;
}


/*header-style-two*/

.main-header.header-style-two .main-menu .navigation>li>a {
    color: #222;
    padding: 36px 0;
    padding-right: 15px;
}

.main-header.header-style-two .logo-outer {
    padding: 25px 0;
}

.main-header.header-style-two .header-upper .upper-right {
    padding-top: 0px;
}




/*Social Icon One*/

.social-icon-one {
    position: relative;
    display: inline-block;
}

.social-icon-one li {
    margin: 0px 8px 0px 0px !important;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(6, 28, 103);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}
.span_4_of_5 {
    width: 79.68%;
}
.span_3_of_5 {
    width: 59.36%;
}
.span_2_of_5 {
    width: 39.04%;
}
.span_1_of_5 {
    width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {  margin: 1% 0 1% 0%; }
    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}


.social-icon-one li a:hover {
    color: #ffffff;
    background-color: #1e75a0;
}


/*Social Icon Two*/

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    margin-left: 6px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #1e75a0;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    border: 1px solid #ffffff;
    -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-two li a:hover {
    color: #ffffff;
    border-color: #00032d;
    background-color: #00032d;
}











/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin: 20px 0 40px;
}

.sec-title h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    line-height: 1.1em;
    padding-bottom: 18px;
    font-family: 'Lato', sans-serif;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title .text {
    position: relative;
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    padding-bottom: 22px;
}

.sec-title .separater {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 3px;
    background-color: #1e75a0;
}

.sec-title.centered .separater {
    left: 50%;
    margin-left: -40px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered .text {
    max-width: 630px;
    margin: 0 auto;
}

/*** 

====================================================================
    Main Slider style
====================================================================

***/

.main-slider{
    position:relative;
    z-index:10;
}

.main-slider .tp-caption{
    z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
    background:rgba(0,0,0,0.40) !important; 
}

.main-slider .tparrows.gyges{
    width:60px;
    height:60px;
    line-height:60px;
    background-color:rgba(255,255,255,0.20);
}

.main-slider .tparrows.gyges:before{
    line-height:60px;
}

.main-slider .tparrows.gyges:hover{
    background-color:#1e75a0;
}

.main-slider h2{
    position:relative;
    color:#ffffff;
    font-size:40px;
    font-weight:700;
    line-height:1.2em;
    padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,0.50);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.main-slider h2:before{
    position:absolute;
    content:'';
    width:70px;
    height:1px;
    left:0px;
    bottom:-1px;
    z-index:10;
    background-color:#1e75a0;
}

.main-slider h2.dark-text{
    position:relative;
    color:#022222;
}

.main-slider h2.text-center:before{
    left:50%;
    margin-left:-35px;
}

.main-slider .text{
    position:relative;
    font-size:16px;
    font-weight:400;
    color:#ffffff;
    line-height:1.7em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.main-slider .text.dark-text{
    color:#022222;
    font-size:16px;
}

.main-slider .dark-heading{
    position:relative;
    color:#022222;
    font-size:60px;
    border:0px;
    padding:0px;
    line-height:1.2em;
}

.main-slider .dark-heading:after{
    display:none;
}

.main-slider .white-heading{
    position:relative;
    color:#ffffff;
    border:0px;
    padding:0px;
    line-height:1.2em;
}

.main-slider .white-heading:after{
    display:none;
}

.main-slider h4{
    position:relative;
    font-size:36px;
    font-weight:400;
    color:#ffffff;
}

.main-slider h1{
    position:relative;
    font-size:72px;
    font-weight:700;
    color:#ffffff;
    line-height:1.2em;
    text-transform:uppercase;
}

.slider-content{
    position:relative;
    padding:35px 30px;
    background-color:rgba(0,0,0,0.60);
}

.slider-content h3{
    position:relative;
    color:#ffffff;
    font-size:30px;
    line-height:1.4em;
    font-weight:700;
    padding-bottom:18px;
    margin-bottom:25px;
    border-bottom:1px solid rgba(255,255,255,0.20);
}

.slider-content h3:after{
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: -1px;
    z-index: 10;
    background-color: #1e75a0;
}

.slider-content .content-text{
    position:relative;
    color:#ffffff;
    font-size:16px;
    font-weight:500;
    margin-bottom:25px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
    display:none !important;    
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 48px;
    padding: 10px 20px;
    border: 1px solid transparent;
    line-height: 26px;
    color: #333333;
    border-radius: 0px;
    background: #ffffff url(../images/icons/icon-select.png) right top no-repeat;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #333333;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    opacity: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
    border: 1px solid #1e75a0;
    background: #1e75a0;
}


/*** 

====================================================================
    Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    padding: 80px 0px 40px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #212832;
}

.counter-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.counter-section .content-column .inner-box {
    position: relative;
    padding-right: 50px;
}

.counter-section .content-column .inner-box h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.counter-section .content-column .inner-box .text {
    position: relative;
    color: #d7d7d8;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 25px;
}


/*fact counter*/

.fact-counter {
    position: relative;
    margin-top: 10px;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
}

.fact-counter .column .inner {
    position: relative;
    text-align: center;
    padding: 40px 15px 40px;
    background-color: rgba(255, 255, 255, 0.10);
}

.fact-counter .column .inner .icon-box {
    position: relative;
    width: 106px;
    height: 106px;
    color: #666;
    font-size: 44px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    line-height: 106px;
    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;
    background-color: rgba(255, 255, 255, 0.75);
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    line-height: 1em;
    font-family: 'Lato', sans-serif;
}

.fact-counter .count-outer .plus {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1em;
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #f7f7f7;
    margin-top: 4px;
}


/*** 

====================================================================
    About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 80px 0px 50px;
}

.about-section .chart-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .chart-column .inner-box {
    position: relative;
    padding-right: 40px;
}

.about-section .chart-column .inner-box .image {
    position: relative;
    margin-top: 18px;
}

.about-section .about-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section .about-column .sec-title {
    margin-bottom: 25px;
}

.about-section .about-column .text {
    position: relative;
    margin-bottom: 30px;
}

.about-section .about-column .text p {
    position: relative;
    color: #666666;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.about-section .about-column .text p:last-child {
    margin-bottom: 0px;
}


/*** 

====================================================================
    Sponsors Section
====================================================================

 ***/

.sponsors-section {
    position: relative;
    padding: 0px 0px 60px;
}

.sponsors-section .carousel-outer {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid #f5f5f5;
}

.sponsors-section .image-box a {
    position: relative;
    display: block;
    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;
}

.sponsors-section .image-box a img {
    transition: all 0.3s ease;
    opacity: 0.40;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sponsors-section .image-box:hover a img {
    opacity: 1;
}

.sponsors-section .owl-nav,
.sponsors-section .owl-dots {
    display: none;
}


/*** 

====================================================================
    Cases Section
====================================================================

 ***/

.cases-section {
    position: relative;
    padding: 80px 0px 80px;
}

.case-block {
    position: relative;
    margin-bottom: 40px;
}

.case-block .inner-box {
    position: relative;
}

.case-block .inner-box .image {
    position: relative;
}

.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.case-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    background-color: rgba(39, 52, 71, 0.85);
    transform: scale(0.9);
}

.case-block .inner-box .image .overlay-box .content {
    position: relative;
    width: 100%;
    height: 100%;
}

.case-block .inner-box .image .overlay-box .content a {
    position: relative;
    top: 45%;
    display: inline-block;
}

.case-block .inner-box .image .overlay-box .content a .icon {
    position: relative;
    width: 40px;
    height: 40px;
    color: #8d8d8d;
    font-size: 15px;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 4px;
    display: inline-block;
    background-color: #ffffff;
    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;
}

.case-block .inner-box .image .overlay-box .content .icon:hover {
    color: #ffffff;
    background-color: #1e75a0;
}

.case-block .inner-box .lower-box {
    position: relative;
    padding: 16px 20px 14px;
    background-color: #ffffff;
    border: 1px solid #ececec;
}

.case-block .inner-box .lower-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    float: left;
    display: inline-block;
}

.case-block .inner-box .lower-box h3 a {
    position: relative;
    color: #333333;
    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;
}

.case-block .inner-box .lower-box h3 a:hover {
    color: #1e75a0;
}

.case-block .inner-box .arrow {
    position: relative;
    width: 28px;
    height: 28px;
    color: #e6e6e6;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    float: right;
    border: 1px solid #e6e6e6;
}

.case-block .inner-box:hover .image .overlay-box {
    opacity: 1;
    transform: scale(1);
}

/*** 

====================================================================
    Project Section
====================================================================

***/

.project-section{
    position:relative;
    padding: 70px 0px 50px;
}

.project-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:rgba(21,22,26,0.97);
}

.project-section h2{
    position:relative;
    font-size:42px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:60px;
    padding-bottom:15px;
    text-transform:capitalize;
}

.project-section h2:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 2px;
    background-color: #1e75a0;
}

.gallery-item{
    position:relative;
    margin-bottom:30px;
}

.gallery-item .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
    display:block;
}

.project-tab .gallery-item .inner-box{
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -o-transform:scale(0,1);
    -moz-transform:scale(0,1);
    transform:scale(0,1);
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
}

.project-tab .active-tab .gallery-item .inner-box{
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    -moz-transform:scale(1,1);
    transform:scale(1,1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery-item .image-box{
    position:relative;
    display:block;  
}

.gallery-item .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.gallery-item .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    color:#ffffff;
    text-align:center;
    background: rgba(253, 194, 54, 0.95);
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    transition:all 700ms ease;
    -webkit-transform:translate(-100%,0%);
    -ms-transform:translate(-100%,0%);
    -o-transform:translate(-100%,0%);
    -moz-transform:translate(-100%,0%);
    transform:translate(-100%,0%);
}

.gallery-item .inner-box:hover .overlay-box{
    opacity:1;
    -webkit-transform:translate(0%);
    -ms-transform:translate(0%);
    -o-transform:translate(0%);
    -moz-transform:translate(0%);
    transform:translate(0%);
}

.gallery-item .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.gallery-item .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.gallery-item .overlay-inner .image-link{
    position:relative;
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    width:42px;
    height:42px;
    margin:0px 5px;
    line-height:38px;
    border-radius:50%;
    border:2px solid #ffffff;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-item .overlay-inner .image-link .icon{
    position:relative;
}

.gallery-item .overlay-inner .image-link:hover{
    color:#666666;
    background-color:rgba(255,255,255,1);
}


.project-tab{
    position:relative;  
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots{
    display:none;
}

.project-tab .tabs-header{
    position:relative;
    margin-bottom:30px; 
}

.project-tab .product-tab-btns{
    position:relative;
    text-align:right;
    padding-top:25px;
}

.project-tab .product-tab-btns .p-tab-btn{
    position:relative;
    line-height:24px;
    padding:0px 0px;
    cursor:pointer;
    color: #ffffff;
    font-weight:500;
    font-size:15px;
    display:inline-block;
    margin-bottom:10px;
    margin-left:20px;
    text-transform:uppercase;
    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;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn{
    color: #1e75a0;
}

.project-tab .p-tabs-content{
    position:relative;
    display:block;  
}

.project-tab .p-tab{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    visibility:hidden;  
}

.project-tab .p-tab.active-tab{
    position:relative;
    visibility:visible;
    z-index:5;
}



/*** 

====================================================================
    Call To Action Section
====================================================================

 ***/

.call-to-action-section {
    position: relative;
    padding: 70px 0px 55px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.call-to-action-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(28, 29, 33);
}

.call-to-action-section .text-column {
    position: relative;
}

.call-to-action-section .text-column h2 {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

.call-to-action-section .btn-column {
    position: relative;
    text-align: right;
}


/*** 

====================================================================
    Default Section
====================================================================

 ***/

.default-section {
    position: relative;
    padding: 80px 0px 40px;
}

.default-section .news-column {
    margin-bottom: 40px;
}

.news-block {
    position: relative;
    margin-bottom: 20px;
}

.news-block .image-column {
    position: relative;
}

.news-block .image-column .image {
    position: relative;
}

.news-block .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block .content-column {
    position: relative;
    margin-top: 20px;
}

.news-block .content-column .content-inner {
    position: relative;
}

.news-block .content-column .content-inner h3 {
    position: relative;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1em;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.news-block .content-column .content-inner h3 a {
    position: relative;
    color: #333333;
    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;
}

.news-block .content-column .content-inner h3 a:hover {
    color: #1e75a0;
}

.news-block .content-column {
    position: relative;
}

.news-block .content-column .post-meta {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.news-block .content-column .post-meta li {
    position: relative;
    color: #666666;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    padding-left: 20px;
}

.news-block .content-column .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    color: #1e75a0;
}

.news-block .content-column .text {
    position: relative;
    color: #666666;
    font-size: 17px;
    margin-top: 10px;
}

.default-section .testimonial-column {
    position: relative;
}

.default-section .testimonial-column .testimonial-outer {
    position: relative;
    padding: 40px 50px 35px;
    border: 1px solid #f2f2f2;
}
.default-section .testimonial-column .owl-nav {
    display: none;
}
.default-section .testimonial-column .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.default-section .testimonial-column .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}
.default-section .testimonial-column .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0px;
    background: #d0d0d0;
    border-radius: 50px;
    transition: all 500ms ease;
}
.default-section .testimonial-column .owl-dots .owl-dot.active span {
    background: #1e75a0;
    width: 15px;
}


/*** 

====================================================================
    Footer Section
====================================================================

 ***/

.main-footer {
    position: relative;
    background-color: #1e2126;
}

.main-footer .widgets-section {
    position: relative;
    padding: 80px 0px 30px;
}

.main-footer .footer-column {
    margin-bottom: 30px;
}

.main-footer .footer-column .logo-widget .footer-logo {
    position: relative;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #bcc1c7;
    font-size: 17px;
    line-height: 1.6em;
    margin-top: 35px;
    margin-bottom: 20px;
}

.main-footer .footer-column h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.main-footer .footer-column h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background-color: #1e75a0;
}


/*Contact Info*/

.main-footer .contact-info {
    position: relative;
}

.main-footer .contact-info li {
    position: relative;
    line-height: 1.6em;
    padding-left: 50px;
    margin-bottom: 16px;
    color: #bcc1c7;
    font-size: 17px;
}

.main-footer .contact-info li:last-child {
    margin-bottom: 0px;
}

.main-footer .contact-info li .title {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 1em;
    font-size: 30px;
    color: #1e75a0;
}

.main-footer .services-list {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .services-list li {
    position: relative;
    margin-bottom: 13px;
}

.main-footer .services-list li a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding-left: 20px;
    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;
}

.main-footer .services-list li a:before {
    position: absolute;
    content: '\f104';
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-family: 'FontAwesome';
}

.main-footer .services-list li a:hover {
    color: #1e75a0;
}

.main-footer .footer-column .links-widget .date {
    position: relative;
    color: #bcc1c7;
    font-size: 17px;
}


/*Tweet Widget*/

.main-footer .news-widget .news-post {
    color: #c9c9c9;
    line-height: 20px;
    margin-bottom: 35px;
    padding: 0 0 0 100px;
    position: relative;
}

.main-footer .news-widget .news-post .news-content {
    margin-bottom: 9px;
}

.main-footer .news-widget .news-post a {
    color: #c9c9c9;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 27px;
}

.main-footer .news-widget .news-post .time {
    color: #1e75a0;
    font-size: 12px;
    font-style: italic;
    position: relative;
}

.main-footer .news-widget .news-post .image-thumb {
    height: 80px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 80px;
}

.main-footer .news-widget .news-post .image-thumb img {
    display: block;
    width: 80px;
}


/*Contact Widget*/

.main-footer .contact-widget .footer-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .footer-form .form-group input[type="text"],
.main-footer .footer-form .form-group input[type="tel"],
.main-footer .footer-form .form-group input[type="email"],
.main-footer .footer-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-widget .footer-form .form-group textarea {
    height: 110px;
    resize: none;
}

.main-footer .contact-widget .footer-form .form-group input[type="text"]:focus,
.main-footer .contact-widget .footer-form .form-group input[type="tel"]:focus,
.main-footer .contact-widget .footer-form .form-group input[type="email"]:focus,
.main-footer .contact-widget .footer-form .form-group textarea:focus {
    border-color: #1e75a0;
}

.main-footer .contact-widget .footer-form .form-group input::-webkit-input-placeholder,
.main-footer .contact-widget .footer-form .form-group textarea::-webkit-input-placeholder {
    color: #a8a8a8;
}

.main-footer .contact-widget .footer-form .form-group input[type="submit"],
.main-footer .contact-widget .footer-form button {
    padding: 11px 45px;
    width: 100%;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 30px 0px 30px;
    background-color: #1e2126;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #bcc1c7;
}

.main-footer .footer-bottom .nav-column {
    position: relative;
    text-align: right;
}

.main-footer .footer-bottom .nav-column .footer-nav {
    position: relative;
}

.main-footer .footer-bottom .nav-column .footer-nav {
    position: relative;
}

.main-footer .footer-bottom .nav-column .footer-nav li {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    display: inline-block;
    line-height: 1em;
    border-right: 1px solid #9799a9;
}

.main-footer .footer-bottom .nav-column .footer-nav li a {
    position: relative;
    color: #bcc1c7;
    font-size: 16px;
    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;
}

.main-footer .footer-bottom .nav-column .footer-nav li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: 0px;
}

.main-footer .footer-bottom .nav-column .footer-nav li a:hover {
    color: #ffffff;
}

/*** 

====================================================================
    Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0px 80px;
}

.page-title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.15);
}

.page-title .title-box {
    position: relative;
    padding: 30px 50px 35px;
    z-index: 10;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.10);
}

.page-title .title-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.page-title .title-box ul {
    position: relative;
}

.page-title .title-box ul li {
    position: relative;
    color: #1e75a0;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 25px;
}

.page-title .title-box ul li:after {
    content: '\f105';
    position: absolute;
    right: -17px;
    top: 0px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

.page-title .title-box ul li:last-child:after {
    display: none;
}

.page-title .title-box ul li:last-child {
    margin-right: 0px;
}

.page-title .title-box ul li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

/*** 

====================================================================
    Sidebar Page
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 80px 0px 30px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    margin-bottom: 30px !important;
}


/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h2 {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    line-height: 1.2em;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.sidebar-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #1e75a0;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}


/*List Widget*/

.sidebar .sidebar-category .list {
    position: relative;
}

.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 9px;
}

.sidebar .sidebar-category .list li a {
    position: relative;
    display: block;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    background: #f8f8f8;
    border-radius: 3px;
    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;
    padding: 13px 20px 13px 30px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ececec;
}

.sidebar .sidebar-category .list li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 15px;
    line-height: 20px;
    position: absolute;
}

.sidebar .sidebar-category .list li a:hover {
    color: #ffffff;
    border-color: #1e75a0;
    background-color: #1e75a0;
}


/*Brouchers Widget*/

.brouchers {
    position: relative;
}

.brouchers li {
    position: relative;
    margin-bottom: 6px;
}

.brouchers li a {
    position: relative;
    padding: 8px 0px 12px 0px;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
    display: block;
    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;
    border-bottom: 1px dashed #e3e3e3;
    font-family: 'Lato', sans-serif;
}

.brouchers li a .icon {
    color: #666666;
    margin-right: 10px;
    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;
}

.brouchers li a .download-icon {
    position: absolute;
    right: 0px;
    top: 8px;
    color: #666666;
    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;
}

.brouchers li a:hover {
    color: #1e75a0;
}

.brouchers li a:hover .icon,
.brouchers li a:hover .download-icon {
    color: #1e75a0;
}



/*Services Single*/

.services-single {
    position: relative;
}

.services-single .inner-box {
    position: relative;
}

.services-single .inner-box .image {
    position: relative;
}

.services-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-single .inner-box .services-content {
    position: relative;
    padding-top: 30px;
}

.services-single .inner-box .services-content .text {
    position: relative;
    margin-bottom: 20px;
}

.services-single .inner-box .services-content .text p {
    position: relative;
    color: #666666;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.services-single .inner-box .services-content .text h4 {
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.services-single .inner-box .services-content .text h4:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: #1e75a0;
}

.services-single .inner-box .services-content .two-column {
    position: relative;
    margin-bottom: 20px;
}

.services-single .inner-box .services-content .two-column .image-column {
    position: relative;
    margin-bottom: 20px;
}

.services-single .inner-box .services-content .two-column .content-column {
    position: relative;
}

.services-single .inner-box .services-content .two-column .content-column h4 {
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.services-single .inner-box .services-content .two-column .content-column h4:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: #1e75a0;
}

.services-single .inner-box .services-content .two-column .content-column .text {
    position: relative;
    color: #666666;
    font-size: 17px;
}

/*Cases Info Column*/

.cases-section .cases-info-column {
    position: relative;
}

.cases-section .cases-info-column .project-info-widget {
    position: relative;
    margin-bottom: 30px;
}

.cases-info-column .project-info-widget h2 {
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.cases-info-column .project-info-widget h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    border-radius: 4px;
    background-color: #1e75a0;
}

.cases-info-column .project-info-widget ul {
    position: relative;
}

.cases-info-column .project-info-widget ul li {
    position: relative;
    color: #333333;
    font-size: 17px;
    margin-bottom: 8px;
}

.cases-info-column .project-info-widget ul li:before {
    position: absolute;
    content: ':';
    left: 40%;
}

.cases-info-column .project-info-widget ul li span {
    float: right;
}


/*Search Form Widget*/

.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;
    line-height: 24px;
    background: #f8f8f8;
    color: #222222;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 48px;
    border-radius: 3px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #1e75a0;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 0px 3px 3px 0px;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    background-color: #1e75a0;
}

.sidebar .search-box .form-group input:focus {
    border-color: #1e75a0;
}


/*Category Widget*/

.category {
    position: relative;
}

.category li {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e9e9e9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.category li:hover a,
.category li:hover a:before {
    margin-left: 12px;
}

.category li a {
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    padding-left: 25px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category li a:before {
    position: absolute;
    content: '\f1c6';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category li a:hover {
    color: #1e75a0;
}


/*** 

====================================================================
    Recent Gallery
====================================================================

***/

.sidebar .recent-gallery .image {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 8px 8px 0px;
}

.sidebar .recent-gallery .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
}


/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 95px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #e3e3e3;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    border-radius: 5px;
    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;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 17px;
    margin: 0px 0px 0px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #666666;
    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;
}

.sidebar .popular-posts .post a:hover {
    color: #1e75a0;
}

.sidebar .popular-posts .post-info {
    font-size: 14px;
    color: #1e75a0;
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 35px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.sidebar-page-container .group-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #1e75a0;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 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;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 0px 100px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #1e75a0;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 14px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #1e75a0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
    color: #ffffff;
    background-color: #1e75a0;
}

.sidebar-page-container .comments-area .comment .comment-reply .fa {
    margin-right: 6px;
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 70px;
    display: block;
    border-radius: 5px;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 14px;
    color: #666666;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*Comment Form*/


/*** 

====================================================================
    Contact Section
====================================================================

 ***/

.contact-section {
    position: relative;
    padding: 80px 0px 50px;
}

.contact-section .sec-title .separater {
    position: relative;
    background-color: #1e75a0;
}

.contact-section .contact-info-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .contact-info-column .inner-box {
    position: relative;
    padding: 58px 45px 38px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background: #01215a;
}

.contact-section .contact-info-column .inner-box:before {}

.contact-section .contact-info-column .contact-info li {
    position: relative;
    line-height: 1.6em;
    padding-left: 50px;
    margin-bottom: 20px;
    color: #bcc1c7;
    font-size: 17px;
    text-align: left;
}

.contact-section .contact-info-column .contact-info li .title {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.contact-section .contact-info-column .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 1em;
    font-size: 30px;
    color: #1e75a0;
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 20px;
}


/*Contact Form*/

.contact-form .row {
    margin: 0px -6px;
}

.contact-form .form-group {
    margin-bottom: 20px;
    padding: 0px 6px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding: 10px 25px;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #1e75a0;
    background: none;
}

.contact-form textarea {
    height: 115px;
    resize: none;
    padding: 12px 25px;
}

.contact-form button {
    font-size: 14px;
    padding: 10px 41px 10px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}


/* welcome-section */

.welcome-section {
    position: relative;
    padding: 80px 0 50px;
}

.welcome-section .top-title {
    margin-bottom: 70px;
}

.welcome-section .top-title h2 {
    position: relative;
    font-weight: 700;
    color: #222;
    text-align: right;
    text-transform: unset;
    line-height: 38px;
    padding-right: 30px;
}

.welcome-section .top-title h2:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #1e75a0;
    position: absolute;
    letter-spacing: 1px;
    right: -26px;
    top: 4px;
}

.welcome-section .top-title .text {
    position: relative;
    margin-left: 50px;
}

.welcome-item {
    margin-bottom: 30px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.04);
}

.welcome-item .content {
    border: 1px solid #f4f4f4;
    padding: 20px 25px 10px;
}


.welcome-item .content {
    position: relative;
    overflow: hidden;
}

.welcome-item .content:before {
    position: absolute;
    content: '';
    background: rgb(33, 40, 50);
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    transition: .7s ease;
}

.welcome-item:hover .content:before {
    width: 100%;
}

.welcome-item .content:after {
    position: absolute;
    content: '';
    background: rgb(39, 46, 56);
    width: 700px;
    height: 900px;
    transition: all 0.45s ease-in-out;
    transform: translate(400px, -700px) rotate(60deg);
    opacity: 0;
    z-index: 1;
}

.welcome-item:hover .content:after {
    transform: translate(200px, -700px) rotate(60deg);
    opacity: 1;
    transition: .7s ease;
}

.welcome-item.display-table {
    display: table;
}

.welcome-item.display-table .img-box,
.welcome-item.display-table .content {
    display: table-cell;
    vertical-align: middle;
}

.welcome-item.display-table .img-box {
    width: 29%;
}

.welcome-item .content h3 {
    position: relative;
    font-weight: 700;
    padding-bottom: 25px;
    z-index: 2;
    transition: .5s ease;
}

.welcome-item:hover .content h3{
    color: #fff;
}

.welcome-item .content h3:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #1e75a0;
    position: absolute;
    top: 46px;
}

.welcome-item .content .text {
    position: relative;
    z-index: 2;
}

.welcome-item .content .text p {
    transition: .5s ease;
}

.welcome-item:hover .content .text p{
    color: #fff;
    transition: .5s ease;
}


/*====== feature section =========*/

.feature-section .left-column {
    background: url(../images/resource/feature-image-1.jpg) no-repeat right;
    background-size: cover;
    height: 510px;
    width: 50%;
    float: left;
    position: relative;
}

.feature-section .we_are_opacity {
    background: rgba(47, 45, 55, 0.2);
    height: 510px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.feature-section .we_are_border {
    background: transparent;
    height: 95%;
    width: 98%;
    border: 1px solid #fff;
    position: absolute;
    top: 12px;
    right: 13px;
}

.feature-section .we_are_border {
    font-weight: 700;
    font-size: 1.625em;
    color: #fff;
    background: #1e75a0;
    display: inline;
    position: absolute;
    padding: 12px 39px;
    top: 40px;
    right: -14px;
}

.feature-section .right-column {
    background: url(../images/background/5.jpg) no-repeat right;
    background-size: cover;
    background-color: #202731;
    height: 510px;
    float: right;
    width: 50%;
    position: relative;
}

.feature-section .sec-title {
    margin-bottom: 40px;
}

.feature-section .feature-deatails {
    padding-left: 60px;
    padding-top: 70px;
}

.feature-section .right-column .feature-deatails>p {
    color: #bcc1c7;
}

.feature-section .right-column .list-item p {
    display: inline-block;
    font-size: 1.125em;
    color: #fff;
    padding-left: 20px;
    padding-right: 32px;
    margin-top: 35px;
    margin-right: 25px;
}

.feature-section .right-column .list-item p:not(.support) {
    border-right: 1px dashed #6e6e6e;
}

.feature-section .list-item span::before {
    color: #1e75a0;
    font-size: 50px;
}


/*about-us*/

.introduce_area_two {
    padding: 80px 0 80px;
}

.introduce_heading h2 {
    color: #222;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}

.introduce_heading h2 span {
    color: #1e75a0;
}

.introduce_area_two .text {
    margin-top: 30px;
}

.introduce_area_two ul {
    margin-top: 19px;
}

.introduce_area_two ul li {
    font-size: 18px;
    line-height: 35px;
    color: #666;
    font-weight: 500;
    text-transform: capitalize;
}

.introduce_area_two ul li i {
    color: #1e75a0;
    margin-right: 6px;
}

.icon_home_two {
    padding: 10px 0 0;
    position: relative;
}

.single_icon_two {
    height: 65px;
    line-height: 63px;
    position: absolute;
    text-align: center;
    width: 65px;
    top: 36px;
    transition: .5s ease;
}

.single_icon_two:hover {
    background: #fdc236 none repeat scroll 0 0;
    color: #fff;
    transition: .5s ease;
}

.single_icon_two i {
    color: #1e75a0;
    display: block;
    font-size: 60px;
    overflow: hidden;
}

.single_icon_two:hover i {
    color: #fff;
    display: block;
    font-size: 30px;
    overflow: hidden;
}

.icon_details_two {
    display: block;
    margin-left: 85px;
    margin-top: 22px;
    overflow: hidden;
    width: 250px;
}

.icon_details_two h2 {
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}

.icon_details_two p {
    color: #8b8b8b;
    line-height: 24px;
}

.icon_details_two a {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: .5s ease;
}

.icon_details_two a:hover {
    color: #1e75a0;
    transition: .5s ease;
}

.icon_details_two i {
    font-size: 16px;
    padding-left: 5px;
}


/*** 

====================================================================
    Testimonials Section
====================================================================

 ***/

.testimonial {
    position: relative;
    padding: 80px 0px 30px;
}


.modal-header {
	border-bottom: 0;
}
.modal-body {
	text-align: center;
	padding: 30px 0;
}
.modal-body h5 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.modal-body p {
	font-size: 1.05em;
	letter-spacing: 0.5px;
	padding: 0 80px;
	margin-bottom: 30px;
}
.modal-body a {
	color: #111;
    border-bottom: 2px solid;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.p-certificate {
	padding: 2px;
    margin-bottom: 0px;
}
.p-images {
	padding: 0;
	overflow: hidden;
    margin-bottom: 0px;
}
.p-images .inner-box {
	padding: 2px;
	height: 50%;
}
.p-images .inner-box .image {
	height: 100%;
}
.p-images .inner-box .image img {
	height: 100%;
}

@media (min-width:768px) {
  .tabcontent .container {
	display: flex;
	align-items: center;
  }
}
.tabcontent .cases-section {
	padding-top: 0;
}
.tabcontent .contact-info-column .inner-box {
    background-color: #fff;
}
.tabcontent .contact-info-column .inner-box {
    padding: 20px 30px 10px;
}
.tabcontent .contact-info-column h3 {
	color: #111;
	text-align: left;
	margin-bottom: 20px;
}
.tabcontent .contact-info-column h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -6px;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: #111;
}
.tabcontent .contact-info-column li {
    line-height: 1.4em !important;
    padding-left: 45px !important;
    font-size: 16px !important;
	color: #111 !important;
}
.tabcontent .contact-info-column li .icon {
	color: #1e75a0 !important;
}
.tabcontent .contact-info-column li span.title {
    font-size: 16px !important;
	color: #1e75a0 !important;
}

.hp-portfolio {
    padding: 80px 0 50px;
}
.hp-portfolio .col {
	margin:0;
	padding:15px;
	overflow:hidden;
}
.hp-portfolio .item {
	background-size:cover !important;
	background-position:top center !important;
	background-repeat:no-repeat !important;
	position:relative;
	cursor:pointer;
	height: 310px;
	overflow:hidden;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
.hp-portfolio .item:hover {
	/*transform: scale(1.25);*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.hp-portfolio .item .overlay {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.hp-portfolio .item .overlay .title span {
	display: block;
    font-size: 22px;
    line-height: 27px;
	text-align: left;
	padding:15px;
    letter-spacing: -.25px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
    left: 15px;
    top: 15px;
}
.hp-portfolio .item .overlay .tag {
	position: absolute;
	background:#0096b4;
	bottom: 0;
    right: 0;
    height: 35px;
    line-height: 37px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 18px;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.hp-portfolio .item:hover .overlay .tag {
    padding: 0 30px;
}
.hp-portfolio .item:hover .overlay {
    background: rgba(0, 0, 0, .8);
}

.main-slider .theme-btn.btn-style-one {
	padding:10px 30px 10px 20px !important;
    transition: .3s all ease !important;
}
.main-slider .theme-btn.btn-style-one:hover {
	background:#1e75a0 !important;
	color:#fff !important;
    transition: .3s all ease !important;
}
.main-slider .theme-btn.btn-style-one:hover i {
	margin-right:5px !important;
    transition: .3s all ease !important;
}
.main-slider .theme-btn.btn-style-one:hover i {
	margin-right:8px !important;
    transition: .3s all ease !important;
}
.projects-filter {
	margin-bottom:35px;
}
.projects-filter .filter-btn {
	display:inline-block !important;
    cursor: pointer;
    padding: 8px 22px;
    color: #FFF;
    margin-bottom: 5px;
    margin-right: 10px;
	background:#999;
}
.projects-filter .filter-btn.active {
	background:#0096b4;
}
.projects-filter span {
	display:inline-block !important;
    padding: 8px 30px 8px 2px;
    margin-bottom: 5px;
	font-size:16px;
}