@import url("font/iran-yekan.css");

/*
----------------------------------------------
Project Name: 	Oneline
Version: 		1.0
Type: 			Onepage HTML Template
Last change:    01.11.2017
Author: 		Weblos
Primary use:    Onepage Template
-----------------------------------------------
*/


/*------------------------------------------------------------------------
[Table of Contents]


1. Base CSS
2. Typography
2.1. Heading styles
2.2. Paragraph styles
2.3. Margin styles
2.4. Padding styles
3. Preloader
4. Buttons
5. Sections style
6. Back to top
7. Section typography
8. Header area
8.1. Navbar
8.2. Navbar logo styles
8.3. Video area
8.4. slider styles
8.5. Parallax styles
8.6. overlax styles
8.7. fixed styles
8.8. text styles
8.9. Dark overlay styles
8.10. Custom slider styles
8.11. Custom slider transitions
8.12. Custom navbar styles	
9.	About area
10.	service area
10.1. Slider service style
10.2. Timeline service style
10.3. box shadow service style	
11. Portfolio area
11.1.Mesonry portfolio
11.2.Boxed portfolio	
12. Counter up area
13. Blog area
13.1. Slider blog area
13.2. boxed blog area
14. Details blog area
15. Team area
16. Partner/client
17. Contact area
18. Map
19. Footer area
20. Responsive Media queries


/*---------------------------------------------------------------------------

# [Color Codes]

# Gema(Deep-Gray): #777
# semi-Gema(Light-Gray):#F5F5F5
# Semi Blue(Blue): #1C4359
# Glamour (Blue):#25A7F0
# White: #FFF
# Black:#111111
# */


/*----------------------------------------------------------------------------

[Typography]

-------------------------------------------------------------------------------*/


/* ==============================
Base Css
============================== */

.ltr_text {
    display: inline-block;
    direction: ltr;
}

* {
    margin: 0;
    padding: 0;
}

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

a,
button,
input {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

button:focus,
a:focus {
    outline: 0px solid;
}

.btn:focus {
    outline: 0px solid;
}

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

h2,
h4 {
    font-weight: 700;
}

html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'primary-font', 'segoe ui', tahoma;
    font-size: 13px;
    height: 100%;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
}

.overflow div {
    /* overflow:hidden; */
}

.page-wrapper div {
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
    color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    outline: 0 none;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.morphext>.animated {
    display: inline-block;
}

::-moz-selection {
    color: #333;
    background: #dcdcdc;
}

::-webkit-selection {
    color: #000;
    background: #193846;
}

::-o-selection {
    color: #333;
    background: #dcdcdc;
}

::selection {
    color: #fff;
    background: #193846;
}


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

-------Typography-----------

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


/* ==============================
Heading styles
============================== */

h1 {
    line-height: 1.75;
}

h2 {
    font-size: 32px;
    line-height: 1.85;
    font-weight: 400;
}

h3 {
    line-height: 1.85;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.85;
}

h5 {
    line-height: 1.85;
}

h6 {
    font-size: 17px;
    line-height: 1.85;
    font-weight: 400;
    color: #111111;
}


/* ==============================
Paragraph Style
============================== */

p {
    font-size: 13.5px;
    line-height: 2;
    font-weight: 400;
    margin: 0;
}


/* ==============================
Margin Top styles
============================== */

.mar-0 {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}


/* ==============================
Margin Bottom Styles
============================== */

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}


/* ==============================
Padding Top Styles
============================== */

.pad-0 {
    padding: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}


/* ==============================
Padding Bottom Styles
============================== */

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}


/* ==============================
Preloader
============================== */

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFFFFF;
}

.preloader>i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    right: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-right: -15px;
    display: inline-block;
}

#loading {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    right: 49%;
    top: 50%;
    margin: 0 auto;
}

