/* Searmek HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Two / Three
5. Main Slider
6. Services Section
7. About Section
8. Call To Action Section
9. Projects Section
10. Call To Action Section Two
11. Expert Section
12. Clients Section
13. Two Fullwidth Column Section
14. Clients Section / Style Two
15. Main Footer / Style Two / Style Three
16. Industrial Section
17. Choose Section
18. Process Section
19. FullWidth Process Section
20. Faq Section
21. Testimonial Section
22. Blogs Section
23. NewsLetter Section / Style Two
24. Feature Section
25. Counter Section
26. Pricing Section
27. Contact Form Section
28. Page Title
29. Comming Soon Section
30. Services Single Section
31. Project Detail Section
32. Shop Items
33. Shoping Cart Section
34. Checkout Section
35. Shop Detail Section
36. Our Blogs Section
37. Blog Detail Section
38. Sidebar Widgets
39. Contact Info Section
40. Map Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Overpass:300,400,600,700,800,900|Poppins:300,400,500,600,700,800,900&display=swap');

/*font-family: 'Overpass', sans-serif;
font-family: 'Poppins', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('animation.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/***

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3ad89f;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Overpass', sans-serif;
}

/* Typography */

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input,
button,
select,
textarea {
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #002176;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    background-color: #3ad89f;
    text-transform: capitalize;
    padding: 16px 25px 16px 65px;
}

.btn-style-one .icon {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 45px;
    height: 45px;
    color: #002176;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-one:hover {
    color: #ffffff;
    background-color: #66aeff;
}

/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #002176;
    padding: 11px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background-color: #3ad89f;
    text-transform: capitalize;
}

.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffdb4c;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: #002176;
}

/* Btn Style Three */

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    background-color: #002176;
    text-transform: capitalize;
    padding: 16px 25px 16px 65px;
}

.btn-style-three .icon {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 45px;
    height: 45px;
    color: #002176;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-three:hover {
    color: #ffffff;
    background-color: #3ad89f;
}

/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 40px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    text-transform: capitalize;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-style-four:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #00e49a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-four .txt {
    position: relative;
    z-index: 1;
}

.btn-style-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover {
    color: #ffffff;
    border-color: #00e49a;
}

.sign-up-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 0px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
    text-transform: capitalize;
}

.sign-up-btn:hover {
    color: #00e49a;
}

/* Btn Style Five */

.btn-style-five {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    background-color: #6b1dce;
    text-transform: capitalize;
    padding: 16px 25px 16px 65px;
}

.btn-style-five .icon {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 45px;
    height: 45px;
    color: #6b1dce;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-five:hover {
    color: #ffffff;
    background-color: #3ad89f;
}

/* Btn Style Six */

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #2b2577;
    padding: 11px 39px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #ffffff;
}

.btn-style-six:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #00e49a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-six .txt {
    position: relative;
    z-index: 1;
}

.btn-style-six:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-six:hover {
    color: #ffffff;
    border-color: #00e49a;
}

/* Btn Style Seven */

.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 39px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #f77d26;
}

.btn-style-seven:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #00e49a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-seven .txt {
    position: relative;
    z-index: 1;
}

.btn-style-seven:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven:hover {
    color: #ffffff;
    border-color: #00e49a;
}

/* Btn Style Eight */

.btn-style-eight {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 39px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #f77d26;
}

.btn-style-eight:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #2b2577;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-eight .txt {
    position: relative;
    z-index: 1;
}

.btn-style-eight:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eight:hover {
    color: #ffffff;
    border-color: #00e49a;
}

/* Btn Style Nine */

.btn-style-nine {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 39px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #2b2577;
}

.btn-style-nine:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #f28704;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-nine .txt {
    position: relative;
    z-index: 1;
}

.btn-style-nine:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-nine:hover {
    color: #ffffff;
    border-color: #00e49a;
}

/* Btn Style Ten */

.btn-style-ten {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #2b2577;
    padding: 12px 39px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    text-transform: capitalize;
    border: 1px solid #dce2ee;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.btn-style-ten:before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #f28704;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-ten .txt {
    position: relative;
    z-index: 1;
}

.btn-style-ten:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-ten:hover {
    color: #ffffff;
    border-color: #f28704;
}

/* Btn Style Eleven */

