/*------------------------------------------------------------------
[Table of contents]
1. 3rd Part CSS Libraries
2. Global CSS
        2.1 Global Header Logo/Menu CSS	
        2.2 General Section CSS
        2.3 Columns CSS
        2.4 Button CSS
        2.5 Image/Text Slider CSS
3. Home Section CSS
4. Services Section CSS
5. About Section CSS
6. Clients Section CSS
7. News Section CSS
8. Portfolio Section CSS
        8.1 Single Portfolio
9. Pricing Section CSS
10. Team Section CSS
11. Skills Section CSS
12. Milestones Section CSS
13. Blog Page CSS
14. Single Post CSS
        14.1 Tipper CSS
15. Contact Section CSS
16. Footer CSS
17. Responsive CSS
-------------------------------------------------------------------*/


/* ===================================
    1. 3rd Part CSS Libraries
====================================== */

@import url("css/clear.css");
@import url("css/font-awesome.min.css");
@import url("css/sm-clean.css");
@import url("css/owl.carousel.min.css");
@import url("css/owl.theme.default.min.css");
@import url("css/common.css");



/* ===================================
    2. Global CSS
====================================== */

body {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #b3b3b3;
    background-color: #ffffff;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    color: #bf0000;
    transition: color .3s ease;
}

body a:hover {
    color: #bf0000; 
}

body p, 
body pre {
    margin-bottom: 13px;
}

.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-1170 {
    width: 1170px;    
}

.content-960 {
    width: 960px;    
}

.content-570 {
    width: 570px;
}

.pagination-holder {
    margin: 60px 0;
}

.section-wrapper {
    position: relative;
    padding: 200px 0 115px 0;
}


/* ===================================
    2.1 Global Header Logo/Menu CSS
====================================== */

.header-holder {
    z-index: 99 !important;
    background-color: #060606;
    width: 100% !important;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);    
}

.sticky-wrapper {
    height: 77px !important;
}

.menu-wrapper {
    width: 98%;
    max-width: 1450px;
    min-height: 77px;
}

.header-logo {
    line-height: 0;
    font-size: 0;
    float: left;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.header-logo img {
    width:56px;
    height:auto;
}

.menu-holder {
    float: right;
    max-width: 85%;
}

.toggle-holder {
    display: none;
    right: 10px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#toggle:hover {
    cursor: pointer;
}

#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #fff;
    width: 22px;
}

#toggle .second-menu-line {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;    
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

#toggle:hover .second-menu-line {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

#toggle.on .second-menu-line {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}

#toggle .third-menu-line{        
    margin-bottom: 5px;
}

#header-main-menu {
    display: inline-block;
}

.sm-clean .has-submenu {
    padding-right: 35px !important;
}

.sm-clean li a.menu-item-link {
    cursor: pointer;
    color: #ffffff;
}

.sm-clean a span.sub-arrow {
    right: 3px;
}

.sm-clean a.highlighted {
    padding: 15px;
}

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
    font-size: 14px;
    font-weight: 400;
    transition: color .3s ease, 
        background-color .3s ease;
    padding: 15px;
    letter-spacing: 0.5px;
    color: #fff;
}

.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {    
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.sm-clean {
    background-color: transparent;        
    padding: 15px 0;
}

body .sm-clean a:hover, 
body .main-menu.sm-clean .sub-menu li a:hover, 
body .sm-clean li.active a, 
body .sm-clean li.current-page-ancestor > a, 
body .sm-clean li.current_page_ancestor > a, 
body .sm-clean li.current_page_item > a {
    color: #bf0000;
}

.sm-clean li {
    margin-right: 10px;
}

.sm-clean li:last-child {
    margin-right: 0;
}

.sm-clean ul {    
    background-color: #000;
}

.sm-clean a.has-submenu {
    padding-right: 24px;
}

.sub-menu a, 
.children a {
    padding-left: 15px !important;
}

.sub-menu .sub-menu, 
.children .children {
    padding-top: 8px;
}

.sub-menu .sub-menu a, 
.children .children a, 
.sub-menu .sub-menu a:hover, 
.children .children a:hover {
    padding-top: 10px !important;
}

@media (min-width: 925px) {

    .sm-clean ul a span.sub-arrow {
        margin-top: 0;
    }
    .sm-clean ul {
        padding: 8px 0;
    }
}

@media (max-width: 925px) {

    .sm-clean ul {
        background-color: #fff;
    }

}

.sm-clean > li:last-child > a, 
.sm-clean > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 5px;
}


/* ===================================
    2.2 General Section CSS
====================================== */

.section {
    position: relative;    
}

.page-title-holder {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bf0000;
    width: 285px;
    display: inline-block;
    z-index: 98;
    height: 130px;
}

.page-title-holder:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 60px 0 0;
    border-color: #bf0000 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.section h3.entry-title {
    font-size: 16px;
    line-height: 149%;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 32px;
    text-transform: uppercase;
}

.page .page-content {
    background-color: #fff;
    padding: 75px;    
}

.no-padding .section-wrapper {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}

[data-jarallax-element] {
    z-index: 30 !important;
}

.medium-text {
    color: #000;
    font-size: 60px;
    line-height: 120%;
    font-weight: 700;
    padding-bottom: 35px;
}

