/*
Table Of Contents
00) import style
01) common style
02) title style
03) breadcrumb
04) header
05) slider
06) home-about
07) services
08) projects
09) testimonial
10) news-section and  blogpage
11) theme-blog-details
12) page-siderbar
13) theme-team
14) theme-price
15) video
16) theme-counter
17) clients
18) theme-contact-page
19) theme-callus
20) theme-errorpage
21) pagination
22) footer
23) scroll-top

 ===============================================*/


/*** 

====================================================================
    import style
====================================================================

***/

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
@import url('animate.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,600italic,700,700italic,800');
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/*** 

====================================================================
    common style
====================================================================

***/

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #222222;
    letter-spacing: 0;
    background: #fff;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

p {
    margin: 0;
}

a,
button {
    text-decoration: none;
    transition: all 0.4s ease;
}

img {
    max-width: 100%;
    height: auto;
   /* display: block;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

button,
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    box-shadow: none;
    outline: none;
    background: #e9b709;
}

.btn.btn-primary {
    font-size: 15px;
    background: #062D55;
    text-align: center;
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    vertical-align: top;
    text-transform: capitalize;
    line-height: 42px;
    font-weight: bold;
    outline: none;
    padding: 0 27px;
}

.btn.btn-primary i {
    font-size: 14px;
    margin-left: 7px;
}

.btn.btn-whiteline {
    font-size: 12px;
    border:1px solid #fff;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    
    padding: 0 10px;
}
.btn.btn-whiteline i {
    font-size: 12px;
    margin-left: 7px;
}

.btn-circle {
    font-size: 12px;
    border:1px solid #fff;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    -ms-border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    padding:5px;
    width:33px;
    height:33px;
}
.btn-circle i {
    font-size: 12px;
    margin-left: 7px;
}
input,
input:focus,
input:active {
    border: none;
    outline: none;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0px 0px 0px 1000px white inset !important;
}

.pdl0 {
    padding-left: 0;
}

.pdr0 {
    padding-right: 0;
}

.pdt0 {
    padding-top: 0;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mrt0 {
    margin-top: 0;
}

.mrb0 {
    margin-bottom: 0 !important;
}

.mrl0 {
    margin-left: 0
}

.mrr0 {
    margin-right: 0;
}

.mr0{margin:0}
.mr20{margin-right:20px}

.pd0{padding:0}

.mr-0 {margin-right:0;}
.mr-20 {margin-right: 20px;}


.m10{margin:10px}

.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}

.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.fs16{font-size:16px;}

select:focus,
select:active {
    box-shadow: 0px;
    border: 0px;
    outline: 0px;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section {
    padding: 10px 0;
}


/*** 

====================================================================
    title style
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 70px;
}

.sec-title p {
    padding: 12px 0 20px 0;
    font-size: 16px;
}

.sec-title h2 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 200px;
    margin: 2px auto;
}

.colorborder::after {
    background: #e9b709 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 60px;
    top: 0;
}

.colorborder::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #e9b709;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
}


/*** 

====================================================================
    breadcrumb
====================================================================

***/

.theme-breadcrumb {
    padding: 50px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.theme-breadcrumb .theme-breadcrumb-title {
    display: block;
    z-index: 10;
    position: relative;
    text-align: center;
}

.theme-breadcrumb .theme-breadcrumb-title h1 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.theme-breadcrumb .theme-breadcrumb-title ul {
    margin-bottom: 0;
}

.theme-breadcrumb .theme-breadcrumb-title ul li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.theme-breadcrumb .theme-breadcrumb-title ul li a {
    color: #fff;
    display: inline-block;
}

.theme-breadcrumb .theme-breadcrumb-title ul li:first-child:after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
    display: inline-block;
}

.theme-breadcrumb .theme-breadcrumb-title ul li:last-child:before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
    display: inline-block;
}


.theme-breadcrumb-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(6, 45, 85, 0.75);
}


/*
====================================================================
   header
====================================================================
*/

.main-header {
    position: relative;
    left: 0;
    top: 0;
    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;
}

.main-header .header-top-bar {
    position: relative;
    font-size: 13px;
    color: #ffffff;
    background: #093b79;
    padding: 7px 0;
}

.main-header .header-top-bar .top-left {
    float: left;
    line-height: 24px;
}

.main-header .top-left .social-links {
    list-style: none;
    position: relative;
}

.main-header .top-left .social-links li {
    display: inline-block;
}

.main-header .top-left .social-links a {
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-size: 12px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .top-left .social-links li:first-child a {
    margin-left: 0;
}

.main-header .top-left .social-links a:hover {
    color: #062d55;
    background-color: #ffffff;
}

.main-header .header-top-bar .top-right {
    position: relative;
    float: right;
    line-height: 24px;
}

.main-header .header-top-bar .top-right ul li {
    position: relative;
    float: left;
    margin-left: 40px;
    line-height: 24px;
    color: #e3e3e3;
}

.main-header .header-top-bar .top-right ul li a {
    position: relative;
    display: block;
    padding-left: 26px;
    line-height: 24px;
    color: #e3e3e3;
}

.main-header .header-top-bar .top-right ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 16px;
    color: #e9b709;
}

.main-header .header-top-bar a:hover {
    color: #e9b709;
}

.main-header .top-header {
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.affix{
    position: fixed;
    z-index: 99999;
    width: 100%;
    border-radius: 0;
    top: 0;
    left:0;
    background:#fff;
    -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.38);
    -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.38);
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0.38);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
    animation: fadeInDown 1s both 0.2s;
}

.main-header .top-header {
    padding: 0;
}

.main-header .logo-wrapper {
    position: relative;
    float: left;
    z-index: 25;
    padding: 15px 0;
}

.main-header .logo-wrapper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-menu {
    position: relative;
    text-align: right;
}

.main-menu .navbar-collapse {
    padding: 0;
}

