body {
    overflow-x: hidden;
    font-size: 15px;
    background: #ebebeb;
}
a,div,i,img {
    text-decoration:none;
    transition: all .4s ease;
}
a:hover {
    text-decoration:none;
}
.text-end{
    text-align: right;
    font-style: italic;
    font-weight: 600;
}
.c-ptb-4{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uc {
    text-transform: uppercase;
}
.mbz {
    margin-bottom: 0;
}
.lsn {
    list-style: none;
}
.ilb li {
    display: inline-block;
}
.mpz {
    margin: 0;
    padding: 0;
}
.fnav li{
    line-height: 35px;
    font-family: Poppins;
    font-size: 14px;
}
.ul li {
    display: inline-block;
}
.prz {
    padding-right: 0;
}
.ulb li {
    display: block;
}
#top-nav {
    padding: 5px 0;
    background: #000;
}
#top-nav p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    font-family: poppins;
}
#top-nav span {
    color: #757678;
    line-height: 18px;
    font-size: 18px;
}
#top-nav i{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    color: #21C2F8;
}
.logo h1 {
    padding: 14px 0;
    font-size: 27px;
}
.logo h1 a {
    color: #fff;
}
#roof {
    box-shadow: 0 1px 6px rgba(0,0,0,0.35);
    border-bottom: 2px solid #21C2F8;
}
#footer-top {
    background-color: #0d83dd;
    padding: 40px 0;
}
.c-t-a {
    color: #ffffff;
}
.c-t-a h2{
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
}
.c-t-a p {
    margin-bottom: 30px;
}
.c-t-a a {
    font-size: 17px;
    border-radius: 5px;
    padding: 6px 25px;
    border: 2px solid #fff;
    color: #fff;
}
.c-t-a a:hover {
    background: #fff;
    color: #000;
}
#footer-center {
    background-image: url("../images/footer-bg.jpg");
    background-position: center center;
    background-repeat: repeat;
    padding: 70px 0;
}
.f-col h2{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Poppins';
}
.f-col h2:before{
    position: absolute;
    content:'';
    left: 20px;
    top: 40px;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #fff;
}
.f-col h2:after{
    position: absolute;
    content: '';
    left: 75px;
    top: 40px;
    width: 12px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.f-col .text {
    line-height: 28px;
    margin-bottom: 10px;
    color: #e4e6eb;
    font-size: 14px;
    font-family: 'Poppins';
}
.fnav li a {
    color: #fff;
}

.list-style-one{
    position:relative;
}

.list-style-one li{
    position:relative;
    padding-left:30px;
    font-size:14px;
    line-height: 29px;
    font-weight:400;
    margin-bottom:10px;
    color:#e4e6eb;
    font-family: Poppins;
}

.list-style-one li .icon{
    position:absolute;
    left:0px;
    top:5px;
    color:#fff;
    font-size:18px;
    line-height:16px;
}
#footer-bottom {
    font-size: 14px;
    line-height: 24px;
    background: #000;
    padding: 5px 0;
}
#footer-bottom p {
    margin: 0;
    color: #fff;
}
#footer-bottom .text-right {
    font-size: 12px;
}
#footer-bottom a {
    color: #21C2F8;
}
.carousel-caption {
    top: 30%;
    bottom: 40%;
    padding: 10px 20px;
    padding-bottom: 0;
}
.carousel-caption h2 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 10px;
}
.carousel-caption h3 {
    color: #21C2F8;
    font-size: 44px;
    padding-bottom: 10px;
}
.carousel-caption p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
}
.carousel-caption a {
    border: 1px solid #21C2F8;
    background: #21C2F8;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
}
#main-top {
    position: relative;
    padding-top: 50px;
}
.bg-white::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/pattern-arrow.png") no-repeat top left;
}
.widget-area {
    background-color: #fff;
    border: 1px solid #e4e2e2;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}
.widget_title {
    background-color: #21C2F8;
    color: #fff;
    font-size: 22px;
    /*line-height: 40px;*/
    margin: 1px -19px 10px;
    padding: 10px 0 10px 20px;
    -moz-box-shadow: inset 0 0 2px #21C2F8;
    -webkit-box-shadow: inset 0 0 2px #21C2F8;
    box-shadow: inset 0 0 2px #21C2F8;
}
h2.widget_title{
    color: #fff !important;
    font-size: 22px !important;
    text-transform:capitalize !important;
}
.widget-area ul {
    list-style: none;
}
.widget-area ul li {
    background: url(../images/sidebar_list_arrow.jpg) no-repeat left 14px;
    padding: 0;
}
.widget-area li a {
    display: block;
    text-decoration: none;
    color: #3f3f3f;
    padding: 8px 0 8px 18px;
    border-bottom: 1px dotted #787878;
}
.effect2 {
    position: relative;
}
.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.effect2:after {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    right: 10px;
    left: auto;
}
.wel h1, .wel h2 {
    font-family: 'Cabin Condensed';
    color: #21C2F8;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
.spara {
    text-align: justify;
    line-height: 33px;
    font-family: Poppins;
}
.about-pg .spara{
    font-size: 15px;
    line-height: 30px;
}
.tn-25 {
    text-indent: 60px;
    font-size: 15px;
}
.cbtn {
    background: #21C2F8;
    padding: 10px 20px;
    color: #fff;
}
.wel .view-btn{
    margin-top: 40px;
}
#main-center {
    padding-top: 50px;
}
.wcp .pl-t {
    font-family: 'Cabin Condensed';
    margin-top: 0;
    padding-top: 0;
    font-size: 34px;
}
.star-group{
    text-align:center;
    max-width:250px;
    margin:0px auto 40px auto;
    position:relative;
}
.c-btop .mpz{
    font-family: 'Poppins';
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #252a37; 
    cursor: pointer;
}
.c-btop h3.mpz{
    font-size:18px !important;
}
.c-btop .mpz:hover{
    color: #21C2F8;
}
.c-btop p{
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    line-height: 27px;
}
.c-btop{
    margin-bottom: 40px;
}
.star-group i{
    color:#367fed;
    font-size:16px;
    margin:0px 2px;
}
.star-group .star-1x{
    font-size:22px;
}
.star-group::before{
    right:0px;
}
.star-group::after{
    left:0px;
}
.star-group::before,.star-group::after{
    position:absolute;
    content:'';
    border-top:4px double #367fed;
    top:11px;
    width:35%;
    right:0px;
}
.star-small{
    max-width:150px;
}
.star-small i{
    font-size:12px;
    margin:0px 1px;
}
.star-small .star-1x{
    font-size:16px;
}
.star-small::before,.star-small::after{
    width:30%;
}
.ciym {
    padding: 5px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    /*! min-height: 150px; */
    /*! max-height: 150px; */
    margin-bottom: 20px;
    border: 1px solid rgba(13, 131, 221, 0.21);
}
.ciym img {
    position: absolute;
    /*! left: 2px; */
}
.ciym h4, .ciym p{
    padding-left: 15px;
}
.ciym h4 {
    font-family: 'Cabin Condensed';
    font-weight: bold;   
}
.ciym p {
    text-align: justify;
    margin-top: 5px;
    font-size: 14px;
}
.infra {
    margin-top: 20px;
}
.ma-title {
    margin-bottom: 20px;
    border-bottom: 2px solid #ededed;
    padding: 0 0 7px;
    position: relative;
}
.ma-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-family: 'Cabin Condensed';
    font-size: 2.4rem;
}
#productLeft img {
    border: 1px solid #0d83dd;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 3px;
    padding: 5px;
}
.pagination-area {
    padding: 25px 0;
}
.pagination-area h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 5px 0;
}
.breadcrumb li, .breadcrumb .active, .breadcrumb a {
    color: #fff;
}
.breadcrumb>li+li:before {
    font-family: 'FontAwesome';
    content: '\f061';
}
.c-p h3 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #21C2F8;
    font-weight: bold;
    font-size: 20px;
}
.c-p hr {
    margin: 5px 0;
    height: 1px;
    border: 1px solid #21C2F8;
}
.c-p .btn-primary {
    border: none;
    padding: 8px 20px;
    font-size: 15px;
    background: #21C2F8;
}
#c-map {
    min-height: 400px;
    width: 100%;
}
.post-item .desc{
    margin-bottom: 0;
    line-height: 19px;
    text-align: justify;
    padding-bottom: 4px;
    border-bottom: 1px solid #ebebeb;
}
.category span {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
.r-post{
    margin-bottom: 10px;
    border-bottom: 1px solid #67B0B6;
    border-radius: 5px;
    min-height: 80px;
}
.post-img img{
    width: 100%;
    margin-bottom: 10px;
}
.post-get{
    background: #fff;
    padding: 21px 30px;
    margin-bottom: 35px;
}
.blog-head .bh{
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.blog-det span {
    font-style: italic;
    color: #959595;
    margin: 0px 2px;
}
.blog-det{
    margin-bottom: 50px;
}
.blog-media img{
    max-width: 100%;
    margin-bottom: 30px;
}
.blog-describe p{
    text-align: justify;
}
.blog-footer {
    margin: 30px 0;
    border-top: 1px solid #ebebeb;
    padding: 21px 0 0;
}
.blog-list a {
    color: #959595;
    margin-left: 7px;
    color: #959595;
    font-style: italic;
    line-height: 28px;
}
.blog-list a::before {
    font-family: 'FontAwesome';
    content: '\f115';
    padding-right: 10px;
}
.share-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
.share-icons li {
    list-style: none;
    display: inline-block;
}
.share-icons a {
    text-align: center;
}
.share-icons a i {
    width: 28px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    border-radius: 50%;
    transition: all 0.2s ease;
    font-size: 12px;
}
.social-links{
    list-style-type:none;
    display:flex;
    padding:0;
}
.social-links li{
    padding:0 10px;
}
.social-links i{
    color:#fff !important;
    background:none;
    font-size:20px;
}
.fa-twitter {
    background: #1DA1F2;
}
.fa-facebook {
    background: #475993;
}
.fa-google-plus {
    background: #DC4638;
}
.popular-post{
    background: #fff;
    padding: 21px 30px; 
}
.popular-post a{
     color: #959595;
}
.register-warp{
    background: url(../images/bg-img1.jpg) no-repeat fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
.reg-title{
    margin-top: -13px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}
.form-title{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0d83dd;
}
.form-box{
    background: #fff;
    padding:30px; 
}
.form-box .form-control{
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #000;
    width: 100%;
    height: 45px;
}
.form-box .form-btn{
    background: #0d83dd;
    border-radius: 0;
    border: none;
    padding: 6px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.reg-image img{
    width: 100%;
    height: 280px;
}
.add-call{
    font-size: 25px;
    font-weight: bold;
}
.top-nav-list li{
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    font-size: 13px;
    font-family: poppins;
}
#top-nav i{
    font-size: 19px;
}

/* welcome wrap */
.bg-white{
    background: #fff;
}
.bg-gray{
    background: #f7f9fd;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 1px 30px 0 rgba(0,0,0,.05);
    box-shadow: none;
}
h1.wel-title{
    padding-bottom:30px;
}
.wel-title{
    font-family: 'Anton';
    letter-spacing: 1px;
    font-size: 35px;
    color: #252a37;
    margin-bottom: 20px;
}
.wel-desc{
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #626c84;
}
.btn.btn-primary {
    background: #2154cf;
    border: 2px solid transparent;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    line-height: 1.33;
    border-radius: 30px;
}
.btn-primary:hover {
    background: #0f2765;
    color: #fff;
}

/* feed back form */
.feedback-wrap{
    background:#2154cf;
    padding: 0;
    margin: 80px 0 60px; 
}
.form-inner-left{
    padding-right: 40px;
}
.quote-form {
    background: #1f1f1f;
    color: #fff;
    padding: 50px 50px 50px;
    margin-top: -80px;
    margin-bottom: -80px;
}
.quote-form .colum-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-weight: bold;
    line-height: 50px;
}
.quote-form .colum-title span {
    font-size: 20px;
    margin: 0;
    line-height: 34px;
    font-family: 'Asap';
}
.quote-form label{display:none;}
.quote-form .form-control {
    border: 0;
    border-bottom: 1px solid #6d6d6d;
    padding-left: 0;
    box-shadow: none;   
    height: 50px;
    background: none;
    border-radius: 0;
}
.quote-form .form-group {
    margin-bottom: 30px;
}
.quote-form textarea.form-control {
    height:auto;
}
.align-self-center{
    margin:50px 0 10px;
    display: inline-block;
    text-align: center;
    padding: 50px 40px 30px 45px;
    background-color: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: relative;
}
.help-title{
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 30px;
}
.help-desc{
    font-style: italic;
    font-family: 'Asap';
    line-height: 35px;
    font-size: 17px;
}
.phone{
    font-weight: bold;
    font-family: Poppins;
    font-size: 30px;
}
.shead{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.wel-image{
    display: block;
    position: relative;
    overflow: hidden;
}
.wel-image::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s,-webkit-transform 1.8s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
}
.wel-image:hover::before{
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}

/* site map */
.sitemap i{
    color: #21C2F8;
    font-weight: bold;
    margin-right: 15px;
}
.sitemap .shead{
    color: #21C2F8;
    margin-bottom: 25px;
}
.blink {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.faq a{
    font-family: 'Cabin Condensed';
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    background: #21C2F8;
    padding: 5px 20px;
    border-radius: 50px;
}

@media (min-width: 992px) {
    #roof {
        padding-left: 90px;
        padding-right: 70px;
    }

    .bg-white{
        padding-left: 200px;
    }

    .bg-gray{
        padding: 0 45px;
        margin: 0 30px 20px;
    }

    .post-img img{
        height: 60px;
        object-fit:cover;
    }
}

.w-50{width:20%;margin:auto;}
.why-us{background: #fff;padding: 50px 0;text-align: center;}
.process-container {
            display:flex;
            flex-wrap:wrap;
            margin: 50px auto;
            padding: 20px;
        }
        .process-header {
            text-align: center;
            margin-bottom: 30px;
            padding-top:50px;
        }
        .process-step {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 15px;
            border-left: 5px solid #21C2F8;
            background-color: #fff;
            border-radius: 5px;
            width: 48%;
            margin: 10px;
        }
        .step-icon {
            font-size: 24px;
            color: #fff;
            background-color: #21C2F8;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }
@media(max-width:768px){
    .process-step{
        width:100%;
    }
}