.title-description-up {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.info-text {
    font-size: 22px;
    line-height: 190%;
    color: #000;
}

.info-code-title {
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 120%;
}

.info-code-content, 
.info-code-content a {
    color: #b3b3b3;
    margin-bottom: 30px;
}

.tp-bullet-title {
    display: none !important;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {    
    transition-duration: 0s;
}

.social {
    display: inline-block;
    font-size: 25px;
    margin-right: 20px;
}

body .social a {
    color: #000 !important;
    transition: all .3s ease;
}

body .social a:hover {
    opacity: 0.5;    
}


/* ===================================
    2.3 Columns CSS
====================================== */

.one_half,  
.one_third,  
.two_third,  
.three_fourth, 
.one_fourth {
    margin-right: 8%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.one {    
    display: block;
    clear: both;    
    margin-bottom: 30px;
}

.one_half {
    width: 46%;
}

.one_third {
    width: 28%;
}

.two_third {
    width: 64%;
}

.one_fourth {
    width: 19%;
}

.three_fourth {
    width: 73%;
}

.one_half.margin-0 {
    width: 50%;
}

.one_third.margin-0 {
    width: calc(100% / 3);
}

.two_third.margin-0 {
    width: calc(100% / 3 * 2);
}

.one_fourth.margin-0 {
    width: 25%;
}

.three_fourth.margin-0 {
    width: 75%;
}


/* ===================================
    2.4 Button CSS
====================================== */

body a.button {
    display: inline-block;
    color: #fff;
    background-color: #bf0000;
    text-align: left;
    padding: 10px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border: 2px solid #bf0000;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

a.button:hover {
    background-color: transparent;
    color: #bf0000;
}

a.button-dot {
    color: #fff !important;
    font-size: 16px;
    position: relative;
}

a.button-dot:hover {
    color: #fff;    
}

a.button-dot span {
    transition: .3s;
    display: inline-block;
    margin-left: 50px;
    letter-spacing: 2px;
}

a.button-dot:hover span {
    transform: translateX(-8px);
}

a.button-dot:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 90%;
    top: -7px;
    position: absolute;
    transition: .3s;
}

a.button-dot:hover:before {
    width: calc(100% + 30px);
    height: 51px;
    border-radius: 50px;
    top: -18px;
}


/* ===================================
    2.5 Image/Text Slider CSS
====================================== */

.image-slider-wrapper {
    margin-bottom: 20px;
}

.single-post-header-content .image-slider-wrapper {
    margin-bottom: 0;
}

.owl-carousel .owl-stage-outer {
    height: auto !important;
}

.owl-theme .owl-dots {
    padding-top: 25px;
    line-height: 0;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .2s ease;
    width: 17px;
    height: 17px;
    border-radius: 90%;
}

.owl-theme .owl-dots .owl-dot {
    border-radius: 90%;
    transition: all .3s ease;
    border: 2px solid #000;
    margin: 3px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active {
    background-color: #000;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
}

.text-slider-wrapper {
    font-size: 24px;
    line-height: 35px;
    background-color: #000;
    padding: 130px;
}

.text-slider-header-quotes {
    margin-bottom: 60px;
    background-image: url(images/quotes_image.png);
    background-repeat: no-repeat;
    width: 87px;
    height: 74px;
    background-size: 87px 74px;
}

.text-slider-wrapper .text-slide {
    text-align: left;
    font-size: 28px;
    line-height: 170%;
    overflow: hidden;
}

.text-slider-wrapper .text-slide:after {
    content: "";
    display: table;
    clear: both;
}

.text-slider-wrapper .text-slide-name {
    font-size: 18px;
    line-height: 100%;
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.text-slider-wrapper .text-slide-position {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.text-slider-wrapper img.text-slide-img {
    width: 70px !important;
    height: 70px;
    border-radius: 90%;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}

.text-slide-content {
    margin-bottom: 60px;
}

.text-slider-wrapper .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.text-slider-wrapper .owl-theme .owl-prev {
    background-image: url('images/nav_left.png') !important;
    background-color: transparent !important;
    font-size: 0;
    width: 30px;
    padding: 0;
    height: 30px;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    transition: .3s;
    opacity: 0.7;
    margin-right: 10px;
}

.text-slider-wrapper .owl-theme .owl-prev:hover {
    opacity: 1;
}

.text-slider-wrapper .owl-theme .owl-next {
    background-image: url('images/nav_right.png') !important;
    background-color: transparent !important;
    font-size: 0;
    width: 30px;
    padding: 0;
    height: 30px;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    transition: .3s;
    opacity: 0.7;
}

.text-slider-wrapper .owl-theme .owl-next:hover {    
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


/* ===================================
    3. Home Section CSS
====================================== */

#home {    
    background-image: url(images/hero_image_01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 77px);    
    display: flex;
}

#home .section-wrapper {
    margin: auto;
    padding: 0;
}

h1.big-text {
    color: #fff;
    font-size: 80px;
    line-height: 120%;
    margin-bottom: 40px;
}


/* ===================================
    4. Services Section CSS
====================================== */

#services {
    background-image: url(images/on_black_left.png);
    background-color: #000000;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.service-holder {
    margin: 25px 0;
}

.service-holder:after {
    content: "";
    display: block;
    clear: both;    
}

.service-txt h4 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    line-height: 110%;
}

.service-num {
    font-size: 264px;
    font-weight: 700;
    color: #000000;
    text-shadow: -1px 0 #b3b3b3, 
        0 1px #b3b3b3, 
        1px 0 #b3b3b3, 
        0 -1px #b3b3b3;
    line-height: 100%;
    height: 165px;
    overflow: hidden;
    margin-bottom: -10px;
    -webkit-transform: translateZ(0);
}


/* ===================================
    5. About Section CSS
====================================== */

#about {
    background-image: url(images/on_white_right.png);
    background-color: #ffffff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}


/* ===================================
    6. Clients Section CSS
====================================== */

#clients {
    background-image: url(images/quote_image_01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ===================================
    7. News Section CSS
====================================== */

#news {
    background-image: url(images/on_white_left.png);
    background-color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

.blog-holder-scode {
    margin-top: 0;
    width: 1370px;
    transform: translateX(-100px);
    text-align: center;
}

.blog-holder-scode article:nth-of-type(3n) {
    margin-right: 0;
}

.blog-item-holder-scode {
    margin: 30px 0;
    width: 27%;
    display: inline-block;
    margin-right: 8%;
    vertical-align: text-top;
    text-align: left;
}

.blog-item-holder-scode .excerpt {
    margin-top: 20px;
}

.blog-item-holder-scode h4 {
    padding: 0;
    margin: 35px 0;
}

.blog-item-holder-scode h4 a {
    color: #000 !important;
    font-size: 34px;
    line-height: 110%;
    font-weight: 700;
    transition: .3s;
    letter-spacing: -1px;
}

.blog-item-holder-scode h4 a:hover {
    opacity: 0.8;
}

.blog-item-holder-scode .post-thumbnail {
    overflow: hidden;
}

.latest-posts-background-featured-image-holder {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .3s;
}

.latest-posts-background-featured-image-holder:hover {
    opacity: 0.8;
    transform: scale(1.1);
}


/* ===================================
    8. Portfolio Section CSS
====================================== */

.grid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
}

.grid-sizer {
    width: 25%;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.grid-item.p_one_fourth {
    width: 25%;
}

.grid-item.p_one_half {
    width: 50%;
}

.grid-item.p_three_fourth {
    width: 75%;
}

.grid-item.p_one {
    width: 100%;
}

.grid-item img {
    width: 100% !important;
    height: auto;
    display: block;    
}

.grid-item .entry-holder {
    text-align: center;
    background-color: #fff;
    padding: 50px 20px;
}

.grid-item a.item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.portfolio-text-holder {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.portfolio-title {
    font-size: 30px;
    line-height: 170%;
    margin-bottom: 0;
    font-weight: 700;
    color: #b3b3b3;
}

.portfolio-desc {
    font-size: 14px;
    line-height: 22px;
    color: #b3b3b3;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.grid-item a.item-link:hover:after, 
.grid-item a.item-link:hover .portfolio-text-holder {
    opacity: 1;
}

.portfolio-content h1 {
    font-size: 44px;
    color: #000;
    line-height: 130%;
}

.portfolio-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
    width: 1170px;
    max-width: 75%;
    margin: 0 auto;
}

.portfolio-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.section.no-padding .portfolio-content-wrapper {
    padding: 195px 0 75px 0;
}    

.portfolio-content-wrapper {
    display: none;
}

.portfolio-content-wrapper.show {
    display: block;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
}

#portfolio-grid.hide {
    opacity: 0;
    transform: translateY(70px);    
}

.close-icon {
    background-image: url(images/close-left-arrow.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px;
    background-size: 40px;
    background-position: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    left: -100px;
    top: 195px;
}

.close-icon:hover {
    transform: translateX(-5px);
}


/* ===================================
    8.1 Single Portfolio
====================================== */

.portfolio-item-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
}


/* ===================================
    9. Pricing Section CSS
====================================== */

#pricing {
    background-image: url(images/on_white_right.png);
    background-color: #ffffff;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.pricing-table {
    padding-bottom: 20px;
    background-color: #ffffff;
    margin-top: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    position: relative;
    text-align: left;
}

.pricing-wrapper {
    padding: 0 15%;
}

.pricing-table-title {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    padding: 40px 0;
    margin-bottom: 25px;
}

.pricing-num {
    font-size: 200px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: -1px 0 #b3b3b3, 
        0 1px #b3b3b3, 
        1px 0 #b3b3b3, 
        0 -1px #b3b3b3;
    line-height: 100%;
    margin-bottom: -10px;
    position: absolute;
    top: -50px;
    right: -9px;
    z-index: 1;
}

.pricing-num:before {
    content: "";
    width: 150px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.pricing-table-price {
    font-size: 100px;
    line-height: 120%;
    color: #bf0000;
    font-weight: 700;
}

.pricing-table-desc {
    font-size: 16px;
    letter-spacing: 2px;
}

.pricing-table ul {
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.pricing-table ul li {
    padding: 10px 0;
    color: #000;
}

.pricing-list span.fa {
    color: #bf0000;
    margin-right: 25px;
}

.pricing-list.included-no, 
.pricing-list.included-no span.fa {
    color: gray;
}

.pricing-list.included-no span.fa:before {
    content: "\f00d";
} 

.pricing-table-content-holder {
    margin-bottom: 40px;
}

.pricing-button {
    text-align: center;
}


/* ===================================
    10. Team Section CSS
====================================== */

#team {
    background-image: url(images/on_black_left.png);
    background-color: #000000;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

.member {
    text-align: center;
    margin: 70px 0;
}

.member img {
    display: inline-block;
    vertical-align: middle;
    max-width: 700px;
}

.member-content {
    margin-bottom: 35px;
}

.member-info {
    width: 380px;
    background-color: #fff;
    padding: 65px 110px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -130px;
    text-align: left;
    position: relative;
    z-index: 31;
}

.member-right .member-info {
    margin-left: auto;
    margin-right: -130px;
}

.member-postition {
    margin: 0;
    font-size: 16px;
    letter-spacing: 2px;
}

.member-name {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 150%;
    margin-bottom: 35px;
    margin-top: -5px;
    padding: 0;
}

.member-social-holder {
    background: #bf0000;
    padding: 25px 50px;
    position: absolute;
    bottom: -35px;
    left: -45px;
}

.member-right .member-social-holder {
    left: auto;
    right: -45px;    
}

.member-social-holder .social a {
    color: #fff !important;
}


/* ===================================
    11. Skills Section CSS
====================================== */

.skills-holder {
    position: relative;
    margin: 40px 0;
}

.skill-holder {
    margin-bottom: 30px;
}

.skill-holder:after {
    clear: both;
    display: block;
    content: "";
}

.skill-percent {
    font-size: 48px;
    line-height: 100%;
    font-weight: 100;
    width: 100px;
    display: inline-block;    
    vertical-align: text-top;
}

.skill {
    width: 100%;
    height: 3px;
    background-color: rgba(202, 202, 202, 0.3);
    margin-bottom: 30px;
}

.skill-text {
    display: inline-block;
    width: calc(100% - 145px);
    margin-right: 0;
    float: right;
    vertical-align: text-top;
}

.skill-fill {
    width: 100%;
    height: 10px;
    background-color:#bf0000;
}

.skill-text span {
    font-size: 22px;
    line-height: 35px;
}


/* ===================================
    12. Milestones Section CSS
====================================== */

#millstones {
    background-image: url(images/on_black_left.png);
    background-color: #000000;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
}


ul.milestones-holder {
    padding: 0;
    list-style: none;
    margin: 0;
}

li.milestone {
    width: 45%;
    display: inline-block;
    margin: 30px 9% 30px 0;
}

li.milestone:nth-child(2n) {
    margin-right: 0;
}

li.milestone > div {
    display: inline-block;
    vertical-align: text-top;    
}

li.milestone h5 {
    color: #fff;
    max-width: 240px;
    padding-top: 0;
    line-height: 115%;
}

li.milestone .milestone-info-left {
    margin-right: 35px;
    text-align: right;
    width: 30%;
}

li.milestone .milestone-info-right {
    width: 62%;
}

p.milestone-num {
    font-size: 80px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #000000;
    text-shadow: -1px 0 #b3b3b3, 
        0 1px #b3b3b3, 
        1px 0 #b3b3b3, 
        0 -1px #b3b3b3;
}



/* ===================================
    13. Blog Page CSS
====================================== */

body.blog {
    background-color: #fff;
}

.blog .site-content {    
    background-color: #fff;
}

.blog h1.entry-title {
    text-align: center;
    display: table;
    margin: 50px auto;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: #f1576b;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.blog-holder {
    width: 1170px;
    max-width: 95%;    
}

.blog-item-holder {
    margin: 120px 0;
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blog-item-wrapper {
    display: inline-block;
}

.blog-item-holder .excerpt {
    width: 700px;
    margin: 0 auto;
    max-width: 95%;
    margin-bottom: 30px;
    margin-top: 25px;
}

.blog-item-holder.has-post-thumbnail {
    width: 1170px;
    max-width: 100%;
}

.blog-item-holder.has-post-thumbnail .excerpt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
}

.blog-item-holder .post-thumbnail {
    max-width: 590px;
    overflow: hidden;
    line-height: 0;
}

.post-thumbnail-image {
    transition: .3s;
}

.post-thumbnail-image:hover {
    opacity: 0.8;    
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n+1) .post-thumbnail {
    float: left;
    text-align: right;
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n+1) .entry-holder {
    float: left;
    position: relative;
    z-index: 31;
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n) .post-thumbnail {
    float: right;
    text-align: left;
    margin-right: 0;
}

.blog-item-holder.has-post-thumbnail:nth-of-type(2n) .entry-holder {
    float: right;    
    position: relative;
    z-index: 31;
}

.blog-item-holder.has-post-thumbnail .entry-holder {
    width: 430px;
    text-align: left;
    padding: 0 75px;
    background: #fff;
}

.blog-item-holder.has-post-thumbnail.is-smaller .entry-holder {
    margin-top: 40px;
}

.blog-item-holder h2.entry-title {
    display: block;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    padding-top: 0;
    word-break: break-word;
    letter-spacing: -2px;
}

.blog-item-holder h2.entry-title a {
    color: #000 !important;
    transition: .2s;
}

.blog-item-holder h2.entry-title a:hover {
    opacity: 0.8;
}

.blog-item-holder .cat-links ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.blog-item-holder .cat-links ul li {
    display: inline-block;
}

.blog-item-holder .cat-links ul li a:after {
    content: ",";
    padding-right: 5px;
}

.blog-item-holder .cat-links ul li:last-child a:after {
    display: none
}

.blog-item-holder .cat-links ul a {
    color: #000000 !important;
    transition: .2s;
}

.blog-item-holder .cat-links ul a:hover {
    opacity: 0.8;
}

.blog-item-holder .entry-date.published, 
.blog-item-holder .cat-links {
    display: inline-block;
    font-size: 12px;
    margin-top: -10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-item-holder .cat-links:after {   
    content: "\2022";
    display: inline-block;
    margin: 0 7px 0 10px;
}

.blog-item-holder a.item-button {
    display: inline-block;
    color: #fff;
    background-color: #bf0000;
    text-align: left;
    padding: 10px 40px;    
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    border: 2px solid #bf0000;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.blog-item-holder a.item-button:hover {
    background-color: #fff;
    color: #bf0000;
}



/* ===================================
    14. Single Post CSS
====================================== */

.single .site-content {
    background-color: #fff;
}

.single-post-header-content {
    margin-bottom: 55px;
}

.single .post-info-wrapper {
    margin-bottom: 30px;
    font-size: 15px;
    color: #939393;
    width: 150px;
    margin-right: 200px;
    float: left;
    padding-top: 7px;
}

.single .post-info-wrapper a {
    color: #939393 !important;
}

.single .sticky-spacer {
    position: static !important;
    margin-bottom: 0 !important;
    max-width: 150px;
}

.single .entry-info {
    position: relative;
}

.single .entry-info > div {
    margin-bottom: 20px;
}

.single .entry-info div:last-child {
    margin-bottom: 0;
}

.single .entry-info .cat-links {
    margin-top: 5px;
}

.single .entry-info:after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: -5px;
    background-color: #bf0000;
}

.single .post-info-wrapper .text-holder {
    font-size: 10px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 15px;
}

.single article {
    padding-top: 75px;
}

.single h1.entry-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    margin-bottom: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    width: 720px;
    margin: 0 auto 30px;
    max-width: 95%;
    color: #000;
    padding-top: 0;
}

.single .entry-info div:last-of-type:after {
    display: none;
}

.single .entry-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 150%;
}

.single .entry-info ul li {
    display: inline-block;
}

.single .entry-info .cat-links li:after {
    content: ",";
    padding-right: 5px;
}

.single .entry-info .cat-links ul li:last-child:after {
    display: none;
}

.single-post-featured-image {
    text-align: center;
    padding-bottom: 40px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}

.single .entry-content {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    width: 680px;
    float: left;
}

.single .entry-content {
   width:100% !important;
   margin-bottom:60px;
}

.single .nav-links {
    transform: translateY(70px);
    margin-top: 35px;
    margin-bottom: 50px;
}

.single .nav-links > a {
    background-color: #bf0000;
    padding: 26px 30px 24px;
    margin: 0;
    display: inline;
    color: #fff !important;
    transition: .3s;
}

.single .nav-links > a:hover {
    background-color: #73f473;
}


/* ===================================
   14.1 Tipper CSS
====================================== */

.tipper {
    width: 100%;
    min-height: 1px;
    position: absolute;
    top: -999px;
    left: -999px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s linear;
    max-width: 500px;
}

.tipper-visible {
    opacity: 1;
}

.tipper-content {
    background: #111;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 22px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

.tipper-caret {
    width: 0;
    height: 0;
    content: '';
    display: block;
    margin: 0;
    position: absolute;
}

.tipper-left .tipper-content {
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.35);
}


/* ===================================
    15. Contact Section CSS
====================================== */

.contact-form {
    max-width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
}

.contact-form p {
    margin-bottom: 0 !important;
}

.contact-form input[type=text], 
.contact-form input[type=email], 
.contact-form textarea {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border: 0;
    font-size: 15px;
    padding: 5px 0;
    width: 100%;
    line-height: 25px;
    color: #000;
    margin-bottom: 35px;
    text-indent: 10px;
    background-color: transparent;
    border-bottom: 3px solid;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type=text]::placeholder, 
.contact-form input[type=email]::placeholder, 
.contact-form textarea::placeholder {
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text]:ms-input-placeholder, 
.contact-form input[type=email]:ms-input-placeholder, 
.contact-form textarea:ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;    
}

.contact-form input[type=text]::ms-input-placeholder, 
.contact-form input[type=email]::ms-input-placeholder, 
.contact-form textarea::ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.contact-form input[name="your-name"] {
    margin-top: 0;    
}

.contact-submit-holder {
    position: relative;
    margin-bottom: 25px;
}

.contact-form input[type=submit] {
    color: #fff;
    background-color: #bf0000;
    text-align: center;
    padding: 10px 40px;    
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;
    display: block;
    width: 100%;
    line-height: 35px;
    border: 2px solid #bf0000;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.contact-form input[type=submit]:hover {
    background-color: #fff;
    color: #bf0000;
}


/* ===================================
    16. Footer CSS
====================================== */

footer a {
    color: #fff;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer {
    font-size: 16px;
    line-height: 36px;
    padding-top: 75px;
    padding-bottom: 60px;
    clear: both;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #111;
}

.footer-content {    
    width: 900px;
}

.footer-logo img {
    width: 88px;
    height: 50px;
    margin-bottom: 30px;
}

.footer-logo-divider {
    position: relative;
    height: 60px;
    margin-bottom: 30px;
}

.footer-logo-divider:before {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}

.footer-mail {
    font-size: 46px;
    margin-bottom: 35px;
    line-height: 100%;
    font-weight: 700;
}

.footer-social-divider {
    position: relative;
    height: 62px;
    margin-bottom: 35px;
}

footer .footer-social-divider:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background-color: white;
    left: calc(50% - 150px);
    bottom: 0;
}

footer .footer-social-divider:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: white;
    left: calc(50% - 1px);
    top: 0;
}

.social-holder {
    margin-bottom: 35px;
}

.social-holder a {
    font-size: 28px;
    margin-right: 25px;
}

.social-holder a:last-of-type {
    margin: 0;
}



/* ===================================
    17. Responsive CSS
====================================== */


@media screen and (max-width: 1600px) { 

    .content-1170, 
    .content-960, 
    .content-570 {
        max-width: 95%;
    }               

}

@media screen and (max-width: 1366px) { 

    .blog-holder-scode {
        width: 100%;
        transform: none;
    }

    .blog-item-holder-scode {
        width: 29%;
        margin-right: 5%;
    }

    .blog-item-holder-scode h4 a {
        font-size: 32px;
    }
}

@media screen and (max-width: 1360px) { 

    .blog-item-holder.has-post-thumbnail .entry-holder {
        width: 340px;
    }

}

@media screen and (max-width: 1270px) {

    .member-info {    
        padding: 65px 80px;    
    }

}

@media screen and (max-width: 1220px) {

    blockquote {    
        font-size: 17px;
        line-height: 28px;    
    }    

}