.object {
    width: 30px;
    height: 30px;
    background-color: #25A7F0;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    -moz-animation: object_one 1.5s infinite;
    -o-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    -moz-animation: object_two 1.5s infinite;
    -o-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    -moz-animation: object_three 1.5s infinite;
    -o-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_one {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_one {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_two {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_two {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_three {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_three {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}


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

------Button------

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


/* ==============================
Default Button styles
============================== */

.default-btn {
    background: #25A7F0;
    color: #fff;
    padding: 13px 26px;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.default-btn:hover {
    color: #fff;
}


/* ==============================
Small Button Style
============================== */

.slide-btn {
    background: transparent !important;
    border: 2px solid #25A7F0;
    padding: 11px 24px;
    margin: 10px;
}

.slide-btn:hover {
    background: #25A7F0 !important;
}


/* ==============================
Small Button Style
============================== */

.small-btn {
    background: #25A7F0;
    color: #fff;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.small-btn:hover {
    color: #fff;
}


/* ==============================
submit-btn Style
============================== */

.submit-btn {
    background: #25A7F0;
    color: #fff;
    padding: 15px 40px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    float: right;
}

.submit-btn:hover {
    color: #fff;
}


/* ==============================
Section Style
============================== */

.section-padd {
    padding: 60px 0;
}

.section-title {
    margin: 20px 0;
}

.section-title h2 {
    margin: 20px 0;
}

.section-title span {
    font-size: 32px;
    line-height: 1.6em;
    font-weight: 700;
    color: #25A7F0;
}

.gray-bg {
    background: #F5F5F5;
}


/* ==============================
Back to Top Button Style
============================== */

#toTop {
    display: none;
    position: fixed;
    bottom: 35px;
    left: 25px;
    filter: alpha(opacity=40);
    font-size: 40px;
    color: #111111;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 1000;
    text-decoration: none;
}

#toTop span {
    font-size: 15px;
    background: #25A7F0;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
}


/* ==============================
Section typography Css
============================== */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.border-none {
    border: none !important;
}

.white-overlay {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    color: #000;
    z-index: 1;
}

.white-overlay:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    opacity: 0.3;
}

.dark-overlay {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    color: #000;
    z-index: 1;
}

.dark-overlay:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    opacity: 0.5;
}

.yt-video-overlay {
    position: relative;
}

.yt-video-overlay:before {
    background: #000;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    opacity: 0.5;
}

.youtube-bg {
    height: 100vh;
    text-align: center;
    z-index: 10;
}


/* ==============================
Header Area
============================== */

.header-area {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 10px 0;
}


/*--css-for-logo--*/

.logo img {
    width: 150px;
    height: auto;
}

.container>.navbar-header {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    height: 48px;
    width: 165px;
}

.logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px !important;
    -webkit-transition: 0.3s opacity ease;
    -moz-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
}

.logo-1 {
    opacity: 1;
}

.logo-2 {
    opacity: 0;
}

.sticky-menu .logo-1 {
    opacity: 0 !important;
}

.sticky-menu .logo-2 {
    opacity: 1 !important;
}


/*--css-for-menu--*/

#main-menu {
    background: transparent;
    margin: 0;
    border: 0px;
}

#main-menu ul {
    margin-top: 12px;
}

#main-menu li a {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    margin: 0 10px;
}

#main-menu .active a {
    color: #25A7F0;
    background: transparent;
}

#main-menu li a:hover {
    color: #25A7F0;
}

#main-menu .container {
    padding-top: 14px;
    padding-bottom: 14px;
}

.sticky-menu .active a {
    color: #d2d2d2 !important;
    background: transparent;
}

.sticky-menu li a:hover {
    color: #d2d2d2 !important;
}

.sticky-menu {
    background: #25A7F0;
    padding: 0;
}

.sticky-menu ul>li>a {
    color: #000;
    font-size: 14px !important;
}

.sticky-menu #main-menu {
    margin-top: 0;
}

.navbar-toggle {
    border: 0px;
    background: transparent;
    color: #fff !important;
}

.navbar-toggle span {
    background: #fff !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: transparent !important
}


/* ==============================
Slider Area
============================== */

.slider {}

.single-slider-position {}

.slider-content {
    width: 100%;
    height: 100vh;
    display: table;
    text-align: right;
}

.slider-info-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}

.slider-info-text h2 {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}

.slider-info-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

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

.slider-info-text i {
    color: #fff;
    font-size: 55px;
    margin: 5px;
}


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

home-parallex-banner-page

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

.home-parallex-banner {}

.home-parallex-area {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    color: #fff;
    z-index: 2;
}

