/* ex-our-experience */

.ex-our-experience.sp-two {
    padding: 80px 0 50px;
}
.ex-our-experience .text-block-three .experience-year {
    padding-right: 0;
}
.ex-our-experience .text-block-three .experience-year h1 {
    color: #222;
    font-size: 50px;
    margin: 0 0 6px;
    text-transform: uppercase;    
	font-weight: 600;
}
.ex-our-experience .text-block-three .experience-year p {
    color: #01273a;
    font-weight: 600;
    letter-spacing: 11px;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
}
.ex-our-experience .text-block-three .experience-text {
    padding-left: 40px;
}
.ex-our-experience .text-block-three .experience-text p {
    color: #777777;
    font-size: 17px;
    line-height: 32px;
}

/* ex-our-experience */

.ex-who-we-are.sp-five {
    padding: 0px 0 80px;
}
.ex-who-we-are .image-block-one {
    position: relative;
}
.ex-who-we-are .image-block-one:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: rgba(50, 50, 57, 0.85);
    transition: .5s ease;
}
.ex-who-we-are .image-block-one .read-more {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .7s ease;
}
.ex-who-we-are .text-block-four {
    position: relative;
    background: #f7f8f9;
    margin-left: -80px;
    margin-top: 45px;
    padding: 30px 40px;
}
.ex-who-we-are .text-block-four h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;    color: #0e4082;
}
.ex-who-we-are .text {
    font-size: 16px;
    color: #848484;
}
.ex-who-we-are .text-block-four .lower-content {
    position: relative;
    padding-left: 90px;
    padding-bottom: 20px;
    margin-top: 25px;
}
.ex-who-we-are .text-block-four .image {
    position: absolute;
    left: 0;
}
.ex-who-we-are .text-block-four .image img {
    border-radius: 50%;
}
.ex-who-we-are .text-block-four .lower-content h5 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    color: #222;
}
.ex-who-we-are .text-block-four .lower-content .designation {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
}


/* ex-our-experience */

