/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------*/
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

.nav li a:focus, .nav li a:hover {
    background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ol, ul {
    text-align: left;
    padding: 0 20px;
}

ol {
    counter-reset: item;
}

ol li {
    display: block;
    padding: 5px 0;
}

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
    color: #E65718;
    margin: 0 10px 0 -20px;
}

p {
    font-size: 15px;
    color: #111;
    text-align: left;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}

* {
    transition: all 300ms ease-out 0s;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.section_padding {
    margin: 50px 0;
}

.section-title h1 {
    letter-spacing: 1px;
    padding-bottom: 50px;
    text-align: center;
    color: #E65718;
    font-size: 55px;
    font-weight: 100;
    text-transform: none;
}

.section-title p {
    font-size: 22px;
    padding-bottom: 50px;
    text-align: left;
}

.section-subtitle {
    font-weight: 400;
    margin-bottom: 50px;
}

.main-subtitle {
    color: #E65718;
    font-size: 25px;
    font-weight: 200;
    text-align: left;
    margin: 50px 0 0 0;
}

.full-width-image {
    text-align: center;
    margin: auto;
    max-height: 400px;
}

.no-padding {
    padding: 0;
}

/*------------------------------------------------------------------
[1. body ]
--------------------------------------------------------------------*/
body {
    background: #fff;
    color: #626262;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}

/*------------------------------------------------------------------
[2. Header ]
--------------------------------------------------------------------*/
.sticky-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.is-sticky header {
    background: #051024 !important;
    height: 90px !important;
}

.is-sticky header li {
    margin-top: -20px !important;
}

.is-sticky header .logo img {
    margin-top: -20px !important;
}

.is-sticky header li a {
    color: #fff !important;
}

/*-------------------
[ 2.1 Logo ]
---------------------*/
.logo {
    padding-top: 40px;
    float: left;
}

.logo img {
    width: 160px;
    height: 40px;
    max-width: 160px;
    max-height: 40px;
}

/*-------------------
[ 2.1 Mainmenu ]
---------------------*/
.slicknav_menu {
    display: none;
}

#nav {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    padding: 15px 0;
}

#nav a {
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
    padding: 40px 0 5px 0;
    transition: none;
    text-transform: none;
}

#nav li.active a {
    border-bottom: 2px solid #E65718;
}

.nav.nav-tabs {
    border-bottom: 0 none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: none;
    border-width: 0;
}

.nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
}

#nav a:hover {
    border-bottom: 2px solid #e6af2a;
    background: none;
}

/*jquery-sticky-menu*/
.is-sticky header {
    background: #fff none repeat scroll 0 0;
}

.is-sticky #nav a {
    color: #777777;
}

/*------------------------------------------------------------------
[2. Slider ]
--------------------------------------------------------------------*/
html, body {
    height: 100%;
}

.slider_area .item::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider_area .item {
    position: relative;
}

.slider_area {
    position: relative;
}

.slider_area, .slider_area div {
    height: 100%;
}

.slider_bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    position: absolute;
}

.slide-1 {
    background-image: url(images/slider/slide-bg-1.png)
}

/*.slide-2{background-image:url(images/slider/slide-bg-2.jpg)}*/
/*.slide-3{background-image:url(images/slider/slide-bg-3.jpg)}*/
/*-------------------
[ 2.1 Slider-Text ]
---------------------*/
.single_slide .slide_text {
    color: #fff;
    position: relative;
    z-index: 999;
}