.parallex-content {
    width: 100%;
    height: 100vh;
    display: table;
    text-align: center;
}

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

.parallex-heading h1 {
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #25A7F0;
}

.parallex-heading p {
    font-size: 18px;
}


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

home-slider-banner-page

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

.home-slider-banner {}

.slider-content {
    display: table;
    width: 100%;
    height: 50vh;
    text-align: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.slider-cell {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    position: relative;
}

.slider-cell h2 {
    font-size: 48px;
    font-weight: 700;
    color: #25A7F0;
}

.slider-cell p {
    font-size: 16px;
    line-height: 35px;
}

.slider-area {
    position: relative;
}

.banner-slider-items .owl-nav div {
    height: 42px;
    width: 42px;
    font-size: 18px;
    line-height: 42px;
    background: #25A7F0;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center;
    position: absolute;
    margin: 0px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-slider-items .owl-nav div.owl-next {
    right: auto;
    left: 0;
}


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

home-text-banner-page

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

.type-wrap p {
    color: #fff;
    font-size: 18px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.banner-text-area {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    color: #fff;
    z-index: 2;
}

.banner-text-content {
    width: 100%;
    height: 100vh;
    display: table;
    text-align: center;
}

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

.banner-text-heading h2 {
    font-size: 30px;
    color: #fff;
}

.banner-text-heading span {
    font-size: 28px;
    color: #25A7F0;
    font-weight: 400;
}


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

home-overlay-banner-page

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

.service-overlax {
    padding: 40px 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.service-overlax:hover {
    background: #25A7F0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.service-overlax:hover i {
    color: #ffffff;
}

.service-overlax h6 {
    font-size: 14px;
    font-weight: 700;
}

.service-overlax:hover.service-overlax h6 {
    color: #ffffff;
}

.service-overlax i {
    font-size: 70px;
    color: #25A7F0;
}

.home-overlay-banner {}

.home-parallex-overlay {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
}

.parallex-overlay-content {
    width: 100%;
    height: 100vh;
    display: table;
    text-align: center;
}

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

.overlax {
    color: #fff;
    padding: 90px;
}

.overlax h2 {
    font-size: 37px;
    font-weight: 700;
    position: relative;
    margin-top: 0;
}

.overlax p {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}


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

home-text-banner-page

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

.fixed-content {
    width: 100%;
    height: 100vh;
    display: table;
    text-align: center;
}

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

.fixed-heading h1 {
    font-size: 60px;
    color: #25A7F0;
}

.fixed-heading p {
    color: #ffffff;
    font-size: 16px;
}


/* ==============================
About Area
============================== */

.about-text {
    margin-bottom: 30px;
}

.about-content {
    padding: 4px 25px;
}

.about-view {}

.about-view img {
    width: 100%;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}


/*--css-zoom-hover--*/

.about-view {
    margin: 0px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.about-view:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*---end-css-zoom-hover--*/


/*---css-image-bw--*/

.bw {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.bw:hover {
    -webkit-filter: grayscale(100%);
}

.team-info:hover .bw {
    -webkit-filter: grayscale(100%);
}


/*---end-css-image-bw--*/


/*	skill bar */

.skill-title {
    padding: 0 6px;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 25px;
    width: 100%;
    background: #7F8C8D;
    height: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.skill-heading span {
    display: block;
    line-height: 26px;
    font-weight: 700;
    font-size: 13px;
    color: #777;
}

.skillbar-bar {
    height: 10px;
    width: 0px;
    background: #25A7F0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: right;
}


/* ==============================
Service Area
============================== */

.service-area {
    text-align: center;
}

.service {
    margin: 20px;
}

.service-area h6 {
    font-size: 14px;
    font-weight: 700;
}

.service-area i {
    font-size: 50px;
    color: #25A7F0;
}


/* Service 2 */

.service2 {
    text-align: right;
    margin: 40px 20px;
}


/* Service 3 */

.service3 {
    text-align: right;
    margin: 8px;
}

.service3 p {
    color: #777;
}


/* Service 4 */

.service4 {
    text-align: right;
    margin: 30px 5px;
    padding: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.service4:hover {
    -moz-box-shadow: 0 0px 30px 0px #ddd;
    -webkit-box-shadow: 0 0px 30px 0px #ddd;
    box-shadow: 0 0px 30px 0px #ddd;
}


/* Service-parallax */

.service-parallax {
    margin: 15px 20px;
    padding: 15px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: default;
}

.service-parallax:hover {
    -moz-box-shadow: 0 0px 30px 0px #ddd;
    -webkit-box-shadow: 0 0px 30px 0px #ddd;
    box-shadow: 0 0px 30px 0px #ddd;
}

.service-parallax h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-parallax i {
    font-size: 65px;
    color: #25A7F0;
    width: 20%;
    float: right;
    margin-left: 2%;
}

.service-parallax-content {
    width: 77%;
    float: right;
    text-align: right;
}


/*timeline-service*/

.service-line {
    position: relative;
    overflow: auto;
    color: #fff;
}

.service-line:before {
    position: absolute;
    height: 100%;
    width: 3px;
    background: #25A7F0;
    right: 0;
}

.service-line h4 {
    background: #fff;
    color: #25A7F0;
    border: 1px solid #ddd;
    max-width: 7em;
    margin: 0 auto 3em;
    padding: 0.6em;
    text-align: center;
    position: relative;
    clear: both;
    font-size: 22px;
    font-weight: 700;
}

.service-line ul {
    list-style: none;
    padding: 0;
    z-index: 1;
}

.service-line li {
    background: #ffffff;
    padding: 1em;
    border: 1px solid #ddd;
    margin-bottom: 3em;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.service-line li:hover {
    -moz-box-shadow: 0 0px 30px 0px #ddd;
    -webkit-box-shadow: 0 0px 30px 0px #ddd;
    box-shadow: 0 0px 30px 0px #ddd;
}

.service-line li:before {
    width: 0;
    height: 0;
    border-top: 1em solid #ddd;
    border-right: 1em solid #fff;
    font-size: 25px;
    position: absolute;
    right: -1em;
    top: -1px;
}

@media screen and (min-width: 42em) {
    .service-line:before {
        right: 50%;
        margin-right: -1.5px;
        content: '';
    }
    .service-line ul {
        max-width: 1000px;
        margin: 0 auto;
    }
    .service-line li {
        width: 46%;
    }
    .service-line li:before {
        content: '';
    }
    .service-line li:nth-child(even) {
        float: left;
        margin-top: 4em;
    }
    .service-line li:nth-child(odd) {
        float: right;
    }
    .service-line li:nth-child(odd):before {
        border-top: 1em solid #ddd;
        border-left: 1em solid #fff;
        border-right: 0;
        left: -1em;
        right: auto;
    }
    .service-line li:nth-of-type(2n+1) {
        clear: both;
    }
}


/*

===============================
Portfolio Area
===============================

*/

.portfolio-menu {
    margin-bottom: 40px;
}

.portfolio-menu button {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 400;
    margin: 5px;
    background: transparent;
    border: 3px solid #ccc;
    color: #777;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-right: 0;
}

.portfolio-menu button:hover {
    color: #25A7F0;
    background: #fff;
    border: 3px solid #25A7F0;
}

.portfolio-menu button.active {
    color: #fff;
    background: #25A7F0;
    border: 3px solid #25A7F0;
}


/**/

.portfolio img {
    width: 100%;
}

.portfolio {
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.hover-portfolio>.portfolio-content:before {
    background: rgba(0, 0, 0, 0.8);
    bottom: 15px;
    content: "";
    right: 15px;
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hover-portfolio:hover .portfolio-content {
    opacity: 1;
}

.hover-portfolio:hover .portfolio-content:before {
    opacity: 0.8;
}

.portfolio-view {
    right: 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-view a {
    background-color: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 45px;
    line-height: 50px;
    opacity: 0;
}

.portfolio-view a:hover {
    color: #fff;
}

.portfolio:hover .portfolio-view a {
    opacity: 1;
}

.no-padding .col-md-4 {
    padding: 0px !important;
}

.no-padding .col-md-4 .portfolio {
    margin: 0px !important;
}

.oneline-portfolio-1 .portfolio-title {
    opacity: 1;
    padding: 25px 18px;
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.oneline-portfolio-1 .portfolio-title h3 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.oneline-portfolio-1 .portfolio-title span {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.hover-portfolio .portfolio-content::before {
    background: #25A7F0 none repeat scroll 100% 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    left: 0;
    top: 0;
}

.portfolio-view {
    right: 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-view p {
    font-size: 14px;
    font-weight: 300;
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/* ==============================
Counterup Area
============================== */

.counterup {
    text-align: center;
}

.counter-content1 {
    background: #E2E2E2;
    padding: 35px 0px;
}

.counter-content2 {
    background: #E9E9E9;
    padding: 35px 0px;
}

.counter-content3 {
    background: #EEEEEE;
    padding: 35px 0px;
}

.counter-content4 {
    background: #F2F2F2;
    padding: 35px 0px;
}

.counter-icon i {
    font-size: 68px;
    color: #555555;
    line-height: 60px;
}

.counter-title h2 {
    color: #555555;
    font-size: 50px;
    font-weight: 400;
}

.counter-title h6 {
    color: #555555;
    font-size: 14px;
}

.counter-title span {
    color: #555555;
    font-size: 42px;
    font-weight: 400;
}


/* ==============================
Video Area
============================== */

.buttonBar {
    display: none;
}

.video-area {
    background: url('../images/fix-banner.jpg')no-repeat top;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-area>.container {
    position: relative;
}

.video-content-area {
    text-align: center;
    width: 100%;
    height: 40vh;
    display: table;
}

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

.video h6 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 32px;
}

.video i {
    font-size: 13px;
    background: #fff;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 65px;
    height: 65px;
    line-height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.video i:hover {
    color: #fff;
    background: #25A7F0;
}


/*video-slider*/

.client-opinion {
    text-align: center;
    padding: 30px 0;
}

.client-opinion img {
    width: 110px !important;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.client-opinion h6 {
    color: #25A7F0;
    font-weight: 700;
    font-size: 16px;
}

.client-opinion p {
    color: #ffffff;
}

.client-opinion i {
    color: #25A7F0;
    font-size: 20px;
    margin: 10px 0px;
}


/* ==============================
Blog Area
============================== */

.blog-area {
    margin: 0;
}

.blog-content-area {}

.recent-blog {
    padding: 15px 0px;
}

.single-blog {}

.blog-content img {
    width: 100%;
    height: auto;
}

.blog {
    padding: 45px 5px;
}

.blog em {
    padding: 0px 6px;
    font-size: 16px;
}

.blog p {
    font-size: 14px;
    margin-bottom: 18px;
}

.read-blog {
    font-size: 13px;
    color: #25A7F0 !important;
    text-decoration: underline !important;
}

.read-blog:hover {
    text-decoration: none;
}

.blog-area {
    position: relative;
}

.blog-area .owl-nav {
    position: absolute;
    left: 0;
    right: auto;
    margin-top: 20px;
}

.blog-area .owl-nav div {
    width: 40px;
    height: 30px;
    background: #25A7F0;
    color: #fff;
    float: right;
    margin-right: 10px;
    padding-right: 18px;
    line-height: 30px;
    font-size: 18px;
}


/* single-blog2 */

.single-blog2 {
    padding: 15px;
}

.single-blog2 img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 100%;
}

.single-blog2:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog2 h2 {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 700;
}

.single-blog2 p {
    margin-bottom: 15px;
}

.blog-date {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}


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

blog-banner-page

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

.home-blog-area {
    height: 50vh;
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-content {
    width: 100%;
    height: 45vh;
    display: table;
}

.blog-heading {
    display: table-cell;
    vertical-align: bottom;
}

.blog-heading h4 {
    font-size: 34px;
    font-weight: 700;
    color: #25A7F0;
    line-height: 25px;
}

.blog-heading p {
    font-weight: 400;
    color: #fff;
    font-size: 13.5px;
    line-height: 16px;
}

.blog-heading a {
    color: #25A7F0;
}


/*Blog details-area*/

.blog-details {}

.blog-content2 {
    padding: 15px;
}

.blog-slider img {
    width: 100% !important;
    height: auto !important;
}

.blog-slider .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    text-align: center;
}

.blog-slider .owl-dot {
    height: 12px;
    width: 12px;
    background: #25A7F0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.blog-slider .owl-dot.active {
    background: #ffffff;
}

.detail-blog {
    margin-top: 30px;
}

.detail-blog h4 {
    font-weight: 400;
    line-height: 35px;
}

.blog-writer {
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-writer a {
    color: #25A7F0;
}

.blog-code {
    background: #F6F6F6;
    padding: 45px 60px;
    font-size: 25px;
    font-weight: 300;
    margin: 50px 0px;
}

.blog-code i {
    margin-left: 10px;
    font-size: 32px;
}

.blog-code p {
    font-size: 25px;
    font-weight: 300;
}

.blog-code h6 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 21px;
    color: #777;
}

.social-link {
    margin: 20px 0;
}

.social-link h6 {
    font-size: 20px;
    color: #25A7F0;
}

.social-link i {
    font-size: 17px;
    width: 120px;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.fac {
    background: #4267B2;
}

.twi {
    background: #1DA1F2;
}

.teleg {
    background: #419fd9;
}

.pin {
    background: #BD081C;
}

.lin {
    background: #007BB6;
}

.social-link i:hover {
    color: #ffffff;
}


/* blog sidebar */

.blog-sidebar {
    padding: 15px;
}

.search-promo {
    margin-bottom: 30px;
}

.search-promo form {
    width: 100%;
}

.search-promo input {
    height: 45px;
    width: 80%;
    text-indent: 10px;
    border: 1px solid #ccc;
    float: right;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.search-promo button {
    color: #25A7F0;
    height: 45px;
    width: 20%;
    background: transparent;
    border: 1px solid #ccc;
    border-right: 0px;
    float: right;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.search-promo button:hover {
    background: #f5f5f5;
}

.single-sidebar {
    margin-bottom: 30px;
}

.single-sidebar h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.single-sidebar li {
    margin-bottom: 10px;
}

.single-sidebar li a {
    font-size: 12.5px;
    font-weight: 400;
    color: #777;
}

.single-sidebar li a:hover {
    color: #25A7F0;
}

.single-sidebar li a i {
    margin-left: 5px;
}

.recent-post {
    margin-bottom: 15px;
}

.recent-promo {
    width: 30%;
    float: right;
}

.recent-promo-content {
    width: 67%;
    margin-right: 2%;
    float: right;
    padding-right: 15px;
}

.recent-promo-content h5 {
    font-size: 13px;
    color: #777;
    margin-top: 7px;
}

.recent-promo-content p {
    font-size: 12px;
    color: #777;
}

.tags a {
    font-size: 10px;
    color: #777;
    border: 1px solid #777;
    padding: 7px 12px;
    margin-left: 5px;
    margin-bottom: 8px;
    display: inline-block;
}

.tags a:hover {
    color: #fff;
    background: #25A7F0;
    border: 1px solid #25A7F0;
}

.blog-text {}

.blog-text p {
    font-size: 13px;
}


/* ==============================
Team Area
============================== */

.team-area {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKUlEQVQYV2P89u3b/////zNwc3MzMkABI0gQxObi4kIIwmSRabgsQUEACOQLBl9RfzEAAAAASUVORK5CYII=)repeat;
}

.team-content {
    margin-bottom: 40px;
}

.team-blog {
    margin-top: 20px;
}

.team-view img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.team-info {
    margin-bottom: 20px;
    -webkit-transition: 4s;
    -o-transition: 4s;
    -moz-transition: 4s;
    transition: 4s;
    border: 1px solid #dfdfdf;
}

.team-heading p {
    font-size: 13px;
}

.team-info:hover .team-heading {
    background: #25A7F0;
}

.team-info:hover .team-heading h6 {
    color: #fff;
}

.team-info:hover .team-heading p {
    color: #fff;
}

.team-info:hover .team-heading i {
    color: #fff;
}

.team-heading {
    padding: 30px;
    margin: 0px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center;
    background: #fff;
}

.team-heading h6 {
    font-size: 14px;
    margin: 0px;
    font-weight: 700;
}

.team-heading p {
    margin-top: 5px;
}

.team-heading i {
    color: #777777;
    font-size: 14px;
    margin: 0 5px;
}

.social-icon {
    margin-top: 8px;
}


/* ==============================
Work Area
============================== */

.work-area {}

.team-work img {
    width: 170px !important;
    margin: 0 auto;
}


/* ==============================
Gmap Area
============================== */

.contact-way {
    margin-top: 24px;
}

.contact-way p {
    margin-bottom: 5px;
}

.contact-way i {
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.contact-way span {
    font-size: 14px;
    color: #777777;
    width: 30%;
    font-weight: 400;
}

.contact-way span.ltr_text {
    width: auto;
}

.gmap-area {
    overflow: hidden;
    text-align: center;
    background: #F5F5F5;
}

.gmap {
    margin-right: 0px;
}

#map-space {
    height: 60vh;
    width: 100%;
}

#map-space iframe {
    height: 100%;
    width: 100%;
    vertical-align: top;
}


/* ==============================
Contact Area
============================== */

.contact-area {
    background: #F5F5F5;
}

.contact-area.container-fluid {
    width: 100%;
}

.form-group {
    margin-bottom: 8px !important;
}

.form-ct {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 48px;
    margin-bottom: 8px;
    text-align: right;
}

.form-control:focus {
    border-color: #25A7F0;
    outline: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.btn {
    margin: 20px 0px;
}

.contact-content {
    text-align: center;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    color: red;
    font-size: 13px;
    font-weight: 600;
}


/* ==============================
footer-area
============================== */

.footer-area {
    text-align: center;
}

.footer-content {
    color: #111;
}

.footer-content img {
    width: 120px;
    height: auto;
    margin-bottom: 30px;
}

.footer-content p {
    color: #777;
}

.social-media {
    margin-bottom: 30px;
}

.social-media i {
    font-size: 14px;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border: 1px solid #ccc;
    margin-left: 5px;
    color: #25A7F0;
}

.social-media i:hover {
    background: #25A7F0;
    border: 1px solid #25A7F0;
    color: #fff;
}


/*

===============================
Intro page
===============================

*/

.intro img {
    width: 180px;
    height: auto;
    margin: 0 auto;
}

.single-intro {
    text-align: center;
    margin: 30px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.single-intro:hover {
    opacity: 0.7;
}

.single-intro img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
}

.single-intro p {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}


/*	Features Area	*/

.site-features {}

.single-site-feature {
    text-align: center;
    margin-bottom: 50px;
}

.single-site-feature h3 {
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

.single-site-feature i {
    color: #25A7F0;
    font-size: 40px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.single-site-feature:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}


/*

===============================
Responsive Media queries
===============================

*/


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .service4 {
        margin: 25px 0;
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 640px) and (max-width:960px) {
    .service-line li {
        padding: 1px !important;
    }
    .team-info {
        margin-bottom: 40px;
    }
    .service-parallax i {
        font-size: 65px !important;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    #myNavbar {
        background: #1C4359;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 14px;
    }
    #myNavbar ul li a {
        color: #fff;
        line-height: 35px;
    }
    .navbar-default .navbar-collapse {
        border: 0 !important;
    }
    .container>.navbar-header {
        width: auto;
    }
    #main-menu ul {
        margin-top: 7.5px;
    }
    .container .navbar-collapse {
        margin-bottom: -14px;
    }
    .contact-content {
        margin-right: 0px;
        margin-left: 0px;
    }
    .team-info {
        margin-bottom: 40px;
    }
    .skillbar-area {
        margin: 10px 25px;
    }
    .slider-cell h2 {
        font-size: 30px;
    }
    .slider-cell p {
        font-size: 14px;
    }
    .banner-slider-items .owl-nav div {
        height: 40px;
        width: 40px;
        line-height: 40px;
        top: 56%;
        margin: 0;
    }
    .parallex-heading h1 {
        font-size: 26px;
    }
    .service-parallax i {
        font-size: 45px;
    }
    .fixed-heading h1 {
        font-size: 26px;
    }
    .fixed-heading p {
        font-size: 14px;
    }
    .overlax h2 {
        font-size: 26px;
    }
    .overlax p {
        font-size: 16px;
    }
    .banner-text-heading h2 {
        font-size: 26px;
    }
    .banner-text-heading span {
        font-size: 24px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .overlax {
        padding: 60px;
    }
}


/* Custom. */

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-8 {
        width: 66.6%;
    }
}


/* End of Stylesheet */