/*-----------------------------------------------------------------------------------

    Template Name:
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. about-area start
    5. callto-action-area start
    6. about-area start
    7. project-area start
    8. team-area start
    9. testmonial-area start
    10. pricing-area start
    11. footer-area start
    12. home page two style here
    13. fanfact-area start
    14. blog-area start
    15. breadcumb-area start
    16. sidebar-area start
    17. blog-details-area start
    18. contact-area start
    19. 404-area start

-----------------------------------------------------------------------------------*/


/*========================================================================================================
                                        defolt-css here
 ========================================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800,900');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0px;
    color: #858585;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f1f1f;
    margin-bottom: 10px;
    margin-top: 0px;
}
input:focus,
select:focus {
    outline: none;
}
input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #222;
    font-size: 14px;
}
a:hover {
    color: #37dba9;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
button {
    cursor: pointer;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.bg-img-1 {
    background: url(../images/slider/1.jpg) no-repeat center center / cover;
}
.bg-img-2 {
    background: url(../images/bg/1.jpg) no-repeat center center / cover;
}
.bg-img-3 {
    background: url(../images/bg/3.jpg) no-repeat center center / cover;
}
.bg-img-4 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover;
}
.bg-img-5 {
    background: url(../images/bg/5.jpg) no-repeat center center / cover;
}
.bg-img-6 {
    background: url(../images/bg/6.jpg) no-repeat center center / cover;
}
.bg-img-7 {
    background: url(../images/bg/7.jpg) no-repeat center center / cover;
}
.bg-img-8 {
    background: url(../images/bg/2.jpg) no-repeat center center / cover;
}
.pt-130 {
    padding-top: 130px;
}
.pt-120 {
    padding-top: 120px;
}
.ptb-130 {
    padding: 130px 0;
}
.ptb-120 {
    padding: 120px 0px;
}
.ptb-80 {
    padding: 80px 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.bg-1 {
    background: #f2f3f5;
}
.bg-2 {
    background: #181d81;
}
.bg-fff {
    background: #fff;
}
a#scrollUp {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 60px;
    width: 60px;
    background: #181d81;
    text-align: center;
    line-height: 60px;
    color: #fff;
}
a#scrollUp:hover {
    background: #37dba9;
}
.header-bottom-area.sticky-menu {
    width: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    transition: all 0.5s ease 0s;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*===============================
    24. PRELOADER
===============================*/
.loader-overlay {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.preloader {
    background: #30ddb6 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.preloader-inner-area {
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
.l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.c-preloader {
    width: 60px;
    height: 60px;
    position: relative;
}
.c-preloader::before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.c-preloader::after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    animation-name: preloading;
    animation-duration: 1.2s;
    animation-delay: -0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes preloading {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

/*------------------header-area start------------------*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.content {
    width: 100%;
}
.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}
.sidebar-menu.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    height: 100%;
    min-width: 100px;
    width: 70%;
    max-width: 320px;
    background-color: #fff;
    color: #fff;
    padding: 200px 0px 200px 0px;
}
.sidebar-menu.menu .logo {
    margin:0px 0px 50px 50px;
	
}
.sidebar-menu.menu ul li {
    display: block;
    width: auto;
    position: relative;
}
.sidebar-menu.menu ul li a {
    display: block;
    padding: 15px 50px;
    text-transform: uppercase;
}
.sidebar-menu.menu ul li:hover>a {
    color: #37dba9;
}
.sidebar-menu.menu ul li>ul li a {
    text-transform: capitalize;
	overflow:hidden;
}
.sidebar-menu.menu ul li>ul li a{
	padding-left:70px;
}
.sidebar-menu.menu ul li>ul li > ul li a{
	padding-left:90px;
}
.sidebar-menu.menu ul li a i{
	float:right;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	padding:4px 0px;
}
.sidebar-menu.menu ul li.open a i{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
.bar {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}
.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}
.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}
.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
    opacity: 0;
}
.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(13.5px) rotate(-40.5deg);
}
.cross:hover .bar:nth-of-type(2) {
    opacity: .1;
}
.cross:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(40.5deg);
    -ms-transform: translateY(-13.5px) rotate(40.5deg);
    transform: translateY(-13.5px) rotate(40.5deg);
}
.menu-button.cross {
    position: relative;
    z-index: -99999;
}
.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding-top: 80px;
}
.mainmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.mainmenu ul li {
    margin-left: 30px;
    position: relative;
}
.mainmenu ul li:first-child {
    margin-left: 0px;
}
.mainmenu ul li a {
    display: block;
    color: #fff;
    padding: 5px 0;
}
.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
    color: #37dba9;
}
.mainmenu ul li>ul {
    display: block;
    width: 225px;
    background: #232323;
    position: absolute;
    left: 0;
    padding: 25px 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 999;
}
.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}
.mainmenu ul li>ul li {
    display: block;
    margin-left: 0px;
}
.mainmenu ul li>ul li a {
    position: relative;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
	overflow:hidden;
}
.mainmenu ul li>ul li a i{
	float:right;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	padding:2px 0px;
}
.mainmenu ul li>ul li:hover a i{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
.mainmenu ul li>ul li>a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "-";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    visibility: hidden;
}
.mainmenu ul li>ul li:hover>a {
    padding-left: 30px;
    color: #f8c218;
}
.mainmenu ul li>ul li:hover>a:before {
    visibility: visible;
    color: #f8c218;
    left: 10px;
}
.mainmenu ul li>ul li>ul {
    left: 100%;
    top: 0px;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.header-right li {
    padding: 0px 30px;
    position: relative;
}
.header-right li:last-child {
    padding-right: 0px;
}
.header-right li:first-child {
    padding-left: 0px;
}
.header-right li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 1px;
    background: #8183ba;
    content: "";
}
.header-right li:first-child:before {
    display: none;
}
.header-right li a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 3px 0px;
}
.header-right li a:hover {
    color: #37dba9;
}
.menu-button {
    padding: 8px 0;
    cursor: pointer;
}
.header-right li>ul {
    position: absolute;
    right: 30px;
    top: 120%;
    width: 300px;
    background: #fff;
    border-top: 2px solid #37dba9;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 999;
}
.header-right li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.header-right li>ul li {
    display: block;
    padding: 0px;
}
.header-right li>ul li form {
    position: relative;
}
.header-right li>ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0px 45px 0px 15px;
}
.header-right li>ul li button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #37dba9;
    border: none;
    cursor: pointer;
}
.header-right li>ul li button:hover {
    background: #181d81;
    color: #fff;
}
/*------------------header-area end------------------*/

/*------------------slider-area start------------------*/
.hero-area {
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.hero-content h2 {
    font-size: 72px;
    color: #fff;
    line-height: 85px;
    margin-bottom: 50px;
}
.hero-content a {
    display: inline-block;
    padding: 12px 50px;
    background: #f49524;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.hero-content a:hover {
    background: #f8c218;
}
/*------------------slider-area end------------------*/

/*------------------about-area start------------------*/
.about-area {
    position: relative;
    z-index: 9;
    margin-top: -200px;
    margin-bottom: 140px;
}
.about-img {
    position: relative;
}
.about-img:before,
.about-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: .04;
}
.about-img:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.about:hover .about-img:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-img:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    z-index: 9;
}
.about:hover .about-img:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-img img {
    visibility: hidden;
}
a.about-video {
    display: block;
    width: 100px;
    height: 100px;
    background: #181d81;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border: 6px solid #f8f8f8;
    z-index: 99;
    position: absolute;
    left: 30px;
    bottom: -50px;
}
a.about-video:hover {
    background: #37dba9;
}
.about-content {
    background: #009999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 50px;
}
.about-content span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.about-content span i {
    font-size: 60px;
    color: #fff;
    opacity: .3;
}
.about-content h2 {
    font-size: 23px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 30px;
}
.about-content p {
    color: #1f1f1f;
    padding-left: 60px;
    position: relative;
}
.about-content p:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #1f1f1f;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
/*------------------about-area end------------------*/

/*------------------service-area start------------------*/
.service-area {
    margin-bottom: 70px;
}
.service-title p {
    position: relative;
    font-size: 12px;
    color: #4e5095;
    font-weight: 500;
    border-top: 1px solid #37dba9;
    display: inline-block;
    padding: 30px 0px 30px 30px;
}
.service-title h2 {
    padding-left: 30px;
    line-height: 50px;
    font-weight: 600;
    font-size: 24px;
    opacity: .23;
    margin-bottom: 0px;
}
.service-title h2 span {
    display: block;
    font-size: 72px;
    color: #37dba9;
    margin-bottom: 20px;
}
.service-content {
    margin-bottom: 80px;
}
.service-content h2 {
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}
.service-content h2 span {
    display: block;
    color: #37dba9;
}
.service-wrap {
    position: relative;
    margin-bottom: 30px;
}
.service-wrap:before {
    position: absolute;
    left: -30px;
    top: -10px;
    background: none;
    height: 90px;
    width: 110px;
    z-index: -9;
    content: "";
}
.service-wrap span {
    display: block;
    padding: 15px 0px 50px;
}
.service-wrap span:before {
    color: #181d81;
    font-size: 45px;
}
.service-wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.service-wrap p {
    color: #1f1f1f;
}
/*------------------service-area end------------------*/

/*------------------protfolio-area start------------------*/
.section-title {
    margin-bottom: 50px;
}
.section-title h2 {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 600;
    position: relative;
    min-height: 80px;
    line-height: 80px;
    z-index: 9;
}
.section-title h2 span {
	color: #f49524;
	font-weight: 300;
}
.section-title h2 span.font-style {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #97ecd2;
    font-size: 150px;
    z-index: -9;
    opacity: .5;
    font-weight: 400;
    line-height: 50px;
}
.portfolio-menu button {
    width: 100%;
    background: transparent;
    border: transparent;
    height: 40px;
    text-align: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.portfolio-menu button.active {
    background: #37dba9;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.portfolio-menu button span {
    position: absolute;
    display: block;
    font-size: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    right: 3px;
    background: #181d81;
    top: -12px;
    text-align: center;
    visibility: hidden;
}
.portfolio-menu button.active span {
    visibility: visible;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.item-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.item-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
}
.portfolio-wrap {
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    z-index: 9;
    overflow: hidden;
}
.portfolio-wrap img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.portfolio-wrap:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.portfolio-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181d81;
    content: "";
    z-index: 9;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: .9;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.portfolio-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.portfolio-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.portfolio-wrap:hover .portfolio-content {
    visibility: visible;
    opacity: 1;
}
.portfolio-content h3 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.portfolio-wrap:hover .portfolio-content h3 {
    margin-right: 0px;
}
.portfolio-content p {
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.portfolio-wrap:hover .portfolio-content p {
    margin-left: 0px;
}
.portfolio-content a {
    position: absolute;
    left: 30px;
    bottom: -30px;
    color: #37dba9;
}
.portfolio-wrap:hover .portfolio-content a {
    bottom: 30px;
}
.portfolio-content a span:before {
    color: #37dba9;
    font-size: 30px;
}
.view-all a {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #e5e5e5;
    text-transform: uppercase;
    margin: 20px 0px 30px;
}
.view-all a:hover {
    border-color: #37dba9;
}
.view-all a i {
    margin-left: 5px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.view-all a:hover i {
    transform: rotate(1000deg);
    -webkit-transform: rotate(1000deg);
    -moz-transform: rotate(1000deg);
}
/*------------------protfolio-area end------------------*/

/*------------------awesome-service-area start------------------*/
.awesome-service-area {
    padding: 100px 0px;
    position: relative;
}
.awesome-service-title {
    position: absolute;
    left: 0;
    width: 580px;
    height: 478px;
    background: #009999;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 0px;
}
.awesome-service-title.section-title h2 {
    color: #fff;
}
.awesome-service-title:before {
    position: absolute;
    left: 130px;
    top: 150px;
    width: 100%;
    height: 100%;
    background: url(../images/bg/1.png) no-repeat center center / cover;
    content: "";
}
.awesome-service-wrap {
    position: relative;
}
.awesome-service-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #181d81;
    z-index: 9;
    opacity: .9;
}
.awesome-service-wrap2:before {
    background: #37dba9;
}
.awesome-service-wrap:nth-child(even):before {
    background: #37dba9;
}
.awesome-service-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.awesome-service-content h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}
.awesome-service-content p {
    color: #37dba9;
    text-transform: capitalize;
    font-size: 12px;
}
.awesome-service-wrap2 .awesome-service-content p {
    color: #181d81;
}
.awesome-service-content span {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.awesome-service-content span:before {
    font-size: 30px;
    color: #fff;
}
.awesome-service-active {
    padding: 100px 0;
}
.awesome-service-active .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    bottom: 30px;
}
.awesome-service-active .owl-dot {
    height: 15px;
    width: 15px;
    background: #181d81;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}
.awesome-service-active .owl-dot.active {
    background: #37dba9;
}
/*------------------awesome-service-area end------------------*/

/*------------------testmonial-area start------------------*/
.test-wrap img {
    margin-bottom: 20px;
}
.test-wrap h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0px 5px;
    color: #181d81;
}
.test-wrap span {
    display: block;
    color: #d0d0d0;
}
/*------------------testmonial-area end------------------*/

/*------------------team-area start------------------*/
.team-area {
    background: #f2f3f5;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.team-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -9;
    background: url(../images/bg/1.png);
}
.team-wrap {
    position: relative;
}
.team-content {
    background: #37dba9;
    padding: 20px 0px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -85px;
    text-align: center;
}
.team-content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.team-content p {
    font-size: 11px;
    color: #fff;
}
.team-active.owl-carousel .owl-stage-outer {
    height: 390px;
}
.team-active .owl-item {
    bottom: -98px;
}
.team-active .owl-item.active.center {
    margin-top: -85px;
}
/*------------------team-area end------------------*/

/*------------------quick-area start------------------*/
.quick-area {
    padding: 75px 0px;
    background: #999999;
}
.quick-wrap h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.quick-wrap p {
    color: #009999;
    font-size: 18px;
}
.quick-wrap ul {
    padding: 6px 0px;
}
.quick-wrap li {
    display: inline-block;
    margin-right: 30px;
}
.quick-wrap li:first-child {
    margin-left: 0px;
}
.quick-wrap li a {
    display: block;
    width: 195px;
    height: 50px;
    background: #009999;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #009999;
}
.quick-wrap li a:hover {
    background: transparent;
}
.quick-wrap li:first-child a {
    background: transparent;
}
.quick-wrap li:first-child a:hover {
    background: #37dba9;
}
/*------------------quick-area end------------------*/

/*------------------blog-area start------------------*/
.blog-area {
    padding: 130px 0px 80px;
}
.blog-wrap {
    margin-bottom: 50px;
}
.blog-img {
    padding: 20px 0px 0px 20px;
    position: relative;
}
.blog-images {
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.blog-images img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-wrap:hover .blog-images img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.blog-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 80%;
    background: #37dba9;
    content: "";
    z-index: 9;
}
.blog-wrap:hover .blog-img:before {
    background: #181d81;
}
.blog-images:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.blog-wrap:hover .blog-images:before {
    opacity: .3;
    -webkit-transform: scale3d(2.5, 1.6, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.5, 1.6, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.blog-meta {
    position: relative;
    padding-top: 30px;
}
.blog-meta:before {
    position: absolute;
    left: -55px;
    top: 0;
    width: 130px;
    height: 2px;
    background: #181d81;
    content: "";
}
.blog-wrap:hover .blog-meta:before {
    background: #37dba9;
}
.blog-meta h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.blog-meta p {
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: 10px;
}
.blog-content {
    padding-top: 30px;
}
.blog-content h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
}
.blog-content p {
    margin: 20px 0px 30px;
}
.blog-content a.readmore {
    text-decoration: underline;
    text-transform: capitalize;
    color: #181d81;
    font-weight: 500;
}
.blog-content a.readmore:hover {
    color: #37dba9;
}
/*------------------blog-area end------------------*/
#googleMap {
    width: 100%;
    height: 500px;
}
/*------------------footer-area start------------------*/
.footer-area {
    padding: 130px 0px 50px;
    background: #1f1f1f;
}
.footer-widget img {
    margin-bottom: 40px;
}
.footer-widget ul {
    margin-bottom: 50px;
}
.footer-widget ul li {
    display: inline-block;
    margin: 0px 20px;
}
.footer-widget ul li a {
    display: block;
    font-size: 36px;
    color: #fff;
}
.footer-widget ul li a:hover {
    color: #181d81;
}
.footer-widget p {
    color: #fff;
}
.footer-widget p span {
    color: #37dba9;
}
/*------------------footer-area end------------------*/

/*=========================================================
                home page two style here
=========================================================*/
.header-style2.header-area {
    position: static;
    padding-top: 0;
    background: #fff;
}
.header-style2 .logo {
    padding: 50px 0px;
}
.header-style2 .mainmenu ul li a,
.header-style2 .header-right li a {
    padding: 56px 0px;
    color: #1f1f1f;
}
.header-style2 .mainmenu ul li:hover>a,
.header-style2 .mainmenu ul li.active>a,
.header-style2 .header-right li:hover a {
    color: #37dba9;
}
.header-style2 .mainmenu ul li>ul li a {
    padding: 10px 25px;
    color: #fff;
}
.header-style2 .mainmenu ul li>ul li:hover>a {
    padding-left: 15px;
    color: #f8c218;
}
.header-style2 .menu-button {
    padding: 61px 0;
}
.header-style2 .bar {
    background-color: #1f1f1f;
}
.header-style2 .header-right li:before {
    top: 50%;
    height: 20px;
    width: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.slider-items {
    position: relative;
    z-index: 9;
}
.slider-items img {
    visibility: hidden;
}
.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .85;
}
.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.slider-content h2 {
    line-height: 83px;
    font-size: 60px;
    font-weight: 600;
    color: #181d81;
    margin-bottom: 30px;
}
.slider-content h2 span {
    color: #37dba9;
    position: relative;
    display: inline-block;
}
.slider-content h2 span:before {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 3px;
    background: #37dba9;
    content: "";
}
.slider-content a {
    display: inline-block;
    padding: 12px 45px;
    background: #181d81;
    color: #fff;
    text-transform: uppercase;
}
.slider-content a:hover {
    background: #37dba9;
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background: #37dba9;
    color: #fff;
    line-height: 45px;
    text-align: center;
    visibility: hidden;
}
.next-prev-style:hover .owl-nav div {
    left: 0;
    visibility: visible;
}
.next-prev-style .owl-nav div:hover {
    background: #181d81;
}
.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}
.next-prev-style:hover .owl-nav div.owl-next {
    right: 0;
}

/*about*/
.about-wrap h2 {
    line-height: 48px;
    font-size: 30px;
    margin-bottom: 20px;
}
.about-wrap h2 span {
    color: #37dba9;
}
.about-wrap h3 {
    line-height: 38px;
    font-size: 48px;
    width: 100px;
    margin: 40px 0px 10px;
}
.about-wrap span.color {
    font-size: 18px;
    color: #181d81;
}
/*about*/

/*service*/
.service-area2 {
    margin: 120px 0px 80px;
}
.service-area2 .service-wrap {
    padding: 80px 40px 80px 40px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .1);
}
.service-area2 .service-wrap:hover {
    box-shadow: 0px 2px 30px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.service-area2 .service-wrap span:before {
    color: #37dba9;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.service-area2 .service-wrap:hover span:before {
    color: #181d81;
}
.service-area2 .service-wrap:before {
    left: 10px;
    top: 70px;
}
.service-area2 .service-wrap p {
    margin-bottom: 20px;
}
.service-area2 .service-wrap a {
    text-decoration: underline;
    color: #f49524;
}
.service-area2 .service-wrap a:hover {
    color: #009999;
}
/*service*/

/*project*/
.portfolio-area2 {
    padding: 130px 0px 100px;
}
.portfolio-area2 .portfolio-menu {
    margin-bottom: 50px;
}
.portfolio-area2 .portfolio-menu button {
    width: auto;
    padding: 10px 30px;
    margin-bottom: 0px;
}
.portfolio-area2 .portfolio-wrap {
    margin-bottom: 30px;
}
/*project*/

/*workflow area */
.workflow-wrap {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.workflow-img {
    height: 144px;
    width: 166px;
    position: relative;
    background: #000;
    z-index: 9;
    overflow: hidden;
}
.workflow-img:before,
.workflow-img:after {
    position: absolute;
    left: -41px;
    top: 0;
    width: 83px;
    height: 100%;
    background: #fff;
    content: "";
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    transform: skew(30deg);
    z-index: 9999;
}
.workflow-img:after {
    right: -41px;
    left: auto;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    transform: skew(-30deg);
}
.workflow-wrap2 .workflow-img:before {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    transform: skew(-30deg);
}
.workflow-wrap2 .workflow-img:after {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    transform: skew(30deg);
}
.workflow-img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #181d81;
    opacity: .5;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.workflow-wrap:hover .workflow-img span {
    background: #37dba9;
}
.workflow-img h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    z-index: 9;
}
.workflow-wrap h4 {
    position: absolute;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
    right: 55px;
    display: inline-block;
    padding-top: 20px;
    z-index: 9;
}
.workflow-wrap2.workflow-wrap h4 {
    bottom: 60px;
    right: 0;
}
.workflow-wrap h4:before {
    position: absolute;
    left: -50px;
    top: 0;
    width: 80px;
    height: 3px;
    background: #181d81;
    content: "";
}
.workflow-wrap2.workflow-wrap h4:before {
    left: -30px;
}
/*workflow area */
.blog-area2 {
    background: #fff;
}
.team-area2 .team-img img {
    width: 250px !important;
    margin: auto;
}
.team-area2 .team-active.owl-carousel .owl-stage-outer {
    height: 398px;
}
/*=========================================================
                home page two style end
=========================================================*/

/*=========================================================
            home page Three style start
=========================================================*/
.slider-area2 .slider-items:before {
    opacity: 0;
}
.slider-area2 .slider-content {
    text-align: right;
}
.slider-area2 .slider-content h2 {
    font-size: 45px;
    line-height: 72px;
    margin-bottom: 35px;
}
.slider-area2 .slider-content ul li {
    display: inline-block;
    margin-left: 15px;
}
.slider-area2 .slider-content ul li:first-child {
    margin-left: 0px;
}
.slider-area2 .slider-content.text-left {
    text-align: left;
}

/*service*/
.service-area3 {
    padding: 120px 0px 70px;
    margin-bottom: 120px;
    border-bottom: 1px solid #e5e5e5;
}
.service-title2 {
    margin-bottom: 60px;
}
.service-title2 h2 {
    position: relative;
    padding-top: 25px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.service-title2 h2:before {
    width: 100px;
    height: 1px;
    background: #37dba9;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}
.service-area3 .service-wrap {
    padding-left: 30px;
}
.service-area3 .service-wrap:before {
    left: 0;
}
/*service*/

/*about*/
.about-area3 {
    margin-bottom: 120px;
}
.about-images3 {
    margin-bottom: 50px;
    position: relative;
}
.about-images3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: "";
    border: 50px solid rgba(0, 0, 0, .3);
}
.about-images3:hover:before {
    opacity: 1;
}
.about-images3 img {
    visibility: hidden;
}
.about-wrap3 h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #181d81;
    font-weight: 600;
}
.about-wrap3 h2 span {
    color: #37dba9;
}
.about-wrap3 ul {
    margin-bottom: 30px;
}
.about-wrap3 ul li {
    margin-left: 30px;
    display: inline-block;
}
.about-wrap3 ul li:first-child {
    margin-left: 0px;
}
.about-wrap3 ul li a {
    padding-bottom: 10px;
    position: relative;
    display: block;
    color: #858585;
    font-weight: 600;
    border-bottom: 1px solid #858585;
}
.about-wrap3 ul li a.active {
    color: #181d81;
    border-color: #181d81;
}
.about-wrap3 p {
    margin-bottom: 20px;
}
.about-wrap3 h3 {
    font-size: 36px;
    font-weight: 600;
    color: #181d81;
}
.about-wrap3 .row span {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
.about-wrap3 .row span:before {
    width: 50px;
    height: 1px;
    background: #181d81;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
/*about*/

/*spacila-area*/
.spacial-area {
    padding: 100px 0px;
}
.spacial-wrap {
    padding: 80px;
    background: rgba(24, 29, 129, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.spacial-wrap h2 {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 30px;
}
.spacial-wrap h2 span {
    color: #37dba9;
}
.spacial-wrap p {
    color: #fff;
}
/*spacila-area*/

/*pricing-area*/
.pricing-area {
    padding: 120px 0px 90px;
}
.pricing-title h2 {
    position: relative;
    font-size: 36px;
    padding-top: 25px;
    margin-bottom: 25px;
}
.pricing-title h2 span {
    color: #37dba9;
}
.pricing-title h2:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    height: 1px;
    width: 100px;
    content: "";
    top: 0;
    background: #37dba9;
}
.pricing-title {
    margin-bottom: 50px;
}
.pricing-wrap {
    margin-bottom: 30px;
    padding: 70px 50px 60px;
    position: relative;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .05);
}
.pricing-wrap:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .05);
}
.pricing-wrap span.icon {
    display: block;
    top: 10px;
    position: relative;
}
.pricing-wrap span:before {
    font-size: 50px;
    color: #181d81;
}
.pricing-wrap span.icon:after {
    position: absolute;
    left: -25px;
    top: -25px;
    content: "";
    width: 110px;
    z-index: 9;
    height: 90px;
    background: url(../images/service/1.png);
}
.pricing-wrap ul {
    margin-top: 60px;
}
.pricing-wrap ul li {
    line-height: 50px;
    color: #181d81;
    display: block;
}
.pricing-wrap h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0px;
}
.pricing-wrap h3 span.size {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    top: -6px;
}
.pricing-wrap h3 span.color {
    color: #37dba9;
    font-size: 10px;
}
.pricing-wrap a {
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 50px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #37dba9;
    color: #37dba9;
    margin-top: 50px;
}
.pricing-wrap a:hover {
    background: #37dba9;
    color: #fff;
}
.pricing-wrap h4 {
    width: 170px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #29af8a;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 58px;
    margin: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.pricing-wrap:hover h4 {
    background: #181d81;
}
.pricing-wrap h4:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-top: 29px solid transparent;
    border-left: 35px solid #fff;
    border-bottom: 29px solid transparent;
    content: "";
    z-index: 9;
}
/*pricing-area*/

/*contact-area*/
.contact-area {
    padding: 120px 0px 70px;
}
.contact-wrap {
    margin-bottom: 50px;
}
.contact-wrap h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #181d81;
}
.contact-wrap h2 span {
    color: #29af8a;
}
.contact-form {
    padding: 50px 30px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .05);
}
.contact-form span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 45px;
    border: none;
    background: #fafafa;
    padding-left: 15px;
    margin-bottom: 20px;
}
.contact-form textarea {
    height: 110px;
}
.contact-form button {
    height: 45px;
    width: 150px;
    background: #f49524;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
/*contact-area*/
/*=========================================================
            home page Three style end
=========================================================*/

/*=========================================================
            about page start
=========================================================*/
.breadcumb-area {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.breadcumb-area.black-opacity:before {
    opacity: .5;
}
.breadcumb-wrap {
    background: rgba(255, 255, 255, 0.9);
    padding: 70px 0px;
    border: 20px solid rgba(0, 0, 0, .3);
    text-align: center;
}
.breadcumb-wrap h2 {
    text-transform: uppercase;
    color: #181d81;
    font-weight: 700;
    margin-bottom: 20px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}
.breadcumb-wrap ul li.active {
    color: #29af8a;
}

/*skill-area*/
.skill-area {
    position: relative;
    background: #f2f3f5;
    padding: 120px 0px 90px;
}
.skill-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/skill.jpg)no-repeat center center / cover;
    background-attachment: fixed;
}
.skill-img.black-opacity:before {
    opacity: .3;
}
.skill-wrap {
    padding-left: 30px;
}
.skill-wrap h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    color: #181d81;
    margin-bottom: 30px;
}
.progress-wrap {
    overflow: hidden;
    padding-bottom: 30px;
}
.progress-wrap p {
    text-transform: uppercase;
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 10px;
}
.progress-wrap .progress {
    overflow: visible;
    height: 10px;
    border-radius: 5px;
    background: #1f1f1f;
}
.progress-wrap .progress-bar {
    background: #29af8a;
    position: relative;
    border-radius: 5px;
}
.progress-wrap .progress-bar span {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 14px;
    color: #181d81;
    font-weight: 500;
}
.progress-wrap .progress-bar:before {
    position: absolute;
    right: -2px;
    top: -6px;
    width: 20px;
    height: 20px;
    border: 2px solid #181d81;
    background: #29af8a;
    border-radius: 50%;
    content: "";
}
/*skill-area*/

