/*-----------------------------------------------------------------------------------

 Theme Name: kurla
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #23599F
 main Fonts    : Oswald , Poppins

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Numbers
	07 About
	08 Portfolio
	09 Team
	10 Testimonials
	11 Price
	12 Blog
	13 Clients
	14 Contact
	15 Footer
	16 Responsive
 

---------------------------------------------------------------- */


/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    color: #23599F;
    line-height: 1.0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

.vlines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vlines span {
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    border-right: 1px solid none;
    opacity: .6;
}

.curve {
    position: absolute;
    z-index: 7;
}

.curve.curve-center:after {
    border-left: 50vw solid transparent;
}

.curve.curve-center:before {
    border-right: 50vw solid transparent;
}

.curve.curve-center.curve-top:after {
    border-left: 50vw solid transparent;
}

.curve.curve-center.curve-top:before {
    border-right: 50vw solid transparent;
}

.curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%;
}

.curve.curve-bottom:after,
.curve.curve-bottom:before {
    bottom: 0;
}

.curve.curve-top {
    left: 0;
    top: -1px;
    width: 100%;
}

.curve.curve-top:after,
.curve.curve-top:before {
    top: 0;
    border-top: 50px solid #fff;
    border-bottom: 0;
}

.curve.curve-top:after {
    border-left: 70vw solid transparent;
}

.curve.curve-top:before {
    border-right: 30vw solid transparent;
}

.curve.curve-gray-b:after,
.curve.curve-gray-b:before {
    border-bottom: 50px solid #f9f9f9;
}

.curve.curve-gray-t:after,
.curve.curve-gray-t:before {
    border-top: 50px solid #f9f9f9;
}

.curve:after,
.curve:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    position: absolute;
}

.curve:after {
    right: 0;
    border-left: 30vw solid transparent;
}

.curve:before {
    left: 0;
    border-right: 70vw solid transparent;
}

