@charset "utf-8";

/* CSS Document */

/* 
    Created on   : 10/12/2018.
    Theme Name   : Theweb - Creative Html Template
    Version      : 1.0.
    Author       : thony_themes (thonythemes@gmail.com)
*/

/**************
Table of contents
1.  Settings
2.  Loading
3.  Header
4.  Hover button
5.  Menu
6.  About
7.  Skills
8.  Portfolio
9.  Services
10. Video popup
11. Contact
12. Team
13. Progress bar
14. Testimonials
15. Pricing plan
16. Footer
17. Modal
18. Inner Page
19. FAQ
20. Portfolio Details
21. Blog
22. Responsive style
**************/

/**
* Importing fonts.
**/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&amp;subset=cyrillic');

/****************  1. Settings ****************/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding: 0;
    margin: 0;
}

p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
}

h1 {
    font-size: 54px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 40px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

h2:before {
    content: '';
    display: block;
    width: 76px;
    height: 19px;
    background-image: url(../img/h2_before.png);
    text-align: center;
    margin: 0px auto;
    margin-top: 0;
}

img {
    max-width: 100%;
}

ul {
    text-align: left;
}

a,
a:focus,
a:visited {
    text-decoration: none;
    color: #fff;
    outline: none;
}

body a:hover {
    text-decoration: underline;
}

ul li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul li i {
    margin-right: 10px;
}

ul li .fa-check {
    color: #43CB83;
}

ul li .fa-times {
    color: #F6B20F;
}

h3 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.container {
    position: relative;
    z-index: 22;
}

.absol {
    position: absolute;
}

.info_block {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    position: relative;
}

.info_block:after {
    content: '';
    position: absolute;
    width: 276px;
    height: 233px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url(../img/header_befor2.png);
    right: 0;
    top: 0;
    z-index: 20;
}

.info_block h2 {
    text-align: left;
    margin-bottom: 30px;
}

.info_block h2:before {
    margin-left: 0;
}

.info_block .main_button {
    background-color: #E6E6E6;
    color: #000;
}

.info_block .but_l {
    margin-left: 0;
}


/**************** 2. Loading ****************/

#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-color: #0F1F39;
    z-index: 30000;
    text-align: center;
    background-position: bottom;
}

#p_prldr:before {
    content: '';
    position: absolute;
    width: 193px;
    height: 104px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url(../img/header_befor1.png);
    left: 0;
    top: 0;
    z-index: 2;
}

#p_prldr:after {
    content: '';
    position: absolute;
    width: 224px;
    height: 257px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url(../img/header_befor4.png);
    right: 0;
    bottom: 0;
    z-index: 20;
}

.load {
    position: relative;
    color: rgba(0, 0, 0, .3);
    font-size: 60px;
    top: 50%;
    font-weight: 700;
    height: 74px;
    margin-top: -37px;
}

.load:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 224px;
    white-space: nowrap;
    color: #fff;
    animation: loading 3s linear infinite;
}

.load:after {
    content: '';
    left: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: -1;
    margin-left: -112px;
    position: absolute;
    background: #ee0c78;
    background: -moz-linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    background: -webkit-linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    background: linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0c78', endColorstr='#fbc416', GradientType=1);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .load {
        width: 193px;
        margin: 0 auto;
    }
}

@keyframes loading {
    0% {
        max-width: 0;
    }
}

/**************** 3. Header ****************/

.ul_hover {
    position: absolute;
    width: 200px;
    padding-left: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    height: 0;
    z-index: 100;
    padding-bottom: 20px;
    padding-top: 15px;
    z-index: -1;
    overflow: hidden;
}