@media screen and (max-width: 1024px) {   

    .sm-clean li {
        margin-right: 8px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 15px 8px;
    }

    .blog-holder, 
    .footer-content {
        width: 100%;
    }            

    .single .post-info-wrapper {
        width: 100%;
        text-align: center;
        float: none;
    }

    .single .sticky-spacer {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
    }

    .single .entry-info {
        position: relative !important;
        top: 0 !important;
    }

    .single .entry-info:after {
        display: none;
    }

    .single .sticky-spacer .entry-info > div {
        display: inline-block;
        margin: 10px 25px;
    }

    .single .entry-content {
        float: none;
        margin-left: auto;
        margin-right: auto;   
        max-width: 95%;     
    }

    .one_half,  
    .one_third,  
    .two_third,  
    .one_fourth,
    .three_fourth {
        margin-right: 6%;   
    }

    .one_half {
        width: 47%;
    }

    .one_third {
        width: calc(88% / 3);
    }

    .two_third {
        width: calc(194% / 3);
    }

    .one_fourth {
        width: calc(82% / 4);
    }

    .three_fourth {
        width: calc(318% / 4);
    }

    .section h3.entry-title {
        margin-bottom: 0 !important;        
    }        

    .sticky-spacer {
        height: auto !important;
        width: auto !important;
        position: relative !important;
    }

    .blog-item-holder-scode {
        width: 27%;
    }

    .latest-posts-background-featured-image-holder {
        height: 350px;
    }                

    .pricing-wrapper {
        padding: 0 10%;
    }

    li.milestone {
        text-align: center;
    }

    li.milestone .milestone-info-left {
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }

    li.milestone h5 {
        max-width: 100%;
    }

}