.single_slide .slide_text p {
    color: #fff;
    font-size: 55px;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide_text h1 {
    color: #fff;
    /*font-family: "Oswald",sans-serif;*/
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 45px;
}

.bg-yellow {
    background: #e6af2a none repeat scroll 0 0;
    height: 2px !important;
    margin: 14% 0;
    width: 30px;
}

.slide-text p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.digital {
    background: #E65718;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    margin-top: 60px;
    display: inline-block;
    width: 300px;
    text-align: center;
    border-radius: 10px;
}

.digital:hover {
    background: #e6af2a;
    border: 2px solid #e6af2a;
}

/*-------------------
[ 2.2 Fawesome-Control ]
---------------------*/
.fawesome-control {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 40%;
}

.fawesome-control.left, .fawesome-control.right {
    width: 35px;
    z-index: 2;
}

.fawesome-control.left {
    left: 50px;
}

.fawesome-control.right {
    right: 50px;
}

.carousel-inner .item.active .table-cell {
    -webkit-animation: fadeInUp 1100ms ease-in-out;
    animation: fadeInUp 1100ms ease-in-out;
}

/*------------------------------------------------------------------
[3. About ]
--------------------------------------------------------------------*/
.about {
    padding-bottom: 0;
}

.about_title h1 {
    text-align: center;
    color: #E65718;
    font-size: 55px;
    font-weight: 100;
    text-transform: none;
}

.about_title p {
    font-weight: 100;
    color: #666;
}

.number_text {
    overflow: hidden;
    position: relative;
}

/*-------------------
[ 3.1 About-Text ]
---------------------*/
.number_text h1 {
    font-weight: 300;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    font-size: 40px;
    letter-spacing: 2px;
}

.yellow_number {
    bottom: -60px;
    color: #7f7f7f;
    position: absolute;
    left: 44%;
}

.black_number {
    color: #f7d23d;
}

.about_text:hover .black_number {
    transform: translateY(-100%);
}

.about_text:hover .yellow_number {
    transform: translateY(-150%);
}

.black_text {
    font-size: 23px;
    line-height: 28px;
    color: #000000;
}

.about_text:hover .black_text {
    text-decoration: line-through;
}

.about_text p {
    line-height: 22px;
    margin: 20px 0;
}

.margin_eight {
    margin: 5% 0;
}

.block-title h4, .block-title h6 {
    color: #E65718;
    text-align: left;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 200;
}

.block-title h6 {
    font-size: 19px;
    font-weight: 200;
    padding-bottom: 15px;
    margin-top: 50px;
}

.block-title ul li {
    font-size: 15px;
    font-weight: 200;
    list-style: none;
}

.block-title ul li:before {
    content: "• ";
    color: #E65718;
    margin: 0 10px 0 -20px;
}

.block-title .image-container {
    height: 265px;
    vertical-align: middle;
    margin-bottom: 40px;
}

/*------------------------------------------------------------------
[5. What-We-Do ]
--------------------------------------------------------------------*/
.what_do.section_padding {
    background: #e6af2a none repeat scroll 0 0;
    color: #fff;
}

.blog-title p, .what_do p {
    color: #fff;
}

/*-------------------
[ 5.1 What-We-Do-text ]
---------------------*/
.believe, .service_text p:first-child, .strong_text p, .single_counter span, .plan_number p, input, textarea, required, .menu_item ul li, .popup_text span, .popup_text p {
    /*text-transform: uppercase;*/
}

.service_title {
    height: 400px;
    text-align: left;
}

.service_title div, .service_title ul {
    font-size: 20px;
}

.service_title ul li {
    padding-bottom: 20px;
}

.service_title, .service_title h1 {
    color: #fff;
    margin-top: 50px;
}

.service.section_padding {
    background-image: url(images/img_services.png);
    background-repeat: no-repeat;
    background-position: center top;
}

/*------------------------------------------------------------------
[6. Services ]
--------------------------------------------------------------------*/
.col-text-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.row-margin-bottom {
    margin-bottom: 60px;
    display: inline-block;
}

.single_sercives_icon {
    height: 120px;
    margin-left: 0;
    position: relative;
    width: 120px;
}

.single_sercives_icon i {
    color: #E7B02D;
    font-size: 54px;
    padding-top: 22%;
}

.single_sercives_icon::after {
    background: #E7B02D none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    width: 100%;
}

.single_sercives:hover .single_sercives_icon i {
    color: #fff;
}

.single_sercives:hover .single_sercives_icon:after {
    transform: scale(1);
    z-index: -1;
}

.block-title a h4 {
    color: #000;
    margin-bottom: 10px;
}

.block-title a h4:hover {
    color: #E7B02D;
}

.mobile {
    margin-top: 0;
}

/*------------------------------------------------------------------
[ 13. Contact ]
--------------------------------------------------------------------*/
.contact_icon i {
    color: #e6af2a;
    font-size: 45px;
    margin-bottom: 15px;
}

.contact_icon p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
}

.contact .row p.address {
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
}

.contact-map {
    width: 100%;
    height: 220px;
    display: block;
    position: absolute !important;
    left: 0 !important;
    clear: both;
}
.right-address {
    margin-right: 20px;
}
.left-address {
    margin-left: 20px;
}

/*------------------------------------------------------------------
[ 17 Footer ]
--------------------------------------------------------------------*/
footer {
    background: #051024;
    padding: 15px 0;
    max-height: 130px;
    color: #fff;
    height: 130px;
}

footer .row {
    margin-top: 30px;
}

.footer_copyright p {
    float: left;
    margin: 0;
    padding-top: 10px;
    color: #fff;
}

/*ScrollUp*/
#scrollUp {
    background-color: #252525;
    padding: 5px 8px;
    right: 45px;
    text-align: center;
    text-decoration: none;
    top: 85%;
}

#scrollUp:hover {
    opacity: .6;
}

.scrollToTop i {
    color: #fff;
    font-size: 18px;
    margin: 0 6px;
}
.footer_copyright .nav {
    padding-right: 0;
}
/*--------------------------------------------------------
---------------------------[End ]-----------------------
---------------------------------------------------------*/
