/*
Theme Name: Dicon - One Page Parallax Html5 Template
Theme URI: http://seventhemes.net/themeforest-projects/html/dicon/
Author: seven_themes
Author URI: https://themeforest.net/user/seven_themes
Version: 1.0
Description: Dicon - One Page Parallax Html5 Template
Tags: one page, parallax, corporate, creative, business, agency, portfolio, site template, html5, html5 template, studio, portfolio, minimal
Text Domain: dicon
*/

/* -------------------------------
=>  Table of Content  <=

1 - Import Google Fonts
2 - Start Main Rules
3 - Start Loading Page
4 - Start Home Section
    4-a - Background
    4-b - Navbar
    4-c - Logo
    4-d - Sticky Header
    4-e - Header Text
5 - start service section
6 - Start Fun Fact Section
7 - Start about Section
8 - start promo section
9 - Start Portfolio  Section
10 - Start team  Section
11 - Start pricing  Section
12 - Start promo2  Section
13 - Start blog  Section
14 - Start testimonial  Section
15 - Start contact  Section
16 - Start client  Section
17 - Start widgets  Section
18 - Start Footer Section
----------------------------------*/

/* ---------------------------------------
    1 - Import Google Fonts
 ---------------------------------------*/
/* google font > Montserrat &  Roboto */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:400,500,700,900');

/*------------------------------
    2 - Start Main Rules 
------------------------------*/
body {
    color: #787878;
    font-family: 'Roboto', sans-serif;
    font-size: 14px; 
    font-weight: 400;
    line-height: 1.8;
}
a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: 'Montserrat', sans-serif;
}
img {
    width: 100%;
    height: auto;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}