@media screen and (max-width: 1020px) {   

    #header-main-menu {
        padding-bottom: 70px;
    }

    .menu-wrapper {
        width: 95%;
    }

    .main-menu ul {
        width: 12em;
    }        

    .toggle-holder {
        display: block;
    }

    .sm-clean li {
        margin: 0 auto !important;
        border: 0;
    }

    .sm-clean a.has-submenu {
        display: inline-block;
    }

    .menu-holder {
        position: fixed;
        text-align: center;
        background-color: #000000;
        right: -100%;
        top: 77px;
        transition: right .3s ease;
        height: 100%;
        width: 300px;
        overflow: auto;
        max-width: 100%;
    }    

    .header-holder {
        -webkit-transform: none;
    }

    .menu-holder.show {
        right: 0;
    }

    .sm-clean ul ul a, 
    .sm-clean ul ul a:hover, 
    .sm-clean ul ul a:focus, 
    .sm-clean ul ul a:active {
        border: none;
    }

    .sm-clean a span.sub-arrow {
        background: transparent;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 10px 18px 10px 18px;
        padding-left: 10px !important;
        margin-bottom: 5px;
    }     

    h1.big-text {
        text-align: center;
        font-size: 60px;        
    }

    .section-wrapper {
        padding-bottom: 70px;
    }

    .single article {
        padding-top: 35px;
    }

    .single h1.entry-title {    
        font-size: 38px;
        line-height: 44px;
    }       

    .single-post-header-content {
        margin-bottom: 35px;
    }

    .single-post .right-content-wrapper {
        float: none;
        width: 100%;
    }

    .tipper {
        display: none !important;
    }

    .blog-item-holder {
        width: 100%;
        padding: 5px 0;
        float: none;
    }

    .blog-item-wrapper {
        display: block;
    }

    .blog-item-holder:first-of-type {
        margin-top: 30px;
    }

    .blog-item-holder h2.entry-title {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-item-holder.has-post-thumbnail .excerpt {
        max-width: 700px;
        margin-bottom: 30px;
    }

    .blog-item-holder .post-thumbnail {
        float: none !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 30px;
        width: 95%;        
        margin-top: 0;
    }

    .blog-item-holder.has-post-thumbnail .entry-holder {
        float: none !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }    

    .blog-item-holder .cat-links ul {
        margin: 0;
    }

    .blog-item-holder a.button {
        margin-bottom: 30px;
    }

    .footer {
        padding-top: 30px;
    }

    .form-submit {
        padding-bottom: 20px;
    }

    .one_half, 
    .one_third, 
    .one_fourth, 
    .two_third, 
    .three_fourth {
        width: 100% !important;
        float: none;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center;
    }

    .margin-0 img {
        width: 100% !important;
    }

    .grid-item, 
    .grid-sizer {
        width: 100% !important;
    } 

    .button-holder {
        text-align: center !important;
    }

    .service-holder {
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    [data-jarallax-element] {
        transform: none !important;
    }

    .no-page-title .section-wrapper {
        padding: 65px 0 35px 0;
    }

    .text-slider-wrapper {
        padding: 10%;
    }

    .blog-item-holder-scode {
        display: block;  
        text-align: center; 
        width: 100%;
        margin-left: auto;
        margin-right: auto !important;
        max-width: 400px;         
    }

    .medium-text {
        font-size: 40px;
        line-height: 105%;
        padding-top: 10px;
    }

    .portfolio-load-content-holder {
        max-width: 90%;
    }

    .close-icon {
        top: 120px;
        right: -10px;
        left: auto;
    }

    .pricing-table {
        margin-bottom: 100px;
    }

    .member {
        margin: 35px auto;
        max-width: 80%;
    }

    .member img {
        display: block;
        margin: 0 auto;
        width: 100% !important;
    }

    .member-info {
        display: block;
        margin: 0 auto !important;
        width: 80%;
        padding: 10%;
    }

    .member-social-holder {
        right: 0 !important;
        left: 0 !important;
        width: 100%;
        text-align: center;
        padding: 25px 0;
    }

    .skill-percent {
        display: block;
        width: 100%;
        font-size: 40px;
    }

    .skill-text {
        display: block;
        width: 100%;
    }

    .skill-text span {
        margin-bottom: 10px;
        display: block;
    }

    li.milestone {
        width: 100%;
        margin-bottom: 60px;
        display: block;
        max-width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;
    }  

    li.milestone:last-child {
        margin-bottom: 0;
    }

    li.milestone > div {
        width: 100% !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    p.milestone-num {
        font-size: 65px;
    }

    li.milestone h5 {
        max-width: 100%;
        margin-top: 20px;
    }

    .portfolio-item-wrapper {
        margin-top: 50px;
    }

    .single .nav-links {     
        transform: none;        
        margin-top: 50px;        
        text-align: center;
    }

}

@media screen and (max-width: 767px) {    

    .page-title-holder {
        height: 100px;
    }   

    .section h3.entry-title {
        margin-top: 18px;
    }

    .service-holder {
        margin: 0 auto;
    }

    .section-wrapper {
        padding: 130px 0 30px 0;
    }

    .page-title-holder:after {
        border-width: 100px 60px 0 0;
    }  

    .blog-item-holder h2.entry-title {
        font-size: 34px;
        line-height: 38px;
    }

    .footer-mail {
        font-size: 30px;
    }

    blockquote {
        max-width: 100%;
        margin-top: 25px;
    }

    blockquote:before {
        position: relative;
        left: 0;
        font-size: 180px;
        line-height: 37px;
        top: 0;
    }    

    .blog-item-holder-scode .post-thumbnail {
        margin-top: 70px;
    }

    .blog-holder-scode > article:first-of-type .post-thumbnail {
        margin-top: 0;   
    }

    .latest-posts-background-featured-image-holder {
        height: 300px;
    }

    .member {
        max-width: 100%;
    }

    .member-name {
        font-size: 35px;
    }

    .member-content {
        font-size: 16px;
        line-height: 170%;
        margin-bottom: 50px;
    }

    .member-postition {
        font-size: 13px;
    }   

    .text-slider-wrapper {
        width: 80%;
    }

    .text-slider-wrapper .text-slide {
        font-size: 20px;
    }

    .text-slider-wrapper img.text-slide-img {
        display: block;
        margin-bottom: 10px;
    }

    .text-slider-wrapper .text-slide-name {
        display: block;
        margin-bottom: 5px;
    }

    .text-slider-wrapper .text-slide-position {
        display: block;
        font-size: 14px;
        line-height: 125%;
    }

}

@media screen and (max-width: 750px) {

    .blog-item-holder .entry-holder {
        max-width: 95%;
    }

}

@media screen and (max-width: 650px) {

    .blog-item-holder .entry-date.published, 
    .blog-item-holder .cat-links, 
    .single .entry-info div, 
    .single .entry-info .cat-links ul {
        display: block;
    }

    .blog-item-holder .entry-date.published:after, 
    .single .entry-info div:after {
        display: none;
    }    

    h1.big-text {
        text-align: center;
        font-size: 40px;        
    }

}


@media screen and (max-width: 400px) { 

   .page-title-holder {
       width: 200px;
   }

    .footer-mail {
        font-size: 28px;
    }

}



.industries { margin:0px; padding:0px; text-align: center; }
.industries li {
    display: inline-block;
    padding:50px 15px;
    border: 1px solid #bf0000;
    width: 29.7%;
    margin-bottom: 12px;
    margin-right: 11px;
    text-align: center;
    text-transform: uppercase;
}

.industries li:hover { background:#bf0000; color:#fff; transition: color .3s ease; }

.industries li:nth-child(3n) { margin-right:0px; transition: color .3s ease; }
#Industries {
    background: #000;
}


.section-number p {
  font-size: 35px !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 100;
  padding-left: 20px;
}

.section-number span {
  font-weight: 400;
}

.portfolio-container {
  height: 100%;
  background-color: #fcfcfc;
}

.portfolio-container h1 {
  text-align: center;
  padding-top: 80px;
}

.portfolio-container > p {
  text-align: center;
  width: 50%;
  margin: auto;
}

.portfolio-content {
  width: 70%;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.portfolio-content img {
  width: 30%;
  height: 30%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  padding: 3px;
}


.section-number p {
  font-size: 35px !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 100;
  padding-left: 20px;
}

.section-number span {
  font-weight: 400;
}

.portfolio-container {
  height: 100%;
  background-color: #fcfcfc;
}

.portfolio-container h1 {
  text-align: center;
  padding-top: 80px;
}

.portfolio-container > p {
  text-align: center;
  width: 50%;
  margin: auto;
}

.portfolio-content {
  width:100%;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.portfolio-content img {
    width: 30%;
    height: 280px;
    -webkit-filter: grayscale(60%);
    /* filter: grayscale(60%); */
    padding: 3px;
    background-size: cover;
}

.gallery-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 15vw;
  top: 20vh;
  width: 70vw;
  height: 60vh;
  background-color: ;
}

.gallery-button-close {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
  border: 0;
  background-color: transparent;
  transform: rotate(45deg);
}

.gallery-button-previous {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-button-next {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}

.gallery-navigation-button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
}

.gallery-navigation-button.active {
  background-color: rgba(255, 255, 255, 0.95);
}

.gallery-lightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 15vw;
  top: 20vh;
  width: 70vw;
  height: 60vh;
  background-color: ;
}

.gallery-button-close {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
  border: 0;
  background-color: transparent;
  transform: rotate(45deg);
}

.gallery-button-previous {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-button-next {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
}

.gallery-navigation-button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
}

.gallery-navigation-button.active {
  background-color: rgba(255, 255, 255, 0.95);
}

.openItem {
  width: 60%;
}















.form-group input {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.btn.focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.f-right {
    float: right;
}
.f-left {
    float: left;
}

/* 2. Header css */
.header-top-note {
    background: #eaf5ff;
    padding: 6px 0;
    border-radius: 0px 0px 10px 10px;
    margin: 0px 80px;
}
.header-top-note a {
    color: #004976;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.header-top-note a:hover {
    color: #00baee;
}
.header-top-note a::after {
    height: 2px;
    width: 100%;
    bottom: 2px;
    content: "";
    left: 0;
    background: #799ab6;
    position: absolute;
}
.nav-area {
    padding-left: 45px;
    padding-right: 45px;
}
.site-btn {
    border-radius: 40px;
    border: 2px solid #d4dfe9;
    display: inline-block;
    padding: 8px 27px;
    position: relative;
    font-weight: 700;
    color: #004976;
    padding-right: 10px;
    background: #fff;
}
.site-btn .icon {
    width: 40px;
    height: 40px;
    background: #00baee;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 12px 0px #00bbee47;
            box-shadow: 0px 6px 12px 0px #00bbee47;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.site-btn .icon.yellow {
    background: #ffd57f;
    color: #004976;
    -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
            box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}
.site-btn.transparent {
    border: none;
}
.site-btn.black {
    background: #004876;
    color: #fff;
}
.site-btn:hover {
    background: #004976;
    color: #fff;
    border-color: transparent;
}
.site-btn.transparent:hover {
    background: #004876;
    color: #fff;
}
.site-btn.black:hover {
    background: #fff;
    color: #004876;
}
.nav-area {
    z-index: 2;
    position: relative;
}
.main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main-menu ul a {
    font-weight: 700;
    color: #004976;
    padding: 31px 0;
    display: block;
}
.main-menu ul li:not(:first-child) {
    margin-left: 55px;
}
.main-menu {
    text-align: center;
}
.main-menu ul li:hover > a {
    color: #00baee;
}
.main-menu ul li .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 25px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    z-index: 2;
    text-align: left;
}
.main-menu ul li .sub-menu li {
    margin-left: 0;
}
.main-menu ul li .sub-menu a {
    padding: 11px 30px;
}
.main-menu ul li .sub-menu::after {
    background: #00baee;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    position: absolute;
}
.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.header-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}
.header-info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    z-index: 3;
}
.header-lang-list {
    position: absolute;
    left: 0;
    top: 115%;
    width: 100%;
    background: #fff;
    z-index: 2;
    border-top: 3px solid #00baee;
    padding: 10px 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-lang {
    position: relative;
}
.header-lang-list a {
    color: #004976;
    font-size: 14px;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
}
.header-lang-list a:hover {
    color: #00baee;
}
.header-lang:hover .header-lang-list {
    opacity: 1;
    visibility: visible;
    top: 104%;
}
.lang-icon .icon {
    background: #00EFDA;
    color: #004976;
}
.lang-icon > .site-btn:hover {
    background: #004976;
    color: #fff;
}
.header-button-list .btn {
    width: 60px;
    height: 60px;
    line-height: 49px;
    color: #000;
    border: 2px solid #d4dfe9;
    border-radius: 50%;
}
.header-button-list .btn:hover {
    background: #004976;
    color: #fff;
    border-color: transparent;
}
.header-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-button-list .btn:not(:last-child) {
    margin-right: 15px;
}
.nav-area.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}
.sticky-header .main-menu ul a {
    padding: 38px 0;
}
.sticky-header .header-info-left,
.sticky-header .header-info-right {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.nav-area.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
/* header 2 css */
.site-header-2 .nav-area {
    padding: 0 130px;
}
.header-top-area-2 {
    color: #fff;
    padding: 8px 130px;
}
.site-header-2 .header-info-left,
.site-header-2 .header-info-right {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.header-top-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top-info ul li {
    font-size: 14px;
    font-weight: 700;
}
.header-top-info ul li a {
    color: #fff;
    font-weight: 700;
}
.header-top-info li:not(:last-child) {
    margin-right: 40px;
}
.header-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-top-menu li a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.header-top-menu li:not(:last-child) {
    margin-right: 40px;
}
.header-top-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
}
.header-top-social-links a {
    font-size: 14px;
    color: #fff;
}
.header-top-social-links a:not(:last-child) {
    margin-right: 15px;
}
.site-header-2 .header-info-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.site-header-2 .header-lang .site-btn .icon {
    background: #bf0000;
    color: #004976;
    -webkit-box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
            box-shadow: 0 6px 12px 0px rgba(247, 196, 85, 0.3);
}
.site-header-2 .main-menu ul a {
    padding: 52px 0;
}
.site-header-2 .sticky-header .main-menu ul a {
    padding: 38px 0;
}
.sticky-header .main-menu ul li .sub-menu a {
    padding: 11px 30px;
}
/* Header css 3 */
.transparent .nav-area.sticky-header {
    background: #004976;
}
.site-header.transparent {
    position: absolute;
    width: 100%;
    z-index: 90;
}
.transparent .header-top-note {
    background: #00baee;
    color: #fff;
}
.transparent .header-top-note a {
    color: #fff;
}
.transparent .header-top-note a::after {
    background: #fff;
}
.transparent .main-menu ul a {
    color: #fff;
}
.transparent .main-menu ul .sub-menu a {
    color: #004976;
}
.transparent .main-menu ul .sub-menu a:hover {
    color: #00baee;
}
.transparent .site-btn {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent .site-btn:hover {
    background: #004976;
}
.transparent .header-button-list .btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

/* 3. Slider css */
.homepage-slide {
    height: 900px;
}
.single-slide-item {
    height: 900px;
    position: relative;
}
.single-slide-item img {
    width: auto !important;
}
.single-slide-content {
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-top: 200px;
}
.slide-shape-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.slide-shape-left span:last-child {
    position: absolute;
    top: 0;
    left: 0;
}
.slide-shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.slide-shape-right span:last-child {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.slide-shape-right span {
    right: 0;
    text-align: right;
}
.slide-shape-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.single-slide-content .slide-title {
    font-size: 110px;
    color: #fff;
    margin-top: 23px;
    line-height: 120px;
    margin-bottom: 0;
    letter-spacing: -4px;
}
.single-slide-content .video-link {
    margin-bottom: 43px;
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}
.video-link {
    display: inline-block;
}
.wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
}
.wave-pulse:before,
.wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
}
.wave-pulse:before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.video-play-wrap {
    position: relative;
    width: 80px;
    height: 80px;
}
.video-play {
    width: 80px;
    height: 80px;
    background: #FFD57F;
    position: relative;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    border-radius: 50%;
    color: #004976;
    text-align: center;
    line-height: 85px;
    font-size: 16px;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    margin-left: 1px;
    z-index: 2;
}
.video-link:hover .video-play {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.single-slide-item::before {
    background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
    background: -webkit-gradient(linear, left top, right top, from(#024b78), to(#00baed));
    background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
}
.homepage-slide .owl-nav div {
    font-size: 18px;
    width: 80px;
    height: 80px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 85px;
    border-radius: 50%;
    left: 90px;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.homepage-slide .owl-nav div:hover {
    background: #ffd57f;
}
.homepage-slide .owl-nav div.owl-next {
    left: auto;
    right: 90px;
}
.homepage-slide:hover .owl-nav div {
    left: 105px;
    visibility: visible;
    opacity: 1;
}
.homepage-slide:hover .owl-nav div.owl-next {
    right: 105px;
    left: auto;
}
/* Slider 2 css */
.homepage-slide-2,
.single-slide-item-2 {
    height: 800px;
}
.single-slide-content-2 .slide-shape {
    position: absolute;
    top: -130px;
    z-index: -1;
    left: -120px;
}
.single-slide-content-2 {
    color: #004976;
    position: relative;
    z-index: 2;
    padding-top: 0;
}
.single-slide-content-2 .slide-title {
    color: #004976;
    font-size: 90px;
    line-height: 90px;
}
.single-slide-content-2 .slide-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-slide-content-2 .site-btn.boxed {
    margin-right: 30px;
    -webkit-box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
            box-shadow: 0 8px 16px rgba(53, 178, 241, 0.4);
}
.single-slide-content-2 .slide-shape span:last-child {
    position: absolute;
    left: -70px;
    margin-top: -30px;
}
/* Slider 3 css */
.single-slide-item-3::before {
    background: #000;
}
.homepage-slide-3,
.single-slide-item-3 {
    height: 950px;
}
.single-slide-content-3 {
    padding-top: 320px;
}
.site-btn.boxed.yellow {
    background: #bf0000;
    color: #004976;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.single-slide-content-3 .site-btn.boxed {
    color: #004976;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.single-slide-content-3 .site-btn:first-child {
    margin-right: 20px;
}
.site-btn.boxed:hover {
    background: #004976;
    color: #fff;
}
/* 4. About css */
.service-search-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0px #d9e1e9;
            box-shadow: 0 8px 16px 0px #d9e1e9;
    padding: 80px;
    padding-bottom: 60px;
    border-bottom: 6px solid #00baee;
    padding-top: 45px;
    margin-top: -95px;
    position: relative;
    z-index: 2;
    margin-bottom: 180px;
}
.service-search-wrapper .form-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.service-search-wrapper .form-group {
    margin: 0;
    position: relative;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    text-align: right;
}
.service-search-wrapper .form-group-wrapper .form-group:nth-child(1),
.service-search-wrapper .form-group-wrapper .form-group:nth-child(2) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
}
.service-search-wrapper .form-group-wrapper .form-group:nth-child(1) {
    margin-right: 15px;
}
.service-search-wrapper .form-group label {
    position: absolute;
    font-size: 18px;
    color: #00bbee;
    margin: 0;
    top: 31px;
    left: 0;
    z-index: 2;
}
.service-search-wrapper .form-group input {
    border: none;
    border-bottom: 2px solid #004876;
    font-size: 18px;
    color: #004876;
    font-weight: 600;
    border-radius: 0px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-top: 30px;
}
.service-search-wrapper .form-group input::-webkit-input-placeholder {
    color: #004876;
    font-weight: 600;
    opacity: 1;
}
.service-search-wrapper .form-group input::-moz-placeholder {
    color: #004876;
    font-weight: 600;
    opacity: 1;
}
.service-search-wrapper .form-group input:-ms-input-placeholder {
    color: #004876;
    font-weight: 600;
    opacity: 1;
}
.service-search-wrapper .form-group input::-ms-input-placeholder {
    color: #004876;
    font-weight: 600;
    opacity: 1;
}
.service-search-wrapper .form-group input::placeholder {
    color: #004876;
    font-weight: 600;
    opacity: 1;
}
.service-search-wrapper .form-group .nice-select {
    border: 0px;
    width: 100%;
    border-bottom: 2px solid #004876;
    border-radius: 0px;
    padding: 30px;
    height: auto;
    padding-right: 0;
    padding-bottom: 14px;
    padding-top: 25px;
}
.service-search-wrapper .form-group .nice-select::after {
    display: none;
}
.service-search-wrapper .form-group .nice-select .list {
    width: 100%;
}
.service-search-wrapper .form-group .nice-select .current {
    font-size: 18px;
    font-weight: 600;
}
.service-search-wrapper .form-group:nth-child(2) {
    margin-left: 15px;
}
.service-search-wrapper .site-btn {
    padding: 8px 36px;
    padding-right: 10px;
}
.about-left-side .about-thumb-mid {
    position: absolute;
    top: -90px;
    left: -220px;
}
.about-left-side .about-thumb-sml {
    position: absolute;
    right: 20px;
    bottom: -45px;
}
.about-left-side {
    position: relative;
}
.about-left-side .about-thumb-sml-xs {
    position: absolute;
    left: -115px;
    bottom: -50px;
}
.section-heading-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-heading-top img {
    margin-right: 30px;
}
.section-heading-top .sub-title span {
    color: #00bbee;
}
.section-heading .section-title {
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}
.section-heading-2 .section-title {
    font-size: 48px;
}
.bg-2 {
    background: #f7fbff;
}
.about-right-side {
    padding-left: 30px;
}
.section-heading .section-content {
    background: #fff;
    border-left: 6px solid #00bbef;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
            box-shadow: 0 6px 12px 0px #d3dbe33d;
}
.about-list .single-item .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
            box-shadow: 0 6px 12px 0px #d3dbe33d;
    margin-right: 20px;
}
.about-list .single-item span {
    font-weight: 600;
}
.about-list .single-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
/* About 2 css */
.about-left-side-2 .about-thumb-mid {
    position: inherit;
    text-align: right;
    top: -125px;
    left: 0px !important;
}
.about-left-side-2 .about-thumb-sml {
    position: absolute;
    top: 115px;
    right: -20px;
}
.about-left-side-2 .about-thumb-box {
    position: absolute;
    background: #bf0000;
    padding: 44px 30px;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
            box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    top: 80px;
    left: 70px;
    z-index: 5;
}
.about-left-side-2 .about-thumb-box .title {
    color: #004876;
    font-size: 80px;
}
.about-left-side-2 .about-thumb-box .title .year {
    font-size: 16px;
    display: block;
    margin-top: -5px;
}
.about-left-side-2 .about-thumb-box .title .plus {
    font-size: 16px;
}
.about-left-side-2 .about-thumb-big {
    position: relative;
    z-index: 2;
}
.about-left-side-2 .about-thumb-mid-wrap {
    position: absolute;
    right: -50px;
}
.about-right-side-2 {
    padding-left: 45px;
}
.about-right-side-2 .about-list-wrapper {
    padding-left: 45px;
}
.about-right-side-2 .about-list-wrapper .content {
    margin-bottom: 30px;
}
.about-list-2 .single-item .icon {
    font-size: 24px;
    color: #00bbee;
    border-radius: 0px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    width: auto;
    line-height: 24px;
    min-width: 30px;
}
.about-list-2 .single-item span {
    font-size: 18px;
}
.about-list-2 .about-list-author {
    padding-top: 34px;
}
.about-right-side-2 .about-list-author {
    padding-top: 34px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
            box-shadow: 0 8px 16px 0px rgba(0, 186, 238, 0.1);
    position: relative;
}
.about-right-side-2 .about-list-author::after {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #bf0000;
}
.about-right-side-2 .about-list-author .name {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
}
.about-right-side-2 .about-list-author .designation {
    color: #00bbee;
}
/* About css 3 */
.about-left-side-3 .about-thumb-box .year {
    font-size: 14px;
    font-weight: 400;
}
.about-left-side-3 .about-thumb-box .title {
    font-size: 40px;
    margin-bottom: 0;
}
.about-left-side-3 .about-thumb-box {
    padding: 29px 10px;
    right: 0;
    bottom: 0;
    top: auto;
    background: #fff;
    border-left: 4px solid #bf0000;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: auto;
    padding-left: 14px;
}
.about-right-box {
    position: absolute;
    top: -155px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(161, 219, 223, 0.2);
    border-left: 4px solid #00baee;
    padding-left: 26px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 60px;
    z-index: 1;
    right: 0;
}
.about-right-box h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.about-right-box span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.about-right-box .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: #f3f3f3;
}
.about-left-side-3 .about-thumb-big {
    z-index: 1;
}

/* About css 4 */
.about-left-side-4 .about-thumb-big img {
    width: 100%;
}
.about-right-side-4 .about-list-wrapper {
    padding-left: 0px;
}

/* 5. Service css */
.bg-3 {
    background: #004876;
}
.section-heading.white .section-title {
    color: #fff;
}
.section-heading.white .sub-title {
    color: #fff;
}
.section-heading-2 .sub-title,
.section-heading-3 .sub-title,
.section-heading-2.white .sub-title {
    color: #00bbee;
    font-size: 16px;
}
.service-section-content {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}
.service-section-content::after {
    left: 0;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    background: #00bbef;
    height: 100px;
    width: 1px;
}
.service-box-area {
    position: relative;
    z-index: 1;
}
.service-box-area::after {
    background: #f7fbff;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
}
.service-box-area::before {
    height: 165px;
    top: 2px;
    left: 0;
    content: "";
    background: #004876;
    position: absolute;
    width: 100%;
}
.service-heading-box {
    padding-bottom: 245px;
}
.service-content {
    background: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 29px 30px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
            box-shadow: 0 8px 12px 0px #d3dbe33d;
    position: relative;
    margin-top: -60px;
}
.service-content .service-price {
    font-weight: 700;
    color: #00bbef;
    margin-bottom: 2px;
    display: block;
}
.service-content .service-title {
    font-size: 24px;
    margin-bottom: 0;
}
.service-content .service-title a{
    display: inline-block;
    color: #004976;
}
.service-content .service-title:hover a{
    color: #00BAEE;
}
.service-content .service-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 30px;
    top: -40px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
            box-shadow: 0 8px 12px 0px #d3dbe33d;
}
.single-service-box .service-thumb {
    overflow: hidden;
}
.service-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.single-service-box:hover .service-thumb img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.service-note {
    font-size: 20px;
}
.service-note a {
    color: #35b4f1;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.service-note a:hover {
    color: #004876;
}
.service-note a::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #88cff6;
    position: absolute;
}