.ex-service-section.sp-two.grey-bg {
    padding: 80px 0 50px;
    background-color: #f7f7f7 !important;
}
.ex-service-section .sec-title h2  {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}
.ex-service-section .sec-title.centered {
    text-align: center;
}
.ex-service-section .sec-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 30px;
    margin-top: -5px;
}
.ex-service-section .sec-title:before {
    position: absolute;
    content: '';
    width: 118px;
    height: 8px;
    background-image: url(../images/icons/sec-title-bg.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.ex-service-section .sec-title.centered:before {
    left: 50%;
    margin-left: -59px;
}
.ex-service-section .services-block-two {
    position: relative;
}
.ex-service-section .services-block-two .inner-box {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 40px 30px 35px 105px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}
.ex-service-section .services-block-two .inner-box.active, .ex-service-section .services-block-two .inner-box:hover {
    box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
    border-color: #fff;
}
.ex-service-section .services-block-two .icon-box {
    position: absolute;
    left: 35px;
    top: 55px;
    font-size: 50px;
    color: #0e4082;
}
.ex-service-section .services-block-two h2 {
    font-size: 45px;
    font-weight: 600;
    color: #f0f0f0;
    position: absolute;
    left: 35px;
    bottom: 40px;
}
.ex-service-section .services-block-two h5 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    color: #222;
}
.ex-service-section .services-block-two h5 a {
    font-size: 22px;
    color: #222222;
    font-weight: 500;
    display: block;
    margin-bottom: 13px;
}


/* ex-fact-counter */

.ex-fact-counter.gradient-bg.sp-two {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 70px;
    background-image: linear-gradient(3deg, #000000 34%, #064e79 100%) !important;
}
.ex-fact-counter:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0.80;
    z-index: 0;
}
.ex-fact-counter .column {
    position: relative;
    margin-bottom: 10px;
    z-index: 5;
}
.ex-fact-counter .item {
    color: #222;
    width: 100%;
}
.ex-fact-counter .item .inner-box {
    position: relative;
    padding-left: 80px;
}
.ex-fact-counter .item .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 15px;
}
.ex-fact-counter .item .inner-box .icon-box i {
    color: #0e4082;
}
.ex-fact-counter .item .inner-box .icon-box i:before {
    margin: 0;
    font-size: 54px;
}
.ex-fact-counter .count-outer {
    margin-top: 10px;
    color: #ffffff;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}
.ex-fact-counter .count-outer .count-text {
    margin-bottom: 5px;
    display: block;
}
.ex-fact-counter .item .inner-box p {
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
    color: #ffffff;
}

/* ex-our-team */

.ex-our-team.sp-two.grey-bg {
    padding: 80px 0 50px;
    background-color: #f7f7f7 !important;
}
.ex-our-team .sec-title.centered {
    text-align: center;
}
.ex-our-team .sec-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 30px;
    margin-top: -5px;
}
.ex-our-team .sec-title.centered:before {
    left: 50%;
    margin-left: -59px;
}
.ex-our-team .sec-title:before {
    position: absolute;
    content: '';
    width: 118px;
    height: 8px;
    background-image: url(../images/icons/sec-title-bg.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.ex-our-team .sec-title h2 {
       position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}
.ex-our-team .team-member {
    position: relative;
    margin-bottom: 30px;
}
.ex-our-team .team-member .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.ex-our-team .team-member .inner-box .image-box {
    position: relative;
    margin: 0;
}
.ex-our-team .team-member .inner-box .image-box img {
    width: 100%;
    display: block;
}
.ex-our-team .team-member .inner-box .image-box .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background-color: rgba(255, 33, 79, 0.85);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.ex-our-team .social-icon-four {
    position: relative;
}
.ex-our-team .social-icon-four li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.ex-our-team .social-icon-four li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #0e4082;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #f4f4f4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ex-our-team .team-member .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 17px 0px 16px;
    background-color: #ffffff;
}
.ex-our-team .team-member .inner-box .lower-content h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.ex-our-team .team-member .inner-box .lower-content h3 a {
    color: #0e4082;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ex-our-team .team-member .inner-box .lower-content .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-top: 4px;
}
.ex-our-team .team-member .inner-box:hover .overlay-box {
    opacity: 1;
    top: 0px;
}

/* ex-call-to-action-one */

.ex-call-to-action-one {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding: 80px 0;
}
.ex-call-to-action-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.ex-call-to-action-one h2 {
    position: relative;
    color: #ffffff;
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
}
.ex-call-to-action-one .text {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin: 17px 0;
    line-height: 32px;
}
.ex-call-to-action-one .list-style-five {
    position: relative;
}
.ex-call-to-action-one .list-style-five li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 28px;
    margin-bottom: 10px;
}
.ex-call-to-action-one .list-style-five li:before {
    position: absolute;
    content: '\f192';
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #0e4082;
    font-family: 'FontAwesome';
}
.ex-call-to-action-one .theme-btn {
    margin-top: 30px;
    color: #fff;
    border-color: #fff;
}
.ex-call-to-action-one .btn-style-eleven:hover {
    color: #ffffff;
    border-color: #0e4082;
    background-color: #0e4082;
}
.ex-call-to-action-one .btn-style-eleven {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-family: 'Poppins', sans-serif;
}



/* ex-client-logo */

.ex-client-logo.sp-one.grey-bg {
    padding: 80px 0;
    background-color: #f7f7f7 !important;
}

.ex-client-logo .owl-nav {
    display: none;
}

/* ex-welcome-section */