.section-title.text-white h3 {
    color: #eee;
}
.section-title .separator {
    width: 85px;
    height: 1px;
    background-color: #009dea;
    margin: 25px auto;
}
.mb-30 {
    margin-bottom: 30px;
}
/* All transition */
.header-text a.blue-button,
.header-text a.white-button,
.service .single-service a i,
.about a,
.service .single-service,
.promo .promo-content a,
.promo2 .promo-content a,
.portfolio .portfolio-filter li,
.portfolio .portfolio-items .single-portfolio .portfolio-image .portfolio-icon i,
.portfolio .portfolio-items .single-portfolio .portfolio-content h6 a,
.blog .single-blog,
.blog .single-blog a i,
.contact .contact-form input[type=submit],
.widgets .single-widgets a,
#footer .social-link a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/* End of Main Rules */
/* ---------------------------------------
	3 - Start Loading Page
----------------------------------------- */
.preloader {
	background: #eee;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.preloader .item-list {
	height: 33px;
	left: 0;
    margin: 0 auto;
	position: relative;
	top: 50%;
    transform: translateY(-50%);
	width: 33px;
}
.preloader .item-list .loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #009dea;
    transform-style: preserve-3d;
    animation: loading-1 1.3s infinite ease-out;
    animation-fill-mode: forwards;
}
@keyframes loading-1 {
    0%{
        box-shadow: 0 0 0 10px #e8e8e8, 0 0 0 12px rgba(0, 157, 234,0.75);
    }
    40%{
        box-shadow: 0 0 0 10px transparent, 0 0 0 20px transparent;
    }
    50%{
        background:  rgb(0, 157, 234);
        transform: scale(1.3) rotateY(20deg);
    }
    100%{ transform: rotateY(180deg); }
}
/* end loading page */
/* ---------------------------------------
    4 - start home section
----------------------------------------- */
/* 4-a - Background */
#home.typed-bg {
    background-attachment: fixed;
    background-image: url("assets/images/hero-area/banner-1.jpg");
    background-position: center center;
}
#home.particle-bg {
    background-attachment: fixed;
    background-image: url("assets/images/hero-area/banner-4.jpg");
    background-position: center center;
}
#home.static-bg {
    background-attachment: fixed;
    background-image: url("assets/images/hero-area/banner-6.html");
    background-position: center center;
}
/* Particle Background */
#particles-js{
    width: 100%;
    height: 100vh;
}
canvas{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* Video Background */
#video,
source {
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: -99999;
}
.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
/* Top Area */
#home.top-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}
#home.top-area::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -99;
}
.header-area {
    width: 100%;
    z-index: 999;
    position: relative;
}
/* 4-b - Navbar */
.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
}
.mainmenu ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
    position: relative;
}
.mainmenu ul.nav.navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 28px 15px;
}
.mainmenu ul.nav.navbar-nav > li:hover > a {
    background: none;
    color: #009dea;
}
.mainmenu ul.nav.navbar-nav > li > a:focus {
    background: none;
}
.mainmenu ul.nav.navbar-nav > li.active > a {
    color: #009dea;
    font-weight: 400;
    text-decoration: line-through;
}
/* 4-c - Logo */
.header-area .logo {
    padding: 17px 0;
}
.header-area .logo a {
    color: #fafafa;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
/* 4-d - Sticky Header */
.header-area::after,
.mainmenu .nav.navbar-nav a,
.header-area .logo,
.header-area .logo a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.is-sticky .header-area::after {
    background-color: #000;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.is-sticky .mainmenu .nav.navbar-nav a {
    color: #fff;
    font-size: 13px;
    padding: 23px 15px;
}
.is-sticky .header-area .logo {
    padding: 17px 0;
}
.is-sticky .header-area .logo a {
    color: #fff;
    font-size: 18px;
}
/* 4-e - Header Text */
.header-text-area {
    display: table;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header-text-content {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.header-text > span {
    color: #009dea;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.header-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
}
.header-text .large-heading {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 66px;
    margin-bottom: 20px;
}
.header-text .medium-heading {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 54px;
    margin-bottom: 8px;
}
.cd-headline.clip span {
    padding: 7px 0;
}
.cd-headline.loading-bar b {
    transition: opacity 0.9s;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
    background-color: #009dea;
}
.header-text p {
    color: #eee;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.header-text a.blue-button {
    background-color: #009dea;
    border: 2px solid #009dea;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: capitalize;
}
.header-text a.blue-button:hover {
    background-color: #eee;
    border: 2px solid #eee;
    color: #232323;
}
.header-text a.white-button {
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    color: #232323;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 30px;
    text-transform: capitalize;
}
.header-text a.hover-blue-style:hover {
    background-color: #009dea;
    border: 2px solid #009dea;
    color: #fff;
}
.header-text a.radius-50px {
    border-radius: 50px;
}
.header-text a.radius-4px {
    border-radius: 4px;
}
.header-text a.radius-0px {
    border-radius: 0px;
}
.header-text a i {
    color: #009dea;
    display: inline-block;
    font-size: 50px;
    margin-top: 10px;
}
.header-text .blue-button,
.header-text .white-button {
    margin: 0 5px;
}
/* end home section */
/* ---------------------------------------
    5 - start service section
----------------------------------------- */
.service {
    padding: 100px 0;
}
.service .single-service {
    border: 1px solid #eee;
    padding: 40px 30px;
}
.service .single-service .icon i {
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 36px;
    color: #009dea;
    display: inline-block;
    padding: 30px;
}
.service .single-service h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0;
    text-transform: capitalize;
}
.service .single-service:hover {
    box-shadow: 2px 2px 25px #eee;
    transform: translateY(-10px);
}
/* end service section */
/*----------------------------------
    6 - start Facts section 
-----------------------------------*/
.fun-facts {
    background-attachment: fixed;
    background-image: url("assets/images/fun-facts/fun-facts-bg.jpg");
    background-position: center center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.fun-facts::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: -1;
}
.fun-facts .fact {
    overflow: hidden;
}
.fun-facts .fact i {
    color: #009dea;
    font-size: 42px;
}
.fun-facts .fact i.icon-margin-10 {
    margin-top: 10px;
}
.fun-facts .fact span.timer {
    color: #eee;
    display: block;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
}
.fun-facts .fact p {
    color: #d9d9d9;
    font-size: 16px;
    margin: 15px 0;
    text-transform: capitalize;
}
/* end facts section */
/*----------------------------------
    7 - start about section 
-----------------------------------*/
.about {
    padding: 100px 0;
}
.about .container .row {
    display: flex;
}
.about .container .row .flex-1 {
    flex: 1;
    margin: auto;
}
.about h3 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    padding-right: 45px;
}
.about h3 span {
    font-weight: 600;
}
.about p {
    margin-top: 20px;
    padding-right: 45px;
}
.about a.radius-50px {
    border-radius: 50px;
}
.about a.radius-4px {
    border-radius: 4px;
}
.about a.radius-0px {
    border-radius: 0px;
}
.about a {
    background-color: #009dea;
    border: 2px solid #009dea;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: capitalize;
    margin-top: 30px;
}
.about a:hover {
    background-color: #232323;
    border: 2px solid #232323;
    color: #fff;
}
.about .about-image {
    position: relative;
}
.about .about-image .overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: 1;
}
.about .about-image img {
    display: block;
}
.about .about-image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    margin-top: 0;
}
.about .about-image a i {
    color: #009dea;
    display: inline-block;
    font-size: 60px;
}
/* end about section */
/* ---------------------------------------
    8 - start promo section
----------------------------------------- */
.promo {
    background: url('assets/images/cta/cta.jpg') no-repeat fixed center center;
    padding: 100px 0;
    position: relative;
}
.promo .overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
}
.promo .promo-content span {
    color: #009dea;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.promo .promo-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
    margin: 12px 0;
    text-transform: capitalize;
}
.promo .promo-content p {
    color: #d9d9d9;
    margin-bottom: 15px;
}
.promo .promo-content a.blue-button {
    background-color: #009dea;
    border: 1px solid #009dea;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: capitalize;
}
.promo .promo-content a.radius-50px {
    border-radius: 50px;
}
.promo .promo-content a.radius-4px {
    border-radius: 4px;
}
.promo .promo-content a.radius-0px {
    border-radius: 0px;
}
.promo .promo-content a.blue-button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #232323;
}
/* end promo section */
/*---------------------------------------
    9 - start portfolio section
---------------------------------------*/
.portfolio {
    padding: 100px 0;
}
.portfolio .portfolio-filter {
    margin-bottom: 10px;
}
.portfolio .portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;                    
    font-weight: 400;
    padding: 0 15px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio .portfolio-filter li.active {
    color:  #232332;
    text-decoration: line-through;
}
.portfolio .portfolio-filter li:hover {
    color: #009dea;
}
.portfolio .portfolio-items .single-portfolio {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.portfolio .portfolio-items .single-portfolio .portfolio-image::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s; 
}
.portfolio .portfolio-items .single-portfolio .portfolio-image:hover::after {
    opacity: 1;
    transform: scale(1.5);
}
.portfolio .portfolio-items .single-portfolio .portfolio-image img {
    display: block;
    max-width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.portfolio .portfolio-items .single-portfolio .portfolio-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.portfolio .portfolio-items .single-portfolio .portfolio-image .portfolio-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.portfolio .portfolio-items .single-portfolio .portfolio-image .portfolio-icon i {
    background: #e3e3e3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #232323;
    font-size: 14px;
    text-align: center;
    margin: 0 3px;
}
.portfolio .portfolio-items .single-portfolio .portfolio-image .portfolio-icon i:hover {
    background: #009dea;
    color: #fff;
}
.portfolio .portfolio-items .single-portfolio .portfolio-content {
    width: 100%;
}
.portfolio .portfolio-items .single-portfolio .portfolio-content h6 a {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    text-transform: capitalize;
    left: 20px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.portfolio .portfolio-items .single-portfolio .portfolio-content p {
    color: #989898;
    position: absolute;
    left: 20px;
    letter-spacing: 1px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-content h6 a {
    opacity: 1;
    left: 20px;
    bottom: 40px;
    z-index: 1;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-content p {
    opacity: 1;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    z-index: 1;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-content p {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/* end portfolio section */
/* ---------------------------------------
    10 - start team section
----------------------------------------- */
.team {
    background-color: #fafafa;
    padding: 100px 0;
}
.team .single-team {
    margin: 0 15px;
}
.team .single-team.no-margin-lr {
    margin: 0 0px;
}
.team .single-team .team-image {
    overflow: hidden;
    position: relative;
}
.team .single-team .team-image::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s; 
}
.team .single-team .team-image:hover::after {
    opacity: 1;
    transform: scale(1.5);
}
.team .single-team .team-image img {
    max-width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.team .single-team .team-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team .single-team .team-overlay-content {
    width: 90%;
    padding: 20px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.team .single-team .team-image:hover .team-overlay-content::after {
    width: 100%;
}
.team .single-team .team-social-links a {
    display: inline-block;
}
.team .single-team .team-social-links a i {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 10px;
    opacity: 0;
    transform: translate(0px, 100px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.team .single-team .team-social-links a i:hover {
    color: #ddd;
}
.team .single-team .team-social-links a:last-child i {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    
}
.team .single-team .team-image:hover .team-social-links a i {
    opacity: 1;
    transform: translate(0, 0);
}
.team .single-team .team-content {
    background: #fff;
    padding: 15px 0;
}
.team .single-team .team-content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.team .single-team .team-content p {
    color: #009dea;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.team .owl-theme .owl-controls {
    margin-top: 40px;
}
.team .owl-theme .owl-controls .owl-buttons div {
    background: #ddd;
    border-radius: 0;
    color: #232323;
    font-size: 0;
    margin: 0 3px 0;
    opacity: 1;
}
.team .owl-theme .owl-controls .owl-buttons div i {
    font-size: 20px;
}
/* end team section */
/* ---------------------------------------
    11 - start pricing section
----------------------------------------- */
.pricing {
    padding: 100px 0;
}
.pricingTable {
    border: 2px solid #c5c5c5;
    text-align: center;
    padding: 30px 0 45px;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover {
    border-color: #009dea;
}
.pricingTable .price-value {
    font-size: 50px;
    font-weight: 600;
    color: #132d4d;
    margin-bottom: 10px;
}
.pricingTable .heading {
    font-size: 24px;
    color: #132d4d;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.pricingTable .pricingContent ul {
    padding: 0 45px;
    margin: 0 0 30px 0;
    list-style: none;
    line-height: 50px;
    color: #737373;
}
.pricingTable .pricingContent ul li {
}
.pricingTable .pricingContent ul li:last-child {
    border-bottom: none;
}
.pricingTable .read {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #132d4d;
    border: 2px solid #132d4d;
    padding: 10px 30px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .read:hover {
    color: #009dea;
    border: 2px solid #009dea;
}
.pricingTable .read:before {
    content: "";
    height: 6px;
    border-bottom: 2px solid #132d4d;
    border-left: 2px solid #132d4d;
    position: absolute;
    bottom: -8px;
    left: 4px;
    right: -8px;
    transition: all 0.3s ease 0s;
}
.pricingTable .read:after{
    content: "";
    width: 6px;
    border-top: 2px solid #132d4d;
    border-right: 2px solid #132d4d;
    position: absolute;
    bottom: -8px;
    right: -8px;
    top: 4px;
    transition: all 0.3s ease 0s;
}
.pricingTable .read:hover:before {
    bottom: -2px;
    left: -2px;
    right: 2px;
    border-color: #009dea;
}
.pricingTable .read:hover:after {
    bottom: 2px;
    right: -2px;
    top: -2px;
    border-color: #009dea;
}
/* end pricing section */
/* ---------------------------------------
    12 - start promo2 section
----------------------------------------- */
.promo2 {
    background: url('assets/images/cta/cta-1.jpg') no-repeat fixed center center;
    padding: 100px 0;
    position: relative;
}
.promo2 .overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
}
.promo2 .promo-content i {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.promo2 .promo-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 10px;
}
.promo2 .promo-content p {
    color: #d9d9d9;
    margin-bottom: 15px;
}
.promo2 .promo-content a.radius-50px {
    border-radius: 50px;
}
.promo2 .promo-content a.radius-4px {
    border-radius: 4px;
}
.promo2 .promo-content a.radius-0px {
    border-radius: 0px;
}
.promo2 .promo-content a {
    background-color: #009dea;
    border: 1px solid #009dea;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: capitalize;
}
.promo2 .promo-content a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #232323;
}
/* end promo2 section */
/* ---------------------------------------
    13 - Start Blog Section
----------------------------------------- */
.blog {
    padding: 100px 0;
}
.blog-padding {
    padding-top: 70px;
}
.blog .single-blog {
    border: 1px solid #eee;
}
.blog .single-blog .content {
    padding: 5px 20px 20px;
}
.blog .single-blog span {
    color: #767676;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog .single-blog h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 5px 0 10px;
}
.blog .single-blog p {
    margin-bottom: 5px;
}
.blog .single-blog a {
    color: #009dea;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.blog .single-blog a i {
    margin-left: 5px;
}
.blog .single-blog a:hover i {
    transform: translateX(3px);
}
.blog .single-blog:hover {
    box-shadow: 2px 2px 30px #eee;
}
/* end blog section */
/* ---------------------------------------
    14 - Start testimonial Section
----------------------------------------- */
.testimonials {
    background: url('assets/images/testimonial/testimonial-bg.jpg') no-repeat fixed center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.testimonials .overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonial{
    margin: 0 0 20px;
}
.testimonial .testimonial-content {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
}
.testimonial .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.15);
}
.testimonial .img img {
    width: 100%;
    height: auto;
}
.testimonial .title {
    font-size: 16px;
    font-weight: 600;
    color: #eee;
    margin: 10px 0 0 0;
    text-transform: capitalize;
}
.testimonial .post {
    font-size: 12px;
    font-weight: 500;
    color: #009dea;
    text-transform: capitalize;
}
.testimonial .description {
    display: inline-block;
    width: 75%;
    padding: 30px 20px;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    color: #999;
    margin: 0;
    position: relative;
}
.testimonial .description:before {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(255,255,255,0.15);
    position: absolute;
    top: 20px;
    left: -21px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page span {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}
/* end testimonial section */
/* ---------------------------------------
    15 - Start Contact Section
----------------------------------------- */
.contact {
    padding: 100px 0;
}
.contact .form h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.contact .contact-form input[placeholder] {
    letter-spacing: 2px;
    text-transform: capitalize;
}
.contact .contact-form input[type=text] {
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.contact .contact-form input[type=email] {
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.contact .contact-form textarea {
    letter-spacing: 1px;
    padding: 20px;
    text-transform: capitalize;
    width: 100%;
}
.contact .contact-form input[type=submit] {
    background-color: #232332;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}
.contact .contact-form input[type=submit]:hover {
    background-color: #009dea;
}
/* end contact section */

/* ---------------------------------------
    16 - start client logo section
----------------------------------------- */
.client-logo {
    background-color: #eaeaea;
    padding: 50px 0;
}
.client-logo-image {
    margin: 0 auto;
    margin: 0 15px;
}
.client-logo-image img {
    display: block;
}
/* end client logo section */

/* ---------------------------------------
    17 - start widgets wection
----------------------------------------- */
.widgets {
    background: url('assets/images/pattern/pattern.jpg') no-repeat center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
.widgets .overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
}
.widgets .single-widgets {}
.widgets .single-widgets h6 {
    color: #fafafa;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.widgets .single-widgets p {
    color: #c8c8c8;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.widgets .single-widgets a {
    border: 2px solid #009dea;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 27px;
    text-transform: uppercase;
}
.widgets .single-widgets a.radius-50px {
    border-radius: 50px;
}
.widgets .single-widgets a.radius-4px {
    border-radius: 4px;
}
.widgets .single-widgets a.radius-0px {
    border-radius: 0px;
}
.widgets .single-widgets a:hover {
    background-color: #009dea;
    border-color: #009dea;
}
/* end widgets wection */

/* ---------------------------------------
    18 - start footer section
----------------------------------------- */
#footer {
    background-color: #040404;
    padding: 50px 0;
}
#footer .social-link {}
#footer .social-link a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 10px;
}
#footer .social-link a:hover {
    color: #009dea;
}
#footer .copyright p {
    text-transform: capitalize;
}
#footer .copyright p a {
    color: #009dea;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
/* end footer section */