.about-page-wrap h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
    color: #009999;
}
.about-page-wrap h2 span {
    color: #29af8a;
}
.about-page-wrap p {
    margin-bottom: 20px;
}
.about-page-wrap ul {
    margin-top: 20px;
}
.about-page-wrap ul li {
    padding: 10px 20px 10px 40px;
    border: 1px solid #e5e5e5;
    text-transform: capitalize;
    margin-top: -1px;
    position: relative;
}
.about-page-wrap ul li:before {
    position: absolute;
    left: 15px;
    top: 10px;
    content: "\f104";
    font-size: 16px;
    color: #181d81;
    font-family: fontawesome;
}
.about-page-img {
    position: relative;
}
.about-page-img.black-opacity:before {
    opacity: .2;
    z-index: 9;
}
.about-page-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
/*=========================================================
            about page start
=========================================================*/
.no-gutter-area {
    padding: 120px 0px;
}
.no-gutter-area .portfolio-wrap {
    margin-bottom: 0px;
}
.no-gutter-area .view-all a {
    margin: 50px 0px 0px;
}
/*=========================================================
            service page start
============================*/

/*servic-page*/
.service-page-img {
    background-attachment: fixed;
    position: relative;
}
.service-page-img img {
    visibility: hidden;
}
.service-page-img.black-opacity:before {
    opacity: .5;
}
.service-page {
    background: #222;
}
.service-page-wrap {
    padding: 100px 100px 70px 100px;
}
.service-page-items {
    margin-bottom: 30px;
    border: 1px solid #555;
    padding: 30px;
    position: relative;
}
.service-page-items:hover {
    border-color: #29af8a;
}
.service-page-items span {
    display: block;
    margin-bottom: 20px;
}
.service-page-items span:before {
    font-size: 40px;
    color: #858585;
}
.service-page-items h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fafafa;
    margin-bottom: 15px;
    font-weight: 500;
}
.service-style2 .service-wrap {
    padding: 0px;
}
.service-style2 .service-wrap:before {
    display: none;
}
.service-style2 .service-text {
    padding: 30px;
}
/*servic-page*/

