@charset "UTF-8";

/*
Template Name: Etiam
*/


/* ==========
CSS Index

1. Base CSS
2. Header-Top
3. Main Menu CSS
4. Hero CSS
5. Followers CSS
6. we-do CSS
7. About CSS
8. Price CSS
9. Team CSS
10. Faq CSS
11. Cta CSS
12. Case study CSS
13. Review CSS
14. Blog CSS
15. Newsletter CSS
16. Footer CSS
17. About Page CSS
18. Blog Page CSS
19. Portfolio Page CSS
20. Blog Standard Page CSS
21. Blog Details Page CSS
22. Contact Page CSS
23. 404 Page CSS
24. Faq Page CSS

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


/* ====================
1. Base CSS
==================== */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

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

a:focus {
    outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    color: #262339;
}

html,
body {
    height: 100%;
    font-family: "Rubik", sans-serif;
    color: #1D1E28;
    font-weight: 400;
    line-height: 1.6;
}
label{
    width: 100%;
}
input[type="text"],input[type="email"],input[type="url"], input[type="search"], input[type="password"], input[type="number"], input[type="password"], textarea{
    width: 100%;
    border: 1px solid #E2EEFF;
    border-radius: 2px;
    padding: 10px 20px;
}
ul {
    margin: 0px;
    padding: 0;
    list-style: none;
}
a{
    color: #1D1E28;
}
a:hover{
    color: #364675;
}
input[type="submit"]{
    border: none;
    background: linear-gradient(
            90.54deg
            , #39497b 0.42%, #000103 102.71%);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 24px;
    cursor: pointer;
    border-radius: 4px;
}
input:focus,
textarea:focus,
button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}
p{
    font-family: "Roboto", sans-serif;
}

/* Color Variable */


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

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

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

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-90 {
    margin-bottom: 90px;
}

.call-to-action h4 {
    font-size: 20px;
    color: #364675;
}

.call-to-action h3 {
    color: #262339;
    font-size: 56px;
}


/* ====================
2. Header-Top
==================== */

.header-top-left ul,
.header-top-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-left ul li {
    display: inline-block;
    color: #262339;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
}

.header-top-left ul li i {
    color: #364675;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.header-top-left ul li:first-child {
    padding-left: 5px;
}

.header-top-right {
    margin-top: 9px;
}

.header-top-right ul li {
    display: inline-block;
}

.header-top-right ul li a {
    padding: 10px 7px;
    color: #A8A7AF;
    transition: 0.3s;
    font-size: 15px;
}

.header-top-right ul li a:hover {
    color: #364675;
}

.header-top-area {
    border-bottom: 1px solid #F9F8FB;
}


/* ===================
3. Main Menu CSS
=================== */

.logo {
    margin: 10px 0;
}

.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    float: right;
    margin-top: 15px;
    display: none;
}

.hamburger span {
    width: 100%;
    height: 2px;
    background: #212121;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hamburger span.h-top {
    top: 0;
}

.hamburger span.h-bottom {
    bottom: 0;
    width: 27px;
}

.hamburger span.h-middle {
    top: 50%;
    margin-top: -1px;
    width: 25px;
}

.hamburger.h-active span {
    width: 100%;
}

.hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
}

.hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
}

.hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
}

.bottombar {
    background-color: #08509e;
}

.main-nav {
    float: right;
}

.main-nav>ul {
    padding: 10px 16px 10px 10px;
    margin: 0;
    list-style: none;
}

.main-nav>ul>li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

.main-nav>ul>li.has-child-menu:after {
    position: absolute;
    right: -5px;
    top: 7px;
    font-family: "boxicons";
    content: "";
    font-size: 20px;
}

.main-nav>ul>li+li {
    padding: 0 15px;
}

.main-nav>ul>li>a {
    display: block;
    text-decoration: none;
    color: #262339;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main-nav > ul > li.menu-item-has-children:after {
    position: absolute;
    right: -5px;
    top: 9px;
    font-family: 'boxicons';
    content: "\e9ac";
    font-size: 20px;
}
.main-nav>ul>li:hover>a {
    color: #364675;
}

.main-nav>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #364675;
    opacity: 0;
    transition: all 200ms linear;
}

.main-nav>ul>li:hover>a:after {
    opacity: 1;
}
.main-nav>ul>li.current-menu-item a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #364675;
    opacity: 1;
    transition: all 200ms linear;
}
.main-nav>ul>li.current-menu-item a{
    color: #364675;
}
.main-nav ul li .sub-menu {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #F3F2F7;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-nav ul li .sub-menu li .sub-menu {
    right: -200px;
    left: inherit;
    top: 0;
}