.ex-welcome-section.sp-two {
    padding: 80px 0 50px;
}
.ex-welcome-section .welcome-title {
    text-align: center;
    margin-bottom: 40px;
}
.ex-welcome-section .welcome-title h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px;
    color: #222222;
    font-weight: 700;
}
.ex-welcome-section .theme-color {
    color: #0e4082;
}
.ex-welcome-section .text {
    font-size: 16px;
    color: #848484;
}
.ex-welcome-section .services-block-one {
    position: relative;
    margin-bottom: 30px;
}
.ex-welcome-section .services-block-one .inner-box {
    position: relative;
}
.ex-welcome-section .services-block-one .inner-box .image {
    position: relative;
}
.ex-welcome-section .services-block-one .inner-box .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    display: block;
    z-index: 1;
    background-color: rgba(255, 33, 79, 0.8);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.ex-welcome-section .services-block-one .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.ex-welcome-section .services-block-one .inner-box .lower-content {
    position: relative;
}
.ex-welcome-section .services-block-one .inner-box .lower-content .upper-box {
    position: relative;
    padding: 16px 0px;
    padding-left: 90px;
    border: 1px solid #eeeeee;
}
.ex-welcome-section .services-block-one .inner-box .lower-content .upper-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #0e4082;
    width: 70px;
    font-size: 36px;
    line-height: 24px;
    padding: 18px 0px;
    text-align: center;
    border-right: 1px solid #eeeeee;
}
.ex-welcome-section .services-block-one .inner-box .lower-content .upper-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.ex-welcome-section .services-block-one .inner-box .lower-content .upper-box h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ex-welcome-section .services-block-one .inner-box .lower-content .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
}
.ex-welcome-section .services-block-one .inner-box:hover .image:before {
    height: 100%;
}

/* ex-two-about */

.ex-about-us {
    padding: 80px 0 50px;
    background-color: #323239 !important;
}
.ex-about-us .text-block-one {
    position: relative;
    margin-bottom: 30px;
}
.ex-about-us .text-block-one.light h2 {
    color: #fff;
}
.ex-about-us .text-block-one h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
}
.ex-about-us .text-block-one .text {
    color: #fff;
    max-width: 500px;
}
.ex-about-us .btn-style-two {
    position: relative;
    padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #0e4082;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0e4082;
    font-family: 'Poppins', sans-serif;
}
.ex-about-us .btn-style-two:hover {
    color: #ffffff;
    background: #101010;
    border-color: #101010 !important;
}
.ex-about-us .mb-30 {
    margin-bottom: 30px !important;
}
.ex-about-us img {
    display: inline-block;
    max-width: 100%;
}
.sm.ex-service-section.sp-two.grey-bg {
    background: #fff !important;
}

/* ex-two-about */

.ex-testimonial {
    padding: 80px 0;
}
.ex-testimonial .sec-title.centered {
    text-align: center;
}
.ex-testimonial .sec-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 30px;
    margin-top: -5px;
}
.ex-testimonial .sec-title:before {
    position: absolute;
    content: '';
    width: 118px;
    height: 8px;
    background-image: url(../images/icons/sec-title-bg.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.ex-testimonial .sec-title.centered:before {
    left: 50%;
    margin-left: -59px;
}
.ex-testimonial .sec-title h2 {
    font-size: 30px;
    color: #222222;
    font-weight: 500;
    line-height: 1.1em;
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.ex-testimonial .owl-carousel.owl-loaded {
    display: block;
}
.ex-testimonial .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.ex-testimonial .testimonial-block-one {
    position: relative;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.04);
    margin: 10px 10px 30px;
}
.ex-testimonial .testimonial-block-one .quote-icon {
    color: #ff241f;
}
.ex-testimonial .testimonial-block-one .text {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 30px;
}
.ex-testimonial .testimonial-block-one .author {
    position: relative;
    padding-left: 80px;
    padding-top: 10px;
}
.ex-testimonial .testimonial-block-one .author .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.ex-testimonial img {
    max-width: 100%;
}
.ex-testimonial .testimonial-block-one h4 {
    font-size: 18px;
    font-weight: 500;
}
.ex-testimonial p {
    position: relative;
    line-height: 1.8em;
}
.ex-testimonial .testimonial-block-one .quote-icon {
    display: none;
}

/* ex-two-about */

.ex-why-chooseus {
	padding: 80px 0 0px;
}
.ex-why-chooseus img {
    display: inline-block;
    max-width: 100%;
}
.ex-why-chooseus .text-block-two {
    position: relative;
    margin-bottom: 30px;
}
.ex-why-chooseus .text-block-two .title h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
}
.ex-why-chooseus .text-block-two .title h2 span {
    color: #0e4082;
}
.ex-why-chooseus .text-block-two .text {
    margin-bottom: 20px;
    font-size: 16px;
    color: #848484;
}
.ex-why-chooseus .text-block-two .list-style-one {
    margin-bottom: 25px;
}
.ex-why-chooseus .list-style-one li {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    padding-left: 28px;
    margin-bottom: 10px;
}
.ex-why-chooseus .list-style-one li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #0e4082;
    font-family: "Font Awesome 5 Free";
}
.ex-why-chooseus .btn-style-one {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: #0e4082;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0e4082;
    font-family: 'Poppins', sans-serif;
}
.ex-why-chooseus .btn-style-one:hover {
    color: #ffffff;
    background: #101010;
    border-color: #101010 !important;
}




