@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
body {
    background-color: #ffffff;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}


/* Preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 99999;
}


marquee {
    background: #1592E6;
    padding:20px;
   
}

marquee p{
    
    display: inline;
    padding-right:20px;
    
   
}




.preloader .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-image: url(images/resources/loader.png);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    animation: spinning linear 1.5s infinite forwards;
}

@keyframes spinning {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.preloader .brand-name {
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    color: #1592E6;
    font-weight: 400;
}


/*common style*/

header,
section,
footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 36px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-title {
    border-bottom: 1px solid #1592E6;
    overflow: hidden;
}

.section-title .title {
    color: #1592E6;
    float: left;
    font-weight: 400;
}

.section-title .slogan {
    font-size: 14px;
    float: right;
    text-align: right;
    margin: 0;
    padding-top: 22px;
}

.inner-title {
    color: #1592E6;
    font-weight: 400;
}


/*heading area button*/

header .btnSite {
    background-color: #1592E6;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: 400;
    display: inline-block;
    padding: 7px 15px;
}

header .btnSite:hover {
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.btn-area {
    padding: 24px 0;
}

.btn-area .btn-Primary {
    background-color: #1592E6;
    color: #ffffff;
    border: 2px solid #f0f0f0;
    padding: 7px 25px;
    transition: ease 0.3s;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

.btn-area .btn-Primary:hover {
    text-decoration: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.site-list-style li {
    padding: 3px 5px;
    color: #333333;
}

.site-list-style li i {
    color: #1592E6;
    margin-right: 5px;
}


/*section-hide for popup opening*/

.section-up {
    padding: 0!important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    overflow-y: auto;
    transform: scale(0);
    opacity: 0;
    transition: ease 0.5s;
    overflow-x: auto;
}

.section-on-anim {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}

.section-close {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
}


/*main navigation area*/

.nav-top {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 7px 0;
    background-color: #1592E6;
}

.nav-top .top-info {
    float: left;
}

.nav-top .top-info li a {
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
}

.nav-top .contact-btn {
    display: block;
    float: right;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    padding-right: 5px;
}


/*menu area*/

.navbar-light {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 3px;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    font-weight: 400;
    color: #333333!important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #1592E6!important;
}

.navbar-light .navbar-nav .show .nav-link {
    color: #1592E6!important;
}

.navbar-light .navbar-nav .active .nav-link {
    color: #1592E6!important;
    border-color: #1592E6;
}

.navbar-light .dropdown-menu {
    background-color: #1592E6!important;
    top: 42px;
    padding: 15px 10px;
    border: none!important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}

.navbar-light .dropdown-menu .dropdown-item {
    min-width: 280px;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    transition: ease 0.3s;
}

.navbar-light .dropdown-menu .dropdown-item i {
    width: 0px;
    font-size: 0px;
    transition: ease 0.3s;
}

.navbar-light .dropdown-menu .dropdown-item:hover i {
    width: auto;
    font-size: inherit;
}

.navbar-light .btnQuote {
    background-color: #1592E6;
    color: #ffffff;
    font-size: 16px;
    padding: 7px 12px;
    transition: ease 0.3s;
    font-weight: 400;
}

.navbar-light .btnQuote:hover {
    text-decoration: none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}


/*index header*/

.index-header {
    padding: 20vh 0;
    position: relative;
    background-image: url(images/resources/new-bg-index.jpg);
    background-size: cover;
    z-index: 1;
}

/* custom css */
.index-header h2{
    font-size: 33px;
    font-family: 'Roboto', sans-serif; 
    color: #1592E6;
    
}
.index-header span{
   
    font-family: 'Roboto', sans-serif; 
    color: #1592E6;
     font-weight: 300;
    font-size: 24px;
}


@media(max-width:768px){
 .index-header h2{
    font-size: 40px;
}  
.index-header span{
    font-size:20px;
}
.index-header .caro{
   height:150px;
}     

}
@media(max-width: 500px){
  .index-header .caro{
   height:170px;
}   
}
@media(max-width: 344px){
  .index-header .caro{
   height:260px;
}   
}

.index-header .site-title span{
    font-weight: 300;
    font-size: 24px;
}

.index-header .site-title {
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    color: #1592E6;
    font-weight: 400;
}

.index-header .site-title span {
    font-weight: 300;
    font-size: 24px;
}


/*our-goal*/

.our-goal .figure-area {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.our-goal .church-area {
    background: #1592E6;
    color: #fff;
    border-radius: 3px;
    padding:0px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
}
.our-goal .church-area p{
   padding:15px;
   font-size:14px;
   letter-spacing: 1px;
   font-weight:400;
}
.price-info.our-goal .church-area p{
   padding:15px;
   font-size:14px;
   letter-spacing: 1px;
   font-weight:400;
   color: red;
}
.price-info.our-goal .church-area p{
   padding:15px;
   font-size:14px;
   letter-spacing: 1px;
   font-weight:400;
}


.our-goal .figure-area .ft-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    padding: 7px 15px;
    background-color: #1592E6;
    font-weight: 400;
}

.our-goal .figure-area .ft-title span {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    letter-spacing: 1px;
    font-weight: lighter;
}


/*service section*/

.service-link {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    margin: 28px auto 0 auto;
    transition: ease 0.5s;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.service-link:hover {
    text-decoration: none;
    border: 1px solid #1592E6;
}

.service-link:after {
    content: "+";
    position: absolute;
    right: -32px;
    bottom: -100px;
    font-size: 18px;
    background-color: #1592E6;
    color: #ffffff;
    width: 80px;
    height: 40px;
    text-align: center;
    transform: rotate(-45deg);
    opacity: 0;
    transition: ease 0.5s;
}

.service-link:hover:after {
    opacity: 1;
    bottom: -10px;
}

.services .service-block {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    padding: 15px;
}

.services .service-block img {
    height: 48px;
    margin: 5px 0;
}

.services .service-block .service-title {
    margin: 5px 0;
    color: #1592E6;
    font-weight: 400;
    font-size: 18px;
}

.services .service-block .service-article {
    text-align: justify;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.web-service-type {
    background-color: #ffffff;
    padding: 24px 16px;
}

.web-service-type .tab-content {
    border: 1px solid #dee2e6;
    border-top: 0;
    padding: 48px 24px;
}

.web-service-type .tab-content img {
    display: block;
    margin: 48px auto;
    text-align: center;
}

.web-service-type .nav-tabs .nav-link {
    border-bottom: 0!important;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 24px;
    color: #333333;
    border-radius: 0;
}

.web-service-type .nav-tabs .nav-item.show .nav-link,
.web-service-type .nav-tabs .nav-link.active {
    color: #1592E6;
}


/*Blogs area*/

.post-date {
    width: 96px;
    height: 42px;
    position: relative;
}

.post-date span {
    display: block;
    position: absolute;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 12px;
    overflow: hidden;
}

.post-date .dd {
    width: 42px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    border-right: 0;
}

.post-date .mm {
    left: 42px;
    top: 1px;
    border-bottom: 0;
    bottom: 50%;
    right: 1px;
    text-align: center;
}

.post-date .yy {
    left: 42px;
    top: 50%;
    bottom: 1px;
    right: 1px;
    text-align: center;
}

.blogs .post-area {
    width: 100%;
    height: 320px;
    margin: 5px auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.blogs .post-area .social-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 72px;
    text-align: right;
    padding: 5px;
    z-index: 3;
}

.blogs .post-area .social-list:before {
    position: absolute;
    content: "";
    left: 0;
    right: -100%;
    top: 0;
    bottom: -20px;
    background-color: #1592E6;
    transform: rotate(30deg);
}

.blogs .post-area .social-list li {
    display: inline-block;
    padding: 5px;
    position: relative;
    z-index: 3;
}

.blogs .post-area .social-list li a {
    color: #ffffff;
    font-size: 22px;
}

.blogs .post-area .post-figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -68px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    transition: ease 0.5s;
}

.blogs .post-area .post-date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777777;
    margin: 5px 0;
    display: none;
}

.blogs .post-area .post-figure .post-title {
    color: #1592E6;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}

.blogs .post-area .post-figure .summery {
    color: #333333;
    max-height: 120px;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    transition: ease 0.5s;
}

.blogs .post-area .post-figure a {
    font-size: 16px;
    font-style: italic;
    line-height: 36px;
}

.blogs .post-area:hover .post-figure {
    top: 0;
    margin-top: 0;
    padding-top: 24px;
}

.blogs .post-area:hover .post-date {
    display: block;
}

.blogs .post-area:hover .post-figure .summery {
    opacity: 1;
}


/*USIT Benefits*/

.strategy {
    background-color: #f9f9f9;
}

.strategy .site-add {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.strategy .site-add:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
}

.strategy .site-add .add-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #ffffff;
    z-index: 9;
    transition: ease 0.7s;
}

.strategy .site-add .add-title:after {
    position: absolute;
    content: "";
    left: -50%;
    right: 0;
    top: -120px;
    height: 160px;
    background-color: #1592E6;
    z-index: -1;
    transform: rotate(-35deg);
}

.strategy .site-add:hover .add-title {
    opacity: 0;
}

.strategy .site-add .add-title span {
    font-size: 12px;
    display: block;
}

.strategy .site-add .play-btn {
    position: absolute;
    width: 72px;
    height: 72px;
    background-color: #1592E6;
    border: 5px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
    font-size: 28px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    z-index: 333;
    padding-left: 12px;
    cursor: pointer;
    transition: ease 0.3s;
}

.strategy .site-add .play-btn:hover {
    background-color: #ffffff;
    border: 5px solid #1592E6;
    color: #1592E6;
}

.strategy .footer-contex {
    width: 100%;
    padding: 10px 0;
    margin-top: 24px;
    background-color: #000000;
}


/*portfolio-figure*/

.portfolio-link:hover {
    text-decoration: none;
}

.portfolio-figure {
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
    margin: 15px auto;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: ease 0.5s;
    position: relative;
}

.portfolio-figure:after {
    content: "View Project";
    position: absolute;
    left: 50%;
    top: -50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -110px;
    background-color: rgba(21, 146, 230, 0.7);
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;
    padding: 48px 25px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 999;
    transition: ease-in-out 0.3s;
}

.portfolio-link:hover .portfolio-figure:after {
    top: 50%;
}

.portfolio-figure .img-fluid {
    min-width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    transition: ease 0.5s;
}

.portfolio-link:hover .img-fluid {
    opacity: 0.5;
    filter: grayscale(100%);
}

.portfolio-figure .portfolio-lead {
    font-weight: 500;
    margin: 10px 0;
    padding: 5px 10px 0 10px;
    line-height: 18px;
    font-size: 14px;
    color: #1592E6;
}

.portfolio-figure .portfolio-lead small {
    display: block;
    color: #333333;
    font-weight: 400;
    font-size: inherit;
}

.project-details {
    background-color: #f9f9f9;
}

.owl-carousel .owl-item .item .portfolio-figure {
    max-width: 340px;
    margin: 5px 8px 15px 8px;
}


/*site-testimonial & email subscribe*/

.user-bench {
    background-color: #f9f9f9;
}

.site-testimonial .carousel-inner .carousel-item {
    padding: 0 15px 32px 15px;
    text-align: center;
}

.site-testimonial .carousel-inner .carousel-item img {
    width: auto;
    height: 72px;
    margin-bottom: 24px;
}

.site-testimonial .carousel-inner .carousel-item .review-line {
    font-size: 14px;
    margin: 0;
    text-align: justify;
    font-style: italic;
}

.site-testimonial .carousel-indicators {
    bottom: 0!important;
}

.site-testimonial .carousel-indicators li {
    background-color: #000000;
    cursor: pointer;
}

.site-testimonial .carousel-indicators .active {
    background-color: #1592E6;
}


/*Clients carousel*/

.clients-section {
    background-color: #f9f9f9;
}

.clients-section .item a {
    display: block;
    height: 72px;
    padding: 12px 25px;
    background-color: #ffffff;
}

.clients-section .item a img {
    width: auto;
    max-height: 100%;
}

.clients-section .owl-theme .owl-dots,
.clients-section .owl-theme .owl-nav {
    display: none;
}


/*contact-form*/

.contact-form .inner-title {
    background-color: #1592E6;
    text-align: center;
    padding: 15px;
    color: #ffffff;
}

.contact-form .input-area {
    width: 100%;
    height: auto;
    margin: 15px 0;
    overflow: hidden;
}

.contact-form .input-area-two .input-col {
    width: 49%;
}

.contact-form .input-area label {
    display: block;
    margin: 0;
    font-weight: normal;
    color: #1592E6;
}

.contact-form .input-area .input-field {
    width: 100%;
    min-height: 36px;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #999999;
}

.contact-form .input-area .input-field:focus {
    outline: 0;
    border-color: #1592E6;
}

.contact-form .form-submit {
    color: #ffffff;
    background-color: #1592E6;
    width: 100%;
    border: 2px solid #ffffff;
}

.contact-form .form-submit:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}


/*Contact page map area*/

.dynamic-map {
    background-color: #f9f9f9;
}

.dynamic-map .address-list {
    width: 100%;
    height: auto;
    margin: 24px 0;
    border-bottom: 1px solid #000000;
}

.dynamic-map .address-list a {
    color: #000000;
    font-weight: 400;
    padding: 7px 12px;
    background-color: #f9f9f9;
    position: relative;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    transition: ease 0.3s;
}

.dynamic-map .address-list a:hover,
.dynamic-map .address-list .active-list {
    text-decoration: none;
    border-color: #000000;
}

.dynamic-map .address-list .active-list:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 100%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    transform: rotate(45deg);
    border: 1px solid #000000;
    background-color: #f9f9f9;
    border-left: 0;
    border-top: 0;
    box-sizing: border-box;
}

.dynamic-map .maps-share iframe {
    width: 100%;
    height: 540px;
    margin-top: 5px;
    display: none;
}

.dynamic-map .maps-share .active-map {
    display: block;
}


/*Site quotetion form*/

.consult-section .container {}

.consult-section .heading {
    text-align: center;
    position: relative;
}

.consult-section .heading .block_quote {
    color: #1DA1F2;
    font-weight: 300;
    padding: 24px 0;
}

.consult-section .heading .block_quote i {
    position: absolute;
    font-size: 18px;
    lin-height: 10px;
}

.consult-section .heading .text-fill {
    background-color: #1DA1F2;
    padding: 10px;
    color: #ffffff;
}

.consult-section .quote_form {
    padding: 36px;
    background-color: #f9f9f9;
}

.consult-section .quote_form label {
    display: block;
    margin: 0;
    padding-top: 15px;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
}

.consult-section .quote_form .form-control {
    border-radius: 0;
    margin: 0;
    padding: 5px 10px;
}

.consult-section .quote_form .form-control:focus {
    border-color: #1DA1F2;
    box-shadow: none;
}

.consult-section .quote_form .btn-submit {
    width: 100%;
    margin-top: 15px;
    color: #ffffff;
    background-color: #1DA1F2;
    font-size: 14px;
    border-radius: 0;
}

.consult-section .call-service {
    width: 100%;
    height: auto;
    margin-bottom: 48px;
    background-image: url(https://image.freepik.com/free-photo/portrait-of-three-customer-representatives-at-work_53419-5017.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.consult-section .call-service .contain-inner {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 24px;
}

.consult-section .call-service .contain-inner a {
    padding: 7px 15px;
    background-color: #1DA1F2;
    color: #ffffff;
    max-width: 220px;
    font-weight: 400;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 22px;
}

.consult-section .card-container .header {
    text-align: center;
    font-weight: 300;
    color: #1DA1F2;
    border-bottom: 1px solid #1DA1F2;
}

.consult-section .card-container ul li {
    display: inline-block;
    border: 1px solid #f0f0f0;
    padding: 24px;
    width: 32.5%;
}

.consult-section .card-container ul li .icons {
    height: 48px;
}

.consult-section .card-container ul li .counter {
    font-size: 24px;
    font-weight: 400;
    color: #1DA1F2;
    margin-top: 16px;
}

.consult-section .card-container ul li .icon-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}


/*Main footer for site*/

.site-footer {
    padding: 48px 0 0 0;
    background-color: #072235;
}

.site-footer .icons-bottom li a {
    font-size: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
}

.site-footer .icons-bottom li .fb {
    background-color: #4267B2;
}

.site-footer .icons-bottom li .tw {
    background-color: #1DA1F2;
}

.site-footer .icons-bottom li .ig {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.site-footer .icons-bottom li .ld {
    background-color: #0274B3
}

.site-footer .card {
    background-color: transparent;
    border: none;
}

.site-footer .card .card-header {
    background-color: transparent;
    color: #ffffff;
    padding: 5px 0 2px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .card .card-header i {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 18px;
}

.site-footer .card [aria-expanded="true"] .fa-caret-down {
    display: none;
}

.site-footer .card [aria-expanded="false"] .fa-caret-up {
    display: none;
}

.site-footer .card .card-body {
    color: #ffffff;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.site-footer .card .card-body a {
    font-size: 14px;
    margin: 0;
    padding: 3px 24px;
    position: relative;
    color: #ffffff;
}

.site-footer .card .card-body a i {
    position: absolute;
    right: 100%;
    margin-right: -16px;
    top: 5px;
    font-size: 16px;
}

.site-footer .nav-lists a {
    display: block;
    color: #f0f0f0;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 400;
}

.subscribe-area .email-subscribe {
    width: 100%;
    max-width: 420px;
    height: 42px;
    background-color: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    border: 2px solid #fff;
}

.subscribe-area .email-subscribe input {
    border: 0;
    float: left;
    height: 100%;
    padding: 5px 15px;
    width: 70%;
    outline: 0;
}

.subscribe-area .email-subscribe .btnSubmit {
    width: 30%;
    background-color: #1592E6;
    color: #ffffff;
    border: 0;
    height: 100%;
    cursor: pointer;
}


/*Footer bottom area*/

.site-footer .footer-contex {
    width: 100%;
    padding: 10px 0;
    margin-top: 24px;
    background-color: #000000;
}


/*website service/service area*/

.service-header {
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.service-header:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}


/*Site blogs page*/

.blog-page .main-post {
    position: relative;
}

.blog-page .main-post .post-title {
    font-weight: 400;
    font-size: 24px;
    color: #1592E6;
}

.blog-page .main-post .post-date {
    color: #999999;
    margin: 0;
}

.blog-page .main-post .post-date i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 22px;
    z-index: -1;
}

.blog-page .main-post .post-date small {
    padding: 0 4px;
    line-height: 28px;
    word-spacing: 5px;
    font-weight: 500;
}

.blog-page .main-post .post-share li a {
    font-size: 28px;
    padding: 3px;
}

.blog-page .main-post .post-share li .fb {
    color: #4267B2;
}

.blog-page .main-post .post-share li .ld {
    color: #0274B3;
}

.blog-page .main-post .post-share li .tw {
    color: #1DA1F2;
}

.blog-page .main-post .tags-item span {
    white-space: nowrap;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 14px;
    font-weight: 400;
}

.blog-page .blogs-aside {
    padding: 15px 0;
}

.blog-page .blogs-aside .side-title {
    padding: 0;
    margin: 0;
    background-color: #1592E6;
    color: #ffffff;
    padding: 5px 10px;
}

.blog-page .blogs-aside .popular-post {
    border: 1px solid #f0f0f0;
    background-color: #f9f9f9;
}

.blog-page .blogs-aside .popular-post a {
    line-height: 18px;
    text-align: justify;
    overflow: hidden;
    padding: 5px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.blog-page .blogs-aside .popular-post a:hover {
    background-color: #fff;
    text-decoration: none;
}

.blog-page .blogs-aside .popular-post a .title {
    font-weight: 500;
    margin: 2px 0;
    height: 20px;
    overflow: hidden;
}

.blog-page .blogs-aside .popular-post a small {
    color: #999;
    display: block;
    max-height: 54px;
    overflow: hidden;
    position: relative;
}

.blog-page .blogs-aside .popular-post a small:after {
    position: absolute;
    content: ".....";
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 9;
}

.blog-page .blogs-aside .cat-list ul li a {
    font-size: 14px;
    color: #333333;
}

.blog-page .blogs-aside .archive-yrs span {
    cursor: pointer;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.blog-page .blogs-aside .archive-yrs ul li a {
    font-size: 14px;
    color: #333333;
}

.pricing-list {
    width: 100%;
    overflow: hidden;
    padding: 48px 0;
    background: #ffffff;
    overflow-x: auto;
}


.pricing-list .price-info {
    margin-bottom: 48px;
    color: black;
}

.pricing-list .price-info p {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    line-height: 35px;
    letter-spacing: 1px;
}

.pricing-list .price-info .title {
    color: black;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-position: under;
    padding-bottom: 15px;
    text-align: center;
}


.pricing-list .price-info .commit {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 35px;
    color: black;
}

.button {
    color: #fff;
    background: #1592E6;
    padding: 8px 15px;
    align: center;
   
    border: none;
    border-radius: 5px;
}

.button2 {
    color: #fff;
    background: #FC6220;
    padding: 8px 15px;
    align: center;
 
    border: none;
    border-radius: 5px;
}

.button:hover {
    color: #fff;
    background: #046baf;
    padding: 8px 15px;
    align: center;
    float: right;
    border: none;
    border-radius: 5px;
}

.button2:hover {
    color: #fff;
    background: #f34c05;
    padding: 8px 15px;
    align: center;
    float: left;
    border: none;
    border-radius: 5px;
}

@media (max-width:767px) {
    .button2 {
        color: #fff;
        background: black;
        padding: 8px 15px;
        justify-content: center;
        float: center;
        border: none;
        border-radius: 5px;
    }
}

.pricing-list .table {
    color: #ffffff;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
}

.pricing-list .table .package {
    text-align: center;
    font-weight: normal;
}

.pricing-list .table .plan-price {
    font-weight: 400;
    font-size: 25px;
}

.pricing-list .table .plan-price span {
    display: block;
    padding: 15px 7px;
    background-color: #1592E6;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 0px;
}

.pricing-list .table tfoot td {
    font-weight: 400;
}

.pricing-list .table tfoot .feature-plan {
    font-size: 12px;
}

.pricing-list .table tfoot .feature-plan span {
    font-size: 14px;
    display: block;
    font-weight: 500;
    min-width: 130px;
}


/*About us page*/

.about .img-inner {
    position: relative;
    border: 1px solid #f0f0f0;
    padding: 5px;
    overflow: hidden;
}

.about .img-inner .text-overlay {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: #1592E6;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
}

.list-column {
    background-color: #f9f9f9;
}

.site-counter {
    background-color: #1592E6;
}

.site-counter .overview-count {
    text-align: center;
    color: #ffffff;
}

.site-counter .overview-count i {
    font-size: 48px;
}

.site-counter .overview-count h6 {
    font-weight: lighter;
    padding: 15px 0;
}

.site-counter .overview-count h6 span {
    font-weight: 400;
    font-size: 18px;
}


/*service-post-review*/

.service-post-review {
    background-color: #f9f9f9;
}

.service-post-review .related-blogs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.service-post-review .related-blogs .post-list {
    width: 100%;
    border-left: 2px solid #1592E6;
    padding: 5px 10px;
    margin: 10px 0;
    background-color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    transition: ease 0.3s;
}

.service-post-review .related-blogs .post-list:hover {
    border-left: 5px solid #1592E6;
}

.service-post-review .related-blogs .post-list .post-title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.service-post-review .related-blogs .post-list:hover .post-title {
    color: #1592E6;
}

.service-post-review .related-blogs .post-list .post-text {
    font-size: 14px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 60px;
}


/* Career section */

.career .accordion {
    counter-reset: my-badass-counter;
}

.career .accordion .card:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    padding: 3px 7px;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    background-color: #1592E6;
    z-index: 9;
    border-radius: 0 0 10px 0;
    box-shadow: 0 2px 3px rgba(255, 255, 255, 0.7);
}

.career .card {
    border-radius: 0;
    border: 1px solid #1592E6;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.career .card .card-header {
    position: relative;
    border-bottom: 0;
    background-color: #f9f9f9;
    border-radius: 0;
}

.career .card .card-header .btn-link {
    position: relative;
    display: block;
    min-width: 100%;
    padding: 24px 18px;
    border-radius: 0;
}

.career .card .card-header .btn-link .job-title {
    font-size: 20px;
    float: left;
    color: #1592E6;
    text-align: left;
    white-space: normal;
}

.career .card .card-header .btn-link .dir-sign {
    position: absolute;
    right: 18px;
}

.career .dir-sign .fa-angle-up {
    transition: ease 0.5s;
    font-size: 24px;
    color: #1592E6;
}

.career [aria-expanded="true"] {
    background-color: #1592E6;
}

.career .card .card-header [aria-expanded="true"] .job-title,
.career .card .card-header [aria-expanded="true"] .fa-angle-up {
    color: #ffffff;
}

.career [aria-expanded="false"] .dir-sign .fa-angle-up {
    transform: rotate(180deg);
}

.career .card .card-body p {
    color: #555555;
}