body,
html {
    font-family: PT Sans, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    letter-spacing: 0.8
}

ul {
    list-style: none
}

.pl-0 {
    padding-left: 0px;
}

.droopmenu > li img {
    width: 13px;
    padding-bottom: 5px;
}

.droopmenu-content h4 a {
    color: #fecd0d !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
}

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

.feature {
    background: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
   
}

.tp-caption {
    font-family: 'Poppins', sans-serif !important;
}

.box {
    position: relative;
    overflow: hidden;
    padding: 20px 0px;
}

.box .box-img {
    transform: translateY(0px);
    transition: transform 0.40s linear;
}

.box:hover .box-img {
    transform: translatey(-100%);
}

.box .box-img img {
    width: 35px;
    margin: 0 auto;
    margin-top: 20px;
}

.box .box-img h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.7;
    color: #fff;
}

.box .content {
    position: absolute;
    top: 100%;
    right: 0%;
    width: 100%;
    height: 100%;
    background: #333843;
    transition: top 0.40s linear;
}

.box .content a {
    background: #fecd0d !important;
    margin-top: 5px;
    padding: 8px 15px;
    color: #000;
    border-radius: 3px;
    font-size: 12px;
}

.box:hover .content {
    top: 0%;
}

.box .title {
    font-size: 18px;
    text-transform: capitalize;
    color: #111;
    margin: 1% 0 0;
}

.box .description {
    color: #fff !important;
    font-size: 14px;
    padding: 25px 15px;
    letter-spacing: 0.5px;
}

.box .description span {
    color: red;
}



.box .description a:hover {
    text-decoration: none;
}

.box .title:after,
.box .description:after {
    content: "";
    display: block;
    margin: 2% auto;
    width: 57%;
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 20px;
    }
}


.feature-more {
    background: #fff;
    padding: 60px 0px;
}

.feature-block {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 547px;
    border-top: none
}
.feature-block img{
    border-radius: 5px 5px 0px 0px
}
.feature-heading {
    background: #f4faff;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.feature-heading h4 {
    margin: 0px;
    padding: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    color: #000;
    text-transform: capitalize
}

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

.feature-content h5 {
    color: #000;
    line-height: 1.5
}

.feature-content p {
    color: #000;
    line-height: 1.9
}

.feature-content ul {
    margin: 0px;
    padding: 0px;
}

.feature-content ul li {
    padding: 5px 0px;
}

.clonetab-welcome {
    padding: 60px 0px;
}

.clonetab-welcome h5 {
    color: #045181;
    font-weight: 600;
    text-transform: uppercase
}

.clonetab-welcome h2 {
    color: #000;
    line-height: 1.4;
    font-weight: bold
}

.clonetab-welcome p {
    color: #000;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
}

.clonetab-welcome a {
    background: #fecd0d !important;
    margin-top: 15px;
    padding: 10px 30px;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500
}

.clonetab-form {
    /* box-shadow: 0 1px 6px rgba(57,73,76,.35);*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
    background: #f4faff;
    border-radius: 5px;
}

.clonetab-form .form-control {
    box-shadow: 0px;
    box-shadow: none;
}

.ht-40 {
    height: 40px;
}

.contact-map {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px 5px 0px 5px;
}

.contact {
    padding: 60px 0px;
}

.contact h2 {
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    color: #045181;
}

.contact p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
}

.droopmenu-extra .droopmenu {
    padding-top: 10px;
}

.droopmenu-extra .droopmenu li a img {
    width: 25px;
}

.droopmenu-extra .droopmenu li a {
    color: #111;
    font-size: 16px;
}

.p-15 {
    padding-top: 22px;
    padding-bottom: 22px;
}

/* New Footer */
.footer-new {
    background: #000;
    padding: 30px 0px 0px 0px;
    margin-top: 25px;
}

.footer-new h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-new p {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
    margin: 0px;
    padding-bottom: 7px;
}

.footer-new p span a i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    padding: 0px 4px;
}

.footer-new ul {
    padding: 0px;
    margin: 0px;
}

.footer-new ul li {
    padding: 5px 0px;
}

.footer-new ul li a {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    font-size: 13px;
}

.footer-new h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.border-bottom-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright {
    padding-top: 10px;
    margin: 0px;
}

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

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

/* New Changes */
.clonetab-heading h4 {
    font-size: 22px;
    color: #000;
    font-weight: bold
}

.clonetab-heading p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: normal
}
.white-heading h4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold
}

.white-heading p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: normal
}
/* how-works*/

.how-works{
    padding: 60px 0px;
    background-image: url(../img/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}
.works-icons{
    width: 110px;
    height: 110px;
    margin: 25px auto;
    border-radius: 50%;
    position: relative;
}
.cyan-icon{
    background-color: #00B9CF
}
.blue-icon{
    background-color:#0089CF
}
.green-icon{
    background-color:#00CF9B
}
.yellow-icon{
    background-color:#CFA400
}
.purple-icon{
    background-color:#8100CF
}

.works-icons img{
    width: 50%;
    position: absolute;
    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%);
    z-index: 20;
}
.works-content h4{
    color: #fff;
    margin: 0px;
    padding: 0px;

}

.works-content p{
    color: #fff;
    padding-top: 25px;
}
/* about us */