.main-nav ul li .sub-menu>li {
    display: block;
    margin: 0;
    position: relative;
}

.main-nav ul li .sub-menu>li a {
    display: block;
    padding: 18px 18px;
    color: #262339;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-nav ul li .sub-menu>li:last-child a {
    border: none;
}
.main-nav ul li .sub-menu>li.current-menu-item a{
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
}
.main-nav ul li .sub-menu>li a:hover {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
}

.main-nav .fl {
  /*  width: 30px;*/
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}

.main-nav>ul>li+li>.sub-menu {
    left: 15px;
}

.main-nav>ul>li:hover>.sub-menu,
.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInUp2 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.header-area {
    padding: 15px 0;
    width: 100%;
}

.menu-search a i {
    background: #F3F2F7;
    padding: 12px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}

.logo img {
    margin-top: 5px;
}

.menu-search {
    float: right;
    margin: 10px 5px 10px 10px;
}

.menu-search a i {
    background: #F3F2F7;
    padding: 12px;
    border-radius: 50%;
    text-align: center;
    color: #364675;
}

.search-bar-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(33, 37, 41, 0.9);
    color: #fff;
    visibility: hidden;
    top: 0;
}

.bar-active {
    visibility: visible !important;
}

.search-bar-table {
    display: table;
    width: 100%;
    height: 100%;
}

.search-bar-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.search-bar-inner {
    max-width: 500%;
    margin: 0 auto;
}

.search-close {
    position: absolute;
    right: 24px;
    top: 40px;
    padding: 20px;
    display: inline-block;
    font-size: 49px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.search-close:hover {
    transform: rotate(-90deg);
}

.search-bar-inner h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 35px;
}

.search-bar-inner input {
    padding: 15px 10px;
    border: none;
    background: #F3F2F7;
    border-radius: 2px;
    max-width: 600px;
    width: 100%;
}

.search-bar-inner button {
    border: none;
    background: #364675;
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    transition: 0.3s;
}

.search-bar-inner button:hover {
    background: #ED7127;
}

.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9999;
    animation: 500ms ease-in-out 0s normal none fadeInDown;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}


/* ====================
4. Hero CSS
======================= */

.hero-bg {
    position: relative;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
}

.hero-bg:after {
    background-image: url(../img/hero-shape-right.png);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 533px;
    width: 400px;
    background-repeat: no-repeat;
}

.hero-bg:before {
    background-image: url(../img/hero-shape-left.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 500px;
    width: 300px;
    background-repeat: no-repeat;
}

.hero-content h1 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 78px;
    min-height: 158px;
}

.hero-content p,
.hero-content a {
    color: #FFFFFF;
}

.hero-btn-wrap .hero-btn {
    background: #364B91;
    display: inline-block;
    text-align: left;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 26px;
    vertical-align: top;
    line-height: 25px;
    font-weight: normal;
}

.hero-btn-wrap span {
    position: relative;
    top: -4px;
}

.hero-btn-wrap i {
    color: #fff;
    font-size: 26px;
    background: #5E6FA9;
    padding: 7px 5px;
    border-radius: 50%;
    width: 40px;
    position: relative;
    left: 13px;
    height: 40px;
    text-align: center;
    transition: 0.3s;
}

.hero-btn:hover i {
    background: #fff;
    color: #262339;
}

.hero-btn-wrap {
    margin-top: 30px;
}

.hero-content {
    margin-top: 19%;
}

.hero-area {
    padding-top: 4%;
    padding-bottom: 4%;
}

.typed-cursor {
    display: none;
}


/* ==========
5. Followers CSS
============= */

.followers-wrap {
    border-radius: 4px;
    margin-top: -5%;
    background: #fff;
}

.followers-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.followers-wrap li {
    display: inline-block;
    padding: 43px 22px;
}


/* ==========
6. we-do CSS
============= */

.service-icon-content h4 {
    font-size: 22px;
    margin-top: 6%;
}

.service-icon-content p {
    color: #4E5164;
    line-height: 26px;
}

.service-icon {
    display: inline-block;
    background: #F3F2F7;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
}

.service-icon i {
    color: #364675;
    line-height: 86px;
}

.service-icon img {
    margin-top: 31%;
}