/*service-details-area*/
.service-menu {
    margin-bottom: 50px;
}
.service-menu ul li a {
    position: relative;
    padding: 15px 40px;
    display: block;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
    margin-top: -1px;
}
.service-menu ul li:hover a {
    padding-left: 50px;
}
.service-menu ul li.active a,
.service-menu ul li:hover a {
    background: #009999;
    border-color: #009999;
    color: #fff;
}
.service-banner {
    position: relative;
}
.service-banner img {
    width: 100%;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0px 30px;
}
.banner-content p {
    font-weight: 500;
    color: #fff;
    font-style: italic;
    line-height: 28px;
    font-size: 15px;
}
.banner-content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 2px solid #fff;
    content: "";
}
.service-details-wrap h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #181d81;
    margin: 50px 0px 30px;
}
.service-details-wrap h3 span {
    color: #29af8a;
}
.service-details-wrap p {
    margin-bottom: 20px;
}
.service-details-items {
    padding: 35px 20px;
    border: 1px solid #181d81;
    position: relative;
    padding-left: 90px;
    margin-top: 30px;
}
.service-details-items:hover {
    border-color: #29af8a;
}
.service-details-items span {
    position: absolute;
    left: 30px;
    top: 45px;
}
.service-details-items span:before {
    color: #181d81;
    font-size: 40px;
}
.service-details-items h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.service-details-items p {
    margin-bottom: 0px;
}
/*service-details-area*/