/* ex-two-about */


.ex-two-call-to-action-one {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
}
.ex-two-call-to-action-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.ex-two-call-to-action-one .default-video-box {
    margin-bottom: 40px;
}
.ex-two-call-to-action-one .default-video-box a {
    color: #fff;
    font-size: 60px;
    position: relative;
    display: inline-block;
}
.ex-two-call-to-action-one h2 {
    position: relative;
    color: #ffffff;
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
}
.ex-two-call-to-action-one .text {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin: 17px 0;
    line-height: 32px;
}
.ex-two-call-to-action-one .theme-btn {
    margin-top: 30px;
    color: #fff;
    border-color: #fff;
}
.ex-two-call-to-action-one .theme-btn:hover {
    color: #0e4082;
    background-color: #ffffff;
}
.ex-two-call-to-action-one .btn-style-eleven {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-family: 'Poppins', sans-serif;
}

/* ex-two-contact-form-section */

.ex-two-contact-form-section {
    padding: 0px 0 80px;
}
.ex-two-contact-form-section .consultation-form {
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding: 80px 50px 50px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.ex-two-contact-form-section .contact-info {
    position: relative;
}
.ex-two-contact-form-section .contact-info h4 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}
.ex-two-contact-form-section .list-style-four {
    position: relative;
}
.ex-two-contact-form-section .mb-40 {
    margin-bottom: 40px !important;
}
.ex-two-contact-form-section .list-style-four li {
    position: relative;
    margin-bottom: 12px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    padding-left: 35px;
    line-height: 2em;
}
.ex-two-contact-form-section .list-style-four li i {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #0e4082;
    font-size: 22px;
    line-height: 1.2em;
}
.ex-two-contact-form-section .social-icon-four {
    position: relative;
}
.ex-two-contact-form-section .social-icon-four li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.ex-two-contact-form-section .social-icon-four li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #0e4082;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #f4f4f4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ex-two-contact-form-section .social-icon-four li a:hover {
    color: #ffffff;
    background-color: #0e4082;
}
.ex-two-contact-form-section .contact-form .form-group:last-child {
    margin-bottom: 30px;
}
.ex-two-contact-form-section .contact-form.style-two input[type="text"], .ex-two-contact-form-section .contact-form.style-two input[type="email"], .ex-two-contact-form-section .contact-form.style-two input[type="password"], .ex-two-contact-form-section .contact-form.style-two select, .ex-two-contact-form-section .contact-form.style-two textarea {
    background: #f7f8f9;
    border-color: #f7f8f9;
    box-shadow: none;
}
.ex-two-contact-form-section .contact-form input[type="text"], .ex-two-contact-form-section .contact-form input[type="email"], .ex-two-contact-form-section .contact-form input[type="password"], .ex-two-contact-form-section .contact-form select, .contact-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.ex-two-contact-form-section .contact-form .form-group:last-child {
    margin-bottom: 30px;
}
.ex-two-contact-form-section .contact-form .form-group:last-child {
    margin-bottom: 30px;
}
.ex-two-contact-form-section .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ex-two-contact-form-section .btn-style-two {
    position: relative;
    padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #0e4082;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0e4082;
    font-family: 'Poppins', sans-serif;
}
.ex-two-contact-form-section .contact-form button {
    font-size: 14px;
    padding: 10px 41px 10px;
    cursor: pointer;
}
.ex-two-contact-form-section .btn-style-two:hover {
    color: #ffffff;
    background: #101010;
    border-color: #101010;
}
.ex-two-contact-form-section .contact-form input[type="text"], .ex-two-contact-form-section .contact-form input[type="email"], .ex-two-contact-form-section .contact-form input[type="password"], .ex-two-contact-form-section .contact-form select, .ex-two-contact-form-section .contact-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px !important;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