.main-menu .navigation {
    position: relative;
    margin: 0;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    
    
}

.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #062d55;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    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:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
    color: #e9b709;
    opacity: 1;
}

.main-menu .navigation > li > ul > li{
	border-radius : 0 0 5px 5px;
}
.main-menu .navigation > li.dropdown > a {
    padding-right: 20px;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before {
    opacity: 1;
}

.main-menu .navigation > li.dropdown > a:after {
    /*font-family: 'FontAwesome';
    content: "\f107";
    */
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 10px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    padding: 0;
    z-index: 100;
    visibility: hidden;
    background: #062d55;
    border-top: 3px solid #e9b709;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    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.from-right {
    left: auto;
    right: 100%;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
    border-radius : 0 0 5px 5px;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 20px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    color: #ffffff;
    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 {
    background: #e9b709;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 20px;
    max-width: 200px;
    width: 100%;
    padding: 0;
    z-index: 100;
    visibility: hidden;
    border-top: 3px solid #e9b709;
    background: #062d55;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 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.15);
}

.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: 12px 20px;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    color: #ffffff;
    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 {
    background: #e9b709;
}

.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;
    top: 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;
}

.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: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/*
====================================================================
    main-menu media screen
====================================================================
*/

@media only screen and (max-width: 1200px) {
    .main-menu .navigation > li {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .main-header .header-top-bar .top-right ul li,
    .main-header .header-top-bar .top-right ul li {
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .header-top-bar .top-left,
    .main-header .header-top-bar .top-right,
    .main-header .header-top-bar {
        float: none;
        text-align: center;
        width: 100%;
    }
    .main-header .logo-wrapper {
        float: none;
        text-align: center;
    }
    .main-menu {
        width: 100%;
        text-align: center;
    }
    .main-menu .navigation > li > a {
        padding-top: 0;
    }
    .main-menu .navigation > li.dropdown > a::after {
        margin-top: -30px;
    }
    .main-header .top-header .top-header-right {
        position: relative;
        float: none;
        text-align: center;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .header-top-bar .top-left,
    .main-header .header-top-bar .top-right {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
    }
    .main-header .top-header .top-header-right {
        float: none;
        padding: 0;
    }
    .main-header .logo-wrapper {
        float: left;
        text-align: left;
    }
    .main-header .nav-wrapper {
        padding: 0;
    }
    .header-upper .logo-outer {
        display: block;
        width: 100%;
    }
    .main-header .main-menu {
        padding-top: 0;
        width: 100%;
        margin: 0;
    }
    .main-menu .collapse {
        max-height: 300px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 10px 0 0;
        border: none;
        margin: 0;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .main-menu .collapse.in,
    .main-menu .collapsing {
        padding: 10px 0 0;
        border: none;
        margin: 0 0 15px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 12px 0;
        right: 0;
        z-index: 12;
    }
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        border: 1px solid #062d55;
        float: none;
        margin: 0;
        border-radius: 0;
        background: #062d55;
        top: 15px;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    .main-menu .navbar-collapse > .navigation {
        float: none;
        margin: 0;
        width: 100%;
        background: #062d55;
        border: 1px solid #ffffff;
        border-top: none;
    }
    .main-menu .navbar-collapse > .navigation > li {
        margin: 0;
        float: none;
        width: 100%;
    }
    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before {
        border: none;
    }
    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px 10px;
        border: none;
    }
    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #ffffff;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #062d55;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        border-top: 1px solid rgba(255, 255, 255, 1);
    }
    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 1);
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
    }
    .main-menu .navbar-collapse > .navigation > li:first-child {
        border: none;
    }
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 10px 10px;
        line-height: 22px;
        color: #ffffff;
        background: #062d55;
        text-align: left;
    }
    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > a:active,
    .main-menu .navbar-collapse > .navigation > li > a:focus {
        background: #062d55;
    }
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
        background: #062d55;
        color: #ffffff !important;
    }
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block;
    }
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before {
        display: none !important;
    }
}


/*** 

====================================================================
    slider
====================================================================

***/

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#theme-slider .carousel-caption {
    position: absolute;
    transform: translateY(-50%);
    
    top: 50%;
    right: 0;
    left: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    
}

#theme-slider .carousel-inner .item {
    min-height: 460px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #1E1E1E;
    
}

#theme-slider .carousel-control {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: rgba(6, 45, 85, 0.7);
    visibility: visible !important;
    opacity: 1;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -ms-border-radius: 20%;
    -moz-border-radius: 20%;
    -o-border-radius: 20%;
    z-index: 99;
}

#theme-slider .carousel-control.left {
    left: 1%;
}

#theme-slider .carousel-control.right {
    right: 1%;
}

#theme-slider .carousel-control:hover {
    opacity: 1;
    background: #e9b709;
}


/* processing for fadeing effect styles */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

#theme-slider .carousel-caption h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    animation-duration: 1.5s;
    font-size: 32px;
    line-height: 38px;
    animation-name: fadeInDown;
    /*text-shadow: 2px 2px 2px #fff;*/
}
#theme-slider .carousel-caption h2 span{
	color: #ff8400;
	font-size: 36px;
}

#theme-slider .carousel-caption p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    color: #fff;
    /*text-shadow: 1px 1px 1px #fff;*/
}

.btn.btn-primary.inverse,
.btn.btn-primary:hover {
    background: #e9b709;
    color: #171717;
}

.btn.btn-primary.inverse:hover {
    background: #062D55;
    color: #fff;
}


/*** 

====================================================================
    slider media screen
====================================================================

***/

@media only screen and ( max-width: 767px) {
    #theme-slider .carousel-caption h2 {
        font-size: 24px;
    }
    #theme-slider .carousel-caption {
        padding: 0 20px;
    }
    
}
@media only screen and ( max-width: 580px) {
    #theme-slider .carousel-inner .item {
        min-height: 420px;
    }
}