/*portfolio-details-area start*/
.portfolio-details-img {
    margin-bottom: 50px;
    position: relative;
}
.portfolio-details-img.black-opacity:before {
    opacity: 1;
    border: 50px solid rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
}
.portfolio-details-wrap h3 {
    font-size: 24px;
    font-weight: 600;
    color: #181d81;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.portfolio-details-wrap h3 span {
    color: #29af8a;
}
.portfolio-details-wrap p {
    margin-bottom: 25px;
}
.portfolio-details-wrap p:last-child {
    margin-bottom: 0px;
}
.portfolio-details-wrap h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.portfolio-details-wrap ul li {
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-top: -1px;
}
/*portfolio-details-area start*/

/*team-page start*/
.team-page-area {
    background: transparent;
    padding: 120px 0px 90px;
}
.team-page-area .team-wrap {
    margin-bottom: 30px;
    text-align: center;
    padding-top: 20px;
    background: #fff;
}
.team-page-area .team-content {
    position: static;
}
/*team-page start*/

/*blog-page start*/
.pagination-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination-wrapper ul li a,
.pagination-wrapper ul li span.current {
    display: block;
    height: 45px;
    width: 45px;
    border: 1px solid #181d81;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    margin-left: -1px;
    color: #181d81;
}
.pagination-wrapper ul li:hover a,
.pagination-wrapper ul li span.current {
    background: #181d81;
    color: #fff;
    border-color: #181d81;
}
.blog-grid-area .blog-content {
    padding: 30px 20px;
    background: #fafafa;
}
.blog-grid-area .blog-content h3 a {
    font-size: 20px;
}
.blog-grid-area .blog-img:before {
    width: 100%;
    height: 100%;
}
/*blog-page start*/