.service-icon i:before {
    font-size: 40px;
    margin-left: 0;
}

.service-icon span {
    position: absolute;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border-radius: 15px;
    padding: 1px 4px 1px 4px;
    top: 7%;
    margin-left: 1%;
}

.service-box-wrap {
    padding: 20px;
    margin-bottom: 45px;
    transition: 0.3s;
}

.service-box-wrap:hover {
    box-shadow: 5px 4px 19px 12px #F2F6FF;
}


/* ==========
7. About CSS
============= */

.about-bg-wrap {
    position: relative;
    background: #F3F2F7;
}

.about-bg-wrap:after {
    background-image: url(../img/about-right-shape.png);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 150px;
    background-repeat: no-repeat;
}

.about-bg-wrap:before {
    background-image: url(../img/about-left-shape.png);
    content: "";
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 0;
    height: 462px;
    width: 364px;
    background-repeat: no-repeat;
}

.about-call h3 {
    font-size: 45px;
}

.about-call p {
    color: #4E5164;
    margin-bottom: 34px;
}

.about-check-box {
    margin-top: 18px;
}

.about-check-box i {
    color: #fff;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    padding: 10px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    margin-top: 0.5%;
}

.about-check-box h6,
.about-check-box p {
    margin-left: 58px;
}

.about-check-box h6 {
    font-size: 18px;
    color: #191919;
}

.about-check-box p {
    color: #565872;
}

.about-call {
    padding-top: 18%;
}

.about-area {
    padding-top: 30px;
    padding-bottom: 90px;
}


/* ==========
8. Price CSS
============= */

.price-content h5 {
    font-size: 22px;
    margin-top: 30px;
    text-transform: uppercase;
}

.price-content p {
    font-size: 48px;
    color: #364675;
    font-weight: 700;
    line-height: 55px;
}

.price-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-content ul li {
    color: #565872;
    line-height: 40px;
}

.price-wrap i {
    background: none;
    color: #364675;
    transition: all 0.6s ease 0s;
}

.price-btn .flaticon-right-arrow:before {
    position: relative;
    font-size: 22px;
    top: 3px;
    margin-left: 12px;
}

.price-shap {
    position: relative;
}

.price-shap:before {
    background-image: url(../img/price-shap.png);
    position: absolute;
    width: 100%;
    height: 168px;
    content: "";
    z-index: 0;
    background-repeat: no-repeat;
    bottom: 0;
    right: -64px;
}

.pricing-wrap {
    padding: 33px 20px 40px 20px;
    transition: all 0.6s ease 0s;
    border-top: 6px solid #fff;
    box-shadow: 0px 0px 17px 7px #c8c8c82e;
    background: #fff;
}

.pricing-wrap:hover {
    border-top: 6px solid #364675;
}

.pricing-wrap:hover .price-btn {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border: 1px solid #364675;
}

.pricing-wrap:hover .price-btn i {
    color: #fff !important;
}

.price-btn {
    color: #262339;
    border: 1px solid #364675;
    padding: 15px 20px 15px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.6s ease 0s;
}

.price-wrap {
    padding-top: 30px;
    padding-bottom: 10px;
    transition: 0.3s;
    position: relative;
}

.price-shaddow-1 img {
    position: absolute;
    right: -44px;
    top: -62px;
    z-index: -1;
}

.price-shaddow img {
    position: absolute;
    bottom: -55px;
    z-index: -1;
    left: -42px;
}

.pricing-area {
    padding-top: 90px;
    padding-bottom: 120px;
}


/* ==========
9. Team CSS
============= */

.team-content h4 {
    color: #222222;
}

.team-content p {
    color: #565872;
    margin-top: -10px;
}

.team-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    background: #364675;
    border-radius: 35px;
    color: #fff;
    height: 34px;
    width: 34px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    transition: all 0.6s ease 0s;
    margin-top: -10px;
}

.team-social li a:hover {
    background: #FFFFFF;
    color: #364675;
}

.team-effect {
    background: #fff;
    width: 90%;
    margin-left: 5%;
    margin-top: -12%;
    position: absolute;
    padding: 20px;
    border-radius: 3px;
    transition: all 0.6s ease 0s;
    border-bottom: 1px solid #dddddd38;
}

.team-social {
    display: none;
}

.single-team-slide:hover .team-social {
    display: block;
}

.single-team-slide:hover .team-effect {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    margin-top: -20%;
}

