/* ----------------------------------------------------------------------------------------
* Author        : Designcarebd
* Template Name : OneZero | One Page Multipurpose Html Template
* File          : OneZero main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. skill area css

06. According area css

07. Service area css

08. fun facts area css

09.Portfolio/work area css    

10.callto-action css  

11.Team area css 

12.Testimonial area css 

13.Pricing area css 

14. Subscribe area

15.Choose area css 

16.News area css 

17.Clients area css

18.Contact area css

19. Copyright area css

20. Scroll-to-top area css

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

/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('icomoon.css');
@import url('hover.css');
/* ----------------------------------------------------------------------------------------
*           01. General css
* -------------------------------------------------------------------------------------- */

html, body {
    background-color: #fff;
    color: #666666;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

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

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

ul, li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #333333;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn:hover, input[type='submit']:hover {
    color: #fff;
    background: #3e9cef;
}

.btn.btn-trnsp {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-big {
    border: 2px solid #0095b6;
    font-weight: 700;
}

.btn.btn-trnsp:hover {
    border-color: #0095b6;
    background: #0095b6;
    color: #fff;
}

.bdr {
    border: 1px solid#E6E6E6;
}

.section-big {
    padding: 55px 0px;
}

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

.section-small {
    padding: 40px 0px;
}

.section-title {
    text-transform: uppercase;
    max-width: 550px;
    margin: 0px auto;
}

.section-title p {
    text-transform: lowercase;
}

.section-title p span {
    text-transform: capitalize;
}

.sub-title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    line-height: 24px;
}

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

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

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

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

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    line-height: 25px;
    color: #333333;
}

.section-title h2 span, .intro-text h2 span {
    color: #3e9cef;
}

.section-title h2::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    bottom: 0px;
    background-color: #3e9cef;
    left: 50%;
    margin-left: -85px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #3e9cef;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    bottom: 0;
}

.section-title h2 span:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

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

img {
    max-width: 100%;
}

/* ----------------------------------------------------------------------------------------
*            02. Navigation area css
* --------------------------------------------------------------------------------------- */

.menu-area.navbar-fixed-top {
    background: #fff;
    height: 100px;
    padding: 15px 0px;
}

.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 85px;
    background: #fff;
    z-index: 9999999;
    padding: 6px 0px;
}

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
}

.navbar-brand {
    padding: 0;
    margin-top: 5px;
}

.navbar-brand:hover {
    color: #82b541;
}

ul.nav.navbar-nav {
    margin-top: 16px;
}

.mainmenu .navbar-nav li {
    float: none;
    display: inline-block;
    padding: 10px 15px;
}

.mainmenu .navbar-nav li a {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 2px;
}

.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #3e9cef
}

/* Mobile Nav css */

.navbar-toggle .icon-bar {
    background: #000;
}

.space {
    height: 100px;
}

/* ----------------------------------------------------------------------------------------
*            03. Slider area css
* -------------------------------------------------------------------------------------- */

#slider, #slider .carousel, #slider .carousel .carousel-inner, #slider .carousel .carousel-inner .item {
    height: 100%;
    min-height: 680px;
}

#slider {
    position: relative;
}

#slider .main-container {
    padding: 0;
}

#slider .carousel-indicators {
    max-width: 1170px;
    margin: auto;
    position: relative;
    text-align: left;
    left: 1%;
    bottom: 40px
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #1AB4F0;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    margin-left: 7px;
}

#slider .carousel-indicators li.active {
    background: #1AB4F0;
}

#slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width: 100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .55;
}

#slider .carousel-indicators {
    margin-left: 7%;
    position: relative;
    text-align: left;
    left: 3px;
    bottom: 85px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carsol-control a.left {
    float: left
}

.carsol-control a.right {
    float: right
}

.carsol-control a.right {
    position: absolute;
    bottom: 50%;
    margin-bottom: -20px;
    right: 0;
}

.carsol-control a.left {
    position: absolute;
    bottom: 50%;
    margin-bottom: -20px;
    left: 0;
}

.carsol-control a {
    background-color: #0B0800;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 35px;
    display: table;
    text-align: center;
}

.carsol-control a i {
    display: table-cell;
    vertical-align: middle;
}

.intro-text {
    text-align: left;
}

.intro-text .title {
    margin-bottom: 40px;
    max-width: 770px;
}

.intro-text h2 {
    color: #fff;
    line-height: 60px;
    font-size: 48px;
}