/*** 

====================================================================
    home-about
====================================================================

***/

.theme-about-area {
    padding: 80px 0 90px 0;
}

.theme-about-us .sec-title.text-center {
    text-align: left;
    margin-bottom: 45px;
}

.theme-about-us .sec-title h2 {
    font-size: 24px;
}

.theme-about-us .colorborder {
    width: 100px;
    margin: 15px 0;
}

.theme-about-us .colorborder::after {
    width: 40px;
}

.colorborder::before {
    content: "";
    width: 20px;
}

.theme-about-us-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

.theme-about-banner {
    margin-top: 70px;
}

.theme-about-us p {
    margin-bottom: 20px;
}

.theme-about-us .btn.btn-primary {
    border-color: #e9b709;
    color: #ffffff;
    background-color: #e9b709;
    margin-top: 20px;
}

.theme-about-us .btn.btn-primary:hover {
    background-color: #062D55;
}

.theme-about-div .theme-about-box {
    margin: 0 0 45px;
}

.theme-about-div .theme-about-box:last-child {
    margin: 0;
}

.theme-about-div .theme-about-box .theme-about-icon {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}

.theme-about-div .theme-about-box .theme-about-icon::after {
    background: #e9b709 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.theme-about-div .theme-about-box:last-child .theme-about-icon::after {
    display: none;
}

.theme-about-div .theme-about-box .theme-about-icon i {
    border: 1px solid #e9b709;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    color: #062D55;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.theme-about-div .theme-about-box:hover .theme-about-icon i {
    background-color: #e9b709;
    color: #ffffff;
}

.theme-about-div .theme-about-box .theme-about-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}

.theme-about-div .theme-about-box .theme-about-content h4 {
    color: #222222;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 15px;
}

.theme-about-div .theme-about-box .theme-about-content h4 a {
    color: #222222;
}


/*** 

====================================================================
    home-about media screen
====================================================================

***/

@media only screen and ( max-width: 1199px) {
    .theme-about-area.pdb0 {
        padding-bottom: 80px !important;
    }
}

@media only screen and ( max-width: 991px) {
    .theme-about-banner {
        margin-top: 0;
    }
}

@media only screen and ( max-width: 767px) {
    .theme-about-area,
    .theme-about-area .sec-title.text-center {
        text-align: center;
    }
    .theme-about-area .sec-title.text-center .colorborder {
        margin: 0 auto;
    }
    .theme-about-area .sec-title.text-center .colorborder::after,
    .theme-about-area .sec-title.text-center .colorborder::before {
        left: 50%;
    }
    .theme-about-banner img {
        margin: 50px auto;
    }
    .theme-about-div .theme-about-box .theme-about-icon::after {
        left: 50%;
    }
}

@media only screen and ( max-width: 400px) {
    .theme-about-div .theme-about-box .theme-about-icon::after {
        left: 57%;
    }
}

@media only screen and ( max-width: 360px) {
    .theme-about-div .theme-about-box .theme-about-icon::after {
        left: 62%;
    }
}


/*** 

====================================================================
   services
====================================================================

***/

.theme-service {
    padding: 80px 0 60px;
    position: relative;
    background-size: cover;
}

.theme-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(6, 45, 85, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}

.theme-service-inner {
    background: #fff;
    text-align: center;
    padding: 0 30px 30px;
    margin: 50px 0 50px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
}

.theme-service-inner::after {
    border: 3px solid #e9b709;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.theme-service-inner:hover:after {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.theme-service .sec-title h2,
.theme-service .sec-title p {
    color: #ffffff;
}

.theme-service-inner:hover .theme-service-icon i {
    color: #01305e;
}

.theme-service-icon {
    color: #e9b709!important;
    font-size: 30px;
    margin-bottom: 35px;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-top: -50px;
    line-height: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
    background: #fff!important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.theme-service-inner h4 {
    color: #222222;
    margin-bottom: 15px;
}

.theme-service-inner h4 a {
    color: #222222;
    transition: all .5s ease;
}


/*
====================================================================
    theme sevice media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .theme-service .col-sm-6 {
        width: 50%;
        float: left;
        vertical-align: top;
    }
}

@media only screen and ( max-width:530px) {
    .theme-service .col-sm-6 {
        width: 100%;
        float: none;
    }
    .theme-service .col-sm-6 .theme-service-inner {
        margin: 50px 0 100px;
    }
    .theme-service .col-sm-6:last-child .theme-service-inner {
        margin-bottom: 30px;
    }
}


/*
====================================================================
    projects
====================================================================
*/
.bg-white{
  background-color: #fff;
  padding-top:30px;
  
}
.project-box{
	  width:100%;
	  position:relative;
	  
    
    

	}
#project {
    padding-bottom: 10px;
    
}

#project.home2-project .project-single {
    background: #fff;
    padding: 0px;
    margin:0;
}

#project .container-fluid {
    padding: 0;
}

#project .project-nav {
    text-align: center;
    margin-bottom: 40px;
}

#project .project-nav ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding: 8px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: capitalize;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #ccc;
}

#project .project-nav ul li:last-child {
    margin: 0;
}

#project .project-nav ul li.active,
#project .project-nav ul li:hover,
#project .project-nav ul li.active i,
#project .project-nav ul li:hover i {
    color: #B9C10A;
}


/* project Latest */

#project .project-single {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 30px;
    
    border:1px solid #bebebe;
}

#project .project-head {
    position: relative;
}

#project .project-head::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    background: rgba(6, 45, 85, 0.9);
    content: "";
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    z-index: 11;
}

#project .project-single:hover .project-head:before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

#project .project-head img {
    width: 100%;
    z-index: 10;
}

#project .project-single:hover img {
    transform: scale(1.1);
}

#project .project-hover {
    position: absolute;
    z-index: 20;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#project .project-hover p{
	color:#fff;
}