.single-team-slide:hover .team-content h4,
.single-team-slide:hover .team-content p {
    color: #fff;
}

.team-slide-wrap .owl-nav,
.case-slide-wrap .owl-nav {
    position: absolute;
    top: -68px;
    right: 0;
}

.team-slide-wrap .owl-nav .owl-prev,
.team-slide-wrap .owl-nav .owl-next {
    border: none;
    background: #FFFFFF;
    height: 44px;
    width: 44px;
    border-radius: 27px;
    font-size: 22px;
    padding: 5px;
    color: #364675;
    transition: 0.3s;
    text-align: center;
}

.case-slide-wrap .owl-nav .owl-prev,
.case-slide-wrap .owl-nav .owl-next {
    border: none;
    background: #FFFFFF;
    height: 44px;
    width: 44px;
    border-radius: 27px;
    font-size: 22px;
    padding: 5px;
    color: #364675;
    transition: 0.3s;
    text-align: center;
}

.team-slide-wrap .owl-nav .owl-prev,
.case-slide-wrap .owl-nav .owl-prev {
    margin-right: 30px;
}

.team-slide-wrap .owl-nav .owl-prev:hover,
.team-slide-wrap .owl-nav .owl-next:hover {
    background-image: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff !important;
}

.case-slide-wrap .owl-nav .owl-prev:hover,
.case-slide-wrap .owl-nav .owl-next:hover {
    background-image: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff !important;
}