/* ex-two-blog-section */

.ex-two-blog-section {
    position: relative;
    padding: 80px 0 80px;
}
.ex-two-blog-section .sec-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 30px;
    margin-top: -5px;
}
.ex-two-blog-section .sec-title.centered {
    text-align: center;
}
.ex-two-blog-section .sec-title:before {
    position: absolute;
    content: '';
    width: 118px;
    height: 8px;
    background-image: url(../images/icons/sec-title-bg.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.ex-two-blog-section .sec-title.centered:before {
    left: 50%;
    margin-left: -59px;
}
.ex-two-blog-section .sec-title h2 {
       position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}
.ex-two-blog-section .news-block-one .inner-box {
    position: relative;
}
.ex-two-blog-section .news-block-one .inner-box .image {
    position: relative;
    margin-bottom: -6px;
}
.ex-two-blog-section .news-block-one .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.ex-two-blog-section .news-block-one .inner-box .image .post-time {
    position: absolute;
    left: 30px;
    bottom: -10px;
    color: #ffffff;
    font-size: 15px;
    z-index: 1;
    padding: 6px 18px 4px;
    display: inline-block;
    background-color: #0e4082;
}
.ex-two-blog-section .news-block-one .inner-box .lower-content {
    position: relative;
    padding: 40px 15px 20px 35px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ex-two-blog-section .news-block-one .inner-box .lower-content h3 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #13192d;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.ex-two-blog-section .news-block-one .inner-box .lower-content h3 a {
    color: #13192d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ex-two-blog-section .news-block-one .inner-box .lower-content .more-detail {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #afafaf;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ex-two-blog-section .news-block-one .inner-box .lower-content .more-detail .icon {
    position: relative;
    top: 1px;
    margin-left: 5px;
}


/* ex.main-slider */

.ex.main-slider {
    position: relative;
}
.ex.main-slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(7, 24, 55, 0.50) !important;
}
.ex.main-slider .white-heading {
    position: relative;
    color: #fff;
    border: 0px;
    padding: 0px;
    line-height: 1.2em;
}
.ex.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
.ex.main-slider .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.7em;
}
.ex.main-slider .btn-style-two {
    position: relative;
    padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #0e4082;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #0e4082;
    font-family: 'Poppins', sans-serif;
}
.ex.main-slider .btn-style-two:hover {
    color: #ffffff;
    background: #101010;
    border-color: #101010 !important;
}

@media only screen and (max-width: 991px){
	.ex-who-we-are .text-block-four {
		margin-left: 0px;
	}	
	.ex-testimonial .owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.ex-two-blog-section .news-block-one .inner-box {
		margin-bottom: 30px;
	}
}
.ex-two-call-to-action-one .default-video-box a {

    display: none!important;
}