/*sidebar-start*/
.widget {
    margin-bottom: 50px;
}
.widget-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #181d81;
}
.widget_search form {
    position: relative;
}
.widget_search .form-group {
    margin-bottom: 0px;
}
.widget_search input {
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 20px;
    border: 1px solid #e5e5e5;
}
.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #181d81;
    color: #fff;
    border: none;
    cursor: pointer;
}
.widget_search button:hover {
    background: #29af8a;
}
.widget_categories ul li,
.widget_archive ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.widget_categories ul li:first-child,
.widget_archive ul li:first-child {
    padding-top: 0px;
}
.widget_categories ul li a,
.widget_archive ul li a {
    display: block;
    padding-left: 30px;
    position: relative;
}
.widget_categories ul li a:before,
.widget_archive ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
}
.widget_categories ul li a:hover:before,
.widget_archive ul li a:hover:before {
    left: 10px;
}
.widget_author img {
    border-radius: 50%;
    border: 5px solid #181d81;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.widget_author:hover img {
    border-color: #29af8a;
}
.widget_author p {
    margin-bottom: 25px;
}
.widget_author a {
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #29af8a;
    text-transform: uppercase;
}
.tagcloud ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.tagcloud ul li a {
    display: block;
    padding: 8px 15px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.tagcloud ul li a:hover {
    background: #181d81;
    border-color: #181d81;
    color: #fff;
}
.widget_recent_entries ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content {
    overflow: hidden;
}
.post-content a {
    display: block;
    margin-bottom: 10px;
}
.post-content p {
    font-size: 12px;
    font-weight: 500;
    color: #181d81;
    font-style: italic;
}
.blog-list-area .blog-meta {
    margin-bottom: 10px;
    padding-top: 0px;
}
.blog-list-area .blog-meta:before {
    display: none;
}
.blog-list-area .blog-meta ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}
.blog-list-area .blog-content {
    padding-top: 20px;
}
.blog-list-area .blog-content p {
    margin: 20px 0px 20px;
}
.blog-list-area .blog-content h3 a {
    font-size: 20px;
}
/*sidebar-start*/