.intro-text p {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}

.intro-text a.btn {
    margin-right: 10px;
    width: 180px;
    border: 1px solid #fff;
    color: #fff;
}

.intro-text a.fixed-btn {
    background: #3e9cef;
    border: 1px solid#3e9cef;
}

.intro-text a.btn:hover {
    background: #3e9cef;
    border: 1px solid#3e9cef;
}

.intro-text a.fixed-btn:hover {
    background: transparent;
    border: 1px solid#fff;
}

/* Slide Background Image */

#slider .slide1 {
    background-image: url(../img/slider/04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide4 {
    background-image: url(../img/slider/06.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ----------------------------------------------------------------------------------------
*            04. About area css
* ---------------------------------------------------------------------------------------*/

.about-content .about-details p {
    margin-bottom: 0px;
}

.space-text-top {
    margin-top: 25px;
}

.single-content:nth-child(even) {
    margin-right: 0px;
}

.single-content {
    margin-right: 30px;
    width: 47%;
    float: left;
    display: flex;
}

.content-box {
    padding: 10px 15px;
}

.single-content .icon {
    float: left;
    padding: 40px 10px;
    font-size: 35px;
    width: 100px;
    text-align: center;
}

.single-content .icon i {
    color: #3e9cef;
}

.single-content:hover .icon i {
    color: #fff;
}

.single-content:hover .icon {
    background: #3e9cef;
}

.single-content:hover {
    border-color: #3e9cef;
}

/* ----------------------------------------------------------------------------------------
*          05. Skill area css
* --------------------------------------------------------------------------------------- */

.skill-area {
    background-image: url(../img/bg/skill.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.skill-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.70);
}

.skill-title h3 {
    color: #3e9cef;
    margin: 0;
}

.skill-bar h4 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 35px;
    width: 100%;
    background: #e6e6e6;
    height: 12px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar.mb-0 {
    margin-bottom: 0px;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    background: #6adcfa;
}

.skillbar-bar {
    height: 12px;
    width: 0px;
    background: #3e9cef;
}

.skill-bar-percent {
    position: absolute;
    right: 12%;
    top: -32px;
    font-size: 12px;
    height: 20px;
    color: #fff;
    background: #1d68aa;
    padding: 0px 5px;
}

.skill-bar-percent.one {
    right: 12%;
}

.skill-bar-percent.two {
    right: 17%;
}

.skill-bar-percent.three {
    right: 7%;
}

.skill-bar-percent.four {
    right: 12%;
}

.one:before, .two:before, .three:before, .four:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #3e9cef;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 9px;
}

/*   07.According area css*/

.panel-according .panel-default {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}

.panel-according .panel-title a {}

.panel-according .panel-default .panel-heading {
    padding: 0;
}

.panel-according .panel-default .panel-heading {
    position: relative;
    font-size: 14px;
}

.panel-according .panel-default .panel-heading .panel-title a {
    font-weight: 500;
}

.panel-according .panel-default .panel-heading .panel-title a, .panel-according .panel-default .panel-heading .panel-title a:hover, .panel-according .panel-default .panel-heading .panel-title a:focus, .panel-according .panel-default .panel-heading .panel-title a:active {
    background: #000;
    padding: 20px 55px;
    color: #3e9cef;
    border: none;
}

.panel-according .panel-default .panel-heading .panel-title .collapsed {
    background-color: #000000;
    padding: 20px 55px;
    color: #fff;
}

.panel-according .panel-default {
    margin-bottom: 0px;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-according .panel-default .panel-heading .panel-title a {
    padding: 20px 55px;
    display: block;
    border-bottom-color: transparent;
    font-weight: normal;
    font-size: 15px;
}

.panel-according>.panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-according>.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0px 20px;
    background: #000;
    color: #fffefe;
    padding-bottom: 10px;
}

.according-icon .panel .panel-heading a::after {
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    top: 15px;
    content: "\f068";
    position: absolute;
    left: 15px;
    background: #3e9cef;
    color: #fff;
}

.according-icon .panel .panel-heading a[aria-expanded="false"]:after {
    visibility: hidden;
    opacity: 0;
}

.according-icon .panel .panel-heading a::before {
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    top: 15px;
    content: "\f067";
    position: absolute;
    left: 15px;
    background: #474747;
    color: #fff;
}

.angle-icon .panel .panel-heading a.collapsed:after {
    content: "\f067";
    color: #333333;
}

/* ----------------------------------------------------------------------------------------
*            07. Service area css
* --------------------------------------------------------------------------------------- */

ul.service-list {
    list-style: none;
}

ul.service-list li {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

ul.service-list li:first-child {
    margin-top: 0px;
}

ul.service-list li.active {
    background-color: #3e9cef
}

ul.service-list li.active::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    right: -8px;
    bottom: 50px;
    background-color: #3e9cef;
    transform: rotate(45deg);
    margin-bottom: -8px;
}

ul.service-list li a i {
    font-size: 30px;
    color: #3e9cef;
}

ul.service-list li.active a i {
    color: #fff;
}

ul.service-list li.active a {
    color: #fff;
}

ul.service-list li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 29px;
    display: block;
}

.tab-pane .tab-content {
    background-image: url(../img/bg/tab-content.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.tab-pane .tab-content ::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.2;
    z-index: -1;
}

.tab-pane .tab-img {
    float: left;
    margin-right: 30px
}

.tab-pane .single-tab {}

.tab-pane .single-tab h3 {}

.tab-pane .single-tab h3 span {
    color: #3e9cef;
}

.tab-pane .single-tab ul {
    list-style-type: circle;
    overflow: hidden;
    padding-left: 20px;
}

.tab-pane .tab-content a {
    margin-top: 35px;
}

/* ----------------------------------------------------------------------------------------
*                08. fun facts area css
* --------------------------------------------------------------------------------------- */

.fun-facts-area {
    background-image: url(../img/bg/fun-fact-bg.jpg);
    background-size: cover;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.80);
}

#fun-facts {
    color: #fff
}