section .container {
    position: relative;
    z-index: 3 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

h7 {
    font-family: 'Oswald', sans-serif;
    color: #23599F;
    font-size: 22px;
    font-weight: 100;
}

h8 {
    font-family: 'Oswald', sans-serif;
    color: #0279D5;
    font-size: 30px;
    font-weight: 100;
}

h9 {
    font-family: 'Oswald', sans-serif;
    color: #23599F;
    font-size: 18px;
    font-weight: 100;
}

p {
    font-size: 19px;
    font-weight: 300;
    color: #23599F;
    line-height: 1.8;
    margin: 0;
}
p1 {
    font-size: 17px;
    font-weight: 300;
    color: #0279D5;
    line-height: 1.8;
    margin: 0;
}

img {
    width: 200px;
    height: auto;
}

ul {
    margin-bottom: 0;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-padding {
    padding: 120px 0;
}

.section-head {
    margin-bottom: 80px;
    padding-bottom: 20px;
    position: relative;
}

.section-head::after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    background: #0279D5;
}

.section-head h6 {
    font-size: 17px;
    font-weight: 400;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #23599F;
    margin-bottom: 10px;
}

.section-head h4 {
    font-size: 65px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.half-padding {
    padding: 120px 5%;
}

.bg-gray {
    background: #f8f8f8;
}

.o-hidden {
    overflow: hidden;
}

.ontop {
    position: relative;
    z-index: 4;
}

.position-re {
    position: relative;
    padding-bottom: 20px;
}

.full-width {
    width: 100% !important;
}

.lg-line-height {
    line-height: 1.5;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 4;
}

.bg-img .section-head h6 {
    color: #ccc;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    display: inline-block;
}

.owl-theme .owl-dots {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #174275;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #555;
    font-size: 18px;
    margin: 0 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #0279D5;
}

.owl-carousel .owl-nav .owl-prev {
    position: relative;
}

.owl-carousel .owl-nav .owl-prev::after {
    content: '/';
    position: absolute;
    right: -20px;
    top: 0;
}

.owl-carousel .owl-nav .owl-prev:hover::after {
    color: #888;
}


/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/

.butn {
    padding: 14px 35px;
    background: #fff;
    border: 0px solid transparent;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}

.butn span {
    position: relative;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.butn:before,
.butn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: .4;
}

.butn:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #fff;
    opacity: 1;
}

.butn:hover:before,
.butn:hover:after {
    width: 100%;
}

.butn:hover:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.butn:hover span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.butn-bg {
    background: #174275bf;
    border-color: #174275bf;
    color: #fff;
}

.butn-bg:hover span {
    color: #0279D5;
}

.butn-light {
    background: #fff;
}

.butn-light:before,
.butn-light:after {
    background: #0279D5;
}

.butn-light:hover span {
    color: #fff;
}

.butn-light span {
    color: #0279D5;
}

.butn-bord {
    background: transparent;
    border: 1px solid #0279D5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.butn-bord:before,
.butn-bord:after {
    background: #0279D5;
}

.butn-bord:hover {
    border-color: #0279D5;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.butn-bord:hover span {
    color: #fff;
}

.radius {
    border-radius: 30px;
}


/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    background: #0B2643CF;
    z-index: 9;
    min-height: 70px;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    color: #eee;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .5px;
    margin: 15px 5px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar .navbar-nav .nav-link:after {
    content: '';
    width: 80%;
    height: 2px;
    border-radius: 10px;
    background: #0279D5;
    position: absolute;
    bottom: -2px;
    left: 10%;
    opacity: 0;
    -webkit-transform: translate(50px);
    transform: translate(50px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar .navbar-nav .active {
    border-color: #0279D5;
}

.navbar .navbar-nav .active:after {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}

.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.nav-scroll .icon-bar {
    color: #222;
}

.nav-scroll .navbar-nav .nav-link {
    color: #174275;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #111;
}

.logo {
    padding: 15px 0;
    width: 90px;
}


/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/

.header {
    height: 100vh;
    position: relative;
    z-index: 6;
}

.header .container {
    position: relative;
    z-index: 6;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h1 {
    font-size: 140px;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .caption h6 {
    color: #eee;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    letter-spacing: 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header .caption .butn {
    margin-top: 30px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.header .video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.header iframe.video {
    border: none;
}

.slider-fade .caption h4 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 10px;
    margin-bottom: 15px;
}

.slider-fade .caption h1 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.slider-fade .caption p {
    font-size: 20px;
    margin-top: 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.slider-fade .item .caption {
    z-index: 9;
}

.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 10vh;
    width: 100%;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/

.hero .intro span {
    font-size: 13px;
    font-weight: 500;
    color: #0279D5;
    text-transform: uppercase;
    word-spacing: 2px;
    margin-bottom: 10px;
}

.hero .intro h3 {
    font-weight: 500;
    line-height: 1.7;
    padding: 0 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero .item {
    padding: 50px 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border-bottom: 4px solid transparent;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hero .item:hover {
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    border-color: #0279D5;
}

.hero .item .icon {
    font-size: 40px;
    color: #0279D5;
    margin-bottom: 30px;
}

.hero .item h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hero .active {
    border-color: #0279D5;
}


/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 06 Start Numbers ]
-----------------------------------------------------------------*/

.numbers .text h3 {
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}

.numbers .text p {
    font-size: 14px;
    font-weight: 300;
    padding: 0 30px;
}

.numbers .icon {
    font-size: 40px;
    margin-bottom: 30px;
    color: #0279D5;
}

.numbers h3 {
    font-size: 40px;
    margin-bottom: 15px;
}

.numbers p {
    font-weight: 500;
}


/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/

.services .item {
    padding: 50px 25px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.services .item:hover {
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

.services .item .icon {
    float: left;
    font-size: 40px;
    color: #0279D5;
    margin-bottom: 30px;
}

.services .item .cont {
    margin-left: 70px;
}

.services .item h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}


/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 08 Start Portfolio ]
-----------------------------------------------------------------*/

.portfolio .filtering .filter {
    display: inline-block;
    margin-bottom: 20px;
}

.portfolio .filtering span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 5px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}

.portfolio .filtering .active {
    background-color: #0279D5;
    color: #fff;
}

.portfolio .items {
    width: 33.333333%;
    padding: 0 10px;
    margin-top: 20px;
}

.portfolio .items.width2 {
    width: 25%;
}

.portfolio .item-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.portfolio .item-img:hover .item-img-overlay:after {
    width: 90%;
}

.portfolio .item-img:hover .item-img-overlay .icon {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.portfolio .item-img:hover .item-img-overlay p,
.portfolio .item-img:hover .item-img-overlay h6 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.portfolio .item-img:hover .item-img-overlay h6 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    z-index: 3;
    overflow: hidden;
}

.portfolio .item-img-overlay:after {
    content: '';
    width: 0;
    height: 90%;
    background: rgba(255, 255, 255, 0.89);
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.portfolio .item-img-overlay .icon {
    position: absolute;
    right: 15%;
    top: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #0279D5;
    text-align: center;
    font-size: 20px;
    color: #0279D5;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
}

.portfolio .item-img-overlay .des {
    position: absolute;
    bottom: 15%;
    left: 15%;
    overflow: hidden;
}

.portfolio .item-img-overlay p {
    color: #0279D5;
    font-weight: 400;
    font-size: 17px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.portfolio .item-img-overlay h6 {
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.portfolio.column3 .items {
    width: 33.33333333%;
    padding: 0 10px;
    margin-top: 20px;
}

.portfolio.column3 .items.width2 {
    width: 25%;
}


/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/

.team .item {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.team .item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #111;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(to top, #000, transparent);
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .7;
}

.team .item:hover::after {
    opacity: 1;
}

.team .item:hover .info {
    bottom: 30px;
}

.team .info {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50%;
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.team .info h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.team .info span {
    font-weight: 600;
    color: #0279D5;
}

.team .info .social a {
    font-size: 12px;
    margin: 20px 15px 0;
}

.team .skills .skill-item {
    margin-bottom: 70px;
}

.team .skills .skill-item:last-of-type {
    margin-bottom: 0;
}

.team .skills .sub-title {
    margin-bottom: 10px;
    color: #0279D5;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.team .skills h3 {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

.team .skills h6 {
    color: #23599F;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.team .skills .skill-progress {
    height: 10px;
    background-color: #0B2643;
    position: relative;
}

.team .skills .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: #23599F;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.team .skills .skill-progress .progres:after {
    content: attr(data-value);
    padding: 2px 4px;
    background: #0279D5;
    color: #fff;
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 10px;
    border-radius: 2px;
}

.team .skills .skill-progress .progres:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #0279D5;
    border-left: 10px solid transparent;
    position: absolute;
    right: 0;
    top: -15px;
}


/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/

.testimonials .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonials .client-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.testimonials .client-area .img {
    display: inline-block;
    position: relative;
}

.testimonials .client-area .author {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.testimonials .client-area .icon {
    position: absolute;
    top: 30px;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #0279D5;
    font-size: 25px;
}

.testimonials .cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
}

.testimonials h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.testimonials h6 span {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 20px;
}

.testimonials p {
    color: #eee;
    font-size: 20px;
    font-style: italic;
    opacity: .9;
}

.testimonials .owl-carousel {
    overflow: hidden;
}

.testimonials .owl-theme .owl-dots {
    text-align: center;
    width: 100%;
}


/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/

.price .item {
    padding: 50px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.price .value h3 {
    display: inline-block;
    font-size: 70px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

.price .value h3 span {
    color: #ddd;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: -20px;
}

.price .value .per {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    color: #999;
    margin-bottom: 30px;
}

.price .type {
    margin-bottom: 50px;
}

.price .type h5 {
    font-weight: 400;
    color: #0279D5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price .features {
    margin-bottom: 20px;
    overflow: hidden;
}

.price .features li {
    color: #23599F;
    font-size: 14px;
    margin-bottom: 20px;
}

.price .features .del {
    opacity: .5;
}

.price .butn {
    border-radius: 0px;
    padding: 14px 40px;
}

.price .active {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: -20px;
    z-index: 3;
}

.price .active .value {
    color: #23599F;
}


/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/

.blog .owl-item {
    padding: 0px 15px 30px;
}

.blog .item {
    -webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}

.blog .item .post-img {
    position: relative;
}

.blog .item .post-img .tag {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #23599F;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.blog .item .cont {
    padding: 50px 30px;
}

.blog .item .cont h6 {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.blog .item .cont p {
    font-size: 14px;
}

.blog .item .info {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    margin-bottom: 10px;
}

.blog .item .info a {
    margin-right: 10px;
}

.blog .item .info a:last-child {
    margin-right: 0;
}

.blog .item .more {
    font-size: 13px;
    font-weight: bold;
    color: #0279D5;
    margin-top: 20px;
}

.blog .item .more:hover {
    color: #174275;
}

.blog .item .more:hover i {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.blog .item .more i {
    font-size: 10px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}


/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 13 Start Clients Brand ]
-----------------------------------------------------------------*/

.clients .client-logo {
    padding: 0 50px;
    margin-bottom: 50px;
    opacity: .7;
}

.clients .client-logo:hover {
    opacity: 1;
}


/* ----------------------------------------------------------------
     [ End Clients Brand ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/

.contact-info .info {
    text-align: center;
    margin-bottom: 50px;
}

.contact-info .info .icon {
    font-size: 30px;
    margin-bottom: 30px;
}

.contact-info .info p {
    font-size: 14px;
}

.contact-info form {
    margin-top: 30px;
    text-align: center;
}

.contact-info form input {
    color: #fff;
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}

.contact-info form button {
    padding: 14px 40px;
    background: #fff;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.contact-info form button:hover {
    color: #fff;
    background: #0279D5;
}

.contact .form input,
.contact .form textarea {
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #0279D5;
}

.contact .form textarea {
    padding: 15px;
    height: 100%;
    max-width: 100%;
}


/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/

footer {
    position: relative;
    background-color: #0B2643;
    padding: 80px 0;
    z-index: 6;
}

footer .social a {
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    background: transparent;
    margin: 15px 5px;
}

footer p {
    color: #fff;
    margin-top: 25px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .hide-md {
        display: none !important;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .text-right {
        text-align: left !important;
    }
    .navbar .navbar-collapse {
        max-height: 540px;
        overflow: auto;
        background: #02270a;
        text-align: center;
        padding: 10px 0;
    }
    .navbar .nav-link {
        margin: 10px auto !important;
    }
    .navbar .nav-link:after {
        display: none;
    }
    .nav-scroll {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #0279D5 !important;
    }
    .header {
        min-height: 100vh;
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 60px;
        line-height: 1.4;
    }
    .header .caption h6 {
        letter-spacing: 5px;
    }
    .about .skills h3 {
        font-size: 32px;
    }
    .portfolio .items {
        width: 50% !important;
    }
    .testimonials .client-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }
    .testimonials .client-area .author {
        width: 180px;
        height: 180px;
    }
    .testimonials .cont {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
        flex: 0 0 calc(100% - 220px);
    }
    .blog .item .post-img {
        height: 220px;
    }
}

@media screen and (max-width: 767px) {
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .vlines span {
        width: 35%;
    }
    .butn {
        padding: 12px 20px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .section-head h4 {
        font-size: 28px;
    }
    .header .caption h1 {
        font-size: 50px;
        line-height: 1.4;
    }
    .hero .intro h3,
    .numbers .text h3 {
        padding: 0;
        font-size: 25px;
    }
    .numbers .text p {
        padding: 0;
    }
    .portfolio .items {
        width: 100% !important;
    }
    .testimonials .item {
        display: block;
        text-align: center;
    }
    .testimonials .client-area {
        display: block;
        margin-bottom: 30px;
    }
    .clients .client-logo {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .header .caption h1 {
        font-size: 25px;
        line-height: 1.4;
    }
    .header .caption h6 {
        font-family: inherit;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .hero .intro h3 {
        font-size: 15px;
    }
    .numbers .text h3 {
        font-size: 20px;
    }
    .portfolio .filtering span {
        margin: 0;
        padding: 8px 15px;
    }
    .testimonials .client-area .author {
        width: 180px;
        height: 180px;
    }
}

.footer-logo {
    width: 170px;
    margin-top: -4px;
}

/* Float Social */

.float-social {
    position: fixed;
    right: -260px;
    width: 300px;
    top: 370px;
    z-index: 9999;
}

.float-social .social-item {
    list-style-type: none;
    color: #fafafa;
    height: 40px;
    padding: 10px 5px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin: 0;
    width: 100%;
}

.float-social .social-item:hover {
    transform: translateX(-190px);
}

.float-social .social-item i {
    color: #fafafa;
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    transform: translateX(-10px)
}

.float-social .social-item a {
    color: #fafafa;
    display: inline-block;
    width: 100%;
}

.float-social .social-item a:hover {
    color: #fafafa;
}

.float-social .social-item div {
    font-size: 0.9rem;
    display: inline-block;
    text-transform: uppercase;
    transform: translateY(-0.45rem);
}

.float-social .facebook {
    background-color: #3b5998;
}

.float-social .twitter {
    background-color: #1dcaff;
}

.float-social .instagram {
    background-color: #e4405f;
}

.float-social .whatsapp {
    background-color: #23599F;
}

.float-social .email {
    background-color: #23599F;
}

.float-social .youtube {
    background-color: #23599F;
}

.float-social .wordpress {
    background-color: #23599F;
}

/* Floating Social Media Bar Style Ends Here */