.header_top .navbar-nav .ul_hover li a {
    display: block;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header_top .navbar-nav .ul_hover li a:hover {
    color: #F57540;
}

.nav-item_hover:hover .ul_hover {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    height: auto;
    padding-top: 0;
}

body .ul_hover li a:before,
body .ul_hover li a:after {
    display: none;
}

.header_text a {
    margin-left: 10px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header_text a:hover {
    color: #E49F52;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}

.main_button {
    text-transform: uppercase;
    text-align: center;
    min-width: 150px;
    max-width: 250px;
    display: block;
    padding: 1em 2em;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 30px auto;
}

.main_button_3 {
    border: 1px solid #43CB83;
}

.main_button::after {
    content: "";
    background-color: transparent;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    opacity: 0;
    color: #fff;
    z-index: -1;
}

.main_button:hover::after {
    opacity: 1;
    background-color: #132748;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main_button_2:hover::after {
    background-color: #3B71D5;
}

.main_button_3:hover::after {
    background-color: #43CB83;
}

.main_button,
.main_button:after {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main_button:hover {
    border: 1px solid transparent;
    text-decoration: none;
}

.header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    width: 100%;
    transition: .3s;
    z-index: 300;
    background-color: #fff;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_small {
    height: 80px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
}

.navbar-toggler {
    background-color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-toggler:focus {
    outline: none;
    background-color: #FF5062;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header_small .nav-fill .nav-item:hover {
    opacity: 1;
}

.header_small .navbar {
    height: 60px;
}

.navbar-brand {
    position: relative;
}

.navbar-brand:before {
    content: '';
    width: 50px;
    height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee0c78+0,fbc416+100 */
    background: #ee0c78;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0c78', endColorstr='#fbc416', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    ;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-brand img {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    max-width: 93px;
    margin-right: 18px;
}

.header_small .navbar-brand img {
    transform: scale(0.5);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header_small .navbar-brand:before {
    width: 36px;
    height: 36px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header_small .navbar-light .navbar-brand {
    font-size: 16px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header_wrap {
    background-color: #132748;
    color: #000;
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header_text {
    max-width: 60%;
    margin: 15px auto;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 4rem;
}

.header_text:before {
    content: '';
    height: 2px;
    width: 20px;
    background-color: #000;
    margin: 10px auto;
    display: block;
    margin-top: -7px;
}

.header_text_dark:before {
    background-color: #fff;
}


/**************** 4. Hover button ****************/

.header_top .navbar-nav li a {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.header_top .navbar-nav li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0px;
    background-color: #F6A546;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header_top .navbar-nav li a:hover:before {
    width: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

/**************** 5. Menu ****************/

.header_top .navbar-nav li a,
.header_top .navbar-nav li a:visited,
.header_top .navbar-nav li a:active {
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 600;
}

.ul_hover li a:hover {
    background-color: #E6E6E6;
    text-decoration: none;
}

.header_top .navbar-nav li a:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-nav {
    width: 100%;
    position: relative;
}

.navbar-brand {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-light .navbar-brand {
    color: #000;
    font-weight: 800;
    font-size: 26px;
}

.nav-item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar .social li a,
.navbar .social li a:visited {
    color: #151D28;
    border: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0.7;
}

.navbar .social li a:hover {
    color: #fff;
}

/**************** 6. About ****************/

.about {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 500px;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../img/dotted.jpg), url(../img/circle.jpg);
    background-repeat: no-repeat;
    background-position: left, right top;
}

.about:before {
    content: '';
    width: 127px;
    height: 127px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(90deg);
    background-image: url(../img/inner_after.png);
    background-repeat: no-repeat;
}

.about_img_wrap {
    padding: 0;
    overflow: hidden;
}

.about_img_wrap img {
    max-width: 600px;
    max-height: 100%;
}

.slider_item_wrap {
    padding-top: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.slider_item_wrap:hover {
    background-color: #E6E6E6;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.about .carousel-item {
    padding: 10px;
}

.slider_item_wrap_right .slider-item {
    text-align: right;
}

.about_inner .about_item:hover {
    background-color: #E6E6E6;
}

.about .slider-item {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    padding: 40px 20px;
}

.about .slider-item:hover {
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.absol_img_1 {
    right: 0;
}

.about .slider-item a {
    color: #000;
    font-weight: 600;
    padding-top: 30px;
}

.about .slider-item a:hover {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    color: #F24758;
}

.about .main_button {
    color: #fff;
    border-color: transparent;
    background: #ee0c78;
    background: -moz-linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    background: -webkit-linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    background: linear-gradient(45deg, #ee0c78 0%, #fbc416 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0c78', endColorstr='#fbc416', GradientType=1);
}

.about .main_button:hover {
    border-color: #232426;
}

.text_block_dark .main_button:hover {
    background-color: transparent;
}

.about .slider-item i {
    font-size: 30px;
    margin-bottom: 15px;
    color: #405DCE;
}

.about .carousel-indicators {
    bottom: -35px;
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 10px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.carousel-indicators .active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #405DCE;
}

.slider-item {
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.slider-item:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.about_inner #video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(bg/daisy-stock-poster.html) no-repeat #94a233;
    background-size: cover;
}

.about_us {
    padding-top: 50px;
    padding-bottom: 50px;
}

/**************** 7. Skills ****************/

.slills {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    position: relative;
    background-color: #fff;
    position: relative;
    background-color: #E6E6E6;
    background-image: url(../img/skills_bg.jpg);
    color: #fff;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}


.skills_item {
    margin-bottom: 20px;
    margin-top: 20px;

}
.skills_item i{
    padding: 20px;
    border:1px solid rgba(255,255,255,0.1);
    margin-bottom: 20px;
        -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.skills_item i:hover{
    background-color: #3F64D1;
}
/**************** 8. Portfolio ****************/

.portfolio {
    text-align: center;
    position: relative;
    z-index: 50;
    padding: 100px;
    background-color: #E6E6E6;
    padding-bottom: 100px;
}

.works {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #FF5063 !important;
}

.zoom-gallery{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 0;
    margin: 0;
    background-color: #000;
    flex-wrap: wrap;
}

.zoom-gallery a {
    width: 20%;
}

.zoom-gallery a i {
    position: absolute;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.zoom-gallery a i{

    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    transform: scale(1.5);
    opacity: 0;
   transform: scale(0.2);

}
.zoom-gallery a:hover i {
    color: #fff;
    opacity: 1;
    transform: scale(1.5);
}

.zoom-gallery a {
    padding: 0;
    position: relative;
    float: left;
}
.zoom-gallery a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    transform: scale(0.5);
    cursor: pointer;
}

.zoom-gallery a:hover:before {
    background: #405DCE;
    opacity: 0.9;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    transform: scale(1);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .lightgallery,
    #lightgallery {
        display: block;
    }
}

.snip1091 {
    position: relative;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 0;
    float: left;
}

.snip1091 * {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.snip1091 img {
    opacity: 0.25;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.snip1091 div {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    -webkit-transform: rotate(0deg) translateY(-50%) scale(1);
    transform: rotate(0deg) translateY(-50%) scale(1);
    -webkit-transform-origin: center 0;
    transform-origin: center 0;
}

.snip1091 div h3 {
    top: 50%;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}

.snip1091 div:before,
.snip1091 div:after {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.snip1091 div:before {
    left: 0;
    top: 0;
}

.snip1091 div:after {
    bottom: 0;
    right: 0;
}

.snip1091 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.snip1091:hover img,
.snip1091.hover img {
    opacity: 1;
}

.snip1091:hover div,
.snip1091.hover div {
    -webkit-transform: rotate(-45deg) translateY(-50%) scale(0.9);
    transform: rotate(-45deg) translateY(-50%) scale(0.9);
}

.snip1091:hover div:before,
.snip1091.hover div:before,
.snip1091:hover div:after,
.snip1091.hover div:after {
    width: 200%;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.works h3 {
    margin-bottom: 10px;
}

.portfolio .main_button_2,
.blog .main_button_2 {
    border-color: transparent;
    margin-top: 35px;
    margin-bottom: 0;
    background: #405DCE;
    color: #fff;
}

.portfolio .main_button_2:hover,
.blog .main_button_2:hover {
    border-color: #f9a824;
    color: #fff;
}

/**************** 9. Services ****************/

.services {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: #2f9be3;
    background: -moz-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: -webkit-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9be3', endColorstr='#4e2cbe', GradientType=1);
}

.services h2 {
    color: #fff;
}

.services_icon {
    min-height: 50px;
}

.services .header_text {
    color: #fff;
    opacity: 0.5;
}

.services_item {
    text-align: center;
    border-bottom: 30px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border:1px solid rgba(255,255,255,0.1);
}

.services-item1 {
    background: #2f9be3;
    background: -moz-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: -webkit-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.services_item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.01);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.services_item i {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.services_item:hover i {
    padding: 10px;
    background-color: #F6B20F;
}

.services_item p {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

.services_item p:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 15px auto;
}

.absol_img_2 {
    left: 0px;
}

/**************** 10 Video popup ****************/

.text_block {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    position: relative;
    z-index: 51;
    background-repeat: no-repeat;
    background: #2f9be3;
    background: -moz-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: -webkit-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9be3', endColorstr='#4e2cbe', GradientType=1);
    background-image: url(../img/text_block_bg.jpg);
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
}

.text_block .main_button i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.text_block .main_button:hover {
    color: #fff;
    border-color: #091525;
}

.text_block .main_button:hover i {
    margin-left: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.text_block_item {
    max-width: 40%;
    margin: 30px auto;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.text_block_title {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
}

.text_block_p {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 50px;
}

.text_block a {
    color: #000;
}

.text_block .main_button {
    background-color: #E6E6E6;
}

.absol_img_4 {
    bottom: 50%;
    left: 10%;
}

.absol_img_3 {
    right: 10%;
}

/**************** 11. Contact ****************/

.contact_form {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    z-index: 10;
    padding-bottom: 100px;
    background-color: #0F1726;
    background-image: url(../img/contact_bg.jpg);
    color: #fff;
    background-size: cover;
}

.contact_form h5 {
    color: #405DCE;
}

.contact_form h5 i {
    margin-right: 15px;
}

.contact_info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact_form .main_button {
    margin-left: 0;
}

.form_wrap {
    max-width: 50%;
}

.contact_info_item {
    margin-bottom: 40px;
}

.form_wrap .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    outline: none;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 13px;
    height: 50px;
}

.form_wrap textarea {
    line-height: 36px;
}

.form_wrap .form-control:focus {
    border-bottom-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.form-control:focus::placeholder {
    color: #fff;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.form_wrap .main_button:hover {
    border-color: #0F1726;
    color: #fff;
}

.form_wrap .form-control:focus,
.form_wrap .form-control:active {
    outline: none !important;
    box-shadow: none;
}

.contact_form .bike-2,
.contact_form .bike-1 {
    bottom: 0;
    height: 80px;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 25px;
}

/**************** 12. Team ****************/

.our_team {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #E6E6E6;
    position: relative;
}

.team_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #4f5362;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.team_title {
    margin-top: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.team_item img {
    max-width: 100%;
    border: 8px solid #ededed;
    max-width: 100px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.team_item:hover img {
    border-color: #18315730;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.profession {
    display: inline;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.team_desc {
    margin-top: 25px;
}

body .team_item a {
    color: #A8ACB9;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.team_item a:hover {
    color: #4f5362;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.our_team .carousel-indicators {
    bottom: -45px;
}

/**************** 13. Progress bar ****************/

.progress_bar {
    padding-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: url(../img/progress_bg.jpg);
    background-attachment: fixed;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

svg.radial-progress {
    height: auto;
    max-width: 200px;
    transform: rotate(-90deg);
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    line-height: 20px;
    height: 200px;
}

.circle_wrap {
    position: relative;
    margin-bottom: 20px;
}

.circle_wrap h4 {
    text-align: center;
    margin: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 8px;
}

.circle_wrap:hover h4 {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

svg.radial-progress text {
    color: #fff;
    fill: #fff;
    background-color: #fff;
    -ms-fill: #fff;
}

svg.radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 3;
}

svg.radial-progress circle.incomplete {
    opacity: 0.25;
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129;
}

.percentage {
    color: #fff;
    text-anchor: middle;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    text-align: left;
    line-height: 16px;
    position: relative;
    z-index: 400;
}

svg.c1 circle {
    stroke: #a2ed56;
}

svg.c2 circle {
    stroke: #83E4E2;
}

svg.c3 circle {
    stroke: #43CB83;
}

svg.c4 circle {
    stroke: #FF5063;
}

/**************** 14. Testimonials ****************/

.testimonials {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 20;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/dotted.jpg), url(../img/circle.jpg);
    background-repeat: no-repeat;
    background-position: left, right top;
}

.testimonials_item {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.testimonials_item img {
    max-width: 300px;
}

.testimonials_img-box {
    overflow: hidden;
}

.testimonials_item p {
    font-size: 16px;
}

.testimonials .carousel-indicators {
    top: 20px;
    position: relative;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    flex-wrap: wrap;
}

.testimonials .carousel-indicators li {
    width: 60px;
    height: 60px;
    text-indent: 0;
    overflow: hidden;
    background-color: transparent;
    opacity: 0.3;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    margin-left: 10px;
    margin-right: 10px;
    border: 5px solid #fff;
}

.testimonials .carousel-indicators li.active,
.testimonials .carousel-indicators li:hover {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.testimonials .carousel-indicators li.active {
    border-color: #3C6CD3;
}

.testimonials .carousel-indicators li img {
    max-width: 100%;
    width: 100%;
}

.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
    font-size: 24px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.testimonials .carousel-control-prev:hover,
.testimonials .carousel-control-next:hover {
    color: #FF5063;
}

.social_people {
    margin-top: 20px;
    margin-bottom: 20px;
}

body .social_people a {
    padding: 10px 20px;
    color: #3f64d1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    padding-left: 0;
}

.social_people a:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    color: #FD6470;
}

.testimonials_description {
    margin-top: 30px;
}

.testimonials .carousel {
    padding: 0;
}

/**************** 15. Pricing plans ****************/

.pricing_plan {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #2f9be3;
    background: -moz-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: -webkit-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9be3', endColorstr='#4e2cbe', GradientType=1);
    position: relative;
    color: #fff;
}

.price p {
    font-size: 40px;
    font-weight: 900;
}

.price p span {
    font-size: 16px;
    font-weight: 200;
    padding-left: 10px;
    padding-right: 10px;
}

.pricing_item_icon {
    padding: 20px;
    margin-top: 10px;
}

.pricing_item_icon i {
    font-size: 28px;
    color: #fff;
    padding: 10px;
}

.pricing_item:hover .pricing_item_icon i {
    background-color: #F6B20F;
}

.price_desk p {
    font-weight: 400;
}

.price_ul {
    margin-top: 40px;
}

.price_ul ul {
    text-align: center;
    padding-left: 0;
}

.pricing_item {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing_item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.01);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.pricing_item:last-child {
    border: 0;
}

.pricing_item .main_button:hover {
    color: #fff;
}

/**************** 16. Footer ****************/

.footer {
    background-color: #0F1F39;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 100;
}

.footer .navbar-brand {
    margin-top: 15px;
    font-weight: 600;
    font-size: 27px;
    opacity: 0.5;
}

.footer .navbar-brand:hover {
    color: #fff;
}

.footer .navbar-brand:hover {
    opacity: 1;
}

.footer:after {
    content: '';
    position: absolute;
    width: 161px;
    height: 183px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-image: url(../img/header_befor4.png);
    right: 0;
    bottom: 0;
}

.social {
    padding: 0;
    text-align: center;
    margin-top: 15px;
}

.social li {
    display: inline-block;
}

.social li a {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 19px;
}

.social li a:hover {
    background-color: #405ECF;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    border-color: transparent;
}

.social li a i {
    margin: 0;
}

.social li {
    text-align: center;
}

.copyright {
    margin-top: 40px;
    opacity: 0.4;
    color: #fff;
    text-align: center;
}

/**************** 17. Modal  ****************/

.modal_theweb {
    max-width: 70%;
    color: #000;
    position: relative;
    height: 100%;
}

.modal-content {
    background-color: transparent;
}

.video_modal {
    margin: 0;
}

.modal-body {
    padding: 0;
}

.modal_theweb p {
    text-align: left;
    font-size: 13px;
}

.modal_theweb h4 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

.modal_theweb ul {
    width: 45%;
}

.modal iframe {
    width: 100%;
    border: 0;
    height: 400px;
}

.modal_theweb ul li,
.modal_theweb ul li a {
    text-transform: none;
    font-weight: 500;
    color: #a8acb9;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.modal_theweb ul li a:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    color: #FF5063;
    text-decoration: none;
}

.modal_theweb ul li .fa-arrow-alt-circle-right {
    color: #FF5063;
}

.fade {
    background: rgba(0, 0, 0, 0.8);
}

.clear {
    clear: both;
}

.modal_theweb .main_button {
    background-color: #FF5063;
    border: 1px solid transparent;
}

button:focus,
button:active {
    outline: none;
    box-shadow: none;
}

.modal_theweb .main_button:hover {
    background-color: #002248;
}

.close {
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    right: -30px;
    position: absolute;
    z-index: 10;
    top: -15px;
    line-height: 17px;
    opacity: 1;
    font-size: 34px;
}

.close:hover {
    color: #FF5063;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.helpful4 {
    visibility: hidden;
}

/************** 18. Inner Page *****************/
/************** 19. FAQ  *****************/

.faq {
    background: #2f9be3;
    background: -moz-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: -webkit-linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    background: linear-gradient(45deg, #2f9be3 0%, #4e2cbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9be3', endColorstr='#4e2cbe', GradientType=1);
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.faq .header_text {
    color: #fff;
}

.faq h2 {
    color: #fff;
}

.faq .faq_inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 50px;
    padding-right: 30px;
}

.faq .faq_inner:last-child {
    border-bottom: 0;
}

.faq .faq_inner:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.faq .faq_inner:hover .question {
    color: #fff;
}


.faq .faq_inner:hover .plus-minus-toggle:before,
.faq .faq_inner:hover .plus-minus-toggle:after {
    background-color: #fff;
}

.faq .faq_inner.active .answer {
    max-height: 275px !important;
    padding-bottom: 25px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.faq .faq_inner.active .question {
    color: #FFD350;
    transition: color 0.5s ease;
    font-weight: 600;
}

.faq .faq_inner.active {
    background-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    padding-top: 25px;
}

.faq .answer {
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.faq .plus-minus-toggle {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 50px;
    left: -50px;
    top: 0;
    z-index: 2;
    bottom: 0;
}

.faq .faq_inner:hover .plus-minus-toggle:before,
.faq .faq_inner:hover .plus-minus-toggle:after {
    background-color: #FFD350;
}

.faq .plus-minus-toggle:before,
.faq .plus-minus-toggle:after {
    background: #fff;
    content: '';
    height: 5px;
    left: 15px;
    position: absolute;
    top: 48%;
    width: 21px;
    transition: transform 500ms ease;
}

.faq .plus-minus-toggle:after {
    transform-origin: center;
}

.faq .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}

.faq .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}

.faq .question {
    position: relative;
    cursor: pointer;
    padding: 30px 0;
    transition: color 0.5s ease;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.faq_item{
    text-align: left;
}

/************** 20.  Portfolio Details  *****************/

.portfolio_more .works {
    margin-top: 0;
}

.portfolio_more {
    padding-bottom: 20px;
}

.parallax_wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #6d0cb0;
    background: -moz-linear-gradient(45deg, #6d0cb0 0%, #00bee0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6d0cb0 0%, #00bee0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #6d0cb0 0%, #00bee0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d0cb0', endColorstr='#00bee0', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-attachment: fixed;
    position: relative;
    z-index: 19;
    margin-top: 111px;
}

.parallax_wrap h2 {
    text-align: center;
    color: #fff;
}

.parallax_wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 126px;
    height: 106px;
    background-image: url(../img/inner_before.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.parallax_wrap:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 127px;
    background-image: url(../img/inner_after.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.project_wrap {
    padding: 40px;
    position: relative;
    z-index: 20;
}

.project_wrap ul {
    padding-left: 0;
}

.project_wrap ul li {
    font-size: 14px;
}

.project_wrap ul li span {
    font-weight: 700;
}

.main_project {
    padding-top: 50px;
    padding-bottom: 50px;
}

.project_nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 20px;
}

.project_nav_button {
    display: block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    text-align: left;
}

.project_nav_button:hover {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.project_nav_button:hover p {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.project_nav_button p {
    padding-right: 15px;
}

.project_nav_wrap {
    margin-top: 40px;
}

.project_nav_button p {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 10px;
    color: #000;
}

.project_nav_button:hover p i {
    color: #FF5062;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.project_nav_button:hover .project_name {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    color: #FF5062;
}

.project_nav_button .project_name {
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    color: #1896ED;
}

.project_nav_button i {
    margin-right: 20px;
}

.project_nav_right .project_nav_button i {
    margin-left: 20px;
    margin-right: 0;
}

.badge {
    padding: 9px 10px;
}

.project_nav_right .project_nav_button {
    text-align: right;
}

.skills_ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.skills_ul li {
    width: 20%;
    font-size: 12px;
    text-align: center;
}

.skills_ul li h4 {
    font-size: 10px;
}

.lini {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    margin-top: 15px;
}

body .client_name {
    font-weight: 600;
    color: #FF5062;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.client_name:hover {
    text-decoration: none;
}

.modal-backdrop.show {
    z-index: 1;
}

.slider_testimonials {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    z-index: 20;
}

.carousel_team .testimonials_item img {
    max-width: 100%;
}

.carousel_team .team_inner_item {
    padding-bottom: 30px;
    width: 43%;
}

.carousel_team .carousel-indicators {
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
}

.carousel_team .carousel-indicators li {
    position: relative;
    overflow: visible;
}

.carousel_team .carousel-indicators li img {
    width: 50px;
    max-width: 50px;
}

.testimonials .carousel_team li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0px;
    background-color: transparent;
    z-index: 30;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    bottom: -16px;
}

.carousel_team .testimonials_description h4 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 40px;
}

.carousel_team .testimonials_description {
    padding: 20px;
    width: 50%;
}

.carousel_team .testimonials_description p {
    margin-top: 30px;
}

.carousel_team {
    padding-left: 30px;
    padding-right: 30px;
}


.parallax_wrap_contact {
    margin-top: 115px;
    background-image: url(../img/contact_bg.jpg);
}

.parallax_wrap_contact:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}

.contact_page_inner p {
    font-size: 15px;
    font-weight: 500;
}

.contact_page_inner p i {
    margin-right: 15px;
    color: #FF5063;
    font-size: 20px;
}

/************** 21.  Blog  *****************/

.blog_content a {
    color: #000;
}

.blog_content img.float-right {
    margin-left: 40px;
}

.blog_content_item img {
    margin-right: 40px;
    margin-bottom: 40px;
}

.blog_img_wrap {
    overflow: hidden;
}

.blog_img_wrap img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.blog_img_wrap:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.blog_title {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog_content_inner_single h4 {
    font-size: 22px;
    line-height: 26px;
}

.blog_content_inner:hover .blog_title {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.blog_content_inner h4 {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.blog_content_inner:hover h4 {
    color: #FF5062;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.blog_meta {
    font-size: 12px;
    opacity: 0.5;
}

.headline_post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.headline_post p {
    font-size: 14px;
    font-weight: 800;
    position: relative;
    margin-top: 0;
}

.headline_post p:before {
    background: #e2e2e2 none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}

.blog_link:hover {
    text-decoration: none;
}

.thumb_blog {
    float: left;
    width: 100px;
    height: 67px;
}

.lini_mar {
    margin-top: 70px;
}

.pagination {
    background-color: transparent;
}

.description_blog {
    margin-left: 115px;
}

.description_blog h5 {
    margin-top: 0;
    line-height: 18px;
    font-size: 14px;
}

.page-link {
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    margin: 10px;
}

.right_column ul {
    padding: 0;
}

.right_column_link {
    margin-bottom: 15px;
    font-weight: 600;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    font-size: 14px;
    display: block;
}

.right_column_blog {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.right_column_blog:last-child {
    border-bottom: 0;
}

.description_blog a {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.description_blog a:hover {
    text-decoration: none;
    color: #F13A60;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.right_column_link:hover {
    text-decoration: none;
    color: #FF5062;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.right_column_link img {
    margin-bottom: 10px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.right_column_link:hover img {
    filter: brightness(50%);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.page-link {
    font-weight: 500;
}

.blog_link li span {
    float: right;
    font-size: 14px;
}

.blog_link li a {
    color: #000;
    font-weight: bold;
    padding-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.blog_link li a:hover {
    text-decoration: none;
}

.blog_tag {
    clear: both;
}

.blog_link_tags li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0;
}

.blog_link_tags li a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.blog_link_tags li a:hover {
    text-decoration: none;
    background-color: #405DCE;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    color: #fff;
}

.blog_link li a:hover {
    text-decoration: none;
    color: #F13A60;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.page-link:hover {
    background-color: #E6E6E6;
}

.blog_link li {
    border-bottom: 1px solid #f5f5f5;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog_link li:first-child {
    padding-top: 0;
}

.blog_inst_item li {
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 33.33%;
}

.page-link:focus {
    outline: none;
    border: 0;
    box-shadow: 0;
}

.blog_instagram {
    margin-top: 40px;
}

.block_right_block {
    margin-top: 20px;
    margin-bottom: 40px;
}

.block_right_block:first-child {
    margin-top: 0;
}

.block_right_block img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.block_right_block img:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.page-link i {
    margin-right: 0;
}

.form_application {
    background-color: #132748;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-top: 100px;
    padding-bottom: 100px;
}

body .main_a {
    color: #FF5063;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.main_a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.parallax_wrap_blog .header_text {
    margin-bottom: 0px;
}
.blog_content {
    position: relative;
    padding: 100px 80px;
}

.blog_content_inner {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.blog_content .carousel-indicators {
    position: relative;
    margin-top: 15px;
}

.blog_content_item h1,
.blog_content_item h2,
.blog_content_item h3,
.blog_content_item h4,
.blog_content_item h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/**************** 22. Responsive style  ****************/

@media (max-width: 1200px) {
    .snip1300 {
        max-width: 50%;
    }
    .text_block_item {
        max-width: 50%;
    }
    .slider-item {
        margin-top: 15px;
    }
    .carousel_team .carousel-indicators {
        padding-bottom: 15px;
    }
    .services-item1 {
        padding-top: 112px;
    }
    .header_wrap .social {
        display: none;
    }
    .nav-item {
        padding-left: 13px;
        padding-right: 13px;
    }
    .about {
        background-image: url(../img/circle.jpg);
    }
    .slick-list:before, .slick-list:after{
        top: 79px;
    }

}

@media (max-width: 991px) {
    .header_top {
        position: relative;
        height: auto;
    }
    .header_top ul li {
        font-size: 17px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header_top ul li:last-child {
        border-bottom: 0;
    }
    .header_small .navbar {
        height: auto;
    }
    .modal_theweb {
        max-width: 100%;
    }
    .modal {
        padding-right: 0 !important;
    }
    .header_top .navbar-nav {
        margin-top: 30px;
    }
    .close {
        top: -30px;
        right: 0;
    }
    .project_wrap ul {
        margin-top: 30px;
    }
    .testimonials .carousel_team {
        display: block;
    }
    .carousel_team .team_inner_item,
    .carousel_team .carousel-inner {
        width: 100%;
        margin-top: 0;
    }
    .carousel_team {
        padding: 0;
    }
    .contact_page_inner {
        padding-left: 40px;
    }
    .ul_hover {
        position: relative;
        opacity: 1;
        height: auto;
        text-align: left;
        padding-bottom: 0;
    }
    .header_small .nav-fill .nav-item {
        opacity: 1;
    }
    .nav-item_hover:hover .ul_hover {
        height: auto;
        z-index: 20;
    }
    body .ul_hover li a {
        background-color: transparent;
        color: #809ca5 !important;
        border-color: rgba(255, 255, 255, 0.1);
    }
    .nav-link i {
        display: none;
    }
    .parallax_wrap_contact {
        margin-top: 0;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .slick-list {
        margin-top: 0;
        height: 90vh;
    }
    .slick-list:before,
    .slick-list:after {
        top: 0;
    }
    .slick-list:before {
        width: 143px;
        height: 71px;
    }
    .slick-list:after {
        width: 208px;
        height: 175px;
    }
    .slick-slider:before {
        width: 314px;
        height: 145px;
    }
    .slick-slider:after {
        width: 159px;
        height: 182px;
    }
    .parallax_wrap {
        margin-top: 0;
    }
    .about {
        padding-top: 50px;
    }
    .slills:after {
        width: 182px;
        height: 153px;
    }
    .header_top .social {
        display: none;
    }
    .services-item1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .zoom-gallery a {
        width: 50%;
    }
    .slider_item_wrap_right .slider-item {
        text-align: left;
    }
    .slider_item_wrap {
        padding-top: 0;
    }
    .pricing_item {
        margin-top: 5px;
    }
    .header_text {
        max-width: 100%;
    }
    .about_img_wrap img {
        max-width: 100%;
    }
    .about_img_wrap {
        margin-top: 20px;
    }
    .header_top .navbar-nav .ul_hover li a {
        background-color: transparent;
        border-bottom: 0;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .slider_testimonials {
        display: block;
    }
    .carousel_team .testimonials_description {
        width: 100%;
    }
    .header_top {
        border-bottom: 0;
    }
    svg.radial-progress {
        width: 145px;
    }
    .our_team {
        padding-top: 80px;
    }
    .progress_bar:after {
        width: 307px;
        height: 138px;
    }
    .progress_bar {
        padding-bottom: 130px;
    }
    .testimonials {
        background-image: url(../img/circle.jpg);
        background-position: right top;
    }
    .testimonials .carousel-indicators li {
        margin: 0;
        margin: 10px;
        height: auto;
    }
    .caption {
        top: 20%;
    }
    .caption h2 {
        font-size: 66px;
    }
    .project_wrap {
        padding: 15px;
    }
    .absol_img_3 {
        display: none;
    }
    .blog_content img.float-right {
        margin: 10px;
    }
    .about_inner {
        padding-top: 0;
    }
    .absol_img_4 {
        opacity: 0.5;
    }
    .info_block:after {
        display: none;
    }
    h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .portfolio {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact_info_item {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .ul_hover {
        width: 100%;
        text-align: left;
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .text_block_item {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal_theweb ul {
        width: 100%;
    }
    .contact_form {
        background-image: none;
    }
    .modal_theweb ul {
        padding-left: 0;
    }
    .footer .navbar-brand {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .form_wrap {
        max-width: 100%;
    }
    .carousel {
        padding: 0;
    }
    .layer-2 {
        bottom: -1px;
    }
    .project_nav_button .project_name {
        font-size: 14px;
        font-weight: 600;
    }
    svg.radial-progress {
        width: 150px;
        height: 130px;
    }
    .pricing_item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .caption h2 {
        font-size: 22px;
    }
    .slick-list:before {
        width: 104px;
        height: 55px;
    }
    .slick-list:after {
        width: 142px;
        height: 119px;
    }
    .slick-slider:before {
        width: 198px;
        height: 90px;
    }
    .slick-slider:after {
        width: 92px;
        height: 104px;
    }
    h1 {
        font-size: 30px;
    }
    .absol_img_2,
    .absol_img_1,
    .our_team:before {
        display: none;
    }
}

@media (max-width: 360px) {
    svg.radial-progress {
        width: 100px;
    }
}

@media (max-width: 320px) {
    .navbar-light .navbar-brand {
        font-size: 18px;
    }
    .circle_wrap h4 {
        font-size: 16px;
    }
    .navbar-brand:before{
        width: 40px;
        height: 40px;
    }
}