.fun-fact {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fun-fact i.fa {
    font-size: 30px;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding-top: 35px;
}

.fun-fact h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.fun-fact p {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3e9cef;
    margin-bottom: 0px;
}

/* ----------------------------------------------------------------------------------------
*               09. Portfolio/work area css
* --------------------------------------------------------------------------------------- */

.works {}

.portfolio .mix {
    display: none;
}

.filters {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}

.filters li.active {
    color: #3e9cef;
}

.work-item img {
    width: 100%;
}

.item-details {
    margin-top: 20px;
}

.item-details h4 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.item-details p {
    margin-bottom: 0px;
}

/* news Modal css */

.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h4 {
    margin-bottom: 10px;
    line-height: 25px;
    color: #333333;
    text-transform: uppercase;
}

.news-modal .modal-content img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}

.modal-open .modal {
    z-index: 99999999;
}

/* ----------------------------------------------------------------------------------------
*               10. callto-action css
* --------------------------------------------------------------------------------------- */

.call-button {
    margin-top: 20px;
}

.callto-action {
    background-image: url(../img/service/SERVICIO1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #000;
}

.callto-action:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.70);
}

.call-text h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
}

.call-text p {
    font-size: 20px;
}

.call-button a.action-button {
    padding: 15px 30px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.call-button a:hover {
    background-color: #3e9cef;
    border: 1px solid#3e9cef;
}

/* ----------------------------------------------------------------------------------------
*                    11. Team area css
* --------------------------------------------------------------------------------------- */

.team-member {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.team-photo {
    position: relative;
}

.team-photo img {
    width: 100%;
}

.team-photo .overlay {
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.team-photo:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.member-social {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.member-social a {
    font-size: 20px;
    color: #fff;
    margin: 0px 10px;
}

.member-social i.fa:hover {
    color: #3e9cef;
}

.team-details {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid#3e9cef
}

.team-details h4 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

/* ----------------------------------------------------------------------------------------
*                                12. Testimonial area css
* --------------------------------------------------------------------------------------- */

.testimonial-area {
    background-color: #f5f5f7 !important;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.70);*/
}

.testimonial-area .section-title h2, .testimonial-area .section-title p, .s-testimonial-text p {
    color: #000;
}

.single-testimonial {
    padding: 0px 15px;
}

.single-testimonial img {
    float: left;
    margin-right: 30px;
    border-radius: 50%;
    border: 2px solid#3e9cef;
}

.single-testimonial .feedback-text {
    position: relative;
    display: grid;
}

.single-testimonial i.fa {
    margin-bottom: 20px;
    display: inline-block;
    color: #2196F3;
}

.single-testimonial p {
    line-height: 25px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.single-testimonial h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
}

.single-testimonial h4 span {
    font-size: 15px;
    color: #3e9cef;
}

.single-testimonial .desg {
    font-size: 14px;
    line-height: 16px;
}

.testimonial-list.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #3e9cef;
    border-radius: 50px;
    float: left;
}

.testimonial-list .owl-controls.clickable {
    margin-top: 30px;
}

.testimonial-list .owl-pagination {
    width: 100px;
    margin: auto;
}

.testimonial-list .owl-page.active span {
    background: #3e9cef;
}

.testimonial-list .owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}

/* ----------------------------------------------------------------------------------------
*                                   13. Pricing area css
* --------------------------------------------------------------------------------------- */

.works_photo {
    position: relative;
}

.works_photo .overlay {
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.works_photo .overlay i.fa {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
}

.works_photo:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.price-item {
    padding: 0 15px 28px;
    text-align: center;
    position: relative;
    border: 1px solid #E6E6E6;
}

.price-item:hover p.price {
    color: #fff;
    background-color: #3e9cef;
}

.price-item:hover a.btn {
    background: #3e9cef;
    color: #fff;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    color: #000;
}

.price-item p.level {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    line-height: 75px;
    font-weight: 700;
}

p.level.hbg {
    color: #3e9cef;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    background: #E6E6E6;
    margin: 0 -15px;
    line-height: 100px;
    transition: 0.3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

.price-item.featured p.price {
    color: #fff;
    background-color: #3e9cef;
}

.price-item p.price .dollar {
    font-size: 40px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 40px;
    font-weight: 400;
}

.price-item p.price .month {
    font-weight: 300
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background: #E6E6E6;
    color: #333;
}

.price-item.featured a.btn {
    background: #3e9cef;
    color: #fff;
}

.price-item.featured a.btn:hover {
    background: #e6e6e6;
    color: #333333;
}

/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */

.subscribe-box {
    background-image: url(../img/bg/newlatter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.subscribe-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: -1
}

.newsletter {
    text-align: center;
    padding: 60px 30px;
}

.newsletter h1 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase
}

.newsletter p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.newsletter p span {
    color: #3e9cef;
}

ul.newsletter-social {
    margin-top: 20px;
}

.newsletter-form {
    margin: auto;
    position: relative;
    max-width: 710px;
}

.newsletter-form input {
    height: 50px;
    padding: 5px 10px;
    background: #fff;
    color: #666;
    border-radius: 0px;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}

.newsletter-form .mc-submit {
    height: 46px;
    font-weight: 500;
    color: #fff;
    background: #3e9cef;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0px 25px;
}

.newsletter-form .mc-submit:hover {
    color: #333;
}

.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {}

.mailchimp-submitting {}

.mailchimp-success {
    color: green;
}

.mailchimp-error {
    color: red;
}

.form-control:focus {
    border-color: #fff !important;
    box-shadow: none;
}

/* ----------------------------------------------------------------------------------------
*            15. Video area css
* --------------------------------------------------------------------------------------- */

.video-area {
    background-image: url(../img/bg/video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 116px 0px;
}

.video-content {
    position: relative;
}

.video-content a {
    color: #fff;
    background: #3e9cef;
    border-radius: 50%;
    font-size: 40px;
    width: 80px;
    height: 80px;
    display: inline-table;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.video-content a i {
    display: table-cell;
    vertical-align: middle;
}

.video-content i.fa:hover {
    color: #333;
}

/*---------------- OWL CSS---------------*/

.owl-slider owl-carousel owl-theme {
    position: relative;
}

.owl-slider .owl-controls, .news-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news-carousel:hover .owl-controls {
    opacity: 1;
}

.owl-slider img {
    width: 100%;
}

.owl-slider .owl-controls {
    opacity: 1;
}

.owl-buttons {
    opacity: 0.9;
}

.owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}

.owl-buttons i.fa:hover {
    /*color: #333;*/
    background-color: #38C179;
}

.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #fff;
    background: #fff;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
    margin-top: 40px;
}

.owl-page.active span {
    border-color: #0f8bcf;
    background: #0f8bcf;
}

.owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.news-carousel .owl-buttons {
    margin: 0 15px;
}

.owl-client .owl-controls {
    display: none;
    visibility: hidden;
    opacity: 0;
}

/* ----------------------------------------------------------------------------------------
*                15. choose area css
* --------------------------------------------------------------------------------------- */

.choose-title h3 {
    margin-top: 0px;
}

.choose-feature i.fa {
    font-size: 30px;
    float: left;
    height: 40px;
    margin-right: 20px;
    color: #3e9cef;
}

.choose-feature p {
    overflow: hidden;
}

.choose-feature h3 {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 500;
}

/* ----------------------------------------------------------------------------------------
*            16. news area css
* --------------------------------------------------------------------------------------- */

.single-news {
    margin-top: 30px;
}

.news-image {
    position: relative;
}

.news-image img {
    width: 100%;
}

.new-date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333;
}

.new-date h4 {
    text-transform: uppercase;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0px;
}

.new-date span {
    padding: 15px;
    display: inline-block;
}

.new-date h4 span.month {
    background-color: #333333;
}

.new-date h4 span.date {
    background-color: #3e9cef;
}

.news-content .subtitle {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}

.news-content .btn {
    margin-top: 10px;
}

.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #3e9cef
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

.news-content .button {
    color: #333;
    text-transform: uppercase;
}

.news-modal .modal-content img {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

/* ----------------------------------------------------------------------------------------
*            17. Client area css
* --------------------------------------------------------------------------------------- */

.client-area {
    background-image: url(../img/bg/client-area-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.client-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.80);
}

.owl-client .item img {
    width: auto;
    max-width: 100%;
}

.owl-client .item {
    margin-right: 10px;
}

/* ----------------------------------------------------------------------------------------
*            18. Contact area css
* --------------------------------------------------------------------------------------- */

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    margin-bottom: 30px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #82b541;
    font-size: 18px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

#submitButton {
    color: #fff
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address-list {}

.address-list p {
    display: flex;
}

.address-list p strong {
    width: 65px;
    display: inline-block;
}

.address-list p span {}

.social-media {}

.social-media a {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    margin-right: 30px;
}

.social-media a:hover {
    color: #3e9cef;
}

/* ----------------------------------------------------------------------------------------
*            19. copyright area css
* --------------------------------------------------------------------------------------- */

.copyright-area {
    background: #333333;
    color: #fff;
    font-size: 14px;
}

.copy-right p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

/* ----------------------------------------------------------------------------------------
*            20. Scroll-to-top area css
* --------------------------------------------------------------------------------------- */

#scroll-to-top {
    background-color: #3e9cef;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #222222;
    color: #fff;
}

.news-amd {
    background-color: #ffffffe0;
    padding: 15px;
    border-radius: 10px;
}

.service-proceso {
    background-color: #ffffffc9;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 65px 10px 65px 10px;
    -moz-border-radius: 65px 10px 65px 10px;
    -webkit-border-radius: 65px 10px 65px 10px;
    border: 0px solid #000000;
    color: #000 !important;
    padding: 5px;
    margin-bottom: 30px;
}

/* Grow Shadow */

.hvr-grow-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff !important;
    background-color: #1f8cbc;
}
.service-proceso .hvr-grow-shadow span a:hover{
    color: #fff !important;
}

/* Feature block two */

.feature-block-two {
	position: relative;
}

.feature-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.feature-block-two .inner-box:before {
	position: absolute;
	content: '';
	background-image: url(../images/resource/shadow.png);
	width: 181px;
	height: 35px;
	right: 0;
	bottom: -35px;
	opacity: 0;
	transition: .5s ease;
}

.feature-block-two .inner-box:hover:before {
	opacity: 1;
}

.feature-block-two .image {
	position:relative;
	display:block;
	overflow:hidden;	
}

.feature-block-two .image img{
	position:relative;
	display:block;
	width:100%;
}

.feature-block-two .overlay-content{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.0);
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-block-two .overlay-content:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	opacity:0;
	background:#3e9cef;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
}

.feature-block-two .overlay-content:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	opacity:0;
	background:#3e9cef;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	-o-transform:translateY(100%);
	-moz-transform:translateY(100%);
	transform:translateY(100%);
}