/*blog-details-area start*/
.blog-details-area {
    padding: 120px 0px 70px;
}
.blog-details-wrap,
.comment-form-area {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}
.blog-details-img {
    margin-bottom: 50px;
}
.blog-details-wrap ul {
    margin-bottom: 30px;
}
.blog-details-wrap ul li {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
}
.blog-details-wrap ul li i {
    margin-right: 5px;
}
.blog-details-wrap h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #181d81;
    font-weight: 600;
    margin-bottom: 30px;
}
.blog-details-wrap h3 span {
    color: #29af8a;
    text-decoration: underline;
}
.blog-details-wrap p {
    margin-bottom: 25px;
}
.blog-details-wrap blockquote {
    padding: 40px 40px 40px 50px;
    background: #f1f1f1;
    font-size: 16px;
    line-height: 28px;
    margin: 40px 0px;
    font-style: italic;
    border-left: 5px solid #181d81;
}
.blog-details-wrap h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 35px;
}
.comment-main {
    padding-bottom: 40px;
}
h3.blog-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #181d81;
    text-transform: uppercase;
    font-weight: 600;
}
h3.blog-title span {
    color: #29af8a;
}
ol {
    list-style: none;
}
.comment-wrapper {
    position: relative;
}
.comments-reply {
    margin-top: 10px
}
.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.comment-theme {
    float: left;
    margin-right: 30px;
}
.comment-main-area {
    overflow: hidden;
}
.comment-image {
    border-radius: 50%;
    border: 5px solid #181d81;
    overflow: hidden;
}
.comment-wrap:hover .comment-image {
    border-color: #29af8a;
}
.comment-wrap1 {
    margin-left: 70px;
}
.comment-wrap2 {
    margin-left: 140px;
    margin-bottom: 0px;
}
.sewl-comments-meta h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
    color: #181d81;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}