#project .project-single:hover .project-hover {
    opacity: 1;
    visibility: visible;
}

#project .project-hover h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0 15px;
    position: relative;
    top: -20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

#project .project-single:hover h4 {
    top: 0;
}

#project .project-hover span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #fff;
}

#project .project-hover .project-btn {
    margin-top: 15px;
    position: relative;
    bottom: -20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
}

#project .project-single:hover .project-btn {
    bottom: 0;
}

#project .project-hover .project-btn a {
    color: #e9b709;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#project .project-hover .project-btn a:hover {
    color: #fff;
    background: #e9b709;
}


/*
====================================================================
    theme project media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .project-inner .col-sm-6 {
        width: 50%;
        float: left;
        vertical-align: top;
    }
}

@media only screen and ( max-width:530px) {
    .project-inner .col-sm-6 {
        width: 100%;
        float: none;
    }
}


/*
====================================================================
    testimonial
====================================================================
*/

.testimonials {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.testimonials .sec-title h2,
.testimonials .sec-title p {
    color: #ffffff;
}

.testimonial-carousel.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    margin: 0 7px;
    background: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #e9b709;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    height: 5px;
    width: 15px;
}

.single-testimonials {
    background: url(../images/background/dotted-map.png), rgba(196, 209, 20, 0.3) scroll no-repeat;
    padding: 0 30px;
    padding-top: 25px;
    padding-bottom: 27px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-position: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.single-testimonials p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    line-height: 24px;
}

.single-testimonials .testi-img {
    width: 95px;
    height: 95px;
    margin: 0 auto 20px auto;
    border: 4px solid #FFFFFF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
}

.single-testimonials .testi-img img {
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: -webkit-transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
    transition: transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
    vertical-align: middle;
    position: relative;
}

.single-testimonials .testi-img img:hover {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
    -webkit-transition: -webkit-transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
    -moz-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
    -o-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
    transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
}

.single-testimonials .author-content {
    text-align: center;
    margin-top: 20px;
}

.single-testimonials .author-content h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    padding-bottom: 5px;
}


/*
====================================================================
    testimonial media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .testimoninal-inner {
        padding: 0 15px;
    }
}


/*
====================================================================
    news-section & blogpage
====================================================================
*/

.news-section .blog {
    padding: 0;
}

.page {
    margin: 50px 0;
    clear: both;
    min-height:450px;
}

.blogpage-inner .col-sm-4 {
    margin-bottom: 30px;
}

.blogpage-inner .blog-list {
    margin-bottom: 50px;
}

.blog .text-holder {
    text-align: left;
    overflow: hidden;
    padding: 0 20px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
    border-radius:10px 10px 0 0;
    border:1px solid #e3e3e3;
    box-shadow:2px 4px 15px #bababa;
    
}

.blog .blog-img img {
    width: 100%;
    transform: scale(1, 1);
    transition: all .9s ease-in-out;
}

.blog .blog-img:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.blog .blog-img .blog-caption {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    padding: 10px 20px;
    background: rgba(45, 82, 159, .8);
}
.blog .blog-img .blog-caption h3 {
    color: #fff;
    font-size: 18px;
    display:inline;
}
.blog .blog-img .blog-caption span {
    color: #fff;
    font-size: 12px;
    float:right;
}

.blog .blog-img .blog-caption span i {
    color: #fff;
    margin: 0 10px 0 0;
}

.blog .blog-img .blog-caption ul {
    padding: 0;
    margin: 0;
    float: right;
    list-style: none;
}

.blog .blog-img .blog-caption ul li {
    float: left;
    color: #fff;
    font-size: 12px;
    margin: 0 20px 0 0;
}

.blog .blog-img .blog-caption ul li i {
    margin: 0 10px 0 0;
}

.blog .blog-img .blog-caption2 {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    padding: 10px 20px;
    background: rgba(0, 143, 226, .8);
}

.blog .blog-img .blog-caption2 h3 {
    color: #fff;
    font-size: 18px;
    display:inline;
}
.blog .blog-img .blog-caption2 span {
    color: #fff;
    font-size: 12px;
    float:right;
}

.blog .blog-img .blog-caption2 span i {
    color: #fff;
    margin: 0 10px 0 0;
}

.blog .blog-img .blog-caption2 ul {
    padding: 0;
    margin: 0;
    float: right;
    list-style: none;
}

.blog .blog-img .blog-caption2 ul li {
    float: left;
    color: #fff;
    font-size: 12px;
    margin: 0 20px 0 0;
}

.blog .blog-img .blog-caption ul li i {
    margin: 0 10px 0 0;
}