.feature-block-two .inner-box:hover .overlay-content:before,
.feature-block-two .inner-box:hover .overlay-content:after{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}


.feature-block-two .caption-title {
	position: absolute;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
}

.feature-block-two .overlay-content .overlay-inner {
	position: relative;
	opacity: 0;
	z-index: 9;
	transform: translateY(50px);
	transition: .5s ease;
}

.feature-block-two .inner-box:hover .overlay-content .overlay-inner {
	opacity: 1;
	transform: translateY(0px);
}

.feature-block-two .overlay-content .icon {
	color: #fff;
	font-size: 60px;
	margin-bottom: 25px;
}

.feature-block-two .overlay-content .text {
	color: #fff;
	position: relative;
	z-index: 2;
}

.feature-block-two .overlay-content .shape-icon {
	color: #135ea1;
	font-size: 150px;
	font-weight: 700;
	position: absolute;
	right: 0;
	bottom: -48px;
	line-height: 1.4em;
}
/*End feature block two*/

/*Start why-choose-block*/
.why-choose-block .inner-box {
	position: relative;
	background: #fff;
	padding: 61px 45px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.why-choose-block .inner-box:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 30%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right top, #40769c, #4390c4, #6aaedd, #ffffff, #ffffff);
    opacity: 0;
    transition: .5s ease;
}

