@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;;
}

a:focus {
    outline: 0px solid
}

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

p {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 31px;
    color: #414142;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #6b6fff;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.container {
    max-width: 1200px;
}

.margin-btm {
    margin-bottom: 30px
}

.white-text {
    color: white;
}

/*============== #1.1 Section heading =================*/

.section-title h4 {
    font-size: 24px;
    text-transform: uppercase
}

.section-title h2 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #414142;
    padding-bottom: 20px
}

/*=============== #1.2 Section button ============*/

.section-button {
    margin-top: 40px
}

.section-button a {
    background-color: #dc912c;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent
}

.section-button a:hover {
    border: 1px solid #6B6FFF;
    color: #6B6FFF;
    background-color: transparent;
    -webkit-box-shadow: 0 5px 16px #fff;
    box-shadow: 0 5px 16px #fff;
}

/*============== #1.3 Scroll up ================*/

#scrollUp {
    background: #dc912c;
    bottom: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    right: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
}

.margin-boottom20 {
    margin-bottom: 20px
}

.margin-boottom30 {
    margin-bottom: 30px
}

/*=================  #1.4 Ajax preloading > #preloader ====================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F7F7F7;
    z-index: 99999999999999;
    height: 100%;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999999999999;
}

#status img {
    height: 150px;
    width: 150px;
}

/*==============  #1.5. Header Menu > .main-navigation ===================*/

.main-navigation {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 11;
    -webkit-transition: .5s;
    transition: .5s
}


/*================= #1.6 Header logo > .logo-area ===================*/

.logo-area a img {
    margin-top: 16px;
    display: inline-block;
    -webkit-transition: .7s;
    transition: .7s;
}

/*=========== #1.7 All menu style area =================*/
/*==============  mainmenu > .menuabr =================*/

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative
}

.main-menu ul li a {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    padding: 32px 0;
    line-height: 1;
    position: relative;
    font-weight: 500;
}

.main-menu ul li a.current:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    top: 70%;
    left: 0;

}

.main-menu ul li a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #fff;
    top: 70%;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu ul li a:hover:before {
    width: 100%
}

.f-right {
    float: right;
}

.mean-container .mean-nav {
    margin-top: 10px;
}

.main-menu ul li ul.dropdown {
    position: absolute;
    right: 0;
    top: 130%;
    width: 220px;
    background-color: #5155ed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 10px 0 15px 10px
}

.main-menu ul li ul.dropdown-home {
    position: absolute;
    left: 0;
}

.main-menu ul li i {
    margin-left: 8px
}

.main-menu ul li:hover ul.dropdown-home {
    top: 104%;
    opacity: 1;
    visibility: visible
}

.main-menu ul li:hover ul.dropdown-home li a:before {
    width: 0;
}

ul.dropdown-home li a:hover {
    color: #cccccc
}

.main-menu ul li:hover ul.dropdown {
    top: 104%;
    opacity: 1;
    visibility: visible
}

.main-menu ul li:hover ul.dropdown li a:before {
    width: 0;
}

ul.dropdown li a:hover {
    color: #cccccc
}

.main-menu ul li ul.dropdown li {
    display: block;
    margin-left: 15px
}

.main-menu ul li ul.dropdown li a {
    padding: 10px 0px;
    -webkit-transition: .5s;
    transition: .5s
}

#mobile-menu {
    display: block;
}

/*===========  stickymenu > .sticky ================*/

.main-navigation.sticky {
    background-color: #1348b3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px #000;
}

.sticky .menubar nav ul li {
    padding: 15px 15px;
}

/*============= #1.8. Header Image > .header-image-area ==================*/

.header-image-area {
    background-image: url(img/main/hero-image.jpg);
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.header-image-area-2 {
    background-image: url(img/main/hero-image.jpg);
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;

}

.header-image-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
    background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8))
}

.header-image-area-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.4)), to(rgba(21, 27, 51, 0.8)));
    background-image: linear-gradient(to bottom, rgba(39, 39, 39, 0.9), rgba(40, 42, 85, 0.4), rgba(21, 27, 51, 0.8));
}

.bg-pattern-effect {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

/*================ header image content > .intro-text ===================*/

.intro-text {
    position: absolute;
    left: 0%;
    top: 37%;
    margin: auto;
    right: 0;
    text-align: center
}

.intro-text h1 {
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: 1px
}

.intro-text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #e5e5e5;
    font-weight: 400;
    line-height: 28px
}

.learnmore {
    margin-top: 25px
}

.learnmore a {
    background-color: #6B6FFF;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 25px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
}

.learnmore a:hover {
    background-color: #fff;
    color: #6B6FFF;
}


/*================== #1.9 About Us Section ========================*/

.about-us-area {
    padding: 90px 0;
}

.about-us-area2 {
    padding: 120px 0 90px 0;
}

.about-content {
    text-align: left;
}

.about-img {
    -webkit-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px
}

.about-img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #1348b3;
    -webkit-transition: .5s;
    transition: .5s
}

.about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #1348b3;
    -webkit-transition: .5s;
    transition: .5s
}

/*================= #1.10 Service Section =====================*/
.fa-money-bill {
    font-size: 80px;
    color: #dc912c;
}

.fa-building {
    font-size: 80px;
    color: #dc912c;
}

.fa-handshake {
    font-size: 80px;
    color: #dc912c;
}