.comment-area p {
    margin-bottom: 25px;
}
.comments-reply a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
}
.comments-reply a i {
    margin-right: 5px;
}
.comments-reply a:hover {
    color: #fff;
    background: #181d81;
    border-color: :#181d81;
}
.comment.even.thread-even.depth-1 {
    margin-top: 40px;
}
.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}
.sewl-form-textarea textarea {
    height: 230px;
}
.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #29af8a;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.form-submit input:hover {
    background: #181d81;
}
.blog-active {
    margin-bottom: 50px;
}
.blog-active .blog-details-img {
    margin-bottom: 0px;
}
.blog-details-img iframe {
    width: 100%;
    height: 435px;
}
/*blog-details-area  end*/

/*===================================================
                contact-area start
=====================================================*/
.contact-area2 .contact-form input {
    height: 55px;
    margin-bottom: 25px;
}
.contact-area2 .contact-form textarea {
    height: 250px;
}
.contact-area2 .contact-form {
    background: #fff;
}
.contact-form button:hover {
    background: #29af8a;
}
.contact-wrap ul li {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    padding: 40px 30px 40px 100px;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-wrap ul li:last-child {
    margin-bottom: 0px;
}
.contact-wrap ul li i {
    color: #f49524;
    font-size: 48px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.contact-wrap ul li p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 24px;
}
.contact-wrap ul li p span {
    display: block;
}

/*comingsoon-area start*/
.comingsoon-area {
    padding: 200px 0px;
    background: url(../images/comingsoon.png) center center;
}
.comingsoon-area.black-opacity:before {
    opacity: .5;
}
.comingsoon-wrap img {
    margin-bottom: 40px;
}
.comingsoon-wrap h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    margin-bottom: 40px;
}
.comingsoon-wrap p {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 50px;
}
.comingsoon-wrap p span {
    color: #29af8a;
}
.comingsoon-wrap div {
    overflow: hidden;
}
.comingsoon-wrap span.cdown {
    width: 25%;
    background: rgba(0, 0, 0, .5);
    display: block;
    float: left;
    text-align: center;
    padding: 50px 0px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.comingsoon-wrap span.cdown:last-child {
    border-right: none;
}
.comingsoon-wrap span.cdown span {
    font-size: 50px;
    color: #29af8a;
    display: block;
    font-weight: 600;
    line-height: 50px;
}
.comingsoon-wrap span.cdown p {
    text-transform: uppercase;
    margin-bottom: 0px;
}
.comingsoon-wrap form {
    margin-top: 50px;
    position: relative;
}
.comingsoon-wrap input {
    width: 100%;
    height: 60px;
    padding: 0px 60px 0px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
}
.comingsoon-wrap button {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 58px;
    height: 58px;
    background: #181d81;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.comingsoon-wrap button:hover {
    background: #29af8a;
}
/*comingsoon-area end*/

/*error-area start*/
.error-area {
    padding: 200px 0px;
    background: url(../images/comingsoon.png) center center;
}
.error-area.black-opacity:before {
    opacity: .5;
}
.error-wrap h1 {
    font-size: 250px;
    line-height: 250px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.error-wrap h1 span {
    color: #29af8a;
}
.error-wrap h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.error-wrap p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 30px;
    border: 1px solid #fff;
    margin-bottom: 50px;
}
.error-wrap p span {
    color: #29af8a;
}
.error-wrap a {
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    background: #181d81;
    color: #fff;
    font-weight: 500;
}
.error-wrap a:hover {
    background: #29af8a;
}
/*error-area end*/
.swiper-wrapper .sidebar-menu.content .quick-area {
}
.swiper-wrapper .sidebar-menu.content .quick-area {
}