.why-choose-block .inner-box:hover:after {
	width: 100%;
	opacity: 1;
}

.why-choose-block .inner-box .icon {
	position: relative;
	color: #40769b;
	font-size: 60px;
	margin-right: 15px;
}

.why-choose-block .inner-box h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	line-height: 1.4em;
	z-index: 1;
}

.why-choose-block .inner-box .shape-icon {
	position: absolute;
	right: 35px;
	top: 35px;
}
/*End why-choose-block*/

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding: 110px 0 30px;
    background-size: cover;
    z-index: 100;
}

.page-title:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .75;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-title h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.page-title .text {
	position: relative;
	color: #fff;
	font-size: 20px;
	margin-bottom: 35px;
}

.page-title .bread-crumb {
	position: relative;
	padding-left: 50px;
}

.page-title .bread-crumb:before {
    position: absolute;
    content: '';
    background: #3e9cef;
    left: 0;
    top: 18px;
    width: 42px;
    height: 1px;
}

.page-title .bread-crumb li {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
}

.page-title .bread-crumb li:before {
	position: absolute;
	content: '~';
	color: #fff;
	font-size: 20px;
	right: 0;
	top: 0px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #fff;
	font-weight: 400;
	transition: .5s ease;
}

.page-title .bread-crumb li a:hover {
	color: #3e9cef;
}


