/*Google Fonts*/

* {
    outline: none !important;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #424242;
    font-family: "Roboto";
    font-size: 14px;
    margin: 0;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

.intro {
    display: table;
    margin: auto;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.white-bg {
    background: #fff !important;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    outline: none !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-default {
    font-size: 16px;
    color: #fff;
    background-color: #1476f2;
    border-color: #1476f2;
    padding: 13px 40px;
    border-radius: 60px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background-color: #4843d2;
    border-color: #4843d2;
}

p + p {
    padding: 10px 0;
}

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

iframe {
    max-width: 100%;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

.custom-container {
    max-width: 1290px;
    width: 100%;
}

.p50 {
    padding: 20px;
}

.padding50 {
    padding: 50px 0;
}

.pb50 {
    padding-bottom: 50px !important;
}

/******************************************
    Common Css Start
    ******************************************/

section {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -mpz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h4 {
    color: #9f9f9f;
    font-size: 1.7rem;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt60 {
    margin-top: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

::-webkit-scrollbar-thumb {
    background: #954821;
    -webkit-box-shadow: inset 0 0 6px #954821;
    display: none;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: transparent;
    display: none;
}

::-webkit-scrollbar {
    width: 1em;
    display: none;
}

/*EXTRA CSS STARTS HERE*/

/**/

/*BANNER*/

.custom-carousel {
    height: 100vh;
    overflow: hidden;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    border-radius: 0px;
    margin-right: 2px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.slider-banner .item {
    width: 100%;
    position: ;
}

.slider-banner .item img {
    width: 100%;
}

.slider-banner .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #252525ad;
    background-repeat: repeat;
}

.slider-caption {
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}

.banner-caption {
    position: relative;
    padding-top: 75px;
}

.banner-caption::before {
    /* content:""; */
    position: absolute;
    width: 73px;
    height: 10px;
    background: #1476f2;
    left: 0;
    top: 17%;
}

.banner-caption-texts {
    position: relative;
}

.banner-caption h3 {
    color: #313131;
    font-size: 49px;
    font-family: Roboto;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner-caption h3 span {
    /* font-weight: 700; */
    /* color: #3a3a3a; */
}

.banner-caption p {
    color: #5f5f5f;
    font-size: 20px;
    margin-top: 12px;
    line-height: 26px;
    font-weight: 300;
    /* letter-spacing: 5px; */
}

.banner-caption img {
    margin-top: 100px;
}

.banner-caption .btn {
    margin-top: 50px;
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: 1px;
    border: 3px solid #1476f2;
    font-weight: 600;
    border-radius: 300px;
    background: #1476f2;
    color: #fefefe;
}

.banner-caption .btn:hover,
.banner-caption .btn:focus,
.banner-caption .btn:active {
    background: #1476f2;
    border-color: #1476f2;
}

.btn-tranparent {
    background: transparent !important;
    color: #1476f2 !important;
}

.banner-caption a + a {
    margin-left: 5px;
}

/* MAIN BANNER */

.mainbanner {
    background: #fff;
    background-size: cover;
    position: relative;
}

.banner-caption::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    /* transform: skewY(4deg); */
    border-radius: 50%;
    background-image: linear-gradient(to right, #f8f7ff, #fbfbfb);
    top: -20px;
    left: -96px;
}

/* NAVBAR */

.fixed-nav-top {
    margin: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: transparent;
    border-radius: 0;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    margin-top: 15px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding: 18px 15px;
    /* text-transform: uppercase; */
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    /* color: #e9274c; */
    background-color: transparent;
}

.navbar-brand > img {
    display: block;
    width: 70px;
    margin-top: 10px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.navbar-nav li a.active {
    color: #ffffff;
    font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
}

.affix {
    background: #ffffff;
    box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
    -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
    -moz-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
}

.affix .navbar-brand {
    margin: 0;
    padding: 0;
}
.affix .navbar-brand img {
    filter: none;
}
.affix .nav li a {
    color: #464646 !important;
    margin-top: 0;
}

.affix .nav li a.active {
    color: #1476f2;
    /* background: #f3275c; */
}

.affix .nav li a.hvr-underline-from-center:before {
    background: #1476f2;
}

/* OFFICE TESTIMONIALS */

.office-testimonial {
    background: #1476f2;
    padding: 35px 0;
    font-family: Roboto;
}

.office-testimonial h2 {
    color: #fff;
    font-weight: 600;
}

.office-testimonial p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

/* KEY FEATURES */

.key-features {
    padding: 80px 0;
    background: #ffffff;
}

.key-features .btn {
    font-size: 14px;
    margin-top: 50px;
    border-radius: 0;
    padding: 10px 26px;
    letter-spacing: 1px;
    border: 2px solid #0072f6;
    font-weight: 500;
    /* border-radius: 300px; */
    background: transparent;
    color: #0072f6;
    text-transform: uppercase;
}

.key-features .btn:hover,
.key-features .btn:focus,
.key-features .btn:active {
    background: #1476f2;
    border-color: #1476f2;
    color: #fff;
}

.key-features h3 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 10px;
}

.key-features .text-right h3 {
    padding-left: 20%;
    text-align: right;
}

.key-features .text-left h3 {
    padding-right: 20%;
    text-align: left;
}

.key-features p {
    color: #3e3e3e;
    font-size: 16px;
}

.key-features img {
    box-shadow: 0px 20px 150px rgba(51, 73, 90, 0.04);
}

/* POPULAR BLOGS */

.gray-bg {
    background: #fbfbfb;
}

.latest-blogs {
    padding: 80px 0;
    position: relative;
}

.latest-blogs::before {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 150px;
    background: #fbfbfb;
    transform: skewY(-4deg);
    top: -60px;
}

.team_wrapper {
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
}

.blog_wrapper {
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
}

.blog-texts {
    padding: 25px;
    min-height: 167px;
}

.team-texts {
    padding: 25px;
    min-height: 111px;
    text-align: center;
}

.blog-texts span span {
    font-family: Roboto;
}

.blog-texts .text-muted {
    margin-bottom: 10px;
    font-size: 12px;
}

.blog-texts h4 a {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    display: block;
}

.blog-texts h4 a:hover,
.blog-texts h4 a:active,
.blog-texts h4 a:focus {
    color: #0072f6;
}

.blog_img {
    position: relative;
    height: auto;
    overflow: hidden;
}

.team_img {
    position: relative;
    height: auto;
    max-height: 400px;
    overflow: hidden;
}

.team_img img {
    width: 100%;
    height: auto;
}
/* .blog_img_overlay_1::before{
        content: "";
        position: absolute;
        width: 100%;
        height:100%;
        background: #5d0a98a8;
    }
    .blog_img_overlay_2::before{
        content: "";
        position: absolute;
        width: 100%;
        height:100%;
        background: #ab006d99;
    }
    .blog_img_overlay_3::before{
        content: "";
        position: absolute;
        width: 100%;
        height:100%;
        background: #0c28bd82;
    }
    .blog_wrapper:hover .blog_img_overlay_1::before{
        background:transparent !important;
    }
    .blog_wrapper:hover .blog_img_overlay_2::before{
        background:transparent !important;
    }
    .blog_wrapper:hover .blog_img_overlay_3::before{
        background:transparent !important;
    } */

.blog-title h3 {
    font-weight: 600;
}

.blog-title i {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10px;
}

.latest-blogs .btn-transparent {
    border: 2px solid #abaaaa;
    border-radius: 0px;
    padding: 12px 25px;
    color: #9c9a9a;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

.latest-blogs .btn-transparent:hover,
.latest-blogs .btn-transparent:focus,
.latest-blogs .btn-transparent:active {
    border-color: #1476f2;
    color: #ffffff;
}

/* CALL TO ACTION */

.call-to-action {
    background: #1476f2;
    padding: 60px 0;
    position: relative;
    box-shadow: 0px 10px 50px #939fa9;
}

/* .call-to-action::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 150px;
        background: #4843d2;
        transform: skewY(-2deg);
        top: -60px;
    } */

.call-to-action h3 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 10px;
}

.call-to-action p {
    font-size: 16px;
    font-weight: lighter;
    color: #eaf2fd;
}

.call-to-action .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #5e9ff1;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    /* box-shadow: 0px 10px 50px #2924a0; */
    border-width: 1px;
}

.call-to-action .btn-default:hover,
.call-to-action .btn-default:focus,
.call-to-action .btn-default:active {
    background: #fff;
    color: #1476f2;
    border-color: #fff;
}

.call-to-action h3 span {
    color: white;
    font-weight: 700;
}

/* FOOTER */

.top-footer {
    padding: 80px 0;
}

.footer-content h4 {
    color: #242424;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.footer-content ul li a {
    color: #8e8d8d;
}

.footer-content ul li a:hover,
.footer-content ul li a:active,
.footer-content ul li a:focus {
    color: #1476f2;
}

.footer-content ul li {
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 300;
}

footer a {
    color: #1476f2;
}

.bottom-footer {
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.bottom-footer p {
    color: #6d6d6d;
}

.bottom-footer {
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.bottom-footer p {
    color: #6d6d6d;
}

/* ABOUT US */

.about-us-section {
    background: #fafafe;
    background-size: cover;
    padding: 100px 0;
}

.about-us-section h3 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-us-section h3 span {
    font-weight: 600;
}

.about-us-section p {
    font-size: 16px;
    color: #3e3e3e;
}

.about-img {
    padding: 50px;
    position: relative;
}

.about-content {
    padding: 100px 50px;
}

.first-img-rotate::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 100%;
    transform: rotate(32deg);
    background: #1476f2;
    top: 0;
    left: 47%;
}

.second-img-rotate::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 100%;
    transform: rotate(-11deg);
    background: #1476f2;
    top: 0px;
    left: 19%;
}

.about-img img {
    position: relative;
}

/* hexagon */

.hexagon {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #64c7cc;
    margin: 86.6px 0;
    display: inline-block;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 86.6px solid #64c7cc;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 86.6px solid #64c7cc;
}

.down-hexagon {
    margin: -84px 152px;
}

.hexagon-1 {
    background: #1476f2;
}

.hexagon-1:before {
    border-bottom: 86.6px solid #1476f2;
}

.hexagon-1:after {
    border-top: 86.6px solid #1476f2;
}

.hexagon-2 {
    background: #1476f2;
}

.hexagon-2:before {
    border-bottom: 86.6px solid #1476f2;
}

.hexagon-2:after {
    border-top: 86.6px solid #1476f2;
}

.hexagon-3 {
    background: #1476f2;
}

.hexagon-3:before {
    border-bottom: 86.6px solid #1476f2;
}

.hexagon-3:after {
    border-top: 86.6px solid #1476f2;
}

.hexagon-4 {
    background: #1476f2;
}

.hexagon-4:before {
    border-bottom: 86.6px solid #1476f2;
}

.hexagon-4:after {
    border-top: 86.6px solid #1476f2;
}

.hexagon-5 {
    background: #1476f2;
}

.hexagon-5:before {
    border-bottom: 86.6px solid #1476f2;
}

.hexagon-5:after {
    border-top: 86.6px solid #1476f2;
}

/* TECHNOLGY */

.technology {
    padding: 160px 0;
    background: url("../img/background-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.hexa-text {
    text-align: center;
    padding: 0 38px;
    color: #fff;
}

.hexa-text h3 {
    margin: 13px 0;
    font-weight: bold;
    font-size: 22px;
}

.hexa-text p {
    font-weight: 300;
}

.technology-title h3 {
    font-size: 33px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #252525;
}

/* PORTFOLIO */

.portfolio-sec {
    /* background:url('../img/porfolio-bg.jpg'); */
    background: #fafafe;
    background-size: cover;
    padding: 130px 0 50px;
}

.home-portfolio {
    padding: 100px 0;
}

.portfolio-img {
    position: relative;
    padding: 70px 0;
}

.portfolio-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 358px;
    top: 0;
    background-image: linear-gradient(to right, #1476f278, #f3f3f3);
    border-radius: 5px;
    left: -15px;
}

.portfolio-img img {
    position: relative;
    border-radius: 5px;
    margin: auto;
}

.portfolio-details {
    padding: 50px 20px;
}

.portfolio-details h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.portfolio-details p {
    font-size: 16px;
    color: #656565;
    font-weight: 400;
}

.read-more-btn {
    display: table;
    vertical-align: middle;
    margin-top: 30px;
}

.read-more-btn i {
    width: 43px;
    height: 43px;
    background: #1476f2;
    color: #fff;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-radius: 50%;
}

/* CONNECT */

.connect {
    padding: 130px 0 100px;
    background: url("../img/background-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.connect input,
.connect textarea,
.connect select {
    box-shadow: none;
    min-height: 48px !important;
    border-radius: 4px !important;
    border-color: #ececec;
    font-weight: 500;
}

.connect form {
    margin-top: 40px;
}

.connect h2 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    /* text-align: center; */
}

.connect p {
    font-size: 16px;
    color: #717171;
}

.input-group-addon {
    line-height: 1;
    color: #fff;
    background-color: #1476f2;
    border: 1px solid #1476f2;
    min-width: 45px;
}

.custom-btn {
    padding: 14px 40px;
    background: #1476f2;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}

.input-group {
    width: 100%;
}

.connect-form {
    padding: 0 60px 0 0;
}

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

.locations .blog-texts {
    padding: 22px;
}

.locations .blog-texts h4 a {
    margin-bottom: 15px;
    font-size: 20px;
}

.location-details li {
    margin-bottom: 5px;
}

.location-details li a {
    color: #777;
}

.location-details li a:hover,
.location-details li a:focus,
.location-details li a:active {
    color: #1476f2;
}

.locations .blog_footer {
}

.locations .blog_footer a {
    color: #fff;
    font-size: 16px;
    display: block;
    background: #1476f2;
    padding: 13px 22px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.locations .blog_footer a:hover,
.locations .blog_footer a:focus,
.locations .blog_footer a:active {
    background: #1476f2;
}

.locations .team_wrapper:hover .blog_footer a {
    background: #1476f2;
}

.locations .blog_wrapper .team_wrapper {
    border-radius: 0 !important;
}

.blog_img img {
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

.locations .text-muted {
    margin-bottom: 5px;
}

.locations .text-right {
    float: right;
}

.locations h4 {
    color: #191919;
    font-weight: 600;
    margin-bottom: 13px;
}

/* COUNTER */

.counter {
    background-color: transparent;
    border-radius: 0px;
    border-right: 1px solid #1476f2;
}

.count-title {
    font-size: 35px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.counter img {
    margin: auto;
    width: 45px;
    display: none;
}

.no-border {
    border: none;
}

/* SERVICES */

.services {
    padding: 100px 0 80px;
    background: #fbfbfb;
    /* background-attachment: fixed; */
}

.services h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.services p {
    font-size: 16px;
    margin-bottom: 40px;
}

.service-box {
    background: #fff;
    text-align: center;
    border: 3px solid #fbfbfb;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.service-box:hover {
    cursor: pointer;
}

.service-box img {
    height: 64px;
    width: 64px;
    margin: auto;
    margin-bottom: 20px;
    filter: brightness(80%);
}

.service-box h4 a {
    color: #323232;
    text-transform: none;
    font-weight: 600;
}

.services h4 {
    text-transform: none;
    color: #323232;
    font-weight: 600;
}

.service-box:hover .bottom-overlay {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.bottom-overlay {
    position: absolute;
    bottom: -82px;
    display: block;
    background: #1476f2;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 45px;
    text-align: left;
    height: 100%;
}

.bottom-overlay h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}

.bottom-overlay p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

/* BLOGS */

.inner-blog::before {
    display: none !important;
}

.inner-blog {
    padding: 130px 0 80px;
    background: url(../img/background-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.blog_wrapper,
.team_wrapper {
    margin-bottom: 30px;
    /* min-height: 353px; */
}

/* .blog_wrapper:hover .blog-texts h4 a{
        color: #0072f6;
       
    } */

.careers {
    padding: 100px 0 80px;
    background: #fafafa;
    background-size: cover;
}

.career-title {
    text-align: center;
    padding: 65px 0;
}

.career-title h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

.career-carousel {
    max-height: 700px;
    overflow: hidden;
}

.career-carousel .carousel-control {
    top: 50%;
    opacity: 1;
    width: 40px;
}

.carousel-control .fa {
    color: #fafafa;
    font-size: 25px;
    background: #1476f2;
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    opacity: 1;
    text-shadow: none;
    text-align: center;
    padding-top: 7px;
}

.nerku_reasons {
    background: #fafafa;
    padding-bottom: 80px;
}

.ten_reason_full_img h3 {
    background: #2e84f1;
    padding: 23px;
    color: #fff;
    text-align: center;
    font-size: 27px;
}

.ten_reasons {
    background: #2e84f1;
    min-height: 185px;
    display: table;
    padding: 42px;
}

.ten_reasons span {
    color: #fff;
    font-size: 70px;
    vertical-align: middle;
    display: table-cell;
}

.ten_reasons label {
    font-weight: 500;
    display: table-cell;
    font-size: 21px;
    vertical-align: middle;
    padding-left: 14px;
    color: #fff;
    line-height: 28px;
}

.reason-box {
    padding-left: 0;
    padding-right: 0;
}

.reason-boxes {
    border: 1px solid #ccc;
    background: #fff;
    /* min-height: 32px; */
    padding: 17px;
}

.reason-boxes:hover {
    background: #1476f2;
    cursor: pointer;
    border-color: #1476f2;
}

.reason-boxes:hover span,
.reason-boxes:hover label {
    color: #fff;
}

.reason-boxes:hover i {
    color: #1476f2;
    background: #fff;
}

.reason-boxes span {
    font-size: 41px;
    color: #424242;
}

.reason-boxes label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 17px;
}

.reason-boxes label:hover {
    cursor: pointer;
}

.reason-boxes i {
    float: right;
    font-size: 20px;
    color: #1476f2;
}

.reason_modal .modal-header {
    border: none;
}

.reason_modal .modal-header {
    border: none;
}

.reason_modal .modal-header h4 {
    color: #1476f2;
    font-size: 50px;
}

.reason_modal .modal-details-title {
    font-size: 25px;
    font-weight: 500;
}

.reason_modal p {
    color: #555;
    font-size: 15px;
}

.reason_modal .modal-content {
    border-radius: 0;
    position: relative;
}

.reason_modal .close {
    font-size: 27px;
    font-weight: normal;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
}

.reason_img {
    height: 365px;
}

.reason-boxes i {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
}

.ten_reason_full_img {
    position: relative;
}

.btn-transparent {
    /* position: absolute; */
    /* bottom: 61px; */
    /* left: 27%; */
    /* background: #fff; */
    /* color: #555; */
    /* font-weight: 600; */
    /* padding: 12px 30px; */
    /* border-radius: 300px; */
    /* font-size: 16px; */
    /* border-color: #1476f2; */
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    border-color: #1476f2;
    background: #1476f2;
    color: #fff;
}

/* VACENCIES */

.vacancies {
    background: #fafafa;
    padding-bottom: 80px;
}

.tabbable-panel {
    border: none;
    padding: 10px;
}

/* Default mode */

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #f3565d;
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.vacancies .nav-tabs li {
    float: none;
    display: inline-block;
}

.vacancies .nav-tabs {
    text-align: center;
    border: none;
    /* border-bottom: 2px solid #ccc; */
    /* width: 384px; */
    margin: 32px auto 50px;
}

.vacancies .panel-default {
    border-color: #ccc;
    margin-bottom: -6px !important;
    border-radius: 0;
}

.vacancies .panel-heading {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #ffffff;
    box-shadow: none;
    color: #1476f2;
    padding: 0;
    border: none;
    border-radius: 0;
}

.vacancies .panel-title a {
    display: block;
    padding: 19px;
    vertical-align: middle;
    text-transform: none;
    color: #47494a;
}

.vacancies .panel-title a i {
    font-weight: normal;
    margin-right: 15px;
    vertical-align: middle;
    color: #0171f5;
}

.vacancies .panel-title a span {
    float: right;
    margin: -5px 0;
}

.employee-num {
    font-size: 16px;
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    background: #0171f5;
    color: #ffffff;
    font-weight: normal;
    border-radius: 50%;
    padding-top: 5px;
}

.vacancies h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.vacancies .nav-tabs li a {
    color: #555;
    text-transform: uppercase;
    font-weight: 500;
    border-color: transparent;
    padding: 14px 20px;
    border: none;
}

.vacancies .nav-tabs li.active a {
    background: #1476f2;
    border: none;
    color: #fbfcfc;
    border-radius: 0;
}

.vacancies .nav-tabs li.active a:hover {
    background: #1476f2;
}

.vacancies .list li {
    list-style: inside;
    font-weight: 300;
    font-size: 15px;
}

.vacancies .panel-body {
    padding: 25px;
    border-color: #d0d0d0 !important;
}

.vacancies p {
    font-weight: 300;
    font-size: 15px;
}

.vacancies .btn-green {
    background: #4a9345;
    border-radius: 0;
    color: #ffffff;
    margin-top: 30px;
    padding: 11px 26px;
    font-weight: 500;
    border: 2px solid #4a9345;
}

.vacancies .nav-tabs li a:hover {
    background: transparent;
}

.careers-form {
    background: url("../img/career-form-bg-3.jpg");
    background-size: cover;
}

.careers-form input[type="file"] {
    padding: 16px 0;
}

.careers-form h2 {
    text-align: left;
    color: #fff;
}

.careers-form .connect-form {
    background: #599cf1;
    padding: 50px;
    border-radius: 9px;
}

.careers-form .custom-btn {
    background: #29e209;
    /* border: 2px solid #eee; */
}

.blog_wrapper p,
.team_wrapper p {
    margin-top: 12px;
}

/*Google Fonts*/

.home-services {
    background: #f5f5f5;
    padding: 80px 0px;
}

.home-services .service-box {
    border-color: #f5f5f5;
}

.btlr {
    border-top-left-radius: 10px;
}

.bblr {
    border-bottom-left-radius: 10px;
}

.btrr {
    border-top-right-radius: 10px;
}

.bbrr {
    border-bottom-right-radius: 10px;
}

.portfolio-sec-home {
    padding: 80px 0;
    background: #ffffff;
}

.portfolio-item-boxe {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.portfolio-item-boxe::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        transparent,
        transparent,
        #353535ad
    );
    z-index: 0;
}

.portfolio-item-boxe h3 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

.portfolio-bottom-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1476f2;
    opacity: 0;
    visibility: hidden;
    padding: 80px 40px;
    color: white;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
    display: block;
}

.portfolio-item-boxe:hover .portfolio-bottom-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-sec-home .owl-carousel .owl-item {
    /* margin-right: 2px !important; */
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
}

.owl-prev i,
.owl-next i {
    width: 38px;
    height: 38px;
    background: #1476f2;
    color: #fff;
    /* border-radius: 50%; */
    text-align: center;
    font-size: 30px;
    padding-top: 4px;
    font-weight: lighter;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.275);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.portfolio-sec-home .btn-transparent {
    font-weight: 300;
    color: #888888;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 12px 25px;
    text-transform: uppercase;
}

.portfolio-sec-home .btn-transparent:hover {
    background: #1476f2;
    border-color: #1476f2;
    color: #fff;
}

.slider-caption h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: bold;
}

.slider-caption p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.slider-caption .btn {
    border-radius: 0;
    background: #006df9;
    border: 2px solid #006df9;
    color: #fff;
    /* border-radius: 30px; */
    padding: 15px 64px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.slider-caption .btn:hover {
    background: #fff;
    color: #1476f2;
}
.text-left {
    padding: 12px 50px;
}

/* INNER BANNER */
.inner-banner {
    background-size: cover !important;
    position: relative;
    height: 550px;
    overflow: hidden;
}
.inner-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: #1b1b1b4f; */
}
.about {
    background: url("../img/about-banner-image.jpg") no-repeat;
    overflow: hidden;
}
.services-banner {
    background: url("../img/blog-bg-1.jpg") no-repeat;
    overflow: hidden;
    background-position: center;
}
.services-banner::before {
    display: none !important;
}
.portfolio-banner {
    background: url("../img/banner-portfolio-bg.jpg") no-repeat;
    overflow: hidden;
}
.portfolio-banner::before {
    display: none !important;
}
.blog-banner {
    background: url("../img/banner-img-6.jpg") no-repeat;
    overflow: hidden;
    background-position: center;
}
.career-bg {
    background: url("../img/connect-background-1.jpg") no-repeat;
    overflow: hidden;
    background-position: bottom;
    width: 100%;
    margin: auto;
}
.connect-banner {
    background: url("../img/career-bg-1.jpg") no-repeat;
}
.career-bg::before {
    display: none !important;
}
.inner-banner-contents {
    margin-top: 210px;
}

.inner-banner-contents h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}

.inner-banner-contents p {
    color: #e4e4e4;
    font-size: 17px;
    font-weight: 300;
}
p.small-title {
    background: #1476f2;
    width: 115px;
    text-align: center;
    padding: 7px 20px;
    margin-bottom: 15px;
    font-size: 15px;
}

/* SUCCESSFUL STORIES */
.success-stories {
    padding: 80px 0;
}
.client-logo img {
    width: 100px;
    margin: auto;
}
.logo-row {
    margin-top: 60px;
}
.blog-title p {
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 30px;
}
a.line-btn {
    color: #b6b5b5;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    background: transparent;
    padding: 11px 20px;
    border: 1px solid #b7b6b6;
}
.all-clients {
    background: #fbfbfb;
}

/* TALK TO US */
.talk-to-us {
    background: url("../img/office-background.png") no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
    position: relative;
}
.talk-to-us::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/imagemask.png") repeat;
    /* background-size: cover; */
    position: absolute;
    top: 0;
}
.talk-to-us-content {
    background: #fff;
    text-align: center;
    padding: 40px;
}
.talk-to-us-content p {
    font-size: 17px;
    margin-bottom: 20px;
}

.talk-to-us-content .btn {
    border-radius: 0;
    padding: 13px 35px;
}
.portfolio-banner h3 {
}

.portfolio-banner p {
}

.portfolio-banner .small-title {
    font-size: 16px;
}

.portfolio-banner .inner-banner-contents {
}
.inner-portfolio {
    /* padding: 0 2px; */
}
.footer-content p {
    color: #8e8d8d;
    font-weight: 300;
}
.bg-white {
    background: #ffff !important;
    color: #0073f7 !important;
    font-weight: 500 !important;
}
.connect .social-icons {
    margin-top: 15px;
    margin-bottom: 10px;
}

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

.social-icons li a {
    display: table;
    vertical-align: middle;
    margin-right: 3px;
}

.social-icons li a i {
    width: 40px;
    height: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #0171f5;
    color: #fff;
    border-radius: 50%;
}

/* BLOGS DETAILS */
.blog-details {
    height: 430px;
    background-attachment: fixed;
    background: url("../img/banner-img.jpg") no-repeat;
}
.blog-details .inner-banner-contents {
    margin-top: 300px;
}
.blog-content {
    padding: 30px 0 80px;
}

.blog-content p {
    font-size: 16px;
}

.blog-content .main-text {
    font-weight: 600;
}

.blog-full-texts {
    padding-right: 40px;
}
.blog-sidebar {
    /* background: #fafafa; */
    /* padding: 11px; */
}
.blog-sidebar h3 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 7px;
    background: #4a9345;
    padding: 15px;
}

.popular-blogs {
    background: #fff;
    box-shadow: 0 0 10px #dddddd;
    margin-bottom: 15px;
}
.popular-blogs:hover .popular-blogs-title h4 {
    color: #0072f6;
}
.popular-blogs-title h4 {
    color: #555;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
}

.popular-blogs img {
}

.popular-blogs-title {
    background: #fff;
    padding: 18px;
    /* border-top: 6px solid #4d9249; */
}
.popular-blogs-title .date {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}
.popular-blog-img {
    height: 170px;
    overflow: hidden;
}
.blogs li a i {
    border-radius: 0;
}

.blogs li a .fa-facebook {
    background: #37509c;
}

.blogs li a .fa-google-plus {
    background: #c83329;
}

.blogs li a .fa-instagram {
    background: #cb1f37;
}
.vacancies .hvr-underline-from-center:before {
    background: #1476f2;
}

#options {
    height: 58px;
}
.option {
    position: relative;
    padding: 0 2px !important;
}
.option .option1,
.option .option2,
.option .option3 {
    filter: blur(5px);
    -webkit-filter: blur(100px);
    -webkit-transition: all 0.175s;
    transition: all 0.175s;
}
.option .option1 {
    -webkit-transform: translate3d(90px, 90px, 0) scale(0.8, 0.8);
    transform: translate3d(90px, 90px, 0) scale(0.8, 0.8);
    background: #37509c;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.option .option2 {
    -webkit-transform: translate3d(0, 90px, 0) scale(0.8, 0.8);
    transform: translate3d(0, 90px, 0) scale(0.8, 0.8);
    background: #c83329;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.option .option3 {
    -webkit-transform: translate3d(-90px, 90px, 0) scale(0.8, 0.8);
    transform: translate3d(-90px, 90px, 0) scale(0.8, 0.8);
    background: #1476f2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.option.scale-on .option1,
.option.scale-on .option2,
.option.scale-on .option3 {
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.175s;
    transition: all 0.175s;
}
.option.scale-on .option2 {
    -webkit-transform: translateY(-28px) translateZ(0);
    transform: translateY(-28px) translateZ(0);
    -webkit-transition: all 0.175s;
    transition: all 0.175s;
}

@keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
    75% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}
@-webkit-keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
    75% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

/* PRIVACY */
.privacy {
    padding: 80px 0;
    font-size: 16px;
}

.privacy li {
    list-style: disc;
    margin-bottom: 10px;
}

.privacy ul {
    padding: 20px;
}

/* client-testimonials */
.client-testimonials {
    background: url("../img/drone-bg.jpg");
    padding: 80px 0;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.client-testimonials::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/imagemask.png") repeat;
    /* background-size: cover; */
    position: absolute;
    top: 0;
}
blockquote {
    border: none;
}
.testimonial-text {
    font-size: 18px;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 25px;
    color: #555;
    line-height: 26px;
}

.client-testimonials .client-name {
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
}
.client-testimonials .client-post {
    color: #424242;
    font-weight: 400;
    font-size: 12px;
}
.client-testimonials ol {
    bottom: 20px;
}

.client-testimonials ol li.active {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgb(189, 189, 189);
    border: none;
}

.client-testimonials ol li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgb(241, 241, 241);
    border: none;
}

.testimonial-box i {
    width: 50px;
    font-size: 25px;
    height: 50px;
    border: 2px solid #006df9;
    color: #006df9;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    margin-bottom: 25px;
}
.portfolio-bottom-overlay h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: none;
}

.portfolio-bottom-overlay p {
    font-weight: 300;
    margin-bottom: 40px;
}
.portfolio-bottom-overlay img {
    -webkit-filter: invert(100%);
    max-width: 17px;
    filter: invert(100%);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-left: 13px;
}
.slider-caption img {
    width: 300px !important;
    margin: 0 auto 30px;
}
.down-arrow {
    position: absolute;
    bottom: 50px;
    z-index: 99;
    width: 100%;
    margin: auto;
    text-align: center;
}

.down-arrow img {
    filter: invert(100%);
    width: 15px;
    -webkit-filter: invert(100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: auto;
}
.slider-banner h2 {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 60px;
    letter-spacing: 1px;
}
.address {
    margin-top: 10px;
}
.down-arrow h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.down-arrow i {
    font-size: 22px;
    color: #fff;
}
img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