.btn-style-eleven {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 40px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
    text-transform: capitalize;
    background-image: -ms-linear-gradient(top, #084df9 0%, #3ba1f7 100%);
    background-image: -moz-linear-gradient(top, #084df9 0%, #3ba1f7 100%);
    background-image: -o-linear-gradient(top, #084df9 0%, #3ba1f7 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #084df9),
        color-stop(100, #3ba1f7)
    );
    background-image: -webkit-linear-gradient(top, #084df9 0%, #3ba1f7 100%);
    background-image: linear-gradient(to bottom, #084df9 0%, #3ba1f7 100%);
}

.btn-style-eleven:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/background/pattern-16.png) repeat;
}

.btn-style-eleven:hover {
    color: #ffffff;
    background-image: -ms-linear-gradient(top, #3ba1f7 0%, #084df9 100%);
    background-image: -moz-linear-gradient(top, #3ba1f7 0%, #084df9 100%);
    background-image: -o-linear-gradient(top, #3ba1f7 0%, #084df9 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #3ba1f7),
        color-stop(100, #084df9)
    );
    background-image: -webkit-linear-gradient(top, #3ba1f7 0%, #084df9 100%);
    background-image: linear-gradient(to bottom, #3ba1f7 0%, #084df9 100%);
}

/* Btn Style Twelve */

.btn-style-twelve {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    text-transform: capitalize;
    padding: 16px 25px 16px 65px;
    background-image: -ms-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -moz-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -o-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #084cf9),
        color-stop(100, #3ba1f7)
    );
    background-image: -webkit-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: linear-gradient(to right, #084cf9 0%, #3ba1f7 100%);
}

.btn-style-twelve .icon {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 45px;
    height: 45px;
    color: #002176;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-twelve:hover {
    color: #ffffff;
    background-image: -ms-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: -moz-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: -o-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #3ba1f7),
        color-stop(100, #084cf9)
    );
    background-image: -webkit-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: linear-gradient(to right, #3ba1f7 0%, #084cf9 100%);
}

/* Btn Style Thirteen */

.btn-style-thirteen {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    text-transform: capitalize;
    padding: 16px 45px 16px 65px;
    background-image: -ms-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -moz-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -o-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #084cf9),
        color-stop(100, #3ba1f7)
    );
    background-image: -webkit-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: linear-gradient(to right, #084cf9 0%, #3ba1f7 100%);
}

.btn-style-thirteen .icon {
    position: absolute;
    left: 15px;
    top: 6px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background: none;
}

.btn-style-thirteen:hover {
    color: #ffffff;
    background-image: -ms-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: -moz-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: -o-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #3ba1f7),
        color-stop(100, #084cf9)
    );
    background-image: -webkit-linear-gradient(left, #3ba1f7 0%, #084cf9 100%);
    background-image: linear-gradient(to right, #3ba1f7 0%, #084cf9 100%);
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.social-icon-one li a:hover {
    color: #ffffff;
    border-color: #ffdb4c;
    background-color: #ffdb4c;
}

.theme_color {
    color: #3ad89f;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 90px;
}

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

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #135ff9;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    color: #002176;
    font-size: 12px;
    padding: 2px 22px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffdb4c;
}

.sec-title .title.style-two {
    background-color: #66aeff;
    color: #002176;
}

.sec-title .title.style-three {
    background-color: #ff9100;
    color: #ffffff;
}

.sec-title .title.style-four {
    background-color: #f77d26;
    color: #ffffff;
}

.sec-title .title.style-five {
    background-image: -ms-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -moz-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -o-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #7926fe),
        color-stop(100, #c95ae4)
    );
    background-image: -webkit-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: linear-gradient(to right, #7926fe 0%, #c95ae4 100%);
    color: #ffffff;
}

.sec-title .title.style-six {
    background-color: #2b2577;
    color: #ffffff;
}

.sec-title .title.style-seven {
    background-color: #0060ff;
    color: #ffffff;
}

.sec-title .title.style-eight {
    background-color: #05db56;
    color: #ffffff;
}

.sec-title h2 {
    position: relative;
    color: #002176;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 25px;
}

.sec-title .text {
    position: relative;
    font-size: 14px;
    line-height: 1.9em;
    color: #555555;
    margin-top: 10px;
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.light h2 {
    color: #ffffff;
}

/* List Style One */

.list-style-one {
    position: relative;
    z-index: 1;
}

.list-style-one li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.5em;
}

.list-style-one li strong {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #05db56;
    font-size: 20px;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Header Top */

.header-top {
    position: relative;
}

.header-top .inner-container {
    position: relative;
    margin-left: 285px;
    padding-left: 80px;
    background-color: #000000;
}

.header-top .inner-container:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    height: 100%;
    width: 20000px;
    background-color: #000000;
}

.main-header .top-left:before {
    position: absolute;
    content: '';
    left: -50px;
    top: 0px;
    border-top: 60px solid #000000;
    border-left: 50px solid transparent;
}

.main-header .top-left {
    float: left;
}

.main-header .top-left .contact-list {
    position: relative;
    padding: 18px 0px;
}

.main-header .top-left .contact-list li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #e9e8e9;
    font-weight: 400;
    margin-right: 25px;
}

.main-header .top-left .contact-list li i {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 20px;
    color: #ffffff;
}

.main-header .top-left .contact-list li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top-left .contact-list li a:hover {
    color: #009dea;
}

.main-header .top-right {
    float: right;
    padding: 17px 0px;
}

/* Cart Box */

.main-header .top-right .cart-box {
    position: relative;
    float: left;
    top: 2px;
    color: #ffffff;
    font-size: 14px;
    background: none;
    display: inline-block;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.main-header .top-right .cart-box .cart-box-btn {
    background: none;
    cursor: pointer;
    font-size: 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .top-right .cart-box .cart-box-btn:after {
    display: none;
}

.main-header .top-right .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: 16px;
    top: -5px;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #f71101;
}

/* Language */

.main-header .top-right .language {
    position: relative;
    line-height: 1em;
    margin-top: 3px;
    margin-left: 20px;
    display: inline-block;
}

.main-header .top-right .language .flag-icon {
    margin-right: 8px;
}

.main-header .top-right .language .dropdown-menu {
    top: 100%;
    right: 0px !important;
    left: auto !important;
    width: 170px;
    border: none;
    padding: 0px;
    margin-top: 40px;
    border-radius: 0px;
    background-color: #222222;
    border-top: 3px solid #f71101;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .top-right .language > a {
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    padding: 0px;
    border-radius: 0px;
}

.main-header .top-right .language > a:after {
    display: none;
}

.main-header .top-right .language a:hover {
    background: none;
}

.main-header .top-right .language .dropdown-menu > li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .top-right .language .dropdown-menu > li:last-child {
    border-bottom: none;
}

.main-header .top-right .language .dropdown-menu > li > a {
    padding: 12px 20px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .top-right .language .dropdown-menu > li > a:hover {
    color: #ffffff !important;
    background-color: #f71101;
}

.main-header .header-upper {
    position: relative;
    z-index: 1;
}

.main-header .header-upper .outer-box {
    position: relative;
    float: right;
    padding-top: 28px;
    padding-left: 40px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header.header-style-two .header-upper .outer-box {
    padding-top: 22px;
}

.main-header.header-style-two.fixed-header .header-upper .outer-box {
    padding-top: 12px !important;
}

.main-header .header-upper .outer-box .nav-toggler {
    position: relative;
    font-size: 28px;
    color: #ff9600;
    cursor: pointer;
    display: inline-block;
}

.main-header .header-upper .outer-box .language-list {
    position: relative;
    margin-left: 25px;
    top: -5px;
    display: inline-block;
}

.main-header .header-upper .outer-box .language-list li {
    position: relative;
    padding-right: 15px;
    margin-right: 5px;
    display: inline-block;
}

.main-header .header-upper .outer-box .language-list li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.main-header .header-upper .outer-box .language-list li:last-child::before {
    display: none;
}

.main-header .header-upper .outer-box .language-list li:before {
    position: absolute;
    content: '/';
    right: 0px;
    top: 0px;
    color: #ffffff;
}

.main-header .header-upper .outer-box .language-list li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
}

.header-style-two .header-upper .outer-box {
    padding-top: 36px;
}

.header-style-two.fixed-header .header-upper .outer-box {
    padding-top: 22px !important;
}

.header-style-two .header-upper .outer-box .sidebar-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    background-color: #ff9600;
}

.header-style-three .header-upper .outer-box .nav-toggler {
    position: relative;
    font-size: 28px;
    color: #ffffff;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 8px 0px 8px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0px !important;
    color: #ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after {
    display: none;
}

.main-header .nav-outer {
    position: static;
    float: right;
    padding-top: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 12;
    padding: 45px 0px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header .header-lower {
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
}

.main-menu {
    position: static;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 35px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-header .header-upper .upper-right {
    position: relative;
}

.main-header .header-upper .info-box {
    position: relative;
    color: #333333;
    font-weight: 600;
    padding: 22px 0px;
    padding-left: 30px;
    padding-right: 28px;
    margin-right: 30px;
    display: inline-block;
    border-right: 1px solid #ecebeb;
}

.main-header .header-upper .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 24px;
    color: #091394;
    font-size: 20px;
    line-height: 1em;
}

.main-header .header-upper .social-box {
    position: relative;
    float: right;
    padding: 21px 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    padding: 39px 0px;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.header-style-four .main-menu .navigation > li > a {
    color: #2b2577;
}

.main-header.header-style-four.fixed-header .main-menu .navigation > li > a {
    color: #ffffff;
}

.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.current > a::after {
    width: 22px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    padding-left: 30px;
    background: #3ad89f;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    text-align: left;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #ffffff;
    padding-left: 30px;
    background: #3ad89f;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    border-top: 0px !important;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .header-upper .outer-box .search-box-outer {
    position: relative;
    float: left;
    margin-right: 25px;
}

.main-header .header-upper .outer-box .search-box-btn {
    position: relative;
    width: 52px;
    height: 52px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    background: none;
    border-radius: 50px;
    line-height: 50px;
    display: inline-block;
    line-height: 20px !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.main-header .header-upper .outer-box .search-box-btn:after {
    display: none;
}

.main-header .header-upper .outer-box .search-box-outer .dropdown-menu {
    top: 63px !important;
    right: 0px;
    padding: 0px;
    width: 280px;
    left: auto !important;
    border-radius: 0px;
    border-top: 3px solid #ff9600;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-upper .outer-box .search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .header-upper .outer-box .btn-box {
    position: relative;
    float: left;
}

.main-header .header-upper .outer-box .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .header-upper .outer-box .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .header-upper .outer-box .search-panel input[type='text'],
.main-header .header-upper .outer-box .search-panel input[type='search'],
.main-header .header-upper .outer-box .search-panel input[type='password'],
.main-header .header-upper .outer-box .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-upper .outer-box .search-panel input:focus,
.main-header .header-upper .outer-box .search-panel select:focus {
    border-color: #ff9600;
}

.main-header .header-upper .outer-box .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-header.fixed-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #002176;
}

.main-header.fixed-header .header-upper .logo-box {
    padding: 16px 0px;
}

.main-header.fixed-header .nav-outer {
    padding-top: 0px;
}

.main-header.fixed-header .main-menu .navigation > li > a {
    padding: 26px 0px;
}

.main-header.fixed-header .header-upper .outer-box {
    padding-top: 15px;
}

.main-header.header-style-one .nav-outer,
.main-header.header-style-two .nav-outer {
    float: none;
}

.main-header.header-style-one .main-menu,
.main-header.header-style-two .main-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.main-header.header-style-one .main-menu .navbar-collapse,
.main-header.header-style-two .main-menu .navbar-collapse {
    float: none;
}

.main-header.header-style-one .main-menu .navigation,
.main-header.header-style-two .main-menu .navigation {
    width: 100%;
}

.main-header.header-style-one .main-menu .navigation > li,
.main-header.header-style-two .main-menu .navigation > li {
    float: none;
    display: inline-block;
}

.main-header .header-upper .outer-box .login-box {
    position: relative;
    width: 52px;
    height: 52px;
    float: left;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.main-header .header-upper .outer-box .sidebar-btn {
    position: relative;
    width: 52px;
    height: 52px;
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-left: 14px;
    cursor: pointer;
    line-height: 52px;
    text-align: center;
    border-radius: 50px;
    background-color: #05db56;
}

/***

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: -ms-linear-gradient(left, #2343ba 0%, #2b49b8 100%);
    background-image: -moz-linear-gradient(left, #2343ba 0%, #2b49b8 100%);
    background-image: -o-linear-gradient(left, #2343ba 0%, #2b49b8 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #2343ba),
        color-stop(100, #2b49b8)
    );
    background-image: -webkit-linear-gradient(left, #2343ba 0%, #2b49b8 100%);
    background-image: linear-gradient(to right, #2343ba 0%, #2b49b8 100%);
}

.banner-section .patern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 903px;
    height: 440px;
    background-repeat: no-repeat;
}

.banner-section .patern-layer-two {
    position: absolute;
    left: 35px;
    bottom: 35px;
    width: 117px;
    height: 117px;
    background-repeat: no-repeat;
}

.banner-section .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.banner-section .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section .image-column {
    position: relative;
}

.banner-section .image-column .inner-column {
    position: relative;
}

.banner-section .image-column .image {
    position: relative;
}

.banner-section .image-column .image img {
    position: relative;
    max-width: inherit;
}

.banner-section .image-column .image-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.banner-section .content-column {
    position: relative;
}

.banner-section .content-column .title {
    position: relative;
    color: #002176;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: #66aeff;
}

.banner-section .content-column .inner-column {
    position: relative;
    padding-top: 130px;
    padding-bottom: 150px;
}

.banner-section .content-column h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.banner-section .content-column .text {
    position: relative;
    color: #d8def2;
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Header Search Box */

.dez-quik-search {
    background-color: #3a56be;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    z-index: 999;
    overflow: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.dez-quik-search .submit-btn {
    position: absolute;
    right: 50px;
    top: 0px;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    background: none;
    margin: 26px 0px;
    border: 2px solid #ffffff;
}

.dez-quik-search.view-top-search {
    width: 100%;
    display: block;
    visibility: visible;
}

.dez-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.dez-quik-search .form-control {
    padding: 15px;
    width: 100%;
    height: 110px;
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
}
.dez-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
.dez-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
.dez-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.dez-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.dez-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #ffffff;
    margin: -11px 0px;
    font-size: 16px;
    cursor: pointer;
}

input:focus {
    outline: none;
}

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

/***

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
    padding-top: 120px;
    padding-bottom: 140px;
    background-image: -ms-linear-gradient(left, #6b1dce 0%, #6b1dce 100%);
    background-image: -moz-linear-gradient(left, #6b1dce 0%, #6b1dce 100%);
    background-image: -o-linear-gradient(left, #6b1dce 0%, #6b1dce 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #6b1dce),
        color-stop(100, #6b1dce)
    );
    background-image: -webkit-linear-gradient(left, #6b1dce 0%, #6b1dce 100%);
    background-image: linear-gradient(to right, #6b1dce 0%, #6b1dce 100%);
}

.banner-section-two:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    border-bottom: 80px solid #ffffff;
    border-left: 2000px solid transparent;
}

.banner-section-two .patern-layer-one {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 984px;
    height: 676px;
    background-repeat: no-repeat;
}

.banner-section-two .patern-layer-two {
    position: absolute;
    left: 50px;
    top: 90px;
    width: 119px;
    height: 118px;
    background-repeat: no-repeat;
}

.banner-section-two .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.banner-section-two .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-two .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-two .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-two .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-two .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-two .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-two .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-two .image-column {
    position: relative;
}

.banner-section-two .image-column .inner-column {
    position: relative;
}

.banner-section-two .image-column .image {
    position: relative;
}

.banner-section-two .image-column .image img {
    position: relative;
    max-width: inherit;
}

.banner-section-two .image-column .image-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.banner-section-two .content-column {
    position: relative;
}

.banner-section-two .content-column .title {
    position: relative;
    color: #002176;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: #66aeff;
}

.banner-section-two .content-column .inner-column {
    position: relative;
    padding-top: 130px;
    padding-bottom: 0px;
}

.banner-section-two .content-column h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.banner-section-two .content-column .text {
    position: relative;
    color: #d8def2;
    font-size: 17px;
    line-height: 2.1em;
    margin-bottom: 30px;
    font-weight: 400;
}

.banner-section-two .content-column .video-boxed {
    position: relative;
    display: block;
    margin-top: 110px;
}

.banner-section-two .content-column .video-boxed .play-box {
    position: relative;
    float: left;
}

.banner-section-two .content-column .video-boxed .intro {
    position: relative;
    font-size: 90px;
    font-weight: 400;
    line-height: 1em;
    float: left;
    top: -15px;
    text-transform: capitalize;
    color: #6b1dce;
    opacity: 0.2;
    margin-left: 50px;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
}

.play-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.play-box span {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    line-height: 60px;
    background-color: #00e49a;
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.play-box .ripple,
.play-box .ripple:before,
.play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: '';
    position: absolute;
}

.play-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: '';
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/***

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three {
    position: relative;
    padding-top: 120px;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section-three .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.banner-section-three .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-three .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-three .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-three .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-three .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-three .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-three .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-section-three .image-column {
    position: relative;
}

.banner-section-three .image-column .inner-column {
    position: relative;
}

.banner-section-three .image-column .image {
    position: relative;
}

.banner-section-three .image-column .image img {
    position: relative;
    max-width: inherit;
}

.banner-section-three .image-column .image-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.banner-section-three .content-column {
    position: relative;
}

.banner-section-three .content-column .title {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner-section-three .content-column .inner-column {
    position: relative;
    padding-top: 130px;
    padding-bottom: 0px;
}

.banner-section-three .content-column h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.banner-section-three .content-column .text {
    position: relative;
    color: #d8def2;
    font-size: 17px;
    line-height: 2.1em;
    margin-bottom: 30px;
    font-weight: 400;
}

.banner-section-three .content-column .video-boxed {
    position: relative;
    display: block;
    margin-top: 110px;
}

.banner-section-three .content-column .video-boxed .play-box {
    position: relative;
    float: left;
}

.banner-section-three .content-column .video-boxed .intro {
    position: relative;
    font-size: 90px;
    font-weight: 400;
    line-height: 1em;
    float: left;
    top: -15px;
    text-transform: capitalize;
    color: #6b1dce;
    opacity: 0.2;
    margin-left: 50px;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
}

/***

====================================================================
	Feature Section
====================================================================

***/

.feature-section {
    position: relative;
    padding: 105px 0px 80px;
}

.feature-section .image-column {
    position: relative;
}

.feature-section .image-column .inner-column {
    position: relative;
    padding-top: 50px;
    margin-left: -140px;
}

.feature-section .image-column .inner-column .image {
    position: relative;
}

.feature-section .image-column .inner-column .image img {
    position: relative;
}

.feature-section .content-column {
    position: relative;
}

.feature-section .content-column .inner-column {
    position: relative;
    padding-left: 70px;
}

.feature-block {
    position: relative;
    margin-bottom: 40px;
}

.feature-block .inner-box {
    position: relative;
    padding-left: 55px;
}

.feature-block .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #3ad89f;
    font-size: 30px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block .inner-box h3 {
    position: relative;
    color: #002176;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3em;
}

.feature-block .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 12px;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 105px 0px 50px;
    background-color: #f5fbfe;
}

.services-section .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.services-section .icons .icon-one {
    position: absolute !important;
    left: 5% !important;
    top: 5% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section .icons .icon-two {
    position: absolute !important;
    left: 35% !important;
    top: 15% !important;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section .icons .icon-three {
    position: absolute !important;
    left: 5% !important;
    top: 40% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section .icons .icon-four {
    position: absolute !important;
    left: 55% !important;
    top: 35% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section .icons .icon-five {
    position: absolute !important;
    left: 85% !important;
    top: 15% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section .icons .icon-six {
    position: absolute !important;
    left: 85% !important;
    top: 30% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-block {
    position: relative;
    margin-bottom: 50px;
}

.services-block .inner-box {
    position: relative;
}

.services-block .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    color: #002176;
    font-size: 46px;
    border-radius: 50px;
    text-align: center;
    line-height: 100px;
    border: 1px dashed #002176;
}

.services-block .inner-box .icon-box .circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box .icon-box .circle:before {
    position: absolute;
    content: '';
    left: 6px;
    bottom: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #3ad89f;
}

.services-block .inner-box .icon-box .circle:after {
    position: absolute;
    content: '';
    right: 6px;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #3ad89f;
}

.services-block .inner-box:hover .icon-box .circle {
    transform: rotate(360deg);
}

.services-block .inner-box h3 {
    position: relative;
    color: #002176;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 30px 0px 15px;
}

.services-block .inner-box h3 a {
    position: relative;
    color: #002176;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block .inner-box h3 a:hover {
    color: #3ad89f;
}

.services-block .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
    padding-right: 20px;
}

.services-block .inner-box .text .custom-list li {
    padding: 10px 0 10px 25px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.services-block .inner-box .text .custom-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2343ba"><circle cx="12" cy="12" r="6"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/***

====================================================================
	Website Section
====================================================================

***/

.website-section {
    position: relative;
    padding: 100px 0px 95px;
    background-color: #2343ba;
}

.website-section .inner-container {
    position: relative;
}

.website-form {
    position: relative;
    max-width: 955px;
    margin: 0 auto;
    width: 100%;
}

.website-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.website-form .form-group input {
    position: relative;
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 25px;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.website-form .form-group input:focus {
    border-color: #ffffff;
}

.website-form .form-group input::-webkit-input-placeholder {
    color: #ffffff;
}

.website-form .theme-btn {
    position: relative;
}

.website-section .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.website-section .message-icon {
    position: absolute;
    top: -40px;
    left: -110px;
}

.website-section .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section.style-two {
    background-color: #6b1dce;
}

.website-section.style-two .message-icon {
    left: auto;
    right: 0px;
}

.website-section .circles {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.website-section .circles .patern-layer-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 322px;
    height: 322px;
    margin-left: -160px;
    margin-bottom: -160px;
    background-repeat: no-repeat;
}

.website-section .circles .patern-layer-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 322px;
    height: 322px;
    margin-right: -160px;
    margin-bottom: -160px;
    background-repeat: no-repeat;
}

.website-section .circles .patern-layer-three {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 322px;
    height: 322px;
    margin-top: -160px;
    margin-left: -160px;
    background-repeat: no-repeat;
}

/***

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section {
    position: relative;
    padding-top: 100px;
}

.portfolio-section:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 240px;
    background-color: #f5fbfe;
}

.portfolio-section .btn-box {
    position: relative;
    margin-top: 30px;
}

.portfolio-section .inner-container {
    position: relative;
}

.portfolio-section .inner-container .message-icon {
    position: absolute;
    right: -220px;
    top: -200px;
}

.portfolio-block {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block .inner-box {
    position: relative;
}

.portfolio-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.portfolio-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.portfolio-block .inner-box .image .overlay-box {
    position: absolute;
    left: 15px;
    bottom: -50px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    padding: 20px 20px 15px;
    background-color: #002176;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.portfolio-block .inner-box:hover .image .overlay-box {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.portfolio-block .inner-box .image .overlay-box .content {
    position: relative;
    padding-right: 45px;
}

.portfolio-block .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
}

.portfolio-block .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.portfolio-block .inner-box .image .overlay-box h3 a:hover {
    color: #3ad89f;
}

.portfolio-block .inner-box .image .overlay-box .category {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    margin-top: 2px;
}

.portfolio-block .inner-box .image .overlay-box .link {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    display: inline-block;
    background-color: #3ad89f;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #f5fbfe;
}

.testimonial-section .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.testimonial-section .icons .icon-one {
    position: absolute;
    left: 6% !important;
    top: 5% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 20% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 30% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 40% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section .owl-dots {
    display: none;
}

.testimonial-section .owl-nav {
    position: absolute;
    right: 0px;
    top: -120px;
    padding: 5px 5px;
    border-radius: 50px;
    background-color: #002176;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    color: #ffffff;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #3ad89f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev {
    margin-right: 20px;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    background-color: #ffffff;
    color: #002176;
}

.testimonial-block {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block .inner-box {
    position: relative;
}

.testimonial-block .inner-box .info-box {
    position: relative;
}

.testimonial-block .inner-box .info-box .info-inner {
    position: relative;
    padding-top: 10px;
    min-height: 110px;
    padding-left: 110px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 2px solid #dde3f2;
}

.testimonial-block .inner-box:hover .info-box .info-inner {
    border-color: #3ad89f;
}

.testimonial-block .inner-box .info-box .info-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-block .inner-box .info-box h4 {
    position: relative;
    color: #002176;
    font-size: 20px;
    font-weight: 800;
}

.testimonial-block .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}

.testimonial-block .inner-box .lower-content .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.testimonial-block .inner-box .lower-content .rating {
    position: relative;
}

.testimonial-block .inner-box .lower-content .rating .fa {
    position: relative;
    color: #ffbe4c;
    margin-right: 2px;
}

.testimonial-block .inner-box .lower-content .rating .fa.light {
    position: relative;
    color: #a6b5dd;
}

/***

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding-top: 105px;
}

.pricing-section.style-two {
    padding-bottom: 80px;
}

.pricing-section .inner-container {
    position: relative;
}

.pricing-section .inner-container .message-icon {
    position: absolute;
    left: -150px;
    top: -150px;
}

.price-block {
    position: relative;
    margin-bottom: 30px;
}

.price-block .inner-box {
    position: relative;
    overflow: hidden;
    padding: 45px 40px 100px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.price-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    background-color: #002176;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block .inner-box:hover::before {
    height: 100%;
}

/* Right Circles */

.price-block .inner-box .right-circle {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 0.5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block .inner-box .right-circle .circle-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box .right-circle .circle-two {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box .right-circle .circle-three {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box .right-circle .circle-four {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box:hover .right-circle .circle-one,
.price-block .inner-box:hover .right-circle .circle-two,
.price-block .inner-box:hover .right-circle .circle-three,
.price-block .inner-box:hover .right-circle .circle-four {
    border-color: rgba(255, 255, 255, 0.9);
}

/* Left Circles */

.price-block .inner-box .left-circle {
    position: absolute;
    left: -20px;
    bottom: -20px;
    opacity: 0.5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block .inner-box .left-circle .circle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box .left-circle .circle-two {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box .left-circle .circle-three {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box .left-circle .circle-four {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px dashed #3ad89f;
}

.price-block .inner-box:hover .left-circle .circle-one,
.price-block .inner-box:hover .left-circle .circle-two,
.price-block .inner-box:hover .left-circle .circle-three,
.price-block .inner-box:hover .left-circle .circle-four {
    border-color: rgba(255, 255, 255, 0.9);
}

.price-block .inner-box .title {
    position: relative;
    color: #002176;
    font-size: 20px;
    font-weight: 800;
    z-index: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Overpass', sans-serif;
}

.price-block .inner-box:hover .title,
.price-block .inner-box:hover .price-list li {
    color: #ffffff;
}

.price-block .inner-box:hover .theme-btn {
    background-color: #3ad89f;
}

.price-block .inner-box .title:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    z-index: -1;
    border-radius: 50px;
    background-color: #3ad89f;
}

.price-block .inner-box .price {
    position: relative;
    color: #3ad89f;
    font-size: 43px;
    font-weight: 800;
    z-index: 1;
    line-height: 1em;
    margin-top: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Overpass', sans-serif;
}

.price-block .inner-box .price sub {
    position: relative;
    font-weight: 300;
    font-size: 15px;
}

.price-block .inner-box .price-list {
    position: relative;
    margin-top: 35px;
    margin-bottom: 40px;
}

.price-block .inner-box .price-list li {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    padding-left: 35px;
    margin-bottom: 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block .inner-box .price-list li:before {
    position: absolute;
    content: '\f186';
    left: 0px;
    top: 2px;
    color: #3ad89f;
    font-size: 20px;
    line-height: 1em;
    font-family: 'Flaticon';
}

/***

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding-top: 85px;
    padding-bottom: 50px;
}

.contact-section.style-two .image-column .image {
    margin-right: 0px;
    margin-top: 90px;
}

.contact-section.style-two .image-column .inner-column {
    padding-left: 60px;
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .form-column .inner-column {
    position: relative;
}

.contact-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .image-column .inner-column {
    position: relative;
}

.contact-section .image-column .image {
    position: relative;
    margin-right: -190px;
}

/* Default Form */

.default-form {
    position: relative;
    z-index: 1;
}

.default-form label {
    position: relative;
    color: #002176;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.ui-selectmenu-button.ui-button,
.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='tel'],
.default-form .form-group input[type='url'],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 22px;
    z-index: 1;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #e4e9f6;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border-color: #002176;
}

.default-form .form-group textarea {
    height: 120px;
    resize: none;
    border-radius: 0px;
}

.default-form .form-group input[type='submit'],
.default-form button {
    margin-top: 15px;
}

.default-form .form-group .input-icon {
    position: absolute;
    right: 14px;
    top: 20px;
    width: 40px;
    z-index: 1;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #4d6195;
    padding-left: 0px;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding: 100px 0px 30px;
    background-color: #2343ba;
}

.main-footer .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.main-footer .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.main-footer .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.main-footer .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.main-footer .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.main-footer .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.main-footer .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.main-footer .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.main-footer .patern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 903px;
    height: 440px;
    background-repeat: no-repeat;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.main-footer .footer-widget h4 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.2em;
    margin-bottom: 28px;
    text-transform: capitalize;
}

.main-footer .links-widget .social-icon-one,
.main-footer .links-widget .logo {
    margin-top: 70px;
}

.main-footer .copyright {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    margin-top: 30px;
}

.main-footer .list-link {
    position: relative;
}

.main-footer .list-link li {
    position: relative;
    margin-bottom: 17px;
}

.main-footer .list-link li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .list-link li a:hover {
    color: #5ee4b4;
}

.main-footer .info-widget .widget-content {
    position: relative;
    padding: 45px 60px;
    overflow: hidden;
    background-color: #55e1af;
}

.main-footer .info-widget .widget-content:before {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 470px;
    height: 257px;
    background-repeat: no-repeat;
    background: url(../images/background/pattern-8.png) no-repeat;
}

.main-footer .info-widget .widget-content:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 470px;
    height: 257px;
    background-repeat: no-repeat;
    background: url(../images/background/pattern-9.png) no-repeat;
}

.main-footer .info-widget .widget-content .message-icon {
    position: relative;
    text-align: center;
    z-index: 1;
}

.main-footer .contact-list {
    position: relative;
}

.main-footer .contact-list li {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    padding-left: 100px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.main-footer .contact-list li i {
    display: block;
    font-weight: 300;
    font-size: 15px;
    font-style: normal;
    margin-top: 8px;
}

.main-footer .contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #002176;
    line-height: 1em;
    font-size: 60px;
    font-weight: 400;
}

/***

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 40px 0px 20px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0px;
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: 0.8;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: 1;
}

/***

====================================================================
	Feature Section Two
====================================================================

***/

.feature-section-two {
    position: relative;
    padding: 80px 0px 80px;
}

.feature-section-two .patern-layer-one {
    position: absolute;
    left: 130px;
    top: 90px;
    width: 103px;
    height: 103px;
    background-repeat: no-repeat;
}

.feature-section-two .patern-layer-two {
    position: absolute;
    right: 120px;
    top: 90px;
    width: 103px;
    height: 103px;
    background-repeat: no-repeat;
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
}

.feature-block-two .inner-box .content {
    position: relative;
    padding-left: 50px;
}

.feature-block-two .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #3ad89f;
    font-size: 30px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .icon {
    color: #6b1dce;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block-two .inner-box h3 {
    position: relative;
    font-size: 20px;
    color: #002176;
    font-weight: 800;
    line-height: 1.3em;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-two .inner-box:hover h3 {
    color: #6b1dce;
}

.feature-block-two .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #4d6195;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1.7em;
}

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding-top: 105px;
    padding-bottom: 70px;
    background-color: #fcf9ff;
}

.services-section-two .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.services-section-two .icons .icon-one {
    position: absolute;
    left: 6% !important;
    top: 5% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 20% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 30% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 12% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 40% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 35% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .image-column {
    position: relative;
    margin-bottom: 40px;
}

.services-section-two .image-column .inner-column {
    position: relative;
    margin-left: -180px;
}

.services-section-two .image-column .image {
    position: relative;
}

.services-section-two .image-column .image img {
    position: relative;
}

.services-block-two {
    position: relative;
    margin-bottom: 35px;
}

.services-block-two .inner-box {
    position: relative;
}

.services-block-two .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-block-two .inner-box .icon-box .icon {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 98px;
    color: #12159e;
    font-size: 46px;
    z-index: 1;
    display: inline-block;
    background-color: #ffffff;
    border: 1px dashed #12159e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -2;
    border-radius: 10px;
    border: 1px dashed #12159e;
    transform: rotate(45deg);
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
}

.services-block-two .inner-box:hover .icon-box .icon {
    border-color: #00e49a;
    color: #00e49a;
}

.services-block-two .inner-box:hover .icon-box:before {
    transform: rotate(270deg);
    border-color: #00e49a;
}

.services-block-two .inner-box h3 {
    position: relative;
    color: #12159e;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3em;
    margin-top: 30px;
}

.services-block-two .inner-box h3 a {
    position: relative;
    color: #12159e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box h3 a:hover {
    color: #38eab0;
}

.services-block-two .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}

/***

====================================================================
	Portfolio Section Two
====================================================================

***/

.portfolio-section-two {
    position: relative;
    padding-top: 115px;
    padding-bottom: 50px;
}

.portfolio-section-two .title-column {
    position: relative;
    margin-bottom: 40px;
}

.portfolio-section-two .title-column .inner-column {
    position: relative;
    z-index: 12;
}

.portfolio-section-two .title-column .inner-column .sec-title {
    margin-bottom: 40px;
}

.portfolio-section-two .title-column .inner-column .sec-title h2 {
    font-size: 35px;
}

.portfolio-section-two .blocks-column {
    position: relative;
    margin-bottom: 40px;
}

.portfolio-section-two .blocks-column .owl-dots,
.portfolio-section-two .blocks-column .owl-nav {
    display: none;
}

.portfolio-section-two .blocks-column .inner-column {
    position: relative;
}

.portfolio-section-two .blocks-column .inner-column:before {
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    height: 100%;
    width: 10000%;
    z-index: 10;
    background-color: #ffffff;
}

.portfolio-section-two
    .blocks-column
    .inner-column
    .owl-carousel
    .owl-stage-outer {
    overflow: visible;
}

/***

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 110px 0px 110px;
    background-color: #fcf9ff;
}

.testimonial-section-two .owl-dots {
    display: none;
}

.testimonial-section-two .owl-nav {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    color: #ffffff;
    font-size: 10px;
    line-height: 45px;
    text-align: center;
    margin: 0px 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: #00e49a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
    background-color: #12159e;
    color: #ffffff;
}

.testimonial-section-two .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.testimonial-section-two .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.testimonial-section-two .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-two .icons .icon-two {
    position: absolute;
    left: 30% !important;
    top: 15% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-two .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-two .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-two .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 10% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-two .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 25% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-two .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    overflow: hidden;
    padding: 130px 55px 80px;
    border-radius: 60px 0px 20px 0px;
    background: #6b1dce;
}

.testimonial-block-two.style-two .inner-box {
    border-radius: 20px 0px 60px 0px;
}

.testimonial-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    opacity: 0.6;
    background: url(../images/background/pattern-7.png) repeat;
}

.testimonial-block-two .inner-box .quote {
    position: absolute;
    left: 50px;
    top: -20px;
    font-size: 80px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.2);
}

.testimonial-block-two .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
}

.testimonial-block-two .inner-box .info-box {
    position: relative;
    margin-top: 50px;
}

.testimonial-block-two .inner-box .info-box .info-inner {
    position: relative;
    padding-top: 10px;
    min-height: 80px;
    padding-left: 110px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block-two .inner-box .info-box .info-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-block-two .inner-box .info-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
}

.testimonial-block-two .inner-box .info-box .designation {
    position: relative;
    color: #9091d9;
    font-size: 13px;
}

/***

====================================================================
	Contact Section Two
====================================================================

***/

.contact-section-two {
    position: relative;
    padding-top: 100px;
}

.contact-section-two .info-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section-two .info-column .inner-column {
    position: relative;
    padding: 40px 60px 40px;
    margin-left: 40px;
    margin-right: 70px;
    overflow: hidden;
    background-color: #00e49a;
}

.contact-section-two .info-column .inner-column:before {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 470px;
    height: 257px;
    background-repeat: no-repeat;
    background: url(../images/background/pattern-8.png) no-repeat;
}

.contact-section-two .info-column .inner-column:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 470px;
    height: 257px;
    background-repeat: no-repeat;
    background: url(../images/background/pattern-9.png) no-repeat;
}

.contact-section-two .info-column .contact-list {
    position: relative;
}

.contact-section-two .info-column .contact-list li {
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    padding-left: 100px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.contact-section-two .info-column .contact-list li i {
    display: block;
    font-weight: 300;
    font-size: 15px;
    font-style: normal;
    margin-top: 8px;
}

.contact-section-two .info-column .contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #672bcc;
    line-height: 1em;
    font-size: 60px;
    font-weight: 400;
}

.contact-section-two .info-column .contact-list li a {
    position: relative;
    color: #6b1dce;
}

.contact-section-two .info-column .message-icon {
    position: relative;
    text-align: center;
    z-index: 1;
}

.contact-section-two .form-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-section-two .form-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

/***

====================================================================
	Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 80px 0px 80px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box .upper-content {
    position: relative;
    padding: 40px 40px;
}

.news-block .inner-box .upper-content .post-date {
    position: relative;
    color: #12159e;
    font-size: 28px;
    font-weight: 700;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .inner-box:hover .upper-content .post-date {
    color: #00e49a;
}

.news-block .inner-box .upper-content .category {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
}

.news-block .inner-box .upper-content h3 {
    position: relative;
    color: #002176;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4em;
    margin-top: 35px;
}

.news-block .inner-box .upper-content h3 a {
    position: relative;
    color: #002176;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .inner-box:hover .upper-content h3 a {
    color: #6b1dce;
}

.news-block .inner-box .post-meta {
    position: relative;
    margin-top: 18px;
}

.news-block .inner-box .post-meta li {
    position: relative;
    margin-right: 28px;
    display: inline-block;
}

.news-block .inner-box .post-meta li a {
    position: relative;
    color: #4d6195;
    font-size: 15px;
}

.news-block .inner-box .post-meta li a .icon {
    position: relative;
    margin-right: 8px;
    color: #4d6195;
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .inner-box:hover .image img {
    transform: scale(1.08, 1.08);
}

.news-block.style-two .inner-box:hover .upper-content h3 a {
    color: #f28704;
}

.news-block.style-two .inner-box:hover .upper-content .post-date {
    color: #f28704;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.footer-style-two {
    position: relative;
    overflow: hidden;
    padding: 90px 0px 30px;
    background-color: #6b1dce;
}

.footer-style-two.style-two {
    background-image: -ms-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: -moz-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: -o-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #8d2af4),
        color-stop(100, #ab31e6)
    );
    background-image: -webkit-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: linear-gradient(to right, #8d2af4 0%, #ab31e6 100%);
}

.footer-style-two .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.footer-style-two .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-two .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-two .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-two .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-two .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-two .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-two .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-two .patern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 903px;
    height: 440px;
    background-repeat: no-repeat;
}

.footer-style-two .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.footer-style-two .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.footer-style-two .footer-widget h4 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.2em;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.footer-style-two .list-link {
    position: relative;
}

.footer-style-two .list-link li {
    position: relative;
    margin-bottom: 16px;
}

.footer-style-two .list-link li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-two .list-link li a:hover {
    color: #5ee4b4;
}

.footer-style-two .circles {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.footer-style-two .circles .patern-layer-one {
    position: absolute;
    left: 50%;
    top: -160px;
    width: 322px;
    height: 322px;
    margin-left: -160px;
    margin-bottom: -160px;
    background-repeat: no-repeat;
}

.footer-style-two .circles .patern-layer-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 322px;
    height: 322px;
    margin-right: -160px;
    margin-bottom: -160px;
    background-repeat: no-repeat;
}

.footer-style-two .circles .patern-layer-three {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 322px;
    height: 322px;
    margin-left: -160px;
    margin-bottom: -160px;
    background-repeat: no-repeat;
}

.footer-style-two .footer-bottom {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 25px;
}

.footer-style-two .footer-bottom .logo {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-top: -20px;
    margin-left: -60px;
}

.footer-style-two .footer-bottom .copyright {
    position: relative;
    color: #ffffff;
    font-size: 15px;
}

.footer-style-two .message-icon {
    position: absolute;
    left: -70px;
    bottom: 0px;
}

/***

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 110px 0px 90px;
    background-color: #fcf9ff;
}

.services-section-three .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.services-section-three .icons .icon-one {
    position: absolute;
    left: 6% !important;
    top: 5% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-three .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 20% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-three .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-three .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 30% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-three .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 12% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-three .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 40% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-three .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 35% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-block-three {
    position: relative;
    margin-bottom: 30px;
}

.services-block-three .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 30px 60px;
}

.services-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-radius: 12px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
}

.services-block-three.active .inner-box:before,
.services-block-three .inner-box:hover::before {
    opacity: 1;
}

.services-block-three .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 46px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background-color: #f0e6fb;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: -ms-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: -moz-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: -o-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #8d2af4),
        color-stop(100, #ab31e6)
    );
    background-image: -webkit-linear-gradient(left, #8d2af4 0%, #ab31e6 100%);
    background-image: linear-gradient(to right, #8d2af4 0%, #ab31e6 100%);
}

.services-block-three.active .inner-box .icon-box:before,
.services-block-three .inner-box:hover .icon-box:before {
    width: 100%;
}

.services-block-three .inner-box .icon-box .icon {
    position: relative;
    color: #a44ef4;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: linear-gradient(to top, #a44ef4 0%, #b23ae5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block-three.active .inner-box .icon-box .icon,
.services-block-three .inner-box:hover .icon-box .icon {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: inherit;
}

.services-block-three .inner-box h3 {
    position: relative;
    font-size: 24px;
    color: #12159e;
    font-weight: 800;
    line-height: 1.3em;
    margin-top: 28px;
}

.services-block-three .inner-box h3 a {
    position: relative;
    color: #12159e;
}

.services-block-three .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #4d6195;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 12px;
}

.services-block-three .inner-box .arrow {
    position: relative;
    width: 47px;
    height: 47px;
    color: #ffffff;
    opacity: 0;
    margin-top: 22px;
    line-height: 47px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transform: translateX(-50px);
    background-color: #f77d26;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-three.active .inner-box .arrow,
.services-block-three .inner-box:hover .arrow {
    opacity: 1;
    transform: translateX(0px);
}

/***

====================================================================
	Website Section
====================================================================

***/

.website-section-three {
    position: relative;
    padding: 100px 0px 40px;
    background-size: cover;
}

.website-section-three .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.website-section-three .message-icon {
    position: absolute;
    top: -40px;
    left: -110px;
}

.website-section-three .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section-three .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section-three .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section-three .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section-three .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section-three .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section-three .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.website-section-three .form-column {
    position: relative;
}

.website-section-three .form-column .inner-column {
    position: relative;
    padding-top: 60px;
}

/* Website Form Two */

.website-form-two {
    position: relative;
}

.website-form-two .form-group {
    position: relative;
    padding-right: 195px;
    margin-bottom: 15px;
}

.website-form-two .form-group input {
    position: relative;
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 25px;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.website-form-two .form-group input:focus {
    border-color: #ffffff;
}

.website-form-two .form-group input::-webkit-input-placeholder {
    color: #ffffff;
}

.website-form-two .form-group button {
    position: absolute;
    right: 0px;
    cursor: pointer;
    padding: 15px 35px;
    border-radius: 50px;
}

/***

====================================================================
	Feature Section Three
====================================================================

***/

.feature-section-three {
    position: relative;
    padding: 110px 0px 0px;
}

.feature-section-three .title-column {
    position: relative;
    margin-bottom: 40px;
}

.feature-section-three .title-column .inner-column {
    position: relative;
}

.feature-section-three .title-column .patern-layer-one {
    position: absolute;
    left: -70px;
    bottom: 120px;
    width: 166px;
    height: 166px;
}

.feature-section-three .title-column .image {
    position: relative;
    z-index: 1;
}

.feature-section-three .blocks-column {
    position: relative;
    margin-bottom: 40px;
}

.feature-section-three .blocks-column .inner-column {
    position: relative;
}

.feature-section-three .blocks-column .patern-layer-two {
    position: absolute;
    right: -60px;
    top: -40px;
    bottom: 120px;
    width: 166px;
    height: 166px;
}

.feature-section-three .blocks-column .services-block-four:nth-child(2) {
    margin-top: 30px;
}

.feature-section-three .blocks-column .services-block-four:nth-child(3) {
    margin-top: -30px;
}

.services-block-four {
    position: relative;
    margin-bottom: 30px;
}

.services-block-four .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 25px 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.services-block-four .inner-box .icon-box {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.services-block-four .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: -15px;
    top: -10px;
    width: 30px;
    height: 30px;
    z-index: -1;
    border-radius: 50%;
    background-color: #f5e4f9;
}

.services-block-four .inner-box .icon-box .icon {
    position: relative;
    font-size: 46px;
    color: #a44ef4;
    line-height: 1em;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: linear-gradient(to top, #a44ef4 0%, #b23ae5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 25px 0px 12px;
}

.services-block-four .inner-box h3 a {
    position: relative;
    color: #002176;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-four .inner-box h3 a:hover {
    color: #8528f8;
}

.services-block-four .inner-box .text {
    position: relative;
    line-height: 1.8em;
    color: #4d6195;
    font-size: 16px;
}

/***

====================================================================
	Portfolio Section Three
====================================================================

***/

.portfolio-section-three {
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 80px;
}

.portfolio-section-three .owl-dots {
    display: none;
}

.portfolio-section-three .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.portfolio-section-three .owl-nav .owl-prev {
    position: absolute;
    left: -250px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -moz-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -o-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #7926fe),
        color-stop(100, #c95ae4)
    );
    background-image: -webkit-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: linear-gradient(to right, #7926fe 0%, #c95ae4 100%);
}

.portfolio-section-three .owl-nav .owl-next {
    position: absolute;
    right: -250px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -moz-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -o-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #7926fe),
        color-stop(100, #c95ae4)
    );
    background-image: -webkit-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: linear-gradient(to right, #7926fe 0%, #c95ae4 100%);
}

.portfolio-section-three .inner-container {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}

.portfolio-section-three .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.portfolio-section-three .portfolio-block {
    opacity: 0.4;
}

.portfolio-section-three .owl-item.active .portfolio-block {
    opacity: 1;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 105px 0px 80px;
    background-color: #fcf9ff;
}

.team-section .row {
    margin: 0px -4px;
}

.team-section .team-block {
    padding: 0px 4px;
}

.team-section .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.team-section .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section .icons .icon-two {
    position: absolute;
    left: 30% !important;
    top: 15% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 10% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 25% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

/* Team Block */

.team-block {
    position: relative;
}

.team-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 15px;
}

.team-block .inner-box .curve {
    position: absolute;
    content: '';
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 0px;
    padding: 0px 0px;
    border-radius: 10px;
    background: url(../images/background/pattern-11.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.team-block .inner-box .curve:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    bottom: 0px;
    padding: 0px 0px;
    border-radius: 10px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/background/pattern-12.png) no-repeat;
    background-position: center top;
}

.team-block .inner-box:hover .curve:before {
    width: 100%;
}

.team-block .inner-box .image {
    position: relative;
    width: 153px;
    margin: 0 auto;
    overflow: hidden;
}

.team-block .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.team-block .inner-box .lower-content {
    position: relative;
    padding-top: 22px;
    padding-bottom: 100px;
}

.team-block .inner-box .lower-content h3 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
}

.team-block .inner-box .lower-content h3 a {
    position: relative;
    color: #2b2577;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .designation,
.team-block .inner-box:hover .lower-content h3 a {
    color: #ffffff;
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    color: #8a87ac;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .lower-content .plus {
    position: absolute;
    right: 20px;
    width: 38px;
    height: 38px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-image: -ms-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -moz-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -o-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #7926fe),
        color-stop(100, #c95ae4)
    );
    background-image: -webkit-linear-gradient(left, #7926fe 0%, #c95ae4 100%);
    background-image: linear-gradient(to right, #7926fe 0%, #c95ae4 100%);
}

.team-block .inner-box:hover .lower-content .plus {
    color: #000000;
    background-image: none;
    background-color: #ffffff;
}

/***

====================================================================
	Blog Section
====================================================================

***/

.blog-section-two {
    position: relative;
    padding-top: 100px;
}

.blog-section-two.style-two {
    padding-top: 90px;
    padding-bottom: 70px;
}

.news-block-two {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .inner-box {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.news-block-two .inner-box .upper-content {
    position: relative;
    padding: 40px 40px;
}

.news-block-two .inner-box .upper-content .post-date {
    position: relative;
    color: #2b2577;
    font-size: 28px;
    font-weight: 700;
}

.news-block-two .inner-box .upper-content .category {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
}

.news-block-two .inner-box .upper-content h3 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4em;
    margin-top: 25px;
}

.news-block-two .inner-box .upper-content h3 a {
    position: relative;
    color: #002176;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box .upper-content h3 a:hover {
    color: #6b1dce;
}

.news-block-two .inner-box .post-meta {
    position: relative;
    margin-top: 18px;
}

.news-block-two .inner-box .post-meta li {
    position: relative;
    margin-right: 28px;
    display: inline-block;
}

.news-block-two .inner-box .post-meta li a {
    position: relative;
    color: #4d6195;
    font-size: 15px;
}

.news-block-two .inner-box .post-meta li a .icon {
    position: relative;
    margin-right: 8px;
    color: #4d6195;
}

.news-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image img {
    transform: scale(1.08, 1.08);
}

.news-block-two.style-two .inner-box .upper-content .post-date {
    color: #05db56;
}

/***

====================================================================
	Clients Section Two
====================================================================

***/

.clients-section-two {
    position: relative;
    padding: 60px 0px 80px;
}

.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section-two .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0px;
}

.clients-section-two .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: 0.8;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients-section-two .sponsors-outer .image-box img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/***

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four {
    position: relative;
    padding-top: 140px;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section-four .pattern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 975px;
    height: 800px;
    background-repeat: no-repeat;
}

.banner-section-four .pattern-layer-two {
    position: absolute;
    left: -160px;
    top: 150px;
    width: 694px;
    height: 694px;
    background-repeat: no-repeat;
}

.banner-section-four .image-column {
    position: relative;
}

.banner-section-four .image-column .inner-column {
    position: relative;
}

.banner-section-four .image-column .image {
    position: relative;
}

.banner-section-four .image-column .image img {
    position: relative;
    max-width: inherit;
}

.banner-section-four .content-column {
    position: relative;
}

.banner-section-four .content-column .inner-column {
    position: relative;
    padding-top: 120px;
    padding-bottom: 0px;
}

.banner-section-four .content-column h1 {
    position: relative;
    color: #142559;
    font-weight: 800;
    line-height: 1.1em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.banner-section-four .content-column h1 .theme_color {
    color: #f28704;
}

.banner-section-four .content-column h1 i {
    font-style: normal;
    font-weight: 300;
}

.banner-section-four .content-column .text {
    position: relative;
    color: #636e8f;
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: 400;
}

.banner-section-four .content-column .theme-btn {
    margin-right: 20px;
}

/***

====================================================================
	Website Section
====================================================================

***/

.call-to-action-section {
    position: relative;
    z-index: 1;
    padding: 80px 0px 0px;
    background-size: cover;
}

.call-to-action-section .inner-container {
    position: relative;
    border-radius: 150px;
    padding: 70px 70px 70px;
    background-color: #f28704;
}

.call-to-action-section .inner-container .circle-layer {
    position: absolute;
    left: 50%;
    top: -160px;
    width: 322px;
    height: 322px;
    margin-left: -160px;
    margin-bottom: -160px;
    background-repeat: no-repeat;
}

.call-to-action-section .inner-container:before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 150px;
    border: 2px dashed #ffffff;
}

.call-to-action-section .title-column {
    position: relative;
}

.call-to-action-section .title-column .inner-column {
    position: relative;
}

.call-to-action-section .title-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.1em;
    font-weight: 700;
}

.call-to-action-section .form-column {
    position: relative;
}

.call-to-action-section .form-column .inner-column {
    position: relative;
    padding-top: 20px;
}

/* Website Form Two */

.call-to-action-form {
    position: relative;
}

.call-to-action-form .form-group {
    position: relative;
    padding-right: 195px;
    margin-bottom: 15px;
}

.call-to-action-form .form-group input {
    position: relative;
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 25px;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.call-to-action-form .form-group input:focus {
    border-color: #ffffff;
}

.call-to-action-form .form-group input::-webkit-input-placeholder {
    color: #ffffff;
}

.call-to-action-form .form-group button {
    position: absolute;
    right: 0px;
    cursor: pointer;
    padding: 15px 35px;
    border-radius: 50px;
}

.call-to-action-form .form-group button:before {
    background-color: #222222;
}

/***

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four {
    position: relative;
    padding: 250px 0px 90px;
    background-color: #fcf9ff;
}

.services-section-four.margin-top {
    margin-top: -135px;
}

.services-section-four .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.services-section-four .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-four .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-four .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-four .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-four .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 25% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-four .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-four .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-four .service-tabs {
    position: relative;
}

.services-section-four .service-tabs .tab-btns {
    position: relative;
    margin-bottom: 40px;
}

.services-section-four .service-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 20px;
    color: #2b2577;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.6em;
    min-height: 142px;
    margin-bottom: 25px;
    transition: all 500ms ease;
    text-transform: capitalize;
    background-color: #ffffff;
    padding: 20px 25px 20px 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.services-section-four .service-tabs .tab-btns .tab-btn .inner {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-left: 130px;
}

.services-section-four .service-tabs .tab-btns .tab-btn .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    font-size: 46px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    color: #f28704;
    font-weight: 400;
    display: inline-block;
    background-color: #fff3e4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-section-four .service-tabs .tab-btns .tab-btn.active-btn .icon,
.services-section-four .service-tabs .tab-btns .tab-btn:hover .icon {
    color: #ffffff;
    background-color: #2b2577;
}

.services-section-four .service-tabs .tab-btns .tab-btn.active-btn span,
.services-section-four .service-tabs .tab-btns .tab-btn:hover span {
    color: #f28704;
}

.services-section-four .service-tabs .tabs-content {
    position: relative;
    padding: 40px 45px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.services-section-four .service-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.services-section-four .service-tabs .tabs-content .tab.active-tab {
    display: block;
}

.services-section-four .service-tabs .tabs-content .title {
    position: relative;
    color: #f28704;
    font-size: 18px;
    line-height: 1.7em;
}

.services-section-four .service-tabs .tabs-content .light-text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.7em;
    margin: 15px 0px;
}

.services-section-four .service-tabs .tabs-content .styled-text {
    position: relative;
    color: #2b2577;
    font-size: 16px;
    line-height: 1.7em;
    font-style: italic;
}

/***

====================================================================
	Feature Section Four
====================================================================

***/

.feature-section-four {
    position: relative;
    padding: 110px 0px 70px;
}

.feature-section-four .patern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 193px;
    height: 193px;
    background-repeat: no-repeat;
}

.feature-section-four .patern-layer-two {
    position: absolute;
    right: 90px;
    bottom: 180px;
    width: 193px;
    height: 193px;
    background-repeat: no-repeat;
}

.feature-section-four .title-column {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.feature-section-four .title-column .inner-column {
    position: relative;
}

.feature-section-four .blocks-column {
    position: relative;
    margin-bottom: 40px;
}

.feature-section-four .blocks-column .inner-column {
    position: relative;
}

.feature-block-three {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-three .inner-box {
    position: relative;
    padding: 30px 42px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.feature-block-three .inner-box .content {
    position: relative;
    padding-left: 90px;
}

.feature-block-three .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #f28704;
    font-size: 48px;
    line-height: 1em;
}

.feature-block-three .inner-box h3 {
    position: relative;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 700;
}

.feature-block-three .inner-box h3 a {
    position: relative;
    color: #002176;
}

.feature-block-three .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section-two {
    position: relative;
    padding: 105px 0px 90px;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-section-two .row {
    margin: 0px -4px;
}

.team-section-two .team-block {
    padding: 0px 4px;
}

.team-section-two .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.team-section-two .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-two .icons .icon-two {
    position: absolute;
    left: 30% !important;
    top: 15% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-two .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-two .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-two .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 10% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-two .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 25% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-two .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

/* Team Block */

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 15px;
}

.team-block-two .inner-box .curve {
    position: absolute;
    content: '';
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 0px;
    padding: 0px 0px;
    border-radius: 10px;
    background: url(../images/background/pattern-18.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.team-block-two .inner-box .curve:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    bottom: 0px;
    padding: 0px 0px;
    border-radius: 10px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/background/pattern-19.png) no-repeat;
    background-position: center top;
}

.team-block-two .inner-box:hover .curve:before {
    width: 100%;
}

.team-block-two .inner-box .image {
    position: relative;
    width: 153px;
    margin: 0 auto;
    overflow: hidden;
}

.team-block-two .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.team-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 22px;
    padding-bottom: 100px;
}

.team-block-two .inner-box .lower-content h3 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
}

.team-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #2b2577;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-box:hover .lower-content .designation,
.team-block-two .inner-box:hover .lower-content h3 a {
    color: #ffffff;
}

.team-block-two .inner-box .lower-content .designation {
    position: relative;
    color: #8a87ac;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-two .inner-box .lower-content .plus {
    position: absolute;
    right: 20px;
    width: 38px;
    height: 38px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #f28704;
}

.team-block-two .inner-box:hover .lower-content .plus {
    color: #000000;
    background-image: none;
    background-color: #ffffff;
}

/***

====================================================================
	Portfolio Section Four
====================================================================

***/

.portfolio-section-four {
    position: relative;
    padding-top: 115px;
}

.project-block {
    position: relative;
    margin-bottom: 30px;
}

.project-block .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block .inner-box .image {
    position: relative;
}

.project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 38px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transform: translateY(150px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.project-block .inner-box:hover .image .overlay-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.project-block .inner-box .image .overlay-box .overlay-inner {
    position: relative;
    padding: 22px 30px;
    border-radius: 4px;
    display: inline-block;
    background-color: #2b2577;
}

.project-block .inner-box .image .overlay-box .content {
    position: relative;
    padding-right: 70px;
    text-align: left;
}

.project-block .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3em;
}

.project-block .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-box .image .overlay-box h3 a:hover {
    color: #e98204;
}

.project-block .inner-box .image .overlay-box .designation {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 5px;
}

.project-block .inner-box .image .overlay-box .link {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    background-color: #f28704;
}

/***

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
    position: relative;
    padding: 110px 0px 110px;
    background-size: cover;
}

.testimonial-section-three .patern-layer-one {
    position: absolute;
    left: 50%;
    top: -160px;
    width: 694px;
    height: 694px;
    opacity: 0.3;
    margin-left: -347px;
    margin-bottom: -347px;
    background-repeat: no-repeat;
}

.testimonial-section-three .owl-theme .testimonial-block-three {
    margin: 0px 60px;
}

.testimonial-section-three .owl-carousel {
    margin: 0px -60px;
    width: auto;
}

.testimonial-section-three .owl-carousel .owl-stage-outer {
    padding: 10px 0px;
}

.testimonial-section-three .owl-dots {
    display: none;
}

.testimonial-section-three .owl-nav {
    position: absolute;
    right: 160px;
    top: 60px;
}

.testimonial-section-three .owl-nav .owl-prev,
.testimonial-section-three .owl-nav .owl-next {
    position: relative;
    width: 38px;
    height: 38px;
    color: #ffffff;
    font-size: 8px;
    line-height: 38px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: #2b2577;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-section-three .owl-nav .owl-prev:hover,
.testimonial-section-three .owl-nav .owl-next:hover {
    background-color: #f28704;
    color: #ffffff;
}

.testimonial-section-three .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.testimonial-section-three .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-three .icons .icon-two {
    position: absolute;
    left: 30% !important;
    top: 15% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-three .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-three .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-three .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 10% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-three .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 25% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-three .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-three .inner-container {
    max-width: 970px;
    margin: 0 auto;
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .inner-box {
    position: relative;
    padding: 100px 70px 90px 140px;
    background-position: center top;
    background-repeat: no-repeat;
}

.testimonial-block-three .inner-box .quote {
    position: absolute;
    top: 0px;
    line-height: 1em;
    color: #f0f0f5;
    font-size: 70px;
    opacity: 0.5;
}

.testimonial-block-three .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
}

.testimonial-block-three .inner-box .image {
    position: absolute;
    left: -60px;
    width: 153px;
}

.testimonial-block-three .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.testimonial-block-three .inner-box .info-box {
    position: relative;
    margin-top: 30px;
}

.testimonial-block-three .inner-box .info-box .info-inner {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block-three .inner-box .info-box .info-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-block-three .inner-box .info-box h4 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 800;
}

.testimonial-block-three .inner-box .info-box .designation {
    position: relative;
    color: #f28704;
    font-size: 13px;
}

/***

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two {
    position: relative;
    padding-top: 105px;
}

.pricing-section-two .inner-container {
    position: relative;
}

.price-block-two {
    position: relative;
    margin-bottom: 30px;
}

.price-block-two .inner-box {
    position: relative;
    overflow: hidden;
    padding: 45px 40px 100px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.price-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    background-color: #002176;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block-two .inner-box:hover::before {
    height: 100%;
}

/* Right Circles */

.price-block-two .inner-box .right-circle {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 0.5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block-two .inner-box .right-circle .circle-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two .inner-box .right-circle .circle-two {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two-two .inner-box .right-circle .circle-three {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two .inner-box .right-circle .circle-four {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two .inner-box:hover .right-circle .circle-one,
.price-block-two .inner-box:hover .right-circle .circle-two,
.price-block-two .inner-box:hover .right-circle .circle-three,
.price-block-two .inner-box:hover .right-circle .circle-four {
    border-color: rgba(255, 255, 255, 0.9);
}

/* Left Circles */

.price-block-two .inner-box .left-circle {
    position: absolute;
    left: -20px;
    bottom: -20px;
    opacity: 0.5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block-two .inner-box .left-circle .circle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two .inner-box .left-circle .circle-two {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two .inner-box .left-circle .circle-three {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two .inner-box .left-circle .circle-four {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px dashed #f28704;
}

.price-block-two .inner-box:hover .left-circle .circle-one,
.price-block-two .inner-box:hover .left-circle .circle-two,
.price-block-two .inner-box:hover .left-circle .circle-three,
.price-block-two .inner-box:hover .left-circle .circle-four {
    border-color: rgba(255, 255, 255, 0.9);
}

.price-block-two .inner-box .title {
    position: relative;
    color: #002176;
    font-size: 20px;
    font-weight: 800;
    z-index: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Overpass', sans-serif;
}

.price-block-two .inner-box:hover .title,
.price-block-two .inner-box:hover .price-list li {
    color: #ffffff;
}

.price-block-two .inner-box:hover .theme-btn {
    background-color: #f28704;
}

.price-block-two .inner-box .title:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    z-index: -1;
    border-radius: 50px;
    background-color: #f28704;
}

.price-block-two .inner-box .price {
    position: relative;
    color: #f28704;
    font-size: 43px;
    font-weight: 800;
    z-index: 1;
    line-height: 1em;
    margin-top: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Overpass', sans-serif;
}

.price-block-two .inner-box .price sub {
    position: relative;
    font-weight: 300;
    font-size: 15px;
}

.price-block-two .inner-box .price-list {
    position: relative;
    margin-top: 35px;
    margin-bottom: 40px;
}

.price-block-two .inner-box .price-list li {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    padding-left: 35px;
    margin-bottom: 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block-two .inner-box .price-list li:before {
    position: absolute;
    content: '\f186';
    left: 0px;
    top: 2px;
    color: #f28704;
    font-size: 20px;
    line-height: 1em;
    font-family: 'Flaticon';
}

/***

====================================================================
	Footer Style Three
====================================================================

***/

.footer-style-three {
    position: relative;
    overflow: hidden;
    padding: 10px 0px 50px;
    background-color: #2b2577;
    background-repeat: repeat;
}

.footer-style-three.style-two {
    padding-top: 140px;
}

.footer-style-three.style-three {
    padding-top: 140px;
    padding-bottom: 0px;
}

.footer-style-three .upper-section {
    position: relative;
}

.footer-style-three .upper-section .info-block {
    position: relative;
    float: left;
    width: 32.5%;
    margin-right: 10px;
}

.footer-style-three .upper-section .info-block:last-child {
    margin-right: 0px;
}

.footer-style-three .upper-section .info-block .block-inner {
    position: relative;
    min-height: 170px;
    padding: 55px 50px 50px;
}

.footer-style-three .upper-section .info-block .content {
    position: relative;
    padding-left: 90px;
}

.footer-style-three .upper-section .info-block .icon {
    position: absolute;
    left: 0px;
    color: #2b2577;
    font-size: 52px;
    line-height: 1em;
}

.footer-style-three .upper-section .info-block h4 {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.footer-style-three .upper-section .info-block .title {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
}

.footer-style-three .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.footer-style-three .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 22% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-three .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 29% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-three .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 64% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-three .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 64% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-three .icons .icon-five {
    position: absolute;
    left: 90% !important;
    top: 35% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-three .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-three .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.footer-style-three .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.footer-style-three .widgets-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 30px;
}

.footer-style-three .footer-widget h4 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.2em;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.footer-style-three .logo-widget {
    position: relative;
}

.footer-style-three .logo-widget .logo {
    position: relative;
    margin-bottom: 50px;
}

.footer-style-three .logo-widget .copyright {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    margin-top: 40px;
}

.footer-style-three .list-link {
    position: relative;
}

.footer-style-three .list-link li {
    position: relative;
    margin-bottom: 14px;
}

.footer-style-three .list-link li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-three .list-link li a:hover {
    color: #5ee4b4;
}

.tweet-widget .tweet-post {
    position: relative;
    margin-bottom: 20px;
}

.tweet-widget .text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7em;
}

.tweet-widget .post-date {
    position: relative;
    color: #f28704;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 10px;
}

.footer-bottom-two {
    position: relative;
    padding: 15px 0px;
    margin-top: 40px;
    background-repeat: repeat;
}

.footer-bottom-two .social-column {
    position: relative;
    text-align: right;
}

.footer-bottom-two .copyright {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.footer-bottom-two .social-icon-one {
    margin-top: 5px;
}

.footer-bottom-two .social-icon-one li a:hover {
    border-color: #f28704;
    background-color: #f28704;
}

.footer-style-three .contact-widget ul li {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.footer-style-three .contact-widget ul li span {
    position: relative;
    color: #f28704;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

/***

====================================================================
	Banner Section Five
====================================================================

***/

.banner-section-five {
    position: relative;
    padding-top: 200px;
    padding-bottom: 270px;
    background-color: #277ff8;
}

.banner-section-five .pattern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 581px;
    height: 483px;
    background-repeat: no-repeat;
}

.banner-section-five .pattern-layer-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 625px;
    height: 501px;
    background-repeat: no-repeat;
}

.banner-section-five .pattern-layer-three {
    position: absolute;
    right: -140px;
    top: -300px;
    width: 694px;
    height: 694px;
    opacity: 0.3;
    background-repeat: no-repeat;
}

.banner-section-five .content-box {
    position: relative;
}

.banner-section-five .content-box .title {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: #1054f9;
}

.banner-section-five .content-box .inner-box {
    position: relative;
    text-align: center;
}

.banner-section-five .content-box h1 {
    position: relative;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2em;
    margin-top: 25px;
    font-size: 56px;
    margin-bottom: 25px;
}

.banner-section-five .content-box .analyze-form {
    max-width: 530px;
    margin: 0 auto;
}

/* Analyze Form */

.analyze-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
}

.analyze-form .form-group input[type='text'],
.analyze-form .form-group input[type='tel'],
.analyze-form .form-group input[type='email'],
.analyze-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 15px;
    color: #2b2577;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #f2f2f2;
    padding: 10px 50px 10px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.analyze-form .form-group input[type='submit'],
.analyze-form button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50px;
    padding: 13px 35px 13px;
    background-color: #05db56;
}

.analyze-form button:hover {
    background-color: #1054f9;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    top: 0px;
    right: -400px;
    width: 305px;
    height: 100%;
    background: #272727;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 0px 5px 30px 0px;
}

.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0px;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
}

.hidden-bar .hidden-bar-closer:hover {
    color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: #414857;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
    background: #ffffff;
    color: #414857;
}

.hidden-bar .logo {
    padding: 40px 30px;
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}

.hidden-bar .content-box {
    position: relative;
    padding-right: 25px;
    padding-left: 30px;
}

.hidden-bar .content-box h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.hidden-bar .content-box .text {
    position: relative;
    font-size: 14px;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.hidden-bar .contact-info {
    position: relative;
    padding-right: 25px;
    margin-top: 60px;
    padding-left: 30px;
}

.hidden-bar .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

/***

====================================================================
	Styled Form
====================================================================

***/

.styled-form {
    position: relative;
}

.styled-form .submit-text {
    font-size: 15px;
    color: #9e9e9e;
    font-weight: 400;
    margin-top: 10px;
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    color: #222222;
}

.styled-form .form-group.social-icon-one {
    padding-top: 8px;
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: #272727;
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #999999;
    z-index: 2;
}

.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}

.styled-form input[type='text'],
.styled-form input[type='email'],
.styled-form input[type='password'],
.styled-form input[type='tel'],
.styled-form input[type='number'],
.styled-form input[type='url'],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: #05db56;
}

.styled-form .form-group .theme-btn {
    min-width: 150px;
    text-align: center;
    padding: 11px 34px;
    border-radius: 0px;
    cursor: pointer;
    background-color: #05db56;
}

.styled-form .remember-me {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.modal-body .content-box {
    padding: 25px 20px;
}

.styled-form .remembered {
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.modal-body .content-box h4 {
    position: relative;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
}

/***

====================================================================
	Services Section Five
====================================================================

***/

.services-section-five {
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px;
}

.services-section-five.margin-top {
    margin-top: -145px;
}

.services-block-five {
    position: relative;
    margin-bottom: 30px;
}

.services-block-five .inner-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding: 50px 35px 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.services-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 0%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/background/7.jpg) repeat;
}

.services-block-five .inner-box:hover::before {
    height: 100%;
}

.services-block-five .inner-box .icon-box {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-block-five .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: -15px;
    top: -10px;
    width: 30px;
    height: 30px;
    z-index: -1;
    border-radius: 50%;
    background-color: #05db56;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-block-five .inner-box .icon-box .icon {
    position: relative;
    font-size: 56px;
    color: #105af9;
    line-height: 1em;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-five .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 25px 0px 12px;
}

.services-block-five .inner-box h3 a {
    position: relative;
    color: #002176;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-block-five .inner-box h3 a:hover {
    color: #05db56;
}

.services-block-five .inner-box .text {
    position: relative;
    line-height: 1.8em;
    color: #4d6195;
    font-size: 16px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-block-five .inner-box:hover .icon-box .icon,
.services-block-five .inner-box:hover h3 a {
    color: #ffffff;
}

.services-block-five .inner-box:hover .text {
    color: rgba(255, 255, 255, 0.7);
}

.services-block-five.style-two .inner-box:before {
    display: none;
}

.services-block-five.style-two .inner-box:hover .icon-box .icon {
    color: #135ff9;
}

.services-block-five.style-two .inner-box:hover h3 a {
    color: #002176;
}

.services-block-five.style-two .inner-box:hover .text {
    color: #4d6195;
}

/***

====================================================================
	Services Section Six
====================================================================

***/

.services-section-six {
    position: relative;
    z-index: 1;
    padding: 100px 0px 120px;
}

.services-section-six .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.services-section-six .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .icons .icon-two {
    position: absolute;
    left: 35% !important;
    top: 25% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .icons .icon-four {
    position: absolute;
    left: 56% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .icons .icon-five {
    position: absolute;
    left: 62% !important;
    top: 43% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 88% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .icons .icon-eight {
    position: absolute;
    left: 80% !important;
    top: 10% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-six .service-tabs {
    position: relative;
}

.services-section-six .service-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin: 0px -15px;
    margin-bottom: 40px;
}

.services-section-six .service-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    width: 30%;
    float: left;
    font-size: 20px;
    color: #2b2577;
    font-weight: 600;
    cursor: pointer;
    margin: 0px 15px;
    line-height: 1.6em;
    min-height: 142px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    transition: all 500ms ease;
    text-transform: capitalize;
    background-color: #ffffff;
    padding: 20px 25px 20px 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.services-section-six .service-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 0px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/background/8.jpg) no-repeat;
    background-size: cover;
}

.services-section-six .service-tabs .tab-btns .tab-btn.active-btn:before,
.services-section-six .service-tabs .tab-btns .tab-btn:hover:before {
    height: 100%;
}

.services-section-six .service-tabs .tab-btns .tab-btn .inner {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-left: 130px;
}

.services-section-six .service-tabs .tab-btns .tab-btn .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    font-size: 46px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    color: #135ff9;
    z-index: 1;
    font-weight: 400;
    display: inline-block;
    background-color: #edf1fb;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-section-six .service-tabs .tab-btns .tab-btn .icon:after {
    position: absolute;
    content: '';
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px dashed transparent;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-section-six .service-tabs .tab-btns .tab-btn:hover .icon:after,
.services-section-six .service-tabs .tab-btns .tab-btn.active-btn .icon:after {
    border-color: #ffffff;
}

.services-section-six .service-tabs .tab-btns .tab-btn.active-btn .icon,
.services-section-six .service-tabs .tab-btns .tab-btn:hover .icon {
    color: #ffffff;
    background-color: #0b2460;
}

.services-section-six .service-tabs .tab-btns .tab-btn.active-btn span,
.services-section-six .service-tabs .tab-btns .tab-btn:hover span {
    color: #ffffff;
}

.services-section-six .service-tabs .tabs-content {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.services-section-six .service-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.services-section-six .service-tabs .tabs-content .tab.active-tab {
    display: block;
}

.services-section-six .service-tabs .content-column {
    position: relative;
}

.services-section-six .service-tabs .content-column .inner-column {
    position: relative;
    padding: 50px 50px;
}

.services-section-six .service-tabs .content-column .quote {
    position: absolute;
    right: 80px;
    top: 40px;
    color: #f2f6ff;
    font-size: 120px;
    line-height: 1em;
}

.services-section-six .service-tabs .content-column .bold-text {
    position: relative;
    color: #0b2460;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 600;
    max-width: 340px;
}

.services-section-six .service-tabs .content-column .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    margin-top: 30px;
    max-width: 500px;
}

.services-section-six .service-tabs .image-column {
    position: relative;
}

.services-section-six .service-tabs .image-column .inner-column {
    position: relative;
    margin-left: -70px;
}

.services-section-six .service-tabs .image-column .image {
    position: relative;
}

.services-section-six .service-tabs .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-section-six.style-two .service-tabs .image-column .inner-column {
    margin-left: 0px;
}

.services-section-six.style-two .service-tabs .content-column .text {
    max-width: 540px;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section-three {
    position: relative;
    padding: 105px 0px 110px;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-section-three .patern-layer-one {
    position: absolute;
    left: 50%;
    top: -160px;
    width: 694px;
    height: 694px;
    opacity: 0.2;
    margin-left: -347px;
    margin-bottom: -347px;
    background-repeat: no-repeat;
}

.team-section-three .sec-title span {
    color: #05db56;
}

.team-section-three .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.team-section-three .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-three .icons .icon-two {
    position: absolute;
    left: 30% !important;
    top: 15% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-three .icons .icon-three {
    position: absolute;
    left: 0% !important;
    top: 40% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-three .icons .icon-four {
    position: absolute;
    left: 96% !important;
    top: 60% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-three .icons .icon-five {
    position: absolute;
    left: 90% !important;
    top: 12% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-three .icons .icon-six {
    position: absolute;
    left: 96% !important;
    top: 40% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-section-three .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.team-page-section {
    padding-bottom: 0px;
}

.team-page-section .team-block-three {
    margin-bottom: 70px;
}

/* Team Block */

.team-block-three {
    position: relative;
}

.team-block-three .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 15px;
}

.team-block-three .inner-box .curve {
    position: absolute;
    content: '';
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 0px;
    padding: 0px 0px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.team-block-three .inner-box .curve:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    bottom: 0px;
    padding: 0px 0px;
    border-radius: 10px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/background/9.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
}

.team-block-three .inner-box:hover .curve:before {
    width: 100%;
}

.team-block-three .inner-box .image {
    position: relative;
    width: 153px;
    margin: 0 auto;
    overflow: hidden;
}

.team-block-three .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.team-block-three .inner-box .lower-content {
    position: relative;
    padding-top: 22px;
    padding-bottom: 25px;
}

.team-block-three .inner-box .lower-content .plus {
    position: absolute;
    left: 50%;
    top: -19px;
    width: 38px;
    height: 38px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    margin-left: -19px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #05db56;
}

.team-block-three .inner-box:hover .lower-content .plus {
    color: #000000;
    background-image: none;
    background-color: #ffffff;
}

.team-block-three .inner-box .lower-content h3 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 800;
    margin-top: 15px;
    text-transform: capitalize;
}

.team-block-three .inner-box .lower-content h3 a {
    position: relative;
    color: #2b2577;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box:hover .lower-content .designation,
.team-block-three .inner-box:hover .lower-content h3 a {
    color: #ffffff;
}

.team-block-three .inner-box .lower-content .designation {
    position: relative;
    color: #8a87ac;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box .lower-content .social-icons {
    position: relative;
}

.team-block-three .inner-box .lower-content .social-icons li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.team-block-three .inner-box .lower-content .social-icons li a {
    position: relative;
    color: #8a87ac;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-three .inner-box:hover .lower-content .social-icons li a {
    color: #ffffff;
}

/***

====================================================================
	Portfolio Section Five
====================================================================

***/

.portfolio-section-five {
    position: relative;
    padding: 100px 0px 95px;
}

.portfolio-section-five .sec-title span {
    color: #135ff9;
}

.project-block-two {
    position: relative;
    margin-bottom: 30px;
}

.project-block-two .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block-two .inner-box .image {
    position: relative;
}

.project-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 38px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transform: translateY(150px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.project-block-two .inner-box:hover .image .overlay-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(20px);
}

.project-block-two .inner-box .image .link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 45px;
    color: #ffffff;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    margin-left: -22px;
    margin-top: -42px;
    opacity: 0;
    display: inline-block;
    background-color: #05db56;
    transform: translateY(50px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.project-block-two .inner-box:hover .image .link {
    opacity: 1;
    transform: translateY(0px);
}

.project-block-two .inner-box .image .overlay-box .overlay-inner {
    position: relative;
    padding: 22px 30px;
    border-radius: 4px;
    display: inline-block;
    background-color: #2b2577;
}

.project-block-two .inner-box .image .overlay-box .content {
    position: relative;
    text-align: center;
}

.project-block-two .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3em;
}

.project-block-two .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .inner-box .image .overlay-box h3 a:hover {
    color: #05db56;
}

.project-block-two .inner-box .image .overlay-box .designation {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 5px;
}

/***

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 110px;
    background-size: cover;
}

.testimonial-section-four .auto-container {
    position: relative;
}

.testimonial-section-four .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.testimonial-section-four .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 17% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-four .icons .icon-two {
    position: absolute;
    left: 30% !important;
    top: 15% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-four .icons .icon-three {
    position: absolute;
    left: 6% !important;
    top: 58% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-four .icons .icon-four {
    position: absolute;
    left: 90% !important;
    top: 80% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-four .icons .icon-five {
    position: absolute;
    left: 79% !important;
    top: 10% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-four .icons .icon-six {
    position: absolute;
    left: 90% !important;
    top: 25% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-four .icons .icon-seven {
    position: absolute;
    left: 80% !important;
    top: 60% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-section-four .patern-layer-one {
    position: absolute;
    left: 50%;
    top: -160px;
    width: 694px;
    height: 694px;
    opacity: 0.3;
    margin-left: -347px;
    margin-bottom: -347px;
    background-repeat: no-repeat;
}

.testimonial-section-four .title-column {
    position: relative;
}

.testimonial-section-four .title-column .inner-column {
    position: relative;
    padding-top: 90px;
}

.testimonial-section-four .title-column .sec-title {
    margin-bottom: 15px;
}

.testimonial-section-four .title-column .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.9em;
}

.testimonial-section-four .carousel-column {
    position: static;
}

.testimonial-section-four .carousel-column .owl-carousel,
.testimonial-section-four .carousel-column .inner-column {
    position: static;
}

.testimonial-section-four .carousel-column .owl-carousel .owl-stage-outer {
    padding-top: 90px;
}

.testimonial-section-four .owl-dots {
    display: none;
}

.testimonial-section-four .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 120px;
}

.testimonial-section-four .owl-nav .owl-prev,
.testimonial-section-four .owl-nav .owl-next {
    position: relative;
    width: 38px;
    height: 38px;
    color: #ffffff;
    font-size: 8px;
    line-height: 38px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-section-four .owl-nav .owl-prev:hover,
.testimonial-section-four .owl-nav .owl-next:hover {
    background-color: #0b2562;
    border-color: #0b2562;
    color: #ffffff;
}

.testimonial-block-four {
    position: relative;
}

.testimonial-block-four .inner-box {
    position: relative;
    padding: 100px 70px 100px 65px;
    background-position: center top;
    background-repeat: no-repeat;
}

.testimonial-block-four .inner-box .quote {
    position: absolute;
    top: 0px;
    line-height: 1em;
    color: #f0f0f5;
    font-size: 80px;
    opacity: 0.5;
}

.testimonial-block-four .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 30px;
}

.testimonial-block-four .inner-box .image {
    position: absolute;
    right: 110px;
    top: -90px;
    width: 153px;
}

.testimonial-block-four .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.testimonial-block-four .inner-box .info-box {
    position: relative;
    margin-top: 30px;
}

.testimonial-block-four .inner-box .info-box .info-inner {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block-four .inner-box .info-box .info-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-block-four .inner-box .info-box h4 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 800;
}

.testimonial-block-four .inner-box .info-box .designation {
    position: relative;
    color: #f28704;
    font-size: 13px;
}

/***

====================================================================
	Pricing Section Three
====================================================================

***/

.pricing-section-three {
    position: relative;
    padding-top: 105px;
}

.pricing-section-three.style-two {
    padding-bottom: 90px;
}

.price-block-three {
    position: relative;
    margin-bottom: 30px;
}

.price-block-three .inner-box {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 12px;
    padding: 50px 40px 50px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.price-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: url(../images/background/price-bg.png) no-repeat;
}

.price-block-three .inner-box:hover::before {
    height: 100%;
}

/* Left Circles */

.price-block-three .inner-box .left-circle {
    position: absolute;
    width: 70px;
    height: 70px;
    left: -20px;
    top: -20px;
    opacity: 0.5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block-three .inner-box .left-circle .circle-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    opacity: 0.5;
    border-radius: 50%;
    border: 1px dashed #2f8df7;
}

.price-block-three .inner-box .left-circle .circle-two {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 90px;
    height: 90px;
    opacity: 0.5;
    border-radius: 50%;
    border: 1px dashed #2f8df7;
}

.price-block-three .inner-box .left-circle .circle-three {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 110px;
    height: 110px;
    opacity: 0.5;
    border-radius: 50%;
    border: 1px dashed #2f8df7;
}

.price-block-three .inner-box .left-circle .circle-four {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 130px;
    height: 130px;
    opacity: 0.5;
    border-radius: 50%;
    border: 1px dashed #2f8df7;
}

.price-block-three .inner-box:hover .left-circle .circle-one,
.price-block-three .inner-box:hover .left-circle .circle-two,
.price-block-three .inner-box:hover .left-circle .circle-three,
.price-block-three .inner-box:hover .left-circle .circle-four {
    border-color: rgba(255, 255, 255, 0.9);
}

.price-block-three .inner-box .title {
    position: relative;
    color: #002176;
    font-size: 20px;
    font-weight: 800;
    z-index: 1;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Overpass', sans-serif;
}

.price-block-three .inner-box:hover .title,
.price-block-three .inner-box:hover .price {
    color: #ffffff;
}

.price-block-three .inner-box:hover .theme-btn,
.price-block-three .inner-box:hover .theme-btn:before {
    background-color: #145ff9;
}

.price-block-three .inner-box .title:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    z-index: -1;
    border-radius: 50px;
    background-color: #05db56;
}

.price-block-three .inner-box .price {
    position: relative;
    color: #0b2460;
    font-size: 43px;
    font-weight: 800;
    z-index: 1;
    line-height: 1em;
    margin-top: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Overpass', sans-serif;
}

.price-block-three .inner-box .price sub {
    position: relative;
    font-weight: 300;
    font-size: 15px;
}

.price-block-three .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 30px;
    margin-bottom: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.price-block-three .inner-box:hover .text {
    color: #ffffff;
}

/***

====================================================================
	Call To Action Section Two
====================================================================

***/

.call-to-action-section-two {
    position: relative;
    padding: 0px 0px 0px;
    background-position: center top;
    background-repeat: no-repeat;
}

.call-to-action-section-two.margin {
    margin-bottom: -150px;
    z-index: 1;
}

.call-to-action-section-two .inner-container {
    position: relative;
    padding: 80px 100px 120px;
}

.call-to-action-section-two h2 {
    position: relative;
    line-height: 1.2em;
    color: #0b2460;
    font-size: 35px;
    font-weight: 800;
}

.call-to-action-section-two h2 span {
    position: relative;
    color: #135ff9;
}

.call-to-action-section-two .btn-column {
    position: relative;
    text-align: right;
}

.call-to-action-section-two .btn-column .inner-column {
    position: relative;
    padding-top: 30px;
}

/***

====================================================================
	Clients Section Three
====================================================================

***/

.clients-section-three {
    position: relative;
    padding: 27px 0px 27px;
    background-repeat: repeat;
}

.clients-section-three .sponsors-outer .owl-dots,
.clients-section-three .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section-three .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0px;
}

.clients-section-three .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: 1;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section-three .sponsors-outer .image-box img:hover {
    opacity: 0.5;
}

/***

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title {
    position: relative;
    padding: 165px 0px 90px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title .inner-box {
    position: relative;
}

.page-title h1 {
    position: relative;
    font-size: 52px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.page-title .bread-crumb {
    position: relative;
    color: #ffffff;
    margin-top: 0px;
    padding: 8px 12px;
    border-radius: 50px;
    display: inline-block;
    background-color: #0b2460;
}

.page-title .bread-crumb li {
    position: relative;
    padding: 0px 10px;
    display: inline-block;
}

.page-title .bread-crumb li:first-child::before {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    font-size: 12px;
    font-family: 'FontAwesome';
}

.page-title .bread-crumb li a {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 5px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li a.current {
    position: relative;
    color: #05db56;
}

.page-title .pattern-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 565px;
    height: 360px;
    background-repeat: no-repeat;
}

.page-title .pattern-layer-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 472px;
    height: 261px;
    background-repeat: no-repeat;
}

.page-title .pattern-layer-three {
    position: absolute;
    right: -50px;
    top: -300px;
    width: 694px;
    height: 694px;
    opacity: 0.3;
    background-repeat: no-repeat;
}

/***

====================================================================
	Skill Section
====================================================================

 ***/

.skill-section {
    position: relative;
    padding-top: 110px;
}

.skill-section .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.skill-section .icons .icon-one {
    position: absolute;
    width: 34px;
    height: 10px;
    top: 10% !important;
    left: 15% !important;
    background-repeat: no-repeat;
}

.skill-section .icons .icon-two {
    position: absolute !important;
    width: 34px;
    height: 20px;
    top: 35% !important;
    left: 2% !important;
    background-repeat: no-repeat;
}

.skill-section.style-two {
    padding-top: 50px;
    padding-bottom: 80px;
}

.skill-section .blocks-column {
    position: relative;
}

.skill-section .blocks-column .circles-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.skill-section .blocks-column .inner-column {
    position: relative;
}

.skill-section .skill-column {
    position: relative;
    margin-bottom: 40px;
}

.skill-section .skill-column .inner-column {
    position: relative;
    padding: 80px 60px;
    border-radius: 5px;
    overflow: hidden;
}

.skill-section .skill-column .title {
    position: relative;
    color: #ffffff;
    padding: 1px 35px;
    border-radius: 50px;
    display: inline-block;
    background-color: #135ff9;
}

.skill-section .skill-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 50px;
}

.skill-section .skill-column h2 span {
    position: relative;
    color: #05db56;
}

.skill-section .skill-column .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.skill-section .skill-column .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 10% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-section .skill-column .icons .icon-two {
    position: absolute;
    left: 70% !important;
    top: 42% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-section .skill-column .icons .icon-three {
    position: absolute;
    left: 42% !important;
    top: 56% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-section .skill-column .icons .icon-four {
    position: absolute;
    left: 90% !important;
    top: 90% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-section .skill-column .icons .icon-five {
    position: absolute;
    left: 85% !important;
    top: 14% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-section .skill-column .icons .icon-six {
    position: absolute;
    left: 68% !important;
    top: 80% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-section .skill-column .icons .icon-seven {
    position: absolute;
    left: 5% !important;
    top: 67% !important;
    width: 20px;
    z-index: 10;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

/* Skills Section */

.skills .skill-item {
    position: relative;
    margin-bottom: 30px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 3px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 3px;
    background: #ffffff;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
    width: 0px;
    border-bottom: 3px solid #ffdb4c;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 14px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
}

.skills .skill-item .skill-header .skill-title {
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: capitalize;
}

.skills .skill-item .skill-header .skill-percentage {
    position: relative;
    float: right;
    font-weight: 400;
    color: #ffdb4c;
    font-size: 15px;
    text-transform: uppercase;
}

.skills .skill-item:nth-child(2) .skill-bar .bar-inner .bar {
    border-color: #135ff9;
}

.skills .skill-item:nth-child(2) .skill-header .skill-percentage {
    color: #135ff9;
}

.skills .skill-item:nth-child(3) .skill-bar .bar-inner .bar {
    border-color: #ff5400;
}

.skills .skill-item:nth-child(3) .skill-header .skill-percentage {
    color: #ff5400;
}

.skills .skill-item:nth-child(4) .skill-bar .bar-inner .bar {
    border-color: #05db56;
}

.skills .skill-item:nth-child(4) .skill-header .skill-percentage {
    color: #05db56;
}

.skill-section.style-three {
    background-size: cover;
    padding-bottom: 80px;
    background-repeat: no-repeat;
}

/***

====================================================================
	Faq Page Section
====================================================================

 ***/

.faq-page-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 20px;
}

.faq-page-section .inner-container {
    position: relative;
    border-radius: 5px;
    padding: 40px 50px 10px;
    background-color: #f5f8ff;
}

.faq-page-section .inner-container .column:first-child .faq-block .text {
    padding-right: 50px;
}

.faq-block {
    position: relative;
    margin-bottom: 35px;
}

.faq-block h3 {
    position: relative;
    color: #0b2460;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3em;
}

.faq-block .text {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 15px;
}

/***

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonials-page-section {
    padding: 200px 0px 0px;
}

.testimonials-page-section .inner-container {
    padding: 0px 30px;
}

.testimonials-page-section .row {
    margin: 0px -50px;
}

.testimonials-page-section .testimonial-block-five {
    padding: 0px 0px;
    margin-bottom: 100px;
}

/* Testimonial Block Five */

.testimonial-block-five {
    position: relative;
}

.testimonial-block-five .inner-box {
    position: relative;
    padding: 100px 70px 100px 65px;
    background-position: center top;
    background-repeat: no-repeat;
}

.testimonial-block-five .inner-box .quote {
    position: absolute;
    top: 0px;
    line-height: 1em;
    color: #f0f0f5;
    font-size: 80px;
    opacity: 0.5;
}

.testimonial-block-five .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 30px;
}

.testimonial-block-five .inner-box .image {
    position: absolute;
    right: 110px;
    top: -90px;
    width: 153px;
}

.testimonial-block-five .inner-box .image img {
    position: relative;
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.testimonial-block-five .inner-box .info-box {
    position: relative;
    margin-top: 30px;
}

.testimonial-block-five .inner-box .info-box .info-inner {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block-five .inner-box .info-box .info-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
}

.testimonial-block-five .inner-box .info-box h4 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 800;
}

.testimonial-block-five .inner-box .info-box .designation {
    position: relative;
    color: #1663f8;
    font-size: 13px;
}

/***

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section {
    position: relative;
    padding: 120px 0px 60px;
}

.services-page-section .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.services-page-section .icons .icon-one {
    position: absolute !important;
    left: 2% !important;
    top: 35% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-page-section .icons .icon-two {
    position: absolute !important;
    left: 35% !important;
    top: 40% !important;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-page-section .icons .icon-three {
    position: absolute !important;
    left: 3% !important;
    top: 67% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-page-section .icons .icon-four {
    position: absolute !important;
    left: 55% !important;
    top: 35% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-page-section .icons .icon-five {
    position: absolute !important;
    left: 80% !important;
    top: 40% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-page-section .icons .icon-six {
    position: absolute !important;
    left: 85% !important;
    top: 54% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-page-section .icons .icon-seven {
    position: absolute !important;
    left: 95% !important;
    top: 60% !important;
    width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

/* Services Block Six */

.services-block-six {
    position: relative;
    margin-bottom: 50px;
}

.services-block-six .inner-box {
    position: relative;
}

.services-block-six .inner-box .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    color: #002176;
    font-size: 46px;
    border-radius: 50px;
    text-align: center;
    line-height: 100px;
    border: 1px dashed #002176;
}

.services-block-six .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    display: block;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: url(../images/background/8.jpg) no-repeat;
}

.services-block-six .inner-box:hover .icon-box:before {
    width: 100%;
    display: block;
}

.services-block-six .inner-box .icon-box .icon {
    position: relative;
    z-index: 1;
}

.services-block-six .inner-box:hover .icon-box {
    color: #ffffff;
}

.services-block-six .inner-box .icon-box .circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block-six .inner-box .icon-box .circle:before {
    position: absolute;
    content: '';
    left: 6px;
    bottom: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #3ad89f;
}

.services-block-six .inner-box .icon-box .circle:after {
    position: absolute;
    content: '';
    right: 6px;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #3ad89f;
}

.services-block-six .inner-box:hover .icon-box .circle {
    transform: rotate(360deg);
}

.services-block-six .inner-box h3 {
    position: relative;
    color: #002176;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 30px 0px 15px;
}

.services-block-six .inner-box h3 a {
    position: relative;
    color: #002176;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-six .inner-box h3 a:hover {
    color: #135ff9;
}

.services-block-six .inner-box .text {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
    padding-right: 20px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 110px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar {
}

.sidebar-page-container .sidebar-side .sidebar .sidebar-inner.margin-right {
    margin-right: -30px;
}

.services-detail.margin-left {
    padding-left: 60px;
}

/*Sidebar Widget*/

.sidebar-widget {
    position: relative;
    margin-bottom: 65px;
}

.sidebar-widget:last-child {
    margin-bottom: 0px;
}

/* Category Widget */

.categories-widget {
    position: relative;
}

.categories-widget li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #2b2577;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.6em;
    min-height: 130px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    transition: all 500ms ease;
    text-transform: capitalize;
    background-color: #ffffff;
    padding: 15px 25px 15px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.categories-widget li:last-child {
    margin-bottom: 0px;
}

.categories-widget li a {
    position: relative;
    color: #2b2577;
}

.categories-widget li .inner {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-left: 130px;
}

.categories-widget li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 0px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/background/8.jpg) no-repeat;
    background-size: cover;
}

.categories-widget li.active-btn:before,
.categories-widget li:hover:before {
    height: 100%;
}

.categories-widget li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    font-size: 46px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    color: #135ff9;
    z-index: 1;
    font-weight: 400;
    display: inline-block;
    background-color: #edf1fb;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.categories-widget li .icon:after {
    position: absolute;
    content: '';
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px dashed transparent;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.categories-widget li:hover .icon:after,
.categories-widget li.active-btn .icon:after {
    border-color: #ffffff;
}

.categories-widget li.active-btn .icon,
.categories-widget li:hover .icon {
    color: #ffffff;
    background-color: #0b2460;
}

.categories-widget li.active-btn span,
.categories-widget li:hover span {
    color: #ffffff;
}

/* Skill Widget */

.skill-widget .widget-content {
    padding: 50px 30px;
    border-radius: 5px;
    overflow: hidden;
}

.skill-widget .title {
    position: relative;
    color: #ffffff;
    padding: 1px 35px;
    border-radius: 50px;
    display: inline-block;
    background-color: #135ff9;
}

.skill-widget h2 {
    position: relative;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 50px;
}

.skill-widget h2 span {
    position: relative;
    color: #05db56;
}

.skill-widget .icons {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.skill-widget .icons .icon-one {
    position: absolute;
    left: 10% !important;
    top: 10% !important;
    width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-widget .icons .icon-two {
    position: absolute;
    left: 76% !important;
    top: 48% !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-widget .icons .icon-three {
    position: absolute;
    left: 58% !important;
    top: 58% !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-widget .icons .icon-four {
    position: absolute;
    left: 90% !important;
    top: 94% !important;
    width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-widget .icons .icon-five {
    position: absolute;
    left: 85% !important;
    top: 14% !important;
    width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-widget .icons .icon-six {
    position: absolute;
    left: 35% !important;
    top: 94% !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-widget .icons .icon-seven {
    position: absolute;
    left: 10% !important;
    top: 82% !important;
    width: 20px;
    z-index: 10;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.skill-widget .icons .icon-eight {
    position: absolute;
    left: 5% !important;
    top: 5% !important;
    width: 40px;
    z-index: 10;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

/* Sidebar Widget Two */

.sidebar-widget-two {
    position: relative;
    margin-bottom: 60px;
}

.sidebar-widget-two:last-child {
    margin-bottom: 0px;
}

.sidebar-widget-two .sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-widget-two .sidebar-title h2 {
    position: relative;
    color: #0b2460;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3em;
}

.sidebar-widget-two .widget-content {
    position: relative;
    border-radius: 7px;
    padding: 35px 30px 35px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

/* Gallery Widget */

.sidebar .gallery-widget .images-outer {
    position: relative;
    margin: 0px -4px;
    z-index: 1;
}

.sidebar .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0px 9px;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar .gallery-widget .image-box:nth-child(3),
.sidebar .gallery-widget .image-box:nth-child(6) {
    margin-right: 0px;
}

.sidebar .gallery-widget .image-box .overlay-box {
    position: absolute;
    content: '';
    left: 16px;
    top: 8px;
    bottom: 8px;
    right: 16px;
    display: block;
    z-index: 1;
    opacity: 0;
    text-align: center;
    padding: 8px;
    color: #ffffff;
    font-size: 24px;
    line-height: 44px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #135ff9;
}

.sidebar .gallery-widget .image-box .overlay-box:before {
    position: absolute;
    top: 50%;
    margin-left: -12px;
    margin-top: -22px;
    display: inline-block;
}

.sidebar .gallery-widget .image-box:hover .overlay-box {
    opacity: 1;
}

.sidebar .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Services Detail */

.services-detail {
    position: relative;
}

.services-detail .inner-box {
    position: relative;
    padding: 40px 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.services-detail .inner-box h2 {
    position: relative;
    font-weight: 800;
    color: #0b2460;
    font-size: 35px;
    line-height: 1.3em;
}

.services-detail .inner-box .text {
    position: relative;
    margin-top: 15px;
}

.services-detail .inner-box .text p {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.services-detail .inner-box .text .image {
    position: relative;
    margin: 40px 0px;
}

.services-detail .inner-box .text .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 10px;
}

.services-detail .inner-box .lower-content {
    position: relative;
}

.services-detail .inner-box .lower-content .upper-text {
    position: relative;
    margin-bottom: 25px;
    padding-left: 150px;
}

.services-detail .inner-box .lower-content .quote {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #c8f7da;
    font-size: 100px;
    line-height: 1em;
    transform: rotateY(180deg);
}

/***

====================================================================
	Portfolio Page Section
====================================================================

***/

.portfolio-page-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.portfolio-page-section .sec-title span {
    color: #135ff9;
}

.portfolio-page-section .filters {
    position: relative;
}

.portfolio-page-section .filters .filter-tabs {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.portfolio-page-section .filters .filter-tabs .filter {
    position: relative;
    color: #0b2460;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    margin: 0px 5px 4px;
    padding: 2px 22px 2px;
    display: inline-block;
    border-radius: 50px;
    background-color: #ebf0f8;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.portfolio-page-section .filters .filter-tabs .filter.active,
.portfolio-page-section .filters .filter-tabs .filter:hover {
    color: #ffffff;
    background-color: #135ff9;
}

.portfolio-page-section .btn-box {
    position: relative;
    margin-top: 15px;
}

.project-block-two.mix {
    display: none;
}

/***

====================================================================
	Portfolio Detail Section
====================================================================

***/

.portfolio-detail-section {
    position: relative;
    padding-top: 120px;
}

.portfolio-detail-section .upper-section {
    position: relative;
}

.portfolio-detail-section .upper-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.portfolio-detail-section .upper-section .content-column .inner-column {
    position: relative;
}

.portfolio-detail-section .upper-section .content-column .image {
    position: relative;
}

.portfolio-detail-section .upper-section .content-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 7px;
}

.portfolio-detail-section .upper-section .content-column h2 {
    position: relative;
    color: #0b2460;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3em;
    margin-top: 30px;
}

.portfolio-detail-section .upper-section .content-column .text {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 12px;
}

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

.project-info .info-inner {
    position: relative;
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.project-info .info-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: url(../images/background/8.jpg) repeat;
}

.project-info .info-inner:hover::before {
    width: 100%;
}

.project-info .info-inner h3 {
    position: relative;
    color: #2b2577;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.project-info .info-inner h3:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background-color: #135ff9;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.project-info .info-inner .category {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    margin-top: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.project-info .info-inner:hover h3,
.project-info .info-inner:hover .category {
    color: #ffffff;
}

.project-info .info-inner:hover h3:before {
    background-color: #ffffff;
}

.portfolio-detail-section .lower-section {
    position: relative;
}

.portfolio-detail-section .lower-section .content-column {
    position: relative;
}

.portfolio-add {
    position: relative;
    margin-bottom: 40px;
}

.portfolio-add .portfolio-inner {
    position: relative;
    border-radius: 5px;
    padding: 55px 60px 55px 50px;
    background-color: #f6f9fd;
}

.portfolio-add .portfolio-inner .image-column {
    position: relative;
}

.portfolio-add .portfolio-inner .image-column .inner-column {
    position: relative;
    text-align: center;
}

.portfolio-add .portfolio-inner .image-column .image {
    position: relative;
}

.portfolio-add .portfolio-inner .content-column {
    position: relative;
}

.portfolio-add .portfolio-inner .content-column .inner-column {
    position: relative;
    padding-top: 40px;
}

.portfolio-add .portfolio-inner .content-column h4 {
    position: relative;
    color: #0b2460;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.3em;
}

.portfolio-add .portfolio-inner .content-column .text {
    position: relative;
}

.portfolio-add .portfolio-inner .content-column .text p {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 17px;
}

.related-projects-section {
    position: relative;
    padding-top: 60px;
}

.related-projects-section .owl-dots {
    display: none;
}

.related-projects-section .owl-nav {
    position: absolute;
    right: 0px;
    top: -100px;
}

.related-projects-section .owl-nav .owl-prev,
.related-projects-section .owl-nav .owl-next {
    position: relative;
    width: 38px;
    height: 38px;
    color: #135ff9;
    font-size: 10px;
    line-height: 36px;
    text-align: center;
    margin-left: 20px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #135ff9;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.related-projects-section .owl-nav .owl-prev:hover,
.related-projects-section .owl-nav .owl-next:hover {
    background-color: #0b2460;
    border-color: #0b2460;
    color: #ffffff;
}

.blog-page-section {
    position: relative;
    padding: 110px 0px 80px;
}

.blog-page-section .styled-pagination {
    margin-top: 30px;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    float: left;
    margin: 0px 4px 0px;
}

.styled-pagination li.next a {
    font-size: 10px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
    color: #002176;
    font-weight: 600;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #e5e8f1;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li.active a,
.styled-pagination li a:hover {
    color: #ffffff;
    background: #135ff9;
    border-color: #135ff9;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type='text'],
.sidebar .search-box .form-group input[type='search'] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 60px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
    font-weight: normal;
    border-radius: 5px;
    cursor: pointer;
    background-image: -ms-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -moz-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -o-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #084cf9),
        color-stop(100, #3ba1f7)
    );
    background-image: -webkit-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: linear-gradient(to right, #084cf9 0%, #3ba1f7 100%);
}

.sidebar .search-box .form-group input[type='text']:focus,
.sidebar .search-box .form-group input[type='search']:focus {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/*Post Widget*/

.popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    min-height: 70px;
    padding-left: 90px;
    margin-bottom: 25px;
}

.popular-posts .post:last-child {
    margin-bottom: 0px;
}

.popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
}

.popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.popular-posts .post .text {
    position: relative;
    top: 0px;
    font-size: 15px;
    margin: 0px 0px 3px;
    font-weight: 600;
    color: #0b2460;
    line-height: 1.6em;
    text-transform: capitalize;
}

.popular-posts .post .text a {
    color: #0b2460;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.popular-posts .post a:hover {
    color: #135ff9;
}

.popular-posts .post-info {
    position: relative;
    font-size: 13px;
    color: #135ff9;
    font-weight: 400;
}

/* Add Post Widget */

.adds-posts {
    position: relative;
}

.adds-posts .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.adds-posts .image img {
    position: relative;
    width: 100%;
    display: block;
}

/* Tags Posts */

.tags-posts .tag-list {
    position: relative;
    text-align: center;
}

.tags-posts .tag-list a {
    position: relative;
    padding: 10px 15px;
    color: #4d6195;
    margin: 0px 4px;
    width: 46%;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    background: #f0f3f9;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tags-posts .tag-list a:hover {
    color: #ffffff;
    background-color: #0b2460;
}

/* Blog Detail */

.blog-detail {
    position: relative;
}

.blog-detail .inner-box {
    position: relative;
}

.blog-detail .inner-box .title-box {
    position: relative;
}

.blog-detail .inner-box .title-box h2 {
    position: relative;
    color: #0b2460;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.blog-detail .inner-box .title-box .post-date {
    position: relative;
    color: #4d6195;
    font-size: 15px;
}

.blog-detail .inner-box .title-box .post-date .inner {
    position: relative;
    padding-left: 95px;
    padding-top: 20px;
}

.blog-detail .inner-box .title-box .post-date .date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 66px;
    height: 70px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    z-index: 1;
    padding-top: 8px;
}

.blog-detail .inner-box .title-box .post-date .date strong {
    position: relative;
    color: #ffffff;
    display: block;
    font-size: 28px;
    font-weight: 800;
}

.blog-detail .inner-box .title-box .post-date .date:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: url(../images/background/pattern-31.png) no-repeat;
}

.blog-detail .inner-box .title-box .post-meta {
    position: relative;
    margin-top: 18px;
}

.blog-detail .inner-box .title-box .post-meta li {
    position: relative;
    color: #4d6195;
    font-size: 15px;
    margin-right: 20px;
    display: inline-block;
}

.blog-detail .inner-box .title-box .post-meta li .icon {
    position: relative;
    margin-right: 8px;
    color: #4d6195;
}

.blog-detail .inner-box .lower-content {
    position: relative;
    margin-top: 55px;
}

.blog-detail .inner-box .lower-content .text {
    position: relative;
}

.blog-detail .inner-box .lower-content .text p {
    position: relative;
    color: #4d6195;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 35px;
}

.blog-detail .inner-box .lower-content .video-box {
    margin-bottom: 35px;
}

.blog-detail .inner-box .lower-content .image-gallery {
    position: relative;
    margin-bottom: 10px;
}

.blog-detail .inner-box .lower-content .image-gallery .image {
    position: relative;
    margin-bottom: 30px;
}

.blog-detail .inner-box .lower-content .image-gallery .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-detail .inner-box .lower-content .image-gallery .image.one img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.blog-detail .inner-box .lower-content .image-gallery .image.two img {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.blog-detail .related-products {
    position: relative;
    padding: 40px 30px;
    border-radius: 5px;
    background-color: #f6f9ff;
}

.blog-detail .related-products .owl-carousel .owl-stage-outer {
    padding: 15px 0px;
}

.blog-detail .related-products .owl-theme .news-block {
    margin: 0px 15px;
}

.blog-detail .related-products .owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.blog-detail .related-products h2 {
    position: relative;
    color: #0b2460;
    font-size: 31px;
    font-weight: 800;
    margin-bottom: 15px;
}

.blog-detail .related-products .owl-dots {
    display: none;
}

.blog-detail .related-products .owl-nav {
    position: absolute;
    right: 15px;
    top: -70px;
}

.blog-detail .related-products .owl-nav .owl-prev,
.blog-detail .related-products .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin-left: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #0b2460;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-detail .related-products .owl-nav .owl-prev:hover,
.blog-detail .related-products .owl-nav .owl-next:hover {
    background-color: #2e8bf8;
}

/* Video Box */

.video-box {
    position: relative;
}

.video-box .image {
    position: relative;
    overflow: hidden;
    margin: 0px;
    border-radius: 7px;
}

.video-box .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box .overlay-box span {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    line-height: 70px;
    background-image: -ms-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -moz-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -o-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #084cf9),
        color-stop(100, #3ba1f7)
    );
    background-image: -webkit-linear-gradient(left, #084cf9 0%, #3ba1f7 100%);
    background-image: linear-gradient(to right, #084cf9 0%, #3ba1f7 100%);
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: '';
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: '';
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.tech-logo {
    max-width: 90px;
    transition: all 0.3s ease;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 35px;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h4 {
    position: relative;
    font-size: 31px;
    color: #0b2460;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 120px;
    padding: 25px 30px 30px 180px;
    background-color: #f6f9ff;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 110px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 103px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 600;
    color: #3d415b;
    display: block;
    line-height: 1.3em;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #4d6195;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 15px;
    color: #4d6195;
    display: block;
    margin-top: 5px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 16px;
    color: #135ff9;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #3d415b;
}

.sidebar-page-container .comments-area .comment-box .theme-btn span {
    position: relative;
    margin-right: 5px;
}

.comment-form .form-group {
    margin-bottom: 12px;
}

.comment-form .form-group textarea {
    height: 200px;
    border-radius: 3px;
}

/***

====================================================================
	Contact Page Section
====================================================================

 ***/

.map-section {
    position: relative;
    padding-top: 110px;
}

.map-section .map-outer {
    position: relative;
    height: 480px;
}

.map-section .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
}

.contact-page-section {
    position: relative;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.itm-media-object .media .img-ab- {
    background: #f5f5f5;
    border-radius: 20px;
    width: 65px;
    padding: 10px;
}
.itm-media-object .media-body {
    margin-left: 20px;
}