/*** 

====================================================================
	Single Service
====================================================================

***/

.single-service{
	position:relative;
}

.single-service .top-content {
	position: relative;
	margin-bottom: 50px;
}

.single-service .top-content h4 {
	font-size: 20px;
	color: #1d68aa;
	font-family: 'Roboto', sans-serif;
}

.single-service .top-content h2 {
	font-size: 30px;
	font-weight: 700;
}

.sp-two {
	padding: 100px 0 70px;
}

@media (min-width: 992px) {
    .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
    }
    .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    }
    .align-items-lg-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
    }
  }

  .about-section-two .content-column{
	margin-top: 60px;
	margin-bottom: 50px;
}
/* Contact info */
.main-header .contact-info .inner-column{
	position: relative;
	padding: 4px 0;
	padding-left: 80px;
	text-align: left;
}

.main-header .contact-info .inner-column .icon-box{
	position:absolute;
	content:'';
	left: 30px;
	top: 4px;
	color: #f13729;
	font-size: 40px;
	line-height:1em;
}
.service-block .top-content {
	position: relative;
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
	transition: .5s ease;
}

.service-block .inner-box:hover .top-content{
	transform: translateY(-10px);
	box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}
/* What we do */

.what-we-do {
	position: relative;
	padding-bottom: 70px;
}

.what-we-do .title-box {
	position: relative;
	margin-bottom: 30px;
}

.what-we-do .title-box h4{
	font-size: 18px;
	margin-bottom: 10px;
}

.what-we-do-block .inner-box {
	position: relative;
	padding-left: 100px;
	padding-bottom: 15px;
}

.what-we-do-block .inner-box:before {
    position: absolute;
    content: '';
    background: #e9e6e6;
    top: 0px;
    left: 27.5px;
    width: 1px;
    height: 100%;
}

.what-we-do-block:last-child .inner-box:before {
	display: none;
}

.what-we-do-block .inner-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 55px;
	background: #1d68aa;
	border-radius: 50%;
}

.what-we-do-block .inner-box h4 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 18px;
	margin-bottom: 20px;
	display: inline-block;
}

.what-we-do-block .inner-box h4:before {
    position: absolute;
    content: '';
    background: #e9e6e6;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
}

.what-we-do-block .inner-box h4:after {
    position: absolute;
    content: '';
    background: #1d68aa;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    transition: .5s ease; 
}

.what-we-do-block .inner-box:hover h4:after {
	width: 100%;
}