/* Service 2 css */
.service-cat-box:hover .cat-title {
    color: #00baee;
}
.service-cat-content {
    margin-top: 27px;
    color: #004976;
}
.service-cat-content .cat-title {
    margin-bottom: 8px;
    color: #004976;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom-col-width .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.section-heading-2 .section-content {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    font-weight: 400;
}

/* service css 3 */
.video-area {
    height: 200px;
    background: #000;
}
.single-service-box-2 {
    padding-right: 40px;
}
.service-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-service-box-2 .service-icon {
    font-size: 40px;
    color: #00bbee;
    margin-right: 30px;
}
.single-service-box-2:hover .service-icon {
    -webkit-animation: flipInY .5s ease-in-out;
            animation: flipInY .5s ease-in-out;
}
.single-service-box-2 .service-title {
    margin-bottom: 0;
    font-weight: 500;
}
.single-service-box-2 .inline-btn {
    color: #004976;
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
}
.single-service-box-2 .inline-btn i {
    margin-right: 2px;
}
.single-service-box-2 .inline-btn:hover {
    color: #00bbee;
}

/* Service 4 css */
.service-box-area-2::before {
    background: transparent;
}

/* 6. Wcu css */
.wcu-content {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-left: 30px;
    font-size: 18px;
}
.wcu-content .wcu-title {
    margin-bottom: 20px;
}
.wcu-thumb-box img {
    width: 100%;
    border-radius: 40px;
}

/* wcu 2 css */
.wcu-area .section-heading-3 .section-title {
    font-size: 48px;
}
.wcu-box-wrapper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wcu-box-2 {
    background: #fff;
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 40px;
    z-index: 1;
    padding-bottom: 44px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wcu-box-2::after {
    height: 4px;
    width: 0%;
    background: #00baee;
    right: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
}
.wcu-box-2.active::after {
    right: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    left: 0;
}
.wcu-box-2.active {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(105, 189, 195, 0.2);
}
.wcu-box-wrapper-2 .wcu-box-2:first-child {
    margin-right: 5px;
}
.wcu-box-wrapper-2 .wcu-box-2:last-child {
    margin-left: 5px;
}
.wcu-box-wrapper-2 .wcu-box-2:first-child .count {
    right: -20px;
}
.wcu-box-2 .count {
    font-size: 160px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: -1;
    line-height: 117px;
    color: #f7fbff;
}
.wcu-box-2 .wcu-content {
    padding-left: 0;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.wcu-box-2 .wcu-title {
    margin-bottom: 16px;
    color: #004976;
}
.wcu-right-2 .wcu-thumb-2 {
    position: absolute;
    background: transparent;
    z-index: 1;
    top: 0;
}
.wcu-right-2 .wcu-thumb-2::before {
    border-radius: 50%;
    background: #bf0000;
}
.wcu-right-2 .wcu-shape {
    position: absolute;
    right: 90px;
    top: 10px;
    z-index: 2;
}
.wcu-right-2 {
    text-align: right;
    z-index: 1;
    margin-top: 100px;
}
.wcu-right-2 .wcu-thumb-1 {
    position: relative;
    z-index: 3;
}
.wcu-right-2 img {
    border-radius: 50%;
}

/* 7. Get-Quote css */
.get-quote-left-side {
    position: relative;
}
.get-quote-thumb-small {
    position: absolute;
    right: 10px;
    bottom: -165px;
}
.get-quote-icon-box {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #fff;
    bottom: 130px;
    z-index: 2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 70px;
}
.get-quote-thumb-big {
    position: relative;
    z-index: 2;
}
.get-quote-icon-box img {
    -webkit-animation: 1.5s shake infinite;
            animation: 1.5s shake infinite;
}
@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
                transform: rotate(7deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(7deg);
                transform: rotate(7deg);
    }
}
@keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
                transform: rotate(7deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(7deg);
                transform: rotate(7deg);
    }
}
.get-quote-icon-box::after {
    width: 180px;
    height: 180px;
    -webkit-box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
            box-shadow: 0 8px 16px 0px rgba(211, 219, 227, 0.3);
    left: -20px;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.get-quote-right-side .site-btn.transparent:hover {
    background: transparent;
    color: #00baee;
}

/* 8. Process css  */
.single-process-box {
    padding: 60px 50px;
    background: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-process-box.active {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
            box-shadow: 0px 8px 16px 0px rgba(208, 218, 227, 0.3);
}
.single-process-box::after {
    height: 4px;
    width: 0%;
    background: #35b3f1;
    content: "";
    left: 100%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.single-process-box.active::after {
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
.process-box-title {
    font-size: 30px;
    margin-bottom: 18px;
}
.single-process-box .inline-btn {
    font-weight: 700;
    color: #00bbee;
    margin-bottom: 28px;
    display: inline-block;
}
.single-process-box .inline-btn i {
    margin-left: 8px;
}
.single-process-box .process-box-icon {
    margin-top: 33px;
}
.single-process-box .count {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    background: #35b3f1;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
            box-shadow: 0 6px 12px 0px rgba(53, 178, 241, 0.3);
    bottom: 30px;
}

/* Process 2 css */
.single-process-box-2 {
    padding: 0;
    background: transparent;
}
.single-process-box-2 .process-box-title {
    font-size: 24px;
    margin-bottom: 13px;
}
.single-process-box-2::after {
    display: none;
}
.single-process-box-2:hover {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.single-process-box-2 .process-box-thumb {
    position: relative;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 220px;
    margin: 0 auto;
}
.single-process-box-2 .process-box-thumb img {
    border-radius: 50%;
}
.single-process-box-2 .count-small {
    width: 60px;
    height: 60px;
    background: #fff;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 16px 32px 0px #0049764b;
            box-shadow: 0px 16px 32px 0px #0049764b;
    border-radius: 50%;
    font-weight: 700;
    line-height: 63px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}
.single-process-box-2 .count-big {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 700;
    line-height: 86px;
    top: -55px;
    z-index: -1;
    color: #f0f5f9;
    letter-spacing: -6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-process-box-2:hover .count-big {
    top: -65px;
}
/* Process css 3 */
.single-process-box-3 {
    background: #fff;
    padding: 50px 55px;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}
.single-process-box-3::before {
    bottom: 0px;
    width: 0%;
    height: 10px;
    position: absolute;
    content: "";
    right: 0;
    background: #00baee;
    z-index: 2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.single-process-box-3:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.single-process-box-3.yellow::before,
.single-process-box-3.blue::before {
    background: #fff;
}
.single-process-box-3.yellow {
    background: #fce022;
}
.single-process-box-3.yellow:hover {
    background: #fce022;
}
.single-process-box-3.blue {
    background: #4cefd6;
}
.single-process-box-3.blue:hover {
    background: #4cefd6;
}
.single-process-box-3:hover {
    background: #fff;
}
.single-process-box-2 .process-box-title {
    margin-bottom: 18px;
}
.single-process-box-3 .inline-btn {
    margin-bottom: 0;
}
.single-process-box-3.yellow .inline-btn,
.single-process-box-3.blue .inline-btn {
    color: #004976;
}
.single-process-box-3 .count-big {
    color: #034f7e;
    z-index: -1;
    left: auto;
    right: -20px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    font-size: 140px;
    line-height: 99px;
    top: -90px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-process-box-3.yellow .count-big,
.single-process-box-3.blue .count-big {right: -1px;}
.single-process-box-3:hover .count-big {
    opacity: 1;
    visibility: visible;
    top: -99px;
}

/* 9. Appointment css */
.appointment-area::before {
    z-index: -1;
    background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
    background: -webkit-gradient(linear, left top, right top, from(#024b78), to(#00baed));
    background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
}
.appointment-area {
    z-index: 1;
}
.appointment-form .form-group input {
    background: transparent;
    color: #fff;
    border: 2px solid #9ab5c5;
    border-radius: 40px;
    padding: 21px 38px;
    width: 100%;
}
.appointment-form .form-group input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.appointment-form .form-group input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.appointment-form .form-group input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.appointment-form .form-group input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.appointment-form .form-group input::placeholder {
    color: #fff;
    opacity: 1;
}
.appointment-form .form-group {
    position: relative;
    margin-bottom: 0;
}
.appointment-form .form-group label {
    position: absolute;
    right: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    color: #fff;
}
.appointment-form .site-btn {
    padding: 13px 45px;
    padding-right: 10px;
    border: none;
}
.appointment-form .site-btn .icon {
    margin-left: 32px;
}

/* 10. Project css */
.singel-project-item .project-content {
    background: #004876;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 32px 45px;
    position: relative;
    margin-top: -57px;
    position: relative;
    z-index: 2;
    padding-right: 120px;
}
.project-content .sub-title {
    color: #00bbef;
    margin-bottom: 12px;
    font-size: 16px;
}
.project-content .project-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #ffd57f;
    display: inline-block;
    line-height: 62px;
    color: #004976;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
            box-shadow: 0 8px 16px 0px rgba(255, 212, 127, 0.3);
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.project-content .project-icon:hover {
    color: #fff;
    background: #35b3f1;
}
.project-content .project-title {
    font-size: 24px;
}
.singel-project-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.singel-project-item .project-thumb::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: -o-linear-gradient(left, #024b78 0%, #00baed 100%);
    background: -webkit-gradient(linear, left top, right top, from(#024b78), to(#00baed));
    background: linear-gradient(90deg, #024b78 0%, #00baed 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.singel-project-item:hover .project-icon {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: -30px;
}
.singel-project-item:hover .project-thumb::before {
    opacity: 0.5;
    visibility: visible;
}

/* 11. Brand Carousel css */
.singel-brand-item img {
    width: auto !important;
}
.singel-brand-item {
    min-height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-filter: grayscale(100);
            filter: grayscale(100);
    opacity: 0.4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.singel-brand-item:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
}

/* Brand Carousel 2 css */
.brand-carousel-2 .singel-brand-item {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.brand-carousel-2 .singel-brand-item:hover {
    opacity: 0.8;
}

/* brand 3 css */
.single-brand-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 170px;
    background: #f8f9ff;
}
.single-brand-box .hover {
    display: none;
}
.single-brand-box:hover .hover {
    display: inline-block;
}
.single-brand-box:hover .default {
    display: none;
}
.single-brand-box:hover {
    background: #00bfed;
}
.single-brand-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* 12. Newslater css */
.newslater-shape {
    position: absolute;
    top: -50px;
}
.newslater-area {
    position: relative;
}
.newslater-form input {
    padding: 28px 35px;
    border-radius: 40px;
    border: none;
    color: #004976;
    width: 100%;
}
.newslater-form {
    position: relative;
    margin-top: 15px;
}
.newslater-form .site-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.site-btn.boxed {
    background: #35b3f1;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 18px 46px;
    -webkit-box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
            box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
    font-size: 16px;
}
.newslater-form input::-webkit-input-placeholder {
    color: #004976;
    opacity: 1;
}
.newslater-form input::-moz-placeholder {
    color: #004976;
    opacity: 1;
}
.newslater-form input:-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}
.newslater-form input::-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}
.newslater-form input::placeholder {
    color: #004976;
    opacity: 1;
}
.newslater-area .section-heading.white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.newslater-area .section-heading .sub-title {
    margin-bottom: 20px;
}
.newslater-area .section-heading .section-title {
    margin-bottom: 0;
}
.newslater-form .site-btn:hover {
    background: #004876;
}
.bg-4 {
    background: #f0f5ff;
}
.bg-5 {
    background: #bf0000;
}

/* Newslater 2 css */
.newslater-form-2 input {
    border-radius: 0px;
}
.newslater-form-2 .site-btn.boxed {
    border-radius: 0px;
    background: #bf0000;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.newslater-form-2 .site-btn.boxed:hover {
    background: #004876;
    color: #fff;
}
.newslater-form-2 {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
            box-shadow: 0px 16px 32px 0px rgba(53, 178, 241, 0.1);
}
.newslater-laptop-wrap {
    position: absolute;
    left: 0;
    top: -65px;
}
.newslater-shape-imgs {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-70%, -80%);
        -ms-transform: translate(-70%, -80%);
            transform: translate(-70%, -80%);
}
.newslater-shape-imgs .newslater-shape-logo {
    margin-bottom: 40px;
}
.newslater-app-img img:first-child {
    margin-right: 20px;
}

/* 13. Testimonial css */
.testimonial-carousel img {
    width: auto !important;
}
.testimonial-carousel {
    background: #fff;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 70px;
    padding-bottom: 60px;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
            box-shadow: 0px 6px 12px 0px #00497628;
    z-index: 3 !important;
}
.testimonial-carousel::after,
.testimonial-carousel::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: calc(100% - 40px);
    height: 20px;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
            box-shadow: 0px 6px 12px 0px #00497628;
    z-index: -1;
    border-radius: 0px 0px 15px 15px;
}
.testimonial-carousel::before {
    left: 40px;
    bottom: -40px;
    width: calc(100% - 80px);
}
.single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: #fff;
    z-index: 4;
}
.single-testimonial .thumb {
    position: relative;
    margin-left: 20px;
}
.single-testimonial .thumb img {
    border-radius: 50%;
}
.single-testimonial .content {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    padding-left: 60px;
}
.single-testimonial .content .author-logo {
    display: inline-block;
}
.single-testimonial .thumb::after {
    content: "";
    left: -20px;
    top: -20px;
    height: 180px;
    width: 180px;
    position: absolute;
    border: 2px solid #f6fbff;
    border-radius: 50%;
}
.single-testimonial .thumb .icon {
    position: absolute;
    top: -18px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #ffd57f;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
    -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
            box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}
.single-testimonial .content {
    font-size: 20px;
}
.testimonial-meta .name {
    font-size: 30px;
}
.testimonial-meta .designation {
    font-size: 16px;
    color: #00bbee;
}
.testimonial-carousel .owl-dots div {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #dceeff;
}
.testimonial-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.testimonial-carousel .owl-dots div.active {
    background: #35b3f1;
}
.testimonial-carousel .owl-dots div:not(:last-child) {
    margin-right: 10px;
}
/* testimonial css 2 */
.testimonial-area-2 .section-heading.white .sub-title {
    color: #00bbee;
}
.testimonial-area-2 .testimonial-carousel::after,
.testimonial-area-2 .testimonial-carousel::before {
    -webkit-box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
            box-shadow: 0px 6px 12px 0px rgb(0, 73, 118, 0.1);
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}
.testimonial-area-2 .testimonial-carousel::before {
    background: rgba(255, 255, 255, 0.04);
}

/* 14. News css */
.postbox-text {
    padding: 35px 30px;
    border: 2px solid #e2edf6;
    border-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 36px;
    padding-bottom: 30px;
}
.postbox {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.postbox:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
            box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}
.postbox:hover .postbox-text {
    border-color: transparent;
}
.postbox .blog-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.postbox .blog-title a {
    color: #004976;
}
.postbox .blog-title a:hover {
    color: #00bbee;
}
.postbox .post-meta a {
    font-weight: 600;
    color: #004976;
    position: relative;
}
.postbox .post-meta a:hover {
    color: #00bbee;
}
.postbox .post-meta a i {
    color: #00bbee;
    margin-right: 5px;
}
.postbox .post-meta a:not(:last-child) {
    margin-right: 36px;
}
.postbox .post-meta a:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 2px;
    background: #cfe0e5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -17px;
}
.postbox .post-text {
    font-size: 14px;
}
.postbox-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.postbox-thumb {
    overflow: hidden;
}
.postbox:hover .postbox-thumb img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* News 2 css */
.post-list-wrapper .postbox-text {
    border-top: 2px solid #e2edf6;
    padding-bottom: 35px;
}
.post-list-wrapper .postbox .blog-title {
    margin-bottom: 0;
}

/* News 3 css */
.news-area-3 .postbox-text {
    padding: 0;
    border: none;
    position: relative;
}
.postbox .post-cat {
    position: absolute;
    top: -18px;
    font-weight: 700;
    background: #02c0f0;
    color: #fff;
    display: inline-block;
    padding: 7px 19px;
    border-radius: 40px;
    font-size: 14px;
    left: 30px;
    z-index: 2;
}
.postbox-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 50px 40px;
    padding-top: 0;
    z-index: 2;
}
.postbox-content .inline-btn {
    position: absolute;
    right: -20px;
    color: #004976;
    background: #bf0000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    bottom: 20px;
}
.postbox-content .inline-btn:hover {
    background: #004876;
    color: #fff;
}
.news-area-3 .postbox .blog-title {
    margin-bottom: 0;
}
.news-area-3 .postbox .blog-title a,
.news-area-3 .post-meta a,
.news-area-3 .postbox .post-meta i {
    color: #fff;
}
.news-area-3 .postbox .post-meta a:not(:last-child)::after {
    background: #fff;
}
.news-area-3 .postbox-thumb::before {
    background: #000;
}
.news-area-3 .postbox .blog-title a:hover {
    color: #02c0f0;
}

/* 15. Discount css */
.discount-box {
    background: #ffd57f;
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
    position: relative;
    z-index: 2;
}
.discount-box .discount-title {
    font-size: 50px;
    margin: 0;
}
.discount-title span {
    font-weight: 300;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}
.discount-btns a {
    padding: 10px 27px;
    padding-right: 10px;
}
.discount-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.discount-btns .site-btn.black {
    margin-left: 20px;
}

/* 16. Footer css */
.site-footer {
    margin-top: -10px;
    z-index: 1;
    color: #fff;
    font-weight: 500;
}
.site-footer::before {
    z-index: -1;
}
.footer-widget .title {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 20px;
    margin-bottom: 40px;
}
.footer-widget .title::after {
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #ffd57f;
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
}
.footer-widget ul li a {
    color: #fff;
    display: block;
    font-weight: 500;
}
.footer-widget ul li a:hover {
    color: #ffd57f;
}
.footer-widget ul li i {
    margin-right: 15px;
    color: #5b84a3;
}
.footer-widget ul li:not(:first-child) {
    margin-top: 26px;
}
.footer-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #28475d;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.footer-contact-info .content {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
}
.footer-contact-info .box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    background: #ffd57f;
    padding: 14px 30px;
    margin-top: 10px;
    position: relative;
    padding-right: 50px;
}
.footer-contact-info .box h2 {
    font-size: 30px;
    color: #002542;
    margin: 0;
}
.footer-contact-info .box h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-contact-info .box .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f0c877;
}
.footer-contact-info .content a {
    color: #ffd57f;
    display: inline-block;
    margin-top: 13px;
    font-weight: 500;
}
.footer-contact-info .content a i {
    margin-right: 20px;
}
.footer-social-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-social-info .content {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
}
.footer-social-info .social-links {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer-social-info .content a {
    color: #fff;
    display: block;
}
.footer-social-info .content a:hover {
    color: #ffd57f;
}
.footer-social-info .content a span {
    color: #517fa2;
}
.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    background: #0e4164;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.social-links a:hover {
    background: #35b3f1;
    color: #fff;
}
.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-links a:not(:last-child) {
    margin-right: 10px;
}
.site-footer .copyright {
    border-top: 2px solid #26445b;
}

/* footer 2 css */
.site-footer-2 {
    margin-top: 0px;
}
.footer-top-box.left {
    background: #004876;
    color: #fff;
}
.footer-top-box.right {
    background: #bf0000;
}
.footer-top-box {
    padding: 40px 50px;
    position: relative;
}
.footer-box-content {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    padding-left: 30px;
    font-size: 14px;
}
.footer-box-content .footer-box-title {
    font-size: 30px;
}
.footer-top-box .inline-btn {
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #bf0000;
    display: inline-block;
    text-align: center;
    color: #004876;
    line-height: 31px;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 40px;
}
.footer-top-box.right .inline-btn {
    background: #004876;
    color: #fff;
}
.footer-top-box .inline-btn:hover, .right .inline-btn:hover {
    color: #fff;
    background: #02C0F0;
}
.footer-top-box-area {
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
}
.site-footer-2 .footer-widget .title::after {
    background: #00baee;
}
.site-footer-2 {
    color: #004976;
}
.site-footer-2 .footer-widget ul li a {
    color: #004976;
}
.site-footer-2 .footer-widget ul li a:hover {
    color: #02c0f0;
}
.site-footer-2 .footer-contact-info .box {
    background: #02c0f0;
}
.site-footer-2 .footer-contact-info .box h2 {
    color: #fff;
}
.site-footer-2 .footer-contact-info .box .icon {
    color: #000;
    opacity: 0.1;
}
.site-footer-2 .footer-contact-info .content a {
    color: #004976;
}
.site-footer-2 .footer-contact-info .content a:hover,
.site-footer-2 .footer-social-info .content a:hover {
    color: #02c0f0;
}
.site-footer-2 .footer-social-info .content a {
    color: #004976;
}
.site-footer-2 .footer-contact-info {
    border-color: #dde6f2;
}
.site-footer-2 .copyright {
    border-color: #dde6f2;
}
.site-footer-2 .social-links a {
    background: #fff;
    color: #004976;
}
.site-footer-2 .social-links a:hover {
    background: #09c1f0;
    color: #fff;
}

/* 17. Search css */
.nav-search {
    position: relative;
    display: block;
    color: inherit;
}
.nav-search:hover {
    color: inherit;
}
.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    -webkit-animation: slideInUp 0.3s;
            animation: slideInUp 0.3s;
}
.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff;
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
input.main-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 25px;
}
input.main-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}
input.main-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}
input.main-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 25px;
}
.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.mobile-links li > a {
    padding: 15px 0 15px 15px;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    color: #7f7f7f;
    display: block;
}
.mobile-links li > a:hover {
    color: #b79d82;
}