.clonetab-about {
    padding: 60px 0px;
}
.skills{
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.clonetab-about h4{
    font-size: 24px;
    color: #000;
    text-transform: uppercase
}
.clonetab-about h5{
    font-size: 20px;
    color: #000;
    font-weight: 600
}

.clonetab-banner{
    background-image: url(../img/slider/cone1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}
.clonetab-banner h1{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    padding-top: 45vh;
}
.clonetab-banner p{
    font-size: 16px;
    color: #fff;
    font-weight: 500
}
.tparrows {
    display: none!important;
}

.products{
    padding: 60px 0px;
    background: #fff;
}
.products h4{
    color: #052572;
}
.clonetab-heading h4{
    color: #000;
}
.mt-10{
    margin-top: 10px;
}
.mt-50{
    margin-top: 50px;
}
.p-60{
    padding: 60px;
}
.services{
    background: #d5d5d5
}
.services p{
    text-align: justify;
}
.services h4{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}

.clonetab-about img {
    border-radius: 10px;
    -webkit-box-shadow:0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
}
.services img {
    border-radius: 10px;
    -webkit-box-shadow:0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}
.products img{
    width: 80px;
}
.droopmenu > li.demo-btn a{
   background-image: linear-gradient(to right, #005C97 0%, #363795 51%, #005C97 100%);
    padding: 10px 20px;
    margin-top: 25px;
    margin-left: 15px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 1px 6px rgba(57,73,76,.35)
}
.inner-banner{
    background: #1f1a54;
    padding: 40px 0px 0px 0px
}
.clonetab-inner-banner{
    background: #1f1a54;
    padding: 25px 0px
}
.inner-banner h1{
    font-weight: 600;
    letter-spacing: normal;
    padding-bottom: 5px;
    color: #fff;
    font-size: 28px;
    padding-top: 55px
}
.inner-banner h5{
    font-weight: 600;
    letter-spacing: normal;
    padding-bottom: 10px;
    line-height: 1.7;
    font-size: 18px;
    color: #fcb332;
}
.clonetab-inner-banner h1{
    font-weight: 600;
    letter-spacing: normal;
    padding-bottom: 5px;
    color: #fff;
    font-size: 28px;
}
.clonetab-inner-banner h5{
    font-weight: 600;
    letter-spacing: normal;
    padding-bottom: 10px;
    line-height: 1.7;
    font-size: 18px;
    color: #fcb332;
}

.contact-us{
    padding: 60px 0px;
}
.contact-us h3{
    font-size: 20px;
    color: #000;
}
.divider{
    height: 2px;
    background: #333;
    margin: 10px 0px;
    width: 90%
}
.fw-500{
    font-weight: 500;
    font-size: 14px;
}
.btn-submit{
    background: #045181;
    color: #fff;
    padding: 10px 28px;
    font-size: 15px;
    text-transform: uppercase
}
.form-control{
    box-shadow: none;
    height: 40px;
}
.contact-info{
    background: #fff;
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc
}
.contact-info img{
    width: 40px;
    margin: 10px auto
}
.contact-info h5{
    text-align: center
}
.contact-social{
    width: 35px;
    float: left;
    margin-right: 10px;
}


/* inner page */
.card-box{
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    min-height: 220px;
    box-shadow: 0 5px 25px rgba(0,0,0,.1)
}
.card-box img{
    width: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    
}
.card-box h4{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
}
.card-box ul{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}
.fz-16 ul li{
    padding: 3px 10px;
    font-size: 16px;
    color: #000;
}
.bg-gray{
    background: #f2f2f2
}
.card h4{
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding-bottom: 15px;
}
.card h5{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 20px;
}
.card h6{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    float: left;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom:15px;
}
.card ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.card ul li{
    padding: 5px 0px;
    font-size: 16px;
    color: #000;
}
.card-color{
    background-color: #1f1a54;
    border-radius: 5px;
}
.card-color h3{
    font-size: 17px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 2.2;
    padding-left: 20px;
}
.clonetab-img img{
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
}
.min-height-200{
    min-height: 220px;
}
.card-icon{
    height: 90px;
    width: 25%;
    border-radius: 50%;
    background: red;
    float: left
}

.slider-content{
    background: red;
}





.inner-content {
    background: #fff;
    padding: 10px 0 40px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 6px 10px -6px #b4b4b4;
    -moz-box-shadow: 0px 6px 10px -6px #B4B4B4;
    box-shadow: 0px 6px 10px -6px #b4b4b4;
}
.item-box {
    padding: 10px;
    box-shadow: 0px 0px 4px #ccc;
    margin-bottom: 20px;
    display: inline-block;
}
.item-box img {
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.pull-right {
    float: right!important;
}
.item-box h3 {
        color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
  
}
.item-box p{
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #264296;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;}

ul.timeline h6{
    font-size: 16px;
    font-weight: 600;
    color: #264296;

}
ul.timeline p{
    letter-spacing: 0px;
    font-size: 16px;

}
.benner-title{
    position: absolute;
    top: 36%;
    left: 10%;
    right: 48%;
    color: white;
}


.top-benner-title{
    
    color: white;
    font-size: 46px;
   
    font-weight: 700;
    line-height: 67px;
}
.top-bener-sub{
    font-size: 17px;
    margin-top: 20px;
}


@media screen and (max-width: 600px) {
    .benner-title{
        position: absolute;
        top: 12%;
        left: 5%;
        right: 2%;
        color: white;
    }
    .top-benner-title{
        color: white;
        font-size: 27px!important;
        font-weight: 700;
        line-height: 34px!important;
    }
    .top-bener-sub{
        font-size: 13px;
        margin-top: 20px;
    }
   .p-00{
padding: 0px;
    }
    .card-box {
        margin-bottom: 9px;
    }
    .p020{
        padding: 20px;
    }
    .item-box h3 {
        margin-top: 212px;
        color: black;
    }
    .p-60 {
        padding: 0px;
    }
  }
  .item-box img{
    width: 357px!important;
    height: 252px!important;
  }