.services-area {
    padding: 90px 0;
    background-color: #f9f9ff
}

.services-content {
    text-align: left;
}

.single-services {
    -webkit-box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
    box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
    text-align: center;
    padding: 20px 0 10px 0;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    box-shadow: 0 0 15px #e6e6e6;
}

.service-box-main {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-services:hover {
    background-color: #4043b3;
    color: white;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
}

.single-services:hover h6 {
    color: white;
}

.single-services:hover i {
    color: white;
}

.single-services img {
    margin-bottom: 30px
}

.single-services h6 {
    padding: 10px;
    font-size: 17px;
    color: #555454;
}

/*================ #1.11 Project Section =======================*/

.projects-area {
    padding: 90px 0;
}

.projects-content {
    text-align: left;
}

.project-heading h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #414142;
    font-size: 24px
}

.project-heading h3::before {
    position: absolute;
    content: "";
    width: 65%;
    height: 4px;
    background-color: #dc912c;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: -10px;
}

.pa-margintop {
    padding-top: 40px;
    margin-bottom: 30px
}

.single-project {
    position: relative;
    overflow: hidden;
}

.single-project img {
    -webkit-transition: 1s;
    transition: 1s
}

.single-project:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-text {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(107, 111, 255, 0.2);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 44%;
    -webkit-transition: .5s;
    transition: .5s
}

.single-project:hover .portfolio-text {
    background-color: rgba(107, 111, 255, 0.5);
}

.portfolio-text h5 {
    color: #fff;
    margin: 0;
    font-size: 25px;
    margin-left: -1200px;
    -webkit-transition: .7s;
    transition: .7s;
    text-transform: capitalize;
    font-weight: 700
}

.portfolio-text a {
    background-color: #fff;
    text-decoration: none;
    color: #6B6FFF;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: .7s;
    transition: .7s;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-left: -700px
}

.portfolio-text a:hover {
    background-color: #6B6FFF;
    color: #fff;
}

.single-project:hover .portfolio-text a {
    margin-left: 0
}

.single-project:hover .portfolio-text h5 {
    margin-left: 0
}

.owl-carousel .owl-dot.active {
    background-color: #6B6FFF !important;
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.owl-carousel .owl-dot {
    background-color: rgba(107, 111, 255, 0.5) !important;
    display: inline-block;
    height: 15px;
    margin: 0 3px;
    width: 15px;
    border-radius: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

/*================== #1.12 Our Feature Section ======================*/

.our-features {
    padding: 90px 0;
    background-color: #F9F9FF
}

.features-heading {
    text-align: center;
    display: inline-block;
    margin: auto
}

.features-heading h2 {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #686ab3;
}

.features-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px
}

.features-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #686ab3;
    left: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-features {
    -webkit-box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
    box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
    text-align: center;
    padding: 40px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.single-features:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 0;
    height: 3px;
    background: #686ab3;
    -webkit-transition: .7s;
    transition: .7s;
}

.single-features:after {
    content: '';
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #686ab3;
    -webkit-transition: .7s;
    transition: .7s;
}

.single-features:hover:before {
    left: 0;
    width: 100%;
}

.single-features:hover:after {
    right: 0;
    width: 100%;
}

.single-features img {
    margin-bottom: 30px
}

.single-features h4 {
    color: #414142;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-features p {
    font-size: 15.5px;
    line-height: 27px
}

/*========== #1.17 Contact Section ==============*/
.contact {
    height: 65vh;
}

.contact-area {
    padding: 90px 0;
    background-color: #f9f9ff;
}

.contact-content {
    padding-right: 30px
}

.contact-icon {
    text-align: right;
    margin-bottom: -40px;
}

.contact-box {
    padding: 15px;
}

/*======== Footer bottom ===========*/

.footer-bottom {
    background-color: #1348b3;
}

.footer-bottom p {
    color: #e5e5e5;
    line-height: 80px;
    margin: 0;
}

.footer-bottom a {
    color: #b9b9e6;
    font-weight: 500;
}

/*============ #2.3 Mission ===================*/

.our-mission {
    padding: 90px 0;
}

.mission-content {
    padding-top: 0;
}

.mission-content ul {
    margin-left: 20px;
}

.mission-content ul li {
    list-style: none;
    line-height: 28px;
}

.mission-list {
    padding-left: 15px;
    list-style: none;
}

.mission-content ul li::before {
    content: "•";
    color: #dc912c;
    display: inline-block;
    width: 30px;
    font-size: 30px;
    margin-left: -1em;
}

/*============= #7.1 Default Text =============*/
.defult-text {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
}

.defult-text h1 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    color: #9590e5;
}

.defult-text a {
    border: 1px solid #6b6fff;
    color: #6b6fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}

.defult-text a:hover {
    background-color: #6b6fff;
    color: #fff;
}

/*============= #7.2 404 Animation =============*/
.is-animate div {
    display: inline-block;
}

.is-animate span {
    font-size: 120px;
    font-weight: 900;
    color: #9590e5;
}

.is-animate.style1 > div {
    -webkit-animation-name: style1;
    animation-name: style1;
}

.is-animate > div {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.is-animate > div:nth-child(1) {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s
}

.is-animate > div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.is-animate > div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}


@media (max-width: 769px){
.service-box-main {
    min-height: 410px;}
}
/*=====================================
=======================================
THE END
=======================================
=====================================*/