/* 18. header-extra-info css */
.extra-info {
    background: #004876 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 350px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.extra-info.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.close-icon {
    margin-top: -16px;
    text-align: right;
}
.close-icon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}
.close-icon > button i {
    color: #35b3f1;
}
.side-info {
    border-top: 1px solid #344159;
    padding-top: 25px;
}
.side-info .site-btn:hover {
    background: #00baee;
}
.side-info .site-btn:hover .icon {
    background: #004976;
}
.contact-list h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-list p {
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 14px;
}
.contact-list p i {
    float: left;
    margin-top: 6px;
    width: 25px;
}
.contact-list p span {
    display: block;
    overflow: hidden;
}
.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.offcanvas-overly.active {
    opacity: 0.5;
    visibility: visible;
}
.extra-info .site-logo-2 {
    width: 220px;
    text-align: center;
    margin-top: 20px;
}

/* 19. Cta css */
.cta-area {
    position: relative;
    background: #f8f8f8;
    z-index: 1;
}
.cta-area::after {
    width: 35%;
    right: 0;
    height: 100%;
    content: "";
    background: #00efda;
    position: absolute;
    top: 0;
    z-index: -1;
}
.cta-wrapper {
    background: #fff;
    padding-top: 115px;
    padding-bottom: 120px;
    -webkit-box-shadow: 0 16px 32px 0px #00497614;
            box-shadow: 0 16px 32px 0px #00497614;
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    position: relative;
}
.cta-form .form-group input,
.cta-form .form-group textarea {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #f3f8ff;
    color: #004976;
    padding: 22px 40px;
    padding-right: 0;
}
.cta-form .form-group input::-webkit-input-placeholder, .cta-form .form-group textarea::-webkit-input-placeholder {
    color: #004976;
    opacity: 1;
}
.cta-form .form-group input::-moz-placeholder, .cta-form .form-group textarea::-moz-placeholder {
    color: #004976;
    opacity: 1;
}
.cta-form .form-group input:-ms-input-placeholder, .cta-form .form-group textarea:-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}
.cta-form .form-group input::-ms-input-placeholder, .cta-form .form-group textarea::-ms-input-placeholder {
    color: #004976;
    opacity: 1;
}
.cta-form .form-group input::placeholder,
.cta-form .form-group textarea::placeholder {
    color: #004976;
    opacity: 1;
}
.cta-form .form-group {
    position: relative;
    margin-bottom: 0;
}
.cta-form .form-group label {
    position: absolute;
    right: 40px;
    top: 24px;
    color: #00bbee;
    margin-bottom: 0;
    z-index: 2;
}
.cta-form .from-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cta-form .from-group-wrapper .from-group {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.cta-form .site-btn {
    width: 100%;
    border-radius: 0px;
    background: #bf0000;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 23px 30px;
}
.cta-form .site-btn:hover {
    background: #9f0303;
    color: #fff;
}
.cta-form .from-group-wrapper .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.form-group input[type=date]::-webkit-calendar-picker-indicator {
    width: 100%;
    color: #fff;
    right: 0;
    position: absolute;
    text-align: right;
    height: 100%;
    background: transparent;
}
.cta-form .from-group-wrapper .form-group:first-child {
    margin-right: 5px;
}
.cta-form .from-group-wrapper .form-group:last-child {
    margin-left: 5px;
}
.cta-form .form-group .nice-select {
    width: 100%;
    border: none;
    background: #f3f8ff;
    border-radius: 0px;
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
}
.cta-form .form-group .nice-select .current {
    font-size: 16px;
}
.cta-form .form-group .nice-select:after {
    border: none;
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    margin-top: 0;
    -webkit-transform: translateY(00%);
        -ms-transform: translateY(00%);
            transform: translateY(00%);
    right: 40px;
    width: auto;
    display: inline-block;
    top: 1px;
    color: #00bbee;
}
.cta-form .form-group .nice-select .list {
    width: 100%;
    border-radius: 0px;
}
.cta-thumb {
    position: absolute;
    bottom: 0;
    left: -200px;
}

/* cta css 2 */
.cta-wrap {
    background: #fff;
    padding: 90px 80px;
    padding-left: 84px;
    -webkit-box-shadow: 0px 16px 32px 0px #00497613;
            box-shadow: 0px 16px 32px 0px #00497613;
    border-left: 4px solid #00baee;
}
.cta-slider .single-cta-slide {
    height: 500px;
}
.cta-area-2::before {
    background-image: url(../images/bg/cta-1-bg-1.jpeg);
    width: 65%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    height: 100%;
}

/* Cta css 3 */
.cta-area-3::before,
.cta-area-3::after {
    display: none;
}

/* 20. Pricing css */
.single-pricing-box {
    text-align: center;
    background: #fff;
    padding-top: 5px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-pricing-box ul {
    text-align: left;
    padding: 0 60px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.single-pricing-box .pricing-icon {
    background: #00baee;
    width: 140px;
    height: 140px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pricing-head {
    padding-top: 40px;
    font-size: 14px;
}
.pricing-head .sub-title {
    font-size: 18px;
    color: #00bbee;
    margin-bottom: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pricing-head .price {
    font-size: 100px;
    line-height: 75px;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 8px;
}
.pricing-head .price span {
    font-size: 16px;
    line-height: 16px;
}
.single-pricing-box ul li {
    font-size: 18px;
}
.single-pricing-box ul li i {
    color: #00bbee;
    margin-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-pricing-box ul li:not(:first-child) {
    margin-top: 12px;
}
.single-pricing-box .site-btn {
    border-radius: 0;
    border: none;
    background: #f3f8ff;
    padding: 18px 43px;
    margin-bottom: 60px;
}
.single-pricing-box .icon-wrap {
    background: #f8fcff;
    padding-bottom: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-pricing-box::after,
.single-pricing-box::before {
    width: 51%;
    background: #004876;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 1;
}
.single-pricing-box::before {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 99%);
            clip-path: polygon(0 0, 100% 0, 0 99%);
}
.single-pricing-box.active {
    background: #bf0000;
}
.single-pricing-box.active .pricing-icon {
    background: #fff;
}
.single-pricing-box.active .icon-wrap {
    background: #f1bc4b;
}
.single-pricing-box.active .pricing-head .sub-title {
    color: #004976;
}
.single-pricing-box.active .site-btn {
    background: #004976;
    color: #fff;
}
.single-pricing-box.active ul li i {
    color: #004976;
}
.single-pricing-box .pricing-icon .hover {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 0;
}
.single-pricing-box.active .pricing-icon .default {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 0;
}
.single-pricing-box.active .pricing-icon .hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: auto;
}

/* Pricing 2 css */
.single-pricing-box-2::after,
.single-pricing-box-2::before {
    background: #fff;
}
.single-pricing-box-2 .icon-wrap {
    background: #f8fcff;
}
.single-pricing-box-2 {
    background: #f3fafe;
}

/* 21. Team css */
.singel-team-box {
    background: #f7fbff;
    padding: 40px 35px;
    position: relative;
}

.singel-team-box::after,
.singel-team-box::before {
    content: "";
    left: 0;
    top: 110px;
    height: 58px;
    width: 4px;
    background: #00baee;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.singel-team-box::after {
    left: auto;
    right: 0px;
}
.singel-team-box:hover::after {
    top: 0;
}
.singel-team-box:hover::before {
    top: 0;
}
.singel-team-box .team-thumb img {
    border-radius: 50%;
}
.singel-team-box .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.singel-team-box .social-links a {
    background: #fff;
    color: #004976;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
            box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
}
.singel-team-box .social-links a:hover {
    background: #00baee;
    color: #fff;
}
.team-content .designation {
    font-size: 14px;
    color: #00bbef;
}
.team-content .name {
    font-size: 22px;
    margin-bottom: 6px;
}

/* 22. Beradcrumb css */
.breadcrumb-area {
    z-index: 1;
}
.breadcrumb-area::before {
    z-index: -1;
    background: #525f82;
}
.breadcrumb-text .breadcrumb-title {
    font-size: 80px;
    color: #fff;
    letter-spacing: -4px;
}
.breadcrumb-text {
    color: #fff;
    font-size: 18px;
}
.breadcrumb-text span {
    font-weight: 700;
}
.breadcrumb-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.breadcrumb-nav li {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.breadcrumb-nav li a {
    color: #fff;
    font-weight: 400;
}
.breadcrumb-nav li:not(:last-child) {
    margin-right: 10px;
}

/* 23. Our mission css */
.single-mission-box {
    background: #f7fbff;
    padding: 60px 55px;
}
.single-mission-box .inline-btn {
    color: #00bbee;
    font-weight: 700;
    display: inline-block;
}
.single-mission-box .inline-btn i {
    margin-left: 2px;
}
.single-mission-box .inline-btn:hover {
    color: #004876;
}
.single-mission-box.yellow .inline-btn {
    color: #004876;
}
.single-mission-box.yellow .inline-btn:hover {
    color: #00BAEE;
}
.single-mission-box.yellow {
    background: #fce023;
}
.single-mission-box.black {
    background: #004876;
    color: #fff;
}
.single-mission-box.black .inline-btn:hover {
    color: #FCE023;
}
.single-mission-box .mission-box-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.mission-lists .list-icon {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
            box-shadow: 0px 8px 16px rgba(0, 186, 238, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    margin-right: 30px;
    color: #00bbee;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mission-lists li:hover .list-icon {
    background: #00BAEE;
    color: #fff;
}
.mission-lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mission-lists li:not(:last-child) {
    margin-bottom: 10px;
}
.company-overview-area {
    position: relative;
}
.overview-shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-354px);
        -ms-transform: translateX(-354px);
            transform: translateX(-354px);
    top: 0;
}
.overview-wrap {
    position: relative;
    text-align: right;
}
.overview-wrap img {
    border-radius: 50%;
}
.overview-thumb-2 {
    position: absolute;
    top: 0;
    z-index: 2;
}
.overview-thumb-3 {
    position: absolute;
    bottom: 10%;
    left: 22%;
}
.overview-thumb-3::before {
    border-radius: 50%;
}
.overview-thumb-3 .video-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    color: #fce024;
    font-size: 20px;
}
.overview-thumb-3 .video-inline:hover {
    color: #00BAEE;
}
/* 24. Portfolio css */
.portfolio-filter button {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 38px 25px;
    position: relative;
}
.portfolio-filter {
    background: #004876;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.portfolio-filter button::after {
    top: 0px;
    left: 100%;
    content: "";
    position: absolute;
    background: #fce023;
    height: 4px;
    width: 0%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.portfolio-filter button.active,
.portfolio-filter button:hover {
    color: #fce023;
}
.portfolio-filter button:hover::after,
.portfolio-filter button.active::after {
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}
.portfolio-filter::after {
    height: 20px;
    width: calc(100% - 40px);
    background: #fce023;
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: "";
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.portfolio-item .portfolio-image::before {
    background: #004876;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio-image img {
    width: 100%;
}
.portfolio-item .portfolio-caption {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    color: #fce024;
    bottom: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio-item {
    position: relative;
}
.portfolio-item .portfolio-caption h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 6px;
    color: #fff;
}
.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.portfolio-item:hover .portfolio-image::before {
    opacity: 0.9;
    visibility: visible;
}

/* 25. Feature css */
.feature-area {
    position: relative;
    z-index: 1;
}
.feature-area::after {
    background-image: url(../images/shapes/feature-shape.png);
    bottom: 0;
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}
.singel-feature-box .feature-icon {
    background: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
            box-shadow: 0px 12px 24px 0px rgba(92, 130, 143, 0.06);
}
.singel-feature-box .inline-btn {
    display: inline-block;
    color: #004976;
    font-weight: 700;
    font-size: 14px;
}
.singel-feature-box .inline-btn:hover {
    color: #02c0f0;
}
.singel-feature-box .inline-btn i {
    margin-right: 2px;
}
.feature-content {
    font-size: 14px;
}
.singel-feature-box {
    padding: 0px 25px;
}
.singel-feature-box .feture-title {
    font-size: 24px;
}

/* Feature css 2 */
.feature-area-2:after {
    display: none;
}
.singel-feature-box-2 p a {
    color: #004976;
}
.singel-feature-box-2 .inline-btn {
    color: #00bbee;
}
.singel-feature-box-2 .inline-btn:hover {
    color: #004976;
}

/* 26. Contact css */
.contact-wrap {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
            box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
}
#contact-map {
    height: 100%;
}

/* 27. Faq css */
.accordion.faqs .card .card-header {
    background: #fff;
    padding: 0;
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
}
.accordion.faqs .card {
    margin-bottom: 20px;
    border-radius: 0px;
    border: 2px solid #f3f5f8;
}
.accordion.faqs .card:last-child {
    margin-bottom: 0;
}
.accordion.faqs .card .card-header .btn-link {
    padding: 25px 40px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #004976;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    border-radius: 0px;
    position: relative;
    text-decoration: none;
    border: none;
    padding-right: 95px;
}
.accordion.faqs .card .card-header .btn-link::after {
    right: 40px;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    height: 50px;
    width: 50px;
    text-align: center;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    line-height: 51px;
    color: #004976;
    background: #fce023;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.accordion.faqs .card .subtitle > button[aria-expanded="true"]::after {
    content: "\f068";
}
.accordion.faqs .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.accordion.faqs .card .card-body .content {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}
.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 2px solid #f3f5f8;
}
.contact-widget .section-heading-2 .section-title {
    font-size: 30px;
}
.contact-widget .cta-form textarea {
    min-height: 140px;
}
.contact-widget .cta-form .site-btn {
    margin-top: -5px;
}

/* 28. Offer css */
.singel-offer-thumb {
    position: relative;
}
.singel-offer-thumb img {
    width: 100%;
}
.singel-offer-thumb .offer-tag {
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 20px;
    background: #00efda;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 11px 30px;
    border-radius: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.singel-offer-thumb:hover .offer-tag {
    background: #bf0000;
    color: #fff;
}
.singel-offer-thumb .offer-tag.right {
    left: auto;
    right: 20px;
}
.singel-offer-content .offer-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 14px;
}
.offer-title a {
    color: #004976;
    display: block;
}
.offer-title a:hover {
    color: #00BAEE;
}
.singel-offer-content {
    padding: 34px 30px;
}
.offer-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.offer-boxs .singel-offer-box {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    min-height: 110px;
    background: #f3f8ff;
    text-align: center;
    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;
    color: #004976;
    font-weight: 700;
    border-radius: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.offer-icon {
    font-size: 30px;
    color: #00baee;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.offer-boxs .singel-offer-box.yellow {
    margin-left: 20px;
    background: #bf0000;
}
.singel-offer-box.yellow .offer-icon {
    color: #004876;
}
.singel-offer-box:hover, .singel-offer-box.yellow:hover {
    background: #00EFDA;
    color: #ffff;
}
.singel-offer-box:hover .offer-icon {
    color: #fff;
}

/* 29. Counter css */
.counter-area::before {
    background: #000;
}
.counter-area .container-fluid {
    padding: 0px;
}
.counter-area .pb-120 {
    padding-bottom: 120px;
}
.single-counter-box {
    padding: 90px 80px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.counter-content-top .plus {
    font-size: 18px;
}
.counter-content-top .big {
    font-size: 80px;
}
.counter-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 700;
}
.counter-content-top .conter-title {
    margin-right: 20px;
    font-size: 18px;
    letter-spacing: -2px;
}
.single-counter-box.yellow {
    background: #bf0000;
}
.counter-area .video-link {
    left: 20%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.counter-area .video-play-wrap,
.counter-area .video-play {
    width: 170px;
    height: 170px;
}
.counter-area .video-play {
    font-size: 24px;
    line-height: 175px;
}
.counter-area .wave-pulse:before, .counter-area .wave-pulse:after {
    height: 350px;
    width: 350px;
}

/* 30. blog page css */
.postbox-2 {
    height: auto;
}
.postbox-2 .post-cat {
    position: inherit;
    top: 0;
    left: 0;
    color: #004976;
    background: #fce023;
    padding: 5px 31px;
}
.postbox-2 .postbox_text {
    border: 2px solid #ededed;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
}
.postbox-2 .blog-title {
    font-size: 38px;
    line-height: 42px;
}
.postbox-2 .post-meta {
    font-size: 14px;
    font-weight: 400;
}
.postbox-2 .post-meta span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.postbox-2 .post-meta a {
    font-weight: 400;
    color: #004976;
}
.postbox-2 .post-meta a i {
    color: #004976;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.postbox-2 .post-meta a:hover,
.postbox-2 .post-meta span:hover,
.postbox-2 .postbox_text .blog-title a:hover,
.postbox-2 .post-meta a:hover i {
    color: #00bbee;
}
.postbox-2 .post-meta span:not(:last-child) {
    margin-right: 30px;
}
.postbox-2 .post-text {
    font-size: 16px;
}
.postbox-2 .post-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.postbox-2 .post-bottom .inline-btn {
    font-weight: 700;
    color: #00bbee;
}
.postbox-2 .post-bottom .inline-btn:hover {
    color: #004976;
}
.postbox-2 .post-bottom .inline-btn i {
    margin-right: 2px;
}
.postbox-2 .post-bottom .authore-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
}
.postbox-2 .post-bottom .authore-name img {
    margin-right: 15px;
    border-radius: 50%;
}
.postbox-2 .postbox_thumb {
    position: relative;
}
.format-video .video-link {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    
}
.format-video .video-play {
        background: #fce023;
}

.post_gallery .owl-nav div {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}
.post_gallery .owl-nav div.owl-next {
    left: auto;
    right: 40px;
}
.postbox-2.format-quote {
    background: #fce135;
    position: relative;
    z-index: 1;
    padding: 50px;
    padding-left: 155px;
}
.postbox-2.format-quote .quote-icon {
    left: -108px;
    top: 10px;
}
.postbox-2.format-quote::after {
    background-image: url(../images/news/blockquote-patter.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
}
.quote-icon {
    position: absolute;
    top: 55px;
    left: 50px;
}
.postbox-2.format-overlay {
    z-index: 1;
}
.postbox-2.format-overlay::before {
    background: #fff;
    z-index: -1;
}

/* Paginnation css */
.basic-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.basic-pagination a {
    display: block;
    height: 50px;
    width: 50px;
    border: 2px solid #ededed;
    line-height: 50px;
    text-align: center;
    color: #152440;
    font-weight: 500;
    border-radius: 50%;
}
.basic-pagination li:not(:last-child) a {
    margin-right: 10px;
}
.basic-pagination a:hover {
    color: #fff;
    background: #fce023;
    border-color: transparent;
}

/* Widget css */
.sidebar-wrap .widget {
    padding: 40px 38px;
    border: 2px solid #ededed;
}
.widget .widget-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 0;
}
.widget .widget-title::after {
    left: 0px;
    height: 20px;
    width: 2px;
    background: #00baee;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
}
.widget .about-me img {
    border-radius: 50%;
}
.widget .about-me h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.widget-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.widget-social-icon a {
    font-size: 14px;
    color: #b3bed3;
}
.widget-social-icon a:hover {
    color: #00bbee;
}
.widget-social-icon a:not(:last-child) {
    margin-right: 20px;
}
.sidebar-search-form {
    position: relative;
}
.sidebar-search-form input {
    width: 100%;
    font-size: 12px;
    background: #f6f4ff;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 21px 30px;
}
.sidebar-search-form input::-webkit-input-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}
.sidebar-search-form input::-moz-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}
.sidebar-search-form input:-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}
.sidebar-search-form input::-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}
.sidebar-search-form input::placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}
.sidebar-search-form button {
    border: none;
    position: absolute;
    right: 0;
    background: #fce023;
    color: #004976;
    font-size: 14px;
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: 50%;
}
.sidebar-search-form button:hover {
    background: #004976;
    color: #fff;
}
.sidebar-search-form {
    position: relative;
}
.sidebar-search-form input {
    width: 100%;
    font-size: 12px;
    background: #f6f4ff;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 21px 30px;
}
.sidebar-search-form input::-webkit-input-placeholder {
    font-size: 12px;
    color: #004976;
}
.sidebar-search-form input::-moz-placeholder {
    font-size: 12px;
    color: #004976;
}
.sidebar-search-form input:-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
}
.sidebar-search-form input::-ms-input-placeholder {
    font-size: 12px;
    color: #004976;
}
.sidebar-search-form input::placeholder {
    font-size: 12px;
    color: #004976;
    opacity: 1;
}
.sidebar-search-form button {
    border: none;
    position: absolute;
    right: 0;
    background: #fce023;
    color: #004976;
    font-size: 14px;
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: 50%;
}
.sidebar-search-form button:hover {
    background: #004976;
    color: #fff;
}
.recent-posts li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.recent-posts .widget-posts-title a {
    color: #004976;
    line-height: 22px;
}
.widget-posts-body {
    padding-left: 20px;
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
}
.recent-posts li:not(:last-child),
.twitter-feeds li:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e6ff;
    padding-bottom: 30px;
}
.recent-posts .widget-posts-title a:hover {
    color: #00bbee;
}
.widget .cat a {
    display: block;
    color: #004976;
    font-weight: 700;
    background: #edf5ff;
    padding: 15px 30px;
    padding-right: 0;
    border-radius: 40px;
    font-size: 14px;
}
.widget .cat li:not(:last-child) {
    margin-bottom: 10px;
}
.widget .cat span {
    background: #cddbeb;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.widget .cat li {
    position: relative;
}
.widget .cat a:hover {
    background: #bf0000;
    color:#fff;
    text-decoration:none;
}
.widget .cat a:hover span {
    background: #d5be23;
}
.widget .social-links a {
    background: #d9e7ff;
    color: #002e44;
    font-size: 14px;
}
.widget .social-links a:hover {
    background: #fce023;
    color: #004876;
}
.twitter-feeds li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.t-feed-icon {
    margin-right: 20px;
    font-size: 14px;
    color: #00bbee;
    margin-top: 3px;
}
.t-feed-meta {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
.widget-posts-meta {
    font-size: 14px;
}
#Instafeed {
    margin: 0 -5px;
    overflow: hidden;
}
#Instafeed li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
#Instafeed li img {
    width: 100%;
}
.tag .boxed {
    font-size: 12px;
    background: #f4f4f4;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #004976;
    text-transform: uppercase;
    padding: 6px 21px;
}
.tag .boxed {
    margin-top: 10px;
}
.widget .tag {
    margin-top: -10px;
}
.tag .boxed:not(:last-child) {
    margin-right: 5px;
}
.tag .boxed:hover {
    background: #bf0000;
    color: #004876;
}
.widget.ad-widget {
    border: none;
    padding: 0;
    position: relative;
}
.ad-widget img {
    width: 100%;
}
.ad-widget-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    background: #bf0000;
    text-align: center;
    padding: 19px 15px;
    text-transform: uppercase;
    width: calc(100% - 135px);
}
.ad-widget-text span {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

/* blog details css */
.blog-post-tag span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    color: #004876;
}
.blog-post-tag a {
    color: #004976;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 4px 24px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
}
.blog-post-tag a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}
.blog-post-tag a:hover::after {
    opacity: 1;
    visibility: visible;
}
.blog-post-tag a:hover {
    color: #004976;
    background: #bf0000;
    border-color: transparent;
}
.blog-post-tag a:last-child {
    margin-right: 0;
}
.blog-share-icon span {
    font-size: 20px;
    font-weight: 600;
    color: #004876;
    display: block;
    margin-bottom: 17px;
}
.blog-share-icon a {
    color: #b5becc;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 22px;
}
.blog-share-icon a:hover {
    color: #02c0f0;
}
.blog-share-icon a:last-child {
    margin-right: 0;
}
.blog-details-border {
    border-top: 1px solid #eaedff;
    border-bottom: 1px solid #eaedff;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-bottom: 42px;
}
.author {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #e1e6ff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.author-text h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}
.author-text p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
}
.author-icon {
    margin-top: 6px;
    margin-bottom: 25px;
}
.author-text {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    padding-left: 40px;
}
.author-text span {
    color: #02c0f0;
    font-size: 12px;
}
.post-comments {
    border-bottom: 1px solid #eaedff;
    margin-bottom: 42px;
    padding-bottom: 46px;
}
.blog-coment-title h2 {
    font-size: 26px;
    margin-bottom: 0;
}
.comments-avatar {
    float: left;
}
.comments-avatar img {
    width: 100px !important;
    margin-right: 30px;
    border-radius: 50%;
}
.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}
.latest-comments li:last-child .comments-box {
    border-bottom: 0;
    padding-bottom: 0;
}
.latest-comments li.children {
    margin-left: 100px;
}
.comments-box {
    border-top: 1px solid #eaedff;
    padding: 30px 0;
}
.comments-text {
    overflow: hidden;
    padding-top: 4px;
}
.comments-text p {
    margin-bottom: 0;
    margin-top: 8px;
}
.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 700;
}
.avatar-name span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #02c0f0;
}
.avatar-name {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.reply {
    color: #004976;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
    position: absolute;
    right: 0;
    margin-top: 0;
    padding: 10px 20px;
    border: 2px solid #f4f4ff;
    top: 0;
    border-radius: 40px;
}
.reply:hover {
    color: #fff;
    background: #004976;
    border-color: transparent;
}
.reply i {
    margin-right: 5px;
}
.post-comments-title {
    margin-bottom: 39px;
}
.post-comments-title h2 {
    font-size: 26px;
    color: #004876;
    margin-bottom: 0;
    font-weight: 700;
}
.conatct-post-form {
    background: #f3f8ff;
    padding: 50px;
}
.conatct-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #a7a7c1;
    border-radius: 0px;
}
.conatct-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #a7a7c1;
    font-size: 14px;
}
.conatct-post-form .site-btn i {
    font-size: 14px;
    margin-right: 2px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}