.team-area {
    background-image: url(../img/team-bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}

.team-page-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

.single-team-slide {
    margin-bottom: 80px;
}


/* ==========
10. Faq CSS
============= */

.style-faq a {
    color: #262339;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.style-faq a:hover {
    text-decoration: none;
}

.style-faq a.focus {
    text-decoration: none;
}

.style-faq a:focus {
    text-decoration: none;
}

.style-faq .card {
    border: none;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}

.style-faq .card-header {
    background-color: #F3F2F7;
    border-bottom: none;
    padding: 16px 20px;
    transition: 0.3s;
}

.style-faq .card .card-header a[aria-expanded=true] i.fas.fa-minus,
.style-faq .card .card-header a[aria-expanded=false] i.fas.fa-plus {
    display: block;
}

.style-faq .card .card-header a i {
    position: absolute;
    right: 24px;
    top: 20px;
    display: none;
}

.faq-area {
    min-height: 614px;
}

.faq-img img {
    margin-top: 61px;
}


/* ==========
11. Cta CSS
============= */

.cta-bg {
    background-image: url(../img/cta-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.count-box {
    padding-bottom: 90px;
    padding-top: 90px;
}

.count-box h1,
.count-box h5 {
    color: #fff;
}

.cta-bg:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    opacity: 0.8;
}

.count-container {
    display: table;
    width: 100%;
    height: 106px;
}

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


/* ==========
12. Case study CSS
============= */

.case-content h6 {
    color: #364675;
    font-size: 14px;
}

.case-content h3 {
    font-weight: 500;
    font-size: 16px;
}

.case-effect {
    padding: 20px;
    background: #fff;
    margin-left: 5%;
    width: 90%;
    border-bottom: 2px solid #364675;
    margin-top: -33px;
    position: relative;
    transition: 0.3s;
    visibility: hidden;
}

.case-slide-wrap .owl-nav .owl-prev,
.case-slide-wrap .owl-nav .owl-next {
    background: #F3F2F7;
    color: #364675;
}

.case-slide-wrap .owl-nav .owl-prev:hover,
.case-slide-wrap .owl-nav .owl-next:hover {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
}

.case-slide-wrap {
    margin-top: 2.5%;
}

.single-case-slide {
    margin-bottom: 0;
    transition: 0.3s;
}

.single-case-slide:hover .case-effect {
    visibility: visible;
    margin-top: -40px;
}

.case-slide-wrap .owl-nav {
    right: 19%;
    top: -97px;
}


/* ==========
13. Review CSS
============= */

.review-area {
    background-image: url(../img/review-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.single-review-slide {
    color: #fff;
}

.single-review-slide h4,
.single-review-slide h6 {
    color: #fff;
}

.single-review-slide i {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    display: inline-block;
    height: 75px;
    width: 75px;
    text-align: center;
    border-radius: 50%;
    line-height: 2.5;
    font-size: 31px;
}

.single-review-slide p {
    margin-top: 20px;
    margin-bottom: 25px;
}

.single-review-slide h6 {
    margin-top: -3px;
    font-weight: 300;
}

.review-slide-wrap .owl-nav .owl-prev {
    left: -12%;
    top: 0;
    position: absolute;
    bottom: 0;
}

.review-slide-wrap .owl-nav .owl-next {
    right: -12%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.review-slide-wrap .owl-nav .owl-prev,
.review-slide-wrap .owl-nav .owl-next {
    border: none;
    background: none;
    color: #807E8B;
    font-size: 40px;
}


/* ==========
14. Blog CSS
============= */

.meta-top-date p {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 40px;
    line-height: 45px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
}

.meta-top-date p span {
    color: #fff;
}

.meta-top-date p span i {
    margin-right: 5px;
}

.blog-date {
    color: #A9A5BD;
    margin-bottom: 10px;
    font-size: 12px;
}

.blog-date i {
    margin-right: 5px;
}

.blog-content h6 a {
    color: #262339;
    font-size: 20px;
    line-height: 30px;
    transition: 0.3s;
}

.blog-content h6 a:hover {
    color: #364675;
}

.standard-btn:hover {
    color: #364675;
}

.blog-content {
    padding: 15px;
    background: #F3F2F7;
    border-radius: 6px;
}

.blog-botder {
    margin-left: 6px;
    margin-right: 5px;
}

.blog-img {
    overflow: hidden;
    position: relative;
}

.blog-img img {
    width: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
}

.blog-img img:hover {
    transform: scale(1.05) rotate(2deg);
    opacity: 0.8;
}


/* ==========
15. Newsletter CSS
============= */

.newsletter-area-bg {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    padding-top: 37px;
    padding-bottom: 40px;
    position: relative;
}

.newsletter-area-bg:after {
    background-image: url(../img/newsletter-right-shape.png);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 400px;
    background-repeat: no-repeat;
}

.newsletter-area-bg:before {
    background-image: url(../img/newsletter-left-shape.png);
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
}

.newsletter-left-wrap {
    display: table;
    width: 100%;
}

.newsletter-left-wrap:before {
    background-image: url(../img/newsletter-icon.png);
    content: "";
    position: absolute;
    z-index: 0;
    height: 127px;
    width: 113px;
    background-repeat: no-repeat;
    top: -17px;
    left: 37px;
}

.newsletter-left-content {
    color: #fff;
}

.newsletter-left-content h5 {
    color: #fff;
}

.newsletter-left-img {
    display: table-cell;
    vertical-align: middle;
}

.newsletter-left-content {
    display: table-cell;
    padding-top: 23px;
}

.newsletter-right {
    display: table;
    width: 100%;
    height: 100%;
}

.newsletter-right-content {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.newsletter-right-content input[type="email"]{
    background: none;
    border: 1px solid #364675;
    border-radius: 3px;
    width: 100%;
    padding: 20px 151px 20px 23px;
    color: #fff;
}
.mc4wp-form-fields{
    position: relative;
}
.newsletter-right-content input[type="submit"] {
    position: absolute;
    border: none;
    background: #FFFFFF !important;
    color: #262339;
    cursor: pointer;
    border-radius: 3px;
    right: 10px;
    top: 10px;
    padding: 9px 25px;
    font-weight: 600;
    transition: all 0.6s ease 0s;
    z-index: 1;
}

.newsletter-right-content input[type="submit"]:hover {
    background: #262339 !important;;
    color: #fff;
}

.newsletter-right-content input::placeholder {
    color: #fff;
    font-weight: 300;
}
.mc4wp-alert {
    color: #fff;
}

/* ==========
16. Footer CSS
============= */

.footer-area {
    padding-top: 90px;
    background: #F3F2F7;
}

.footer-wrap-box {
    border-bottom: 1px solid #DEDCE4;
    padding-bottom: 45px;
}

.footer-content h4 {
    font-size: 20px;
    margin-bottom: 28px;
}

.footer-content p {
    line-height: 30px;
    margin-top: 24px;
    color: #262339;
    padding-right: 21px;
}

.widget-social ul,
.footer-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-social li a {
    display: inline-block;
    background: #DEDCE4;
    color: #262339;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    line-height: 32px;
    transition: 0.3s;
    margin-right:5px;
}

.widget-social ul li {
    display: inline-block;
    padding: 0 2px;
}
.footer-content-2 .widget-social ul li a:hover {
    color: #fff !important;
}
.widget-social li a:hover {
    color: #fff;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
}

.widget-logo a img {
    margin-top: -5px;
}

.footer-content li a {
    color: #262339;
    line-height: 34px;
}

.footer-content-2 ul li a {
    transition: 0.3s;
}

.footer-content-2 ul li a:hover {
    color: #364675;
    padding-left: 1px;
}

.instgram-img li,
.instgram-img-2 li,
.instgram-img-3 li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 5px 5px 0px;
}

.instgram-img-2 li,
.instgram-img-3 li {
    display: inline-block;
    margin-top: 0;
    padding: 0 5px 5px 0px;
}

.footer-left-content h5 {
    color: #262339;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.footer-left-content p {
    font-weight: 400;
    color: #262339;
    margin-top: 0;
}

.footer-left-icon {
    text-align: center;
    width:50px;
}

.footer-left-icon i {
    color: #364675;
    font-size: 40px;
}

.footer-left-content {
    padding-left: 24px;
}

.footer-wrap-1 {
    margin-top: -14px;
}

.copyright {
    background: #F3F2F7;
    padding-top: 20px;
}

.footer-content .newsletter-left-wrap:before {
    display: none;
}


/* ==========
17. About Page CSS
============= */

.breadcrumb-area-bg {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    position: relative;
}

.breadcrumb-area-bg:after {
    background-image: url(../img/breadcrumb-right-shape.png);
    content: "";
    position: absolute;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 392px;
    background-repeat: no-repeat;
    top: 0;
}

.breadcrumb-area-bg:before {
    background-image: url(../img/breadcrumb-left-shape.png);
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    height: 282px;
    width: 350px;
    background-repeat: no-repeat;
    top: 0;
}

.breadcrumb-content {
    color: #fff;
}

.breadcrumb-content h3 {
    color: #fff;
    font-size: 36px;
}

.breadcrumb-content p i {
    margin-left: 15px;
    margin-right: 15px;
}

.breadcrumb-area {
    padding: 80px 0 70px 0;
}
p.breadcrumbs span {
    margin: 0px 5px;
}
p.breadcrumbs a {
    color: #fff;
}
.skill-bottom-content h6 {
    font-size: 18px;
    display: inline-block;
}

.skill-bottom-content .skill-text {
    float: right;
}

.single-skill-content {
    margin-top: 35px;
}

.progress {
    border-radius: 2.25rem;
}

.progress-bar {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
}

.skill-call h3 {
    font-size: 46px;
}

.skill-area {
    min-height: unset;
    padding-top: 45px;
    margin-bottom: 90px;
}

.skill-img img {
    margin-top: -50px;
}

.skill-call {
    margin-top: 70px;
}


/* ==========
18. Blog Page CSS
============= */

.blog-wrap {
    margin-bottom: 30px;
}

.page-list {
    margin-top: 29px;
}

ul.pagination {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.pagination li {
    display: inline-block;
}

ul.pagination li a, ul.pagination li span {
    display: block;
    background: #F2F7FF;
    height: 50px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    line-height: 34px !important;
    color: #0D1F35;
    font-size: 20px;
    margin-left: 9px;
    font-weight: 400;
    transition: 0.3s;
}

ul.pagination li a:hover {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
}
ul.pagination li span{
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border: 1px solid #0D1F35 !important;
}

ul.pagination li a i {
    font-size: 19px;
}


/* ==========
19. Portfolio Page CSS
============= */
.work-mixi .mix {
    display: none;
}

.portfolio-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 71px;
}

.portfolio-link li {
    display: inline-block;
    padding: 12px 18px;
    font-size: 22px;
    color: #262339;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
}
.portfolio-link li:hover{
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}
.portfolio-link li.active {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border-radius: 2px;
}
.portfolios-content{
    position: absolute;
    transform: translateX(101%);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 20px;
    background: rgba(0,0,0,0.8);
    top: 0;
    text-align: center;
    border-radius: 10px;

}
.portfolios-content h3 a {
    color: #fff;
}
.portfolios-content p {
    color: #fff;
}
.portfolios-content a.read-more {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
}
.portfolios-content a.read-more:hover{
    background: #364675;
    border: 1px solid #364675;
    transition: all 0.3s;
}
.single-product-item:hover .portfolios-content{
    transform: translateX(0);
    transition: all 0.4s;
}

.single-product-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-area {
    /*padding-bottom: 90px;*/
}
.portfolio-content{
    margin-top: 30px;
}

/* ==========
20. Blog Standard Page CSS
============= */


.post-meta-bottom-content h6 a {
    font-size: 26px;
}

.post-meta-bottom-content h6 {
    margin-top: 21px;
}

.standard-date i {
    font-size: 15px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.standard-date a, .comment-date {
    font-size: 15px;
    color: #696969;
}
a.comment-reply-link {
    border: 1px solid #1D1E28;
    padding: 1px 10px;
    display: inline-block;
}
.standerd-date-right {
    margin-left: 25px;
}

.standard-content {
    padding: 15px 0;
    background: none;
    border-radius: unset;
}

.standard-btn {
    font-size: 18px;
    color: #262339;
    font-weight: 700;
    transition: 0.3s;
}

.standard-btn i {
    margin-left: 4px;
    position: absolute;
    margin-top: 4px;
    font-size: 22px;
}

.standard-right-top form input {
    position: relative;
    border: 1px solid #E9F2FE;
    padding: 17px 60px 17px 23px;
    width: 100%;
}

form.blog-search {
   position: relative;
}
form.blog-search button#searchsubmit{
    position: absolute;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    height: 46px;
    right: 0;
    top: 0;
}


.standard-single-right, .blog-standard-right, .sidebar-widget-area {
    border: 1px solid #D2E5FA;
    margin-bottom: 30px;
    border-top: 2px solid #364675;
    padding: 20px;
}
.standard-single-right li, .blog-standard-right li, .sidebar-widget-area li{
    margin: 10px 0;
}
.standard-right-content-top {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 25px;
    padding-bottom: 12px;
}

.standard-right-content-top h5 {
    font-size: 24px;
    margin-bottom: 5px;
}
h5.widget-title {
    font-size: 24px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.category-list ul,
.instagram-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-list li a {
    line-height: 26px;
    color: #222F5A;
    font-weight: 700;
    transition: 0.3s;
}

.category-list li a:hover {
    color: #364675;
}

.recent-news-wrap {
    margin: 10px 0;
}

.recent-news-content {
    vertical-align: top;
}

.recent-news-img {
    vertical-align: top;
    width: 85px;
    overflow: hidden;
    transition: transform 0.2s;
    margin-right: 10px;
    margin-top: 5px;
    display: table;
}
.recent-news-img img {
    border-radius: 5px;
}
.recent-news-img:hover a img {
    transform: scale(1.03);
}

.recent-news-content span {
    font-size: 13px;
    color: #565872;
}

.recent-news-content span i {
    margin-right: 5px;
}

.recent-news-content p a {
    color: #565872;
    transition: 0.3s;
    font-weight:500;
}

.recent-news-content p a:hover {
    color: #364675;
}

.instagram-list {
    width: 100%;
    text-align: center;
}

.instagram-list li {
    display: inline-block;
}

.instagram-list li a {
    display: block;
    padding: 6px 15px 6px 0px;
}

.tagcloud {
    margin: 3px 2px;
}

.tagcloud a {
    background: #F2F7FF;
    border: 1px solid #EAF3FF;
    color: #282932;
    border-radius: 2px;
    padding: 7px 21px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.tagcloud a:hover {
    background-image: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border-radius: 4px;
}


/* ==========
21. Blog Details Page CSS
============= */

.details-share li:hover a {
    transform: rotate(-20deg);
}

.blog-details-cote {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-details-cote i {
    color: #364675;
    font-size: 48px;
    position: absolute;
}

.blog-details-cote p {
    margin-left: 74px;
    display: block;
}

.blog-details-cote h6 {
    margin-left: 74px;
    display: block;
    margin-left: 119px;
    position: relative;
}

.blog-details-cote h6:before {
    height: 3px;
    width: 18px;
    content: "";
    position: absolute;
    background: #364675;
    left: -42px;
    top: 9px;
}

.bl-details-btm-img {
    margin-top: 30px;
    margin-bottom: 25px;
}

.details-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.details-share li {
    display: inline-block;
}

.details-tag li a {
    padding: 7px 15px;
}

.details-share li a {
    font-size: 15px;
    height: 29px;
    width: 30px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 4px;
    line-height: 29px;
}

.details-share li p {
    color: #565872;
    margin-right: 14px;
}

.details-tag li p {
    color: #565872;
    margin-right: 14px;
}

.details-share {
    margin-bottom: 20px;
}

.details-form-wrap {
    border: 1px solid #E2EEFF;
    padding: 28px;
}
.details-form h3 {
    font-size: 26px;
    margin-bottom: 35px;
    margin-top: 30px;
}
ol.comment-list {
    margin: 0 0 20px 0;
    padding: 0;
}

ol.comment-list .comment-author img {
    border-radius: 90%;
    margin-right: 10px;
    margin-bottom: 10px;
}
ol.comment-list li {
    padding: 15px;
}

.contat-input input,
.contat-input textarea {
    width: 100%;
    border: 1px solid #E2EEFF;
    border-radius: 2px;
    margin-bottom: 33px;
    padding: 15px 24px;
}
.wpcf7-submit {
    width: 100%;
    margin: 0 !important;
}
form.wpcf7-form textarea{
    height: 110px;
}
.details-btn, .wpcf7-submit {
    border: none;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 24px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 15px;
    margin-top: -13px;
}

.details-tag-wrap {
    margin-bottom: 90px;
}
.blog-details-tags p {
    float: left;
    margin-left: 10px;
}
.blog-details-tags a {
    background: #F2F7FF;
    border: 1px solid #EAF3FF;
    padding: 8px 15px;
    margin: 4px;
    font-size: 14px;
    color: #282932;
}
.blog-details-tags a:hover{
    background-image: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    transition: all 0.4s;
}

/* ==========
22. Contact Page CSS
============= */

.map-img {
    height: 420px;
}

.map-img iframe {
    width: 100%;
    height: 100%;
}

.information-icon i {
    font-size: 32px;
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 66px;
}

.information-content h6 {
    margin-top: 21px;
    font-size: 24px;
}

.information-wrap {
    padding: 30px;
    border-radius: 5px;
    border: 2px solid #F9F9F9;
    background: #fff;
    transition: 0.3s;
}

.contat-page-input input,
.contat-page-input textarea {
    margin-bottom: 27px;
}

.contact-btn {
    width: 100%;
}

p.form-message.success {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}

.error {
    color: red;
    position: absolute;
    bottom: -64px;
    left: 18px;
}


/* ==========
23. 404 Page CSS
============= */

.area-start {
    padding-top: 90px;
    padding-bottom: 10px;
}

.four-content h1 {
    color: #364675;
    font-size: 150px;
}

.four-content a.error-btn {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border: 1px solid #364675;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 12px 35px;
    text-align: center;
    margin: 20px;
    border-radius: 50px;
    font-size: 18px;
}

.four-content a.error-btn:hover {
    background: none;
    color: #262339;
    border: 1px solid #364675;
}

.four-wrap-2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.four-wrap-2 .price-btn:hover {
    background: linear-gradient(90.54deg, #39497b 0.42%, #000103 102.71%);
    color: #fff;
    border: 1px solid #364675;
}

.four-wrap a,
.four-wrap-2 a {
    font-size: 18px;
    font-weight: 500;
}


/* ==========
24. Faq Page CSS
============= */

.faq-page-area {
    min-height: 722px;
}


/*# sourceMappingURL=style.css.map */

/*project-details-area*/

.portfolio-details-area {
    margin-top: 100px;
}

.portfolio-details-area .portfolio-details-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.portfolio-details-area .single-portfolio-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 5px 20px;
    border-bottom: none;
}

.portfolio-details-area .single-portfolio-info:last-child {
    border: 1px solid #e5e5e5;
}

.portfolio-details-area .single-portfolio-info i {
    vertical-align: middle;
    font-size: 25px;
    color: #364675;
    margin-right: 10px;
    margin-top: 5px;
   
}

.portfolio-details-area .single-portfolio-info p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    color: #353535;
    margin-top: 11px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.portfolio-details-area .single-portfolio-info p span {
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #767676;
    letter-spacing: 1px;
}
.portfolio-details-area .portfolio-blog p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #1D1E28;
    margin-top: 80px;
    margin-bottom: 60px;
}

.portfolio-details-area .portfolio-specification h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-bottom: 15px;
}

.portfolio-details-area .portfolio-specification p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.portfolio-details-area .portfolio-specification .indicator-area {
    margin-top: 40px;
}

.portfolio-details-area .portfolio-specification .indicator-area p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #353535;
    font-family: "Rubik", sans-serif;
    margin-bottom: 5px;
}

.portfolio-details-area .portfolio-specification .indicator-area p i {
    color: #FFA500;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.portfolio-details-area .portfolio-image {
    margin-top: 39px;
}