.blog .blog-text {
    padding: 30px;
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.blog .blog-text h4 a {
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog .blog-text p {
    margin: 0 0 30px;
}


/*
====================================================================
    theme-blog-details
====================================================================
*/

.blogpage-details .blog-text {
    background-color: transparent;
    padding: 15px;
}

.blog-details-content .blog-text h2 {
    margin: 15px 0;
    font-size: 24px;
}

.comment {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.comment-title {
    margin: 30px 0;
    float: left;
    width: 100%;
    clear: both;
}

.blogpage-details .comment h3 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.blogpage-details .comment h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

.blog-details-content .blog-text blockquote {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
    border-left: 0;
    color: #777;
}

.blog-details-content .blog-text blockquote::before {
    position: absolute;
    content: "\f10d";
    left: 0;
    color: #c8c8c8;
    top: 0;
    display: block;
    font-family: 'FontAwesome';
}

.reviews-container {
    position: relative;
    float: left;
    width: 100%;
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 82px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.reviews-container .rating {
    color: #ff9c01;
    font-size: 13px;
}

.reviews-container .rating .fa {
    margin-right: 1px;
}

.reviews-container .rev-info {
    font-size: 14px;
    margin-bottom: 10px;
}

.reviews-container .rev-text {
    font-size: 15px;
}

.add-review {
    position: relative;
    margin: 30px 0 20px;
    font-size: 14px;
}

.add-review .rating {
    position: relative;
    padding-top: 8px;
}

.add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.add-review .rating .rate-box:hover,
.add-review .rating .rate-box:focus,
.add-review .rating .rate-box:active {
    color: #fa6f1c;
}

.add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}

.add-review h3 {
    margin-bottom: 20px;
}

.add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.add-review .form-group input[type="text"],
.add-review .form-group input[type="password"],
.add-review .form-group input[type="tel"],
.add-review .form-group input[type="email"],
.add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.add-review button {
    margin-top: 20px;
}


/*
====================================================================
    page-sidebar
====================================================================
*/

.search-widget .input-group {
    margin-top: 20px;
}

.search-widget .input-group-addon {
    background-color: transparent;
}

.page-sidebar {
    margin-top: 50px;
}

.page-sidebar.search-widget {
    margin-top: 0;
}

.page-sidebar .widget-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #EFEFEF;
    position: relative;
}

.page-sidebar .widget-title h3 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.page-sidebar .widget-title h3:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

.page-sidebar.category-widget ul {
    margin-top: 20px;
}

.page-sidebar.category-widget ul li a {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.page-sidebar.category-widget ul li a span.category-count {
    color: #000;
}

.page-sidebar.latest-post-widget ul {
    margin-top: 30px;
}

.page-sidebar.latest-post-widget ul li {
    margin-bottom: 30px;
}

.page-sidebar.latest-post-widget ul li:last-child {
    margin-bottom: 0;
}

.page-sidebar.latest-post-widget .latest-post-content h3 {
    font-size: 14px;
    color: #222222;
    margin: 0;
    margin-top: -8px;
    text-transform: capitalize;
}

.page-sidebar.latest-post-widget p {
    color: #5F5F5F;
    font-size: 12px;
    margin: 0;
    font-style: italic;
    margin: 0;
    line-height: 20px;
}

.page-sidebar.latest-post-widget i {
    font-style: normal;
    color: #ABABAB;
}

.page-sidebar.latest-post-widget .latest-post-img,
.page-sidebar.latest-post-widget .latest-post-content {
    display: table-cell;
    vertical-align: top;
}

.page-sidebar.latest-post-widget .latest-post-img {
    width: 70px;
}

.page-sidebar.latest-post-widget .latest-post-content {
    padding-left: 20px;
}


/*
====================================================================
    theme team media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .blogpage-left .page-sidebar {
        margin-bottom: 50px;
    }
}


/*
====================================================================
    theme-team
====================================================================
*/

.theme-team {
    position: relative;
}

.theme-team .team-details {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding:10px;
}

.theme-team .team-head {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-team .team-head::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.theme-team .team-head img {
    width: 100%;
    position: relative;
}

.theme-team .team-social {
    background: #fff;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.theme-team .team-details:hover .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.theme-team .team-social li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

.theme-team .team-social li a.facebook {
    background-color: #3B5998;
}

.theme-team .team-social li a.twitter {
    background-color: #00ACED;
}

.theme-team .team-social li a.instagram {
    background-color: #CB1F27;
}

.theme-team .team-social li a.linkedin {
    background-color: #007BB5;
}

.theme-team .team-social li {
    display: block;
}

.team .team-social li:last-child {
    margin: 0;
}

.theme-team .team-bottom {
    text-align: center;
    padding: 15px 0;
    position: relative;
    /*border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    */
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme-team .team-bottom .team-name {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 5px;
}

.theme-team .team-bottom .team-what {
    color: #353535;
}

.theme-team-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.theme-team-carousel.owl-theme .owl-nav .owl-prev,
.theme-team-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.theme-team-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.theme-team-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}

.theme-team-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #e9b709;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    border: 1px solid #e9b709;
}

.theme-team-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #062d55;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border: 1px solid #062d55;
}


/*
====================================================================
    theme team media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .theme-team-inner {
        padding: 0 15px;
    }
}


/*
====================================================================
    theme price
====================================================================
*/

.price-table .item-price {
    background-color: #fff;
    -webkit-box-shadow: 4px 0 19px rgba(66, 78, 92, .35);
    box-shadow: 4px 0 19px rgba(66, 78, 92, .35);
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s
}

.price-table .item-price:hover {
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%)
}

.price-table .item-price .price-head .name-wrap {
    color: #fff;
    background-color: #062D55;
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.price-table .item-price.premium-price .price-head .name-wrap {
    color: #fff;
    background-color: #e9b709;
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.price-table .item-price .price-head .name-wrap h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.price-table .item-price .price-head .price-wrap {
    text-align: center;
    padding: 20px 0;
}

.price-table .item-price .price-head .price-wrap p {
    font-weight: 300;
    font-size: 40px;
    color: #062D55;
    font-weight: 700;
}

.price-table .item-price .price-head .price-wrap p span:first-child {
    font-weight: 600;
    font-size: 18px;
    margin-right: 4px;
    vertical-align: top;
}

.price-table .item-price .price-head .price-wrap p span:last-child {
    margin-left: 5px;
    font-weight: 400;
    font-size: 18px;
}

.price-table .item-price .price-head .price-wrap p span:last-child::before {
    display: inline-block;
    content: "/";
    padding: 0 5px
}

.price-table .item-price .price-list ul li {
    text-align: center;
    color: #5c5757;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 11px
}

.price-table .item-price .price-list ul li:nth-child(2n+1) {
    background-color: #f1f1f1
}

.price-table .item-price .price-list ul li:last-child {
    padding-top: 19px;
    padding-bottom: 19px
}

.price-table .most {
    background-color: #424e5c;
    position: relative
}

.price-table .most .head .price-wrap {
    padding-top: 15px;
    padding-bottom: 15px
}

.price-table .most .head .price-wrap p span:last-child {
    color: #e7edf3
}

.price-table .most .price-list ul li {
    color: #fafafa
}

.price-table .most .price-list ul li:nth-child(2n+1) {
    background-color: #37414d
}


/*
====================================================================
    theme price media screen
====================================================================
*/

@media only screen and ( max-width:991px) {
    .price-table .item-price {
        margin-bottom: 30px;
    }
    .price-table .col-sm-6:nth-child(3) .item-price {
        margin-bottom: 0;
    }
    .price-table .col-sm-6:nth-child(4) .item-price {
        margin-bottom: 0;
    }
}

@media only screen and ( max-width:991px) {
    .price-table .col-sm-6:nth-child(3) .item-price {
        margin-bottom: 30px;
    }
}


/*
====================================================================
    video
====================================================================
*/

.video {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    min-height: 450px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(6, 45, 85, 0.5);
}

.video h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: -60px;
    z-index: 100;
    left: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.playbtn {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    left: 0;
}

.playbtn a {
    box-sizing: content-box;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.playbtn a span {
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #e9b709;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 16px;
    left: 22px;
}

.playbtn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.playbtn a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*
====================================================================
    theme counter
====================================================================
*/

.theme-counter {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.theme-counter h2,
.theme-counter p {
    color: #ffffff;
}

.counter-area {
    text-align: center;
}

.icon-counter {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    line-height: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.icon-counter:hover {
    color: #B9C10A;
    border-color: #B9C10A;
}

.counter-area h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 24px 0 18px 0;
}

.counter-area h4 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


/*
====================================================================
    theme counter media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .theme-counter .col-sm-6 {
        float: left;
        width: 50%;
        margin-bottom: 70px;
    }
    .theme-counter .col-sm-6:nth-child(3) {
        margin-bottom: 0;
    }
    .theme-counter .col-sm-6:nth-child(4) {
        margin-bottom: 0;
    }
}

@media only screen and ( max-width:460px) {
    .theme-counter .col-sm-6 {
        float: left;
        width: 100%;
        margin-bottom: 70px;
    }
    .theme-counter .col-sm-6:nth-child(3) {
        margin-bottom: 70px;
    }
}


/*
====================================================================
   clients
====================================================================
*/

.clients.section {
    background: #fff;
    padding-bottom: 70px;
}

.clients.section .sec-title {}

.happy-clients .owl-item {
    border: 1px solid #ccc;
    border-radius: 3px;
}


/*
====================================================================
    theme-contact-page
====================================================================
*/

.contact-info p {
    margin-bottom: 15px;
}

.contact-info p i {
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.contact-page-title {
    margin-bottom: 50px;
}

.contact-page-inner .contact-page-title h4 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.contact-page-inner .contact-page-title h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

.contact-page .btn {
    margin-top: 20px;
}

.contact-map {
    margin-top: 50px;
}


/*
====================================================================
    theme-callus
====================================================================
*/

.call-us {
    background-size: cover !important;
    background-position: center;
    position: relative;
    padding: 80px 0;
    text-align: center;
}

.call-us-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(6, 45, 85, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}

.call-overlay-content {
    position: relative;
}

.call-overlay-content p {
    margin: 30px 0;
    color: #ffffff;
}

.call-overlay-call {
    margin-bottom: 30px;
}

.call-overlay-call span {
    font-size: 30px;
    margin-right: 15px;
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
}

.call-overlay-call span:last-child {
    margin-right: 0;
}

.call-overlay-content h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.call-overlay-content a.btn.btn-primary {
    background-color: #e9b709;
    color: #222222;
}

.call-overlay-content a.btn.btn-primary:hover {
    color: #fff;
}


/*
====================================================================
    theme-errorpage
====================================================================
*/

.theme-errorpage {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 60%;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 30px auto;
}

.theme-errorpage strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #062D55;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #eaeaea;
}

.theme-errorpage b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #062D55;
    margin: 0;
    font-weight: 300;
}

.theme-errorpage em {
    display: block;
    font-size: 18px;
    color: #e9b709;
    margin: 15px 0;
    font-style: normal;
}

#animate-arrow {
    position: relative;
    top: 15px;
    left: 0;
    animation: move 1s ease infinite;
    margin-top: 150px;
    color: #e9b709;
}

@keyframes move {
    50% {
        bottom: 10px;
        top: 0;
    }
}


/*
====================================================================
    theme errorpage media screen
====================================================================
*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .theme-errorpage {
        width: 100%;
        border-radius: 0;
        margin: 25px auto;
        padding: 15px;
    }
    .theme-errorpage em {
        line-height: none;
        margin-bottom: 10px
    }
}


/*
====================================================================
    theme pagination
====================================================================
*/

.page-pagination {
    text-align: center;
}

.pagination li.active a,
.pagination li a:hover,
.pagination li.active:hover {
    background-color: #062D55;
    border-color: #062D55;
    color: #fff;
}

.pagination li a {
    color: #062D55;
}


/*
====================================================================
    notice
====================================================================
*/

#notice {
    position: relative;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #363636;
    padding: 0px;
}

#notice .notice-column {
    margin-bottom: 30px;
 
}

#notice .notice-widget {
    position: relative;
    border:1px solid #cccccc;
    height:210px;
    padding:15px;
}

#notice .notice-widget2 {
    position: relative;
    
    height:210px;
    padding:0;
}