.conatct-post-form .site-btn {
    padding: 18px 57px;
}
.contact-icon {
    position: relative;
}
.contact-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 30px;
    color: #02c0f0;
    top: 18px;
    font-weight: 300;
}
.conatct-post-form .site-btn {
    border: none;
}
.conatct-post-form .contact-icon::before {
    display: none;
}
.contacts-message::after {
    content: "\f303";
}
.contacts-name::after {
    content: "\f007";
}
.contacts-email::after {
    content: "\f0e0";
}
.contacts-website::after {
    content: "\f0ac";
}
.navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}
.navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}
.bakix-navigation span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.bakix-navigation span a:hover {
    color: #02c0f0;
}
.bakix-navigation h4 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}
.bakix-navigation a {
    color: #004876;
}
.bakix-navigation h4 a:hover {
    color: #02c0f0;
}
.singel-post .postbox_text {
    padding: 0;
    border: none;
}
.postbox.singel-post {
    padding: 50px;
    border: 2px solid #ededed;
}
.releted-post .postbox:hover .postbox-thumb img {
    -webkit-transform: scale(1.1) !important;
        -ms-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
}
.postbox.singel-post:hover .postbox-thumb img{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.postbox.singel-post:hover .postbox-text {
    border-color: #ededed;
}
.releted-post .postbox:hover .postbox-text {
    border-color: transparent;
}
.releted-post .blog-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.releted-post .post-meta a,
.releted-post .post-meta a i {
    color: #02c0f0;
}
.releted-post-heading {
    font-size: 26px;
}
.singel-post blockquote {
    position: relative;
    background: #f3f5ff;
    padding: 60px 65px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    z-index: 1;
    padding-top: 40px;
}
.singel-post blockquote span {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    color: #02c0f0;
}
.singel-post blockquote .quote-icon {
    left: auto;
    right: 40px;
    z-index: -1;
    top: 35px;
}
.singel-post blockquote p {
    line-height: 38px;
}
.inner-content ul {
    padding-left: 30px;
}
.inner-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.inner-content ul i {
    margin-right: 10px;
}

/* 31. Team details page css */
.team-details-box .section-title {
    margin-bottom: 25px;
}
.team-details-box p {
    line-height: 32px;
}
.team-contact-infos span {
    font-weight: 700;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}
.team-contact-infos li:not(:last-child) {
    margin-bottom: 10px;
}
.team-contact-infos li {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.team-contact-infos li a {
    color: #004976;
}
.team-details-box .social-links a {
    width: 60px;
    height: 60px;
    line-height: 61px;
}
.social-links a.fb {
    background: #4b6ea9;
}
.social-links a.tw {
    background: #65bbf1;
}
.social-links a.db {
    background: #f0669b;
}
.social-links a.bh {
    background: #004371;
}
.social-links a.yt {
    background: #d93628;
}
.cta-wrapper-2 {
    -webkit-box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
            box-shadow: 0px 16px 32px 0px rgb(0, 73, 118, 0.06);
    padding: 0;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

/* 32. Skill css */
.skill-boxs {
    overflow: hidden;
}
.skill-boxs h4 {
    font-size: 16px;
}
.skill-boxs .bar-title {
    margin-bottom: 20px;
    background: transparent;
}
.single-skill span {
    margin-top: -65px;
    font-size: 16px;
    color: #00bbee;
    font-weight: 700;
    z-index: 2;
    width: 100%;
    text-align: right;
}
.single-skill {
    position: relative;
}
.single-skill .progress {
    background: #deebf5;
    height: 10px;
    border-radius: 0px;
    text-align: right;
    overflow: visible;
}
.single-skill .progress-bar {
    background: #004976;
}
.service-content-inner span {
    font-size: 80px;
    font-weight: 700;
    background: #bf0000;
    display: inline-block;
    line-height: 100px;
    padding: 0px 29px;
    margin-right: 20px;
    color:#fff;
}
.service-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service-lists-wrap {
    background: #f3f8ff;
    padding: 10px 50px 30px 50px;
    padding-left: 55px;
    border-left: 5px solid #bf0000;
}
.service-lists .single-item span {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding-top: 9px !important;
}
.service-lists .single-item .icon {
    width: 50px;
    height: 50px;
    background: #bf0000;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display:inline-block;
}

.service-lists .single-item .icon i { color:#fff; }

.service-lists .single-item:hover .icon {
    background: #8e0404;
    color: #fff;
}
.service-inner-video {
    position: relative;
}
.service-inner-video .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.service-inner-video .video-play-wrap,
.service-inner-video .video-play {
        width: 120px;
        height: 120px;
}
.service-inner-video .video-play {
    font-size: 20px;
    line-height: 125px;
}
.service-inner-video .wave-pulse:before, .service-inner-video .wave-pulse:after {
    height: 250px;
    width: 250px;
}
blockquote {
    position: relative;
}
.service-nav {
    border: 2px solid #f1f1f1;
    padding: 38px;
    padding-bottom: 8px;
}
.service-details-wrap .blockquote {
    padding: 60px;
}
.service-details-wrap blockquote {
    padding: 60px;
    font-size: 28px;
    font-weight: 700;
    background: #bf0000;
    z-index: 1;
}
.service-details-wrap blockquote p {
    line-height: 38px;
}
.service-details-wrap blockquote .name {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
.service-details-wrap blockquote .designation {
    font-size: 14px;
}
.service-details-wrap blockquote .quote-icon {
    right: 30px;
    left: auto;
    top: 40px;
    z-index: -1;
}
#scrollUp {
    background: #00baee;
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 48px;
}

/* 33. Preloader */
.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}
.ctn-preloader .animation-preloader {
    z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #048ec5;
    height: 150px;
    margin: 0 auto 3.5em auto;
    width: 150px;
}
.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em "Roboto", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #000000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.ctn-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}
.ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
}
.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}
.ctn-preloader .loader .row {
    height: 100%;
}
.ctn-preloader .loader .loader-section {
    padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}
.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Roboto", sans-serif;
    }
}
@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Roboto", sans-serif;
    }
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.section-heading .section-title {
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.servicecaption {
    width: 100%;
    position: absolute;
    color: #bf0000;
    font-size: 84px;
    font-weight:800;
    padding-top: 136px;
    
    line-height: 82px;

}

.servicecaption img { opacity:0.7; }

.cat {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.single-item {
    float: left;
    width: 100%;
}

#newservices { width:100%; height:auto; padding:50px 0px;}
#newservices p { margin-top:24px; margin-bottom:24px; font-size:18px; }
#newservices b {display: inline-block; text-align:left; font-size:19px; width:100%; text-align:left;}
.align-center { text-align:center; }
.align-center p { margin-bottom:0px; margin-top:0px !important; }
.iconmsin { margin-bottom:20px; }
.yy { margin-bottom:50px; }


#thanksmain { width:100%; height:auto; padding:50px 0px; text-align:center; }
#thanksmain h2 { font-size:50px; color:#000; }
#thanksmain p { color:#000; line-height:24px; }
#thanksmain a { display:inline-block; background:#bf0000; font-size:15px; color:#fff; text-transform:uppercase; border-radius:5px; padding:8px 10px;}