#notice .notice-widget2 .mainb1{
    position: relative;
    background: url(../images/bn_bg1.jpg) no-repeat ;    
    background-size:cover;
    border-top:1px solid #e37b00;
    height:115px;
    margin:0;
    padding:15px;
}

#notice .notice-widget2 .mainb1 h3{
    color:#fff;
    line-height: 1.4;
    font-size:18px;
    margin:0;
    
}

#notice .notice-widget2 .mainb1 a{
    color:#fff;
}

#notice .notice-widget2 .mainb2{
    position: relative;
    border:1px solid #cccccc;  
    /*background: url(../images/bn_bg2.jpg) no-repeat ;    
    background-size:cover;*/
    height:95px;
    margin:0;
    padding:15px;
}
#notice .notice-widget2 .mainb2 ul{
	width:100%;
	display:inline;
	
	
}

#notice .notice-widget2 .mainb2 ul li {
	  position: relative;
	  float:left;
    font-size:14px;
    text-align:center;
    width:25%;
    margin-top:8px;
    line-height:24px;
    
    
}
#notice .notice-widget2 .mainb2 ul li a{
    color:#000;
    
}

#notice .notice-widget2 .mainb2 a{
    color:#fff;
}

#notice .notice-column h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #363636;
    position: relative;
}

#notice .notice-column h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 34px;
    height: 2px;
    background: #ffffff;
    left: 0;
}

#notice .timetable-widget .text {
    margin-bottom: 20px;
    line-height: 1.8em;
    padding-right: 20px;
}

#notice .timetable-widget .timetable {
    position: relative;
    max-width: 320px;
    margin-top: 15px;
}

#notice .timetable-widget .timetable li {
    position: relative;
    line-height: 22px;
    margin-bottom: 7px;
}

#notice .timetable-widget .timetable li a{
    color:#363636;
}

#notice .timetable-widget .timetable li .pull-left {
	width:230px;
	
    
}
#notice .timetable-widget .timetable li .pull-right {
    color: #6c6c6c;
}

#notice .about-widget .text {
    margin-bottom: 20px;
    
}

#notice .links-widget ul li a:before {
    /*content: '\f105';
    font-family: 'FontAwesome';
    */
    margin-right: 1px;
    color: #e9b709;
    
}

#notice .links-widget p{text-align:center}
#notice .links-widget p a{color:#363636}

#notice .links-widget ul li {
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

#notice .subscribe-widget {
    position: relative;
}

#notice .links-widget ul li a {
    text-transform: capitalize;
    color: #363636;
}

#notice .link-widget ul li a:hover {
    color: #e9b709;
}

#notice .subscribe-widget {
    position: relative;
}

#notice .subscribe-widget .text {
    position: relative;
    
   
}
#notice .subscribe-widget  h3{
   background-color:#37353a;
   font-size:24px;
   padding:10px 0 10px;
   text-align:center;
   color:#fff;
}
#notice .subscribe-widget .text p.t1{
   font-size:12px;
   color:#7c7c7c;
   padding-bottom:10px;
}
#notice .subscribe-widget .text p.t2{
   font-size:14px;
   color:#363636;
}

#notice .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#notice .subscribe-widget .form-group input[type="text"],
#notice .subscribe-widget .form-group input[type="tel"],
#notice .subscribe-widget .form-group input[type="email"],
#notice .subscribe-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 16px;
    height: 42px;
    color: #222222;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background: #ffffff;
}

#notice .subscribe-widget .form-group input[type="text"]:focus,
#notice .subscribe-widget .form-group input[type="tel"]:focus,
#notice .subscribe-widget .form-group input[type="email"]:focus,
#notice .subscribe-widget .form-group textarea:focus {
    background: #f1f1f1;
}

#notice .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#notice .subscribe-widget .btn.btn-primary {
    background: #e9b709 !important;
}



/*
====================================================================
   footer-bottom
====================================================================
*/

.footer-bottom2 {
    position: relative;
    font-size: 12px;
    padding: 25px 5px 10px;
    line-height: 20px;
    text-align: left;
    background: #313131;
    color: #c8c8c8;
    width: 100%;
    float: left;
}

.footer-bottom2 .social-links * {
    color: rgb(255, 255, 255);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-left: 3px;
}

.footer-bottom2 .social-links a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
}

.footer-bottom2 .social-links a:hover {
    background-color: #e9b709;
}

.footer-bottom2 .social-links li {
    display: inline-block;
}

.footer-bottom2 .social-links i {
    font-size: 13px;
    margin: 0;
}

.footer-bottom {
    position: relative;
    font-size: 14px;
    padding: 13px 5px;
    line-height: 24px;
    text-align: center;
    background: #052648;
    color: #c8c8c8;
    width: 100%;
    float: left;
}

.footer-bottom .social-links * {
    color: rgb(255, 255, 255);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-left: 3px;
}

.footer-bottom .social-links a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
}

.footer-bottom .social-links a:hover {
    background-color: #e9b709;
}

.footer-bottom .social-links li {
    display: inline-block;
}

.footer-bottom .social-links i {
    font-size: 13px;
    margin: 0;
}


/*
====================================================================
   footer-media screen
====================================================================
*/

@media only screen and (min-width: 460px) and (max-width: 767px) {
    .links-widget .col-sm-6 {
        float: left;
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .footer-bottom .col-md-6 .text-left{
        text-align: center;
    }
    .footer-bottom .col-md-6 .text-right{
        text-align: center;
        margin-top:15px;
    }
}


/*
====================================================================
    theme scroll-top
====================================================================
*/

a.scroll-top {
    background-color: #c5ab32;
    border-radius: 20%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    bottom: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    font-weight: bold;
    line-height: 38px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 999;
}

a.scroll-top::before {
    font-size: 25px;
}


.about {}
.about p{line-height:26px;font-family: 'Nanum Gothic', sans-serif}
.about p.tit{font-size:18px;font-weight:700;padding:20px 0 10px;color:#6e6e6e;line-height:30px;}
.about p.tit span{color:#006ede}
.about p.tit2{font-size:15px;font-weight:600;padding:20px 0 10px;color:#6e6e6e}

.contact {border:1px solid #c2c2c2;padding:20px;font-size:18px;text-align:center;border-radius:8px;height:300px;margin-top:15px;}
.contact p.tit{font-size:24px;color:#008aff;font-family: 'Nanum Gothic', sans-serif;font-weight:700;}
.contact p.tel{font-size:24px;font-weight:700;padding:20px 0 20px;color:#00294c;line-height:30px;background-color:#aad7fd;border:1px solid #61b7ff}

.kakaoinfo {height:300px;
  font-size: 15px;
  font-family:  'Nanum Gothic', 'Merriweather', 'Helvetica Neue', sans-serif;
  border: 1px solid #ffec13;
  background-color:#ffec13;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-radius:8px;
  font-weight:bold;
  margin-top:15px;
  line-height:20px;
}
.kakaoinfo p.tit{font-size:24px;color:#000;font-family: 'Nanum Gothic', sans-serif;font-weight:700;margin-top:25px}
.kakaoinfo i{font-size: 32px;}
.kakaoinfo span.b1{font-family: 'Merriweather', 'Helvetica Neue', sans-serif;color:#d0565b;font-size: 26px;font-weight:700;}
.kakaoinfo p.b2{font-size: 18px;color:#656565}




.ex-thumbnail-zoom {
  cursor: crosshair;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

.ex-thumbnail-zoom-img {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.ex-zoom-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}




/* ¸®½ºÆ® ¾ÆÀÌÄÜ ½ÃÀÛ*/
.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}

.list.list-icons.list-icons-style-2 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px;
}

.list.list-icons.list-icons-style-3 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	color: #FFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
	font-size: 0.8em;
	top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-lg li {
	padding-top: 5px;
	padding-left: 32px;
}

.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
	font-size: 1.5em;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-reverse li {
	text-align: right;
	padding-right: 25px;
	padding-left: 0;
}


.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
	padding-left: 0;
	padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
	padding-left: 0;
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
	padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
	padding-right: 42px;
}


.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #ff7800;
  border-color: #ff7800;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #ff7800;
}
.list.list-ordened li:before {
  color: #ff7800;
  border-color: #ff7800;
}
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #ff7800;
}
html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #ff7800;
  border-color: #ff7800;
}
html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #ff7800;
  color: #ffffff;
}
html .list-primary.list-ordened li:before {
  color: #ff7800;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #ff7800;
  color: #ffffff;
}
html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #2d529f;
  border-color: #2d529f;
}
html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #2d529f;
  color: #ffffff;
}
html .list-secondary.list-ordened li:before {
  color: #2d529f;
}
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2d529f;
  color: #ffffff;
}
html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #3aabdd;
  border-color: #3aabdd;
}
html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #3aabdd;
  color: #ffffff;
}
html .list-tertiary.list-ordened li:before {
  color: #3aabdd;
}
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #3aabdd;
  color: #ffffff;
}
html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #242424;
  border-color: #242424;
}
html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #242424;
  color: #ffffff;
}
html .list-quaternary.list-ordened li:before {
  color: #242424;
}
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #242424;
  color: #ffffff;
}
html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #2e353e;
  border-color: #2e353e;
}
html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #2e353e;
  color: #ffffff;
}
html .list-dark.list-ordened li:before {
  color: #2e353e;
}
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #2e353e;
  color: #ffffff;
}
html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #ffffff;
  border-color: #ffffff;
}
html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #ffffff;
  color: #777777;
}
html .list-light.list-ordened li:before {
  color: #ffffff;
}
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #ffffff;
  color: #777777;
}

/* ¸®½ºÆ® ¾ÆÀÌÄÜ ³¡*/


.table1{}
.table1 td{padding:5px;vertical-align:top}

.table2{ border-collapse:collapse}
.table2 th{background:#d3e5ff;border:1px solid #6391d7;text-align:center}
.table2 td{border:1px solid #6391d7;padding:5px;vertical-align:top;text-align:center}

.conts {padding:15px 0 15px;}
.conts h3{font-size:18px;padding-bottom:10px;padding-top:20px;}
.conts h3::before {
    content: "\f14a";
    color: #ff3600;
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.conts h4{font-size:16px;padding-bottom:5px;padding-top:10px;}

.conts li span{width:200px}
.conts li p{width:400px;display:inline;}

.about {color:#4d4d4d}
.about .text1{font-size:20px;font-weight:700; color:#00468d;line-height:28px;}
.about .text2{font-size:16px;font-weight:500; color:#000}
.about .ceo{font-size:16px;font-weight:bold; color:#4d4d4d;padding-top:10px}
.about .ceo span{font-size:14px; line-height:18px;color:#ff4e00}
.about .about-img img{max-width:848px;width:100%;}

.box-shadow-custom {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.ceoimg {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
  border-radius: 15px 15px 0 0;
}



/* ÆäÀÌÂ¡ ³×ºñ°ÔÀÌ¼Ç */
.page-nav {
	clear: both; 
	text-align: center; 
	padding-bottom: 0;
	margin-top: 30px;
	padding-bottom: 45px;
}
.page-nav a {
	display: block;
	display: inline-block; 
	line-height: 35px; 
	min-width: 29px; 
	height: 35px; 
	padding: 0 3px;
	margin: 0 2px;
	color: #4c4c50;
	border: 1px solid #c5c7cc; 
	vertical-align: middle; 
	background: #fff;
	font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
}
.page-nav a:hover {
	border: 1px solid #636363; 
	color: #fff;
	background: #636363;
	font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
	text-decoration: none;
}
.page-nav strong {
	display: block;
	display: inline-block; 
	line-height: 35px; 
	min-width: 29px; 
	height: 35px; 
	padding: 0 3px; 
	margin: 0 2px;
	border: 1px solid #636363; 
	color: #fff; 
	font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
	vertical-align: middle;
	background: #636363;
}


.page-nav a.btns img {
	display: inline-block;
	vertical-align: middle;
	*padding-top: 12px;
}

.page-nav a.btns:hover {
	border: 1px solid #636363; 
	color: #4c4c50;
	background: #fff;
	font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
	text-decoration: none;
}