@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



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

.btn{
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
a{
    color: unset;
}
a:hover{
    color: unset;
    list-style: none;
    text-decoration: none;
}

.btn{
    border-radius:0px !important;
}
#contact-submit:hover{
    background:#0069d9 !important;
    border-color:#0069d9;
}
.bars{
    display:none;
}

.pb-5{
    padding-bottom:1.5rem !important;
}

.bottom-line-left {
    position: relative;
    font-size: 30px;
}
.modal{
    background:#00000063 !important;
}
.emmailmob{
    margin:0px;
    padding: 0px;
}
.emmailmob li{
    list-style: none;
    display: inline-block;
}
.emmailmob i{
    color: #e0011a;
}
.responsivemnu{
    display: none;
}
#paraaas{
    text-align:justify;
}
#payonlinebtn{
    display: flex;
}
.process-box h5{
    font-size: 19px;
    font-weight: 600;
}
.responsive{
    display: none;
}
.bg-red{
    background: #e0011a;
}
.bg-white{
    background: #fff !important;
}
.bg-blue{
    background: #efefef91 !important;
}
.stellarnav {
    z-index: 00000;
}
.bg-black{
    background: #0f1115;
}
.bg-lightroom{
    border: solid 0.1px #e9bbbb91;
        box-shadow: 0 1px 6px 0 #feede5;
        background: #fff;
        color: #333;
}
.bg-lightroom:hover{
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28) !important;
    border-color: rgba(223,225,229,0) !important;
}

.text-black{
    color: #000;
}

.under p{
    color: #b8b4b4;
    font-size: 16px;
    font-weight: 500;
    
}
.extradark{
    color: #1a1d24;
}
/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0s;
}

.modal-backdrop{
    z-index: 00000 !important;
}

.section-padding{
    padding: 50px 0 0 0;
}
.sectionpadding{
    padding: 10px
}
/*img{
    width: 100%;
}*/

.thime-br{
    border-right: solid 3px red;
}
.thime-bb{
    border-bottom: solid 3px red;
}
.thime-bl{
    border-left: solid 3px red;
}
.btn-custam{
    border-radius: 0;
    font-weight: 500;
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: #1a1d24;
    border-color: #1a1d24;
    color: #fff !important;
   border-bottom: solid 2px #e0011a;
}
.btn-custam:hover{
          background: #e0011a;
    border-color: #e0011a;
    border-bottom: solid 2px #e0011a;
}
/*Header section start*/

.had-top{
    padding: 8px 0;
    background: #0f1115;
    color: #fff;
}
.had-top p a {
    color: #a8a8a8;
    line-height: 33px;
    font-size: 16px;
}
.had-top p a i{
    color: #e0011a;
    font-size: 16px;
}
.social-media-top {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 8px;
}
.social-media-top li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    background: #fff;
    background: #fff;
    text-align: center;
    transition: all .3s ease-out;
}
.social-media-top li:hover {
    background: #e0011a;
    /*background: rgba(162, 0, 0, 0.16);*/
      /*  box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);*/
}
.social-media-top li a {
    width: inherit;
    height: inherit;
    line-height: 1;
    font-size: 18px;
    display: block;
}
.social-media-top li a i{
    font-size: 16px;
    line-height: 33px;
}
.social-media-top li:hover  a i{
    color: #fff!important;
}
.social-media-top li a i.fa-facebook{
    color: #3e5a99;
}
.social-media-top li a i.fa-instagram{
    color: #c13085;
}
.social-media-top li a i.fa-twitter{
    color: #1da1f3;
}
.social-media-top li a i.fa-linkedin{
    color: #0076b3;
}
.social-media-top li a i.fa-youtube-play{
    color: #ff0000;
}

/*navebar start*/
.bg-transparent{
    background: #fff0;
    padding: 0;
}

.mainmenubar{
    background: #1a1d24;
    /*padding:20px 0;*/
}
.contact-number::before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 8px;
    left: 18px;
    z-index: 2;
    pointer-events: none;
    background-color: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #ef323a;
        box-shadow: 0 0 0 0 rgba(231, 0, 104,1);
    animation: pulse-red 2s infinite;
}
.contact-number::after {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 8px;
    left: 18px;
    z-index: 2;
    pointer-events: none;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 5px #e90068;
    box-shadow: inset 0 0 0 5px #e90068;
}
.fr{
    font-size: 12px;
}

.tp_paymnt, .tp_paymnt:focus {
    background: #e0011a;
    padding: 10px 20px 10px 45px;
    border-radius: 25px;
    /*font-size: 14px;*/
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    display: block;
    transition: all .3s ease-out;
}
.tp_paymnt:hover{
    background: #1a1d24;
}

.tp_paymnt::before {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 10px;
    left: 18px;
    z-index: 2;
    pointer-events: none;
    background-color: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 rgba(231, 0, 104,1);
    animation: pulse-white 2s infinite;
}
.tp_paymnt::after {
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    top: 10px;
    left: 18px;
    z-index: 2;
    pointer-events: none;
    background-color: #b70441;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
}
.contact-number, .contact-number:hover, .contact-number:focus {
    background: #ce0c0c;
    padding: 10px 20px 10px 45px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    display: block;
}
/*@keyframes pulse-white {
    0% {
        transform: scale(0.85);
          box-shadow: 0 0 0 0 rgb(213 213 213);
    }
    
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 16px rgba(255, 82, 82, 0);
    }
    
    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
@keyframes pulse-red {
    0% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgb(230, 0, 104);
    }
    
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 16px rgba(255, 82, 82, 0);
    }
    
    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}*/

.payonlinebtn {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.payonlinebtn li{
    list-style: none;
    display: inline-block;
    /*margin:0 5px 0 10px;*/
}

/*menu*/



#banner{
    /*position: relative;*/
    /*margin-top: -30px !important;*/
    /*margin-bottom: 268px;*/
    position: relative;
}
.bannerimg{
    position: relative;
}
.bannerimg::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/overlay-pattern.png) rgba(1,42,94,.05);
    z-index: 99;
    height: 100%;
}

#banner .carousel-caption{
    text-align: left;
    transform: translateY(-50%);
    top: 45%;
    width: 100%;
    left: 0;
    z-index: 1004;
}
#banner .carousel-caption p{
    font-size: 20px;
    
}
#banner .carousel-caption h2{
    font-size: 43px;
    font-weight: 800;
}



.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: unset;
    left: 15%;
    z-index: 10;
    padding-top: unset;
    padding-bottom: unset;
    color: #fff;
    text-align: left;
}
.carousel-control-next, .carousel-control-prev{
    width: unset;
}

.bannerarro{
    background: #ffffff36;
}
.bannerarro i{
    line-height: 83px;
    color: #fff;
    font-size: 40px;
    padding: 15px 15px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: unset !important;
}
/*home service start*/
#ourservicehome{
    background: #1a1d24;
}
.bottom-line{
    position: relative;
}
.bottom-line::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 150px;
    height: 2px;
    background: red;
    transform: translateX(-50%);
}
.bottom-line-left{
    position: relative;
}
.bottom-line-left::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 150px;
    height: 2px;
    background: red;
   
}
.service-icon{
    height: 60px;
    margin-bottom: 20px;
}

.service-box{
    padding: 25px;
    border-radius: 5px;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out; 
    height: 410px;
}
.service-box:hover{
        box-shadow: 10px 4px 30px #000;
}


 .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}


.rightLst{
    background:red;
    border:none;
}
.rightLst:hover{
    background:red;
}
.leftLst:hover{
      background:red;
}


 .process-box{
    background: #fff;
    padding: 17px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #e0011a;
    text-align: center;
    width: 55%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #e0011a;
    box-shadow: 0 0 0px 4px #fff;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #fff;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #e0011a;
    box-shadow: 0 0 0px 4px #fff;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #fff;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.about-img{
    /*height: 330px;*/
    object-fit: cover;
}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #04889800;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    /*background: white;*/
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}

  .heading-box h2{ width:100%; color: red; }
.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}


.bg-silver{
    background: #000;
}

/*why chose*/
#why-choose{

}
.why i{
    margin-right: 10px;
    color: #e0011a;
    font-size: 20px;
}
.too-easy {
    background: #e0011a;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 80px;
    padding-bottom: 80px;
}
.too-easy h2{
    font-size: 36px;
    letter-spacing: -1px;
    color: #fff;
}
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    background-image: url(../img/why-choose.jpg);
}
.bglightdrk{
    background: #1a1d24;
}

.service-main{
    width: 100%;
    padding: 20px;
    border-left: solid 2px #e0011a; 
}
.service-main h5{font-size: 1rem}
/*blog main*/

#bloghome .card{
 transition: color .15s ease-in-out, 
 background-color .15s ease-in-out, 
 border-color .15s ease-in-out, 
 box-shadow .15s ease-in-out;
 margin-bottom: 20px;
}
#bloghome .card-body{
    position: relative;
    min-height: 200px;
}

#bloghome .card-body .card-text{overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px
}
#bloghome .card-img-top{
    height: 185px;
    object-fit: cover;
}

.date-main {
    position: absolute;
    top: -48px;  
}
.date-main span {
    width: 58px;
    height: 48px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.redmorebtn{
    border-radius: 0;
    border-bottom: solid 2px #e0011a;
}
.testimonial{
    overflow: hidden;
    background: #fff;
}
.CirItem .texti_title{
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}
.CirItem .texti_title:before{
     content: '';
    position: absolute;
    bottom: -10px;
    left: 0%;
    width: 150px;
    height: 2px;
    background: red;
   
}

#footer{
    background: #1a1d24;
    color: #bdb5b5;
    position: relative;
    font-weight: 500;
}

.footer-logo{
    height: 33px;
}

.info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    padding-left: 30px;
    color: #fff;
}
.info li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #e0011a;
}
#footer h2{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.usefull-link{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    padding-left: 20px;
}
.usefull-link li{
    margin-bottom: 10px;
    text-decoration: none;
    list-style: none;
    position: relative;
}
.usefull-link li:before {
    color: #e0011a;
    font-family: "fontawesome";
    content: '\f111';
    font-size: 7px;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: -3em;
}
#workpross1{
    background: #efefef91;
    padding-bottom:50px;
}

.contactform input {
    width: 100%;
    height: 45px;
    margin-bottom: 14px;
    border-radius: 0;
    border: 1px solid #c5c5c5;
    padding: 18px 10px;
    font-size: 14px;
}

.contactform {
    width: 100%;
}
.contactform textarea {
    resize: none;
    width: 100%;
    border: 1px solid #c5c5c5;
    height: 85px;
    padding: 10px 10px;
    margin-bottom: 8px;
    background: #fff;
    font-size: 14px;
    color: #7b7b7b;
    border-radius: 0;
}
.booknowbg {
    width: 100%;
    color: #fff !important;
    border-radius: 0px !important;
    background: #e0011a;
    border: 0;
}
.pross-icon{
    height: 70px;
}
.pross-title{
    font-size: 16px;
    font-weight: 700;
}
.pross-box{
    height:410px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out; 
        border: solid 0.1px #e9bbbb91;
    box-shadow: 0 1px 6px 0 #feede5;
}
.pross-box span{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    top: 0px;
    left: 25px;
    font-size: 38px;
    z-index: 0;
    color: #f2f2f2;

}
.pross-box:hover{
        box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28) !important;
    border-color: rgba(223,225,229,0) !important;
}
.pross-box p{
    font-size: 14px;
}

.hader.animateIt { position:fixed; top:-170px; left: 0; right: 0; z-index:99999; transition:0.4s top cubic-bezier(.3, .73, .3, .74); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out; }
.hader.animateIt .logo img{width:56%;}
.hader.animateIt .menu ul li a{line-height: 29px; padding: 0 11px; font-size: 14px;}

body.down .hader.animateIt {top:0; display: block;}

.hader.animateIt .hderright{display:none;}
.hader.animateIt.bg-transparent{
    background: #000 !important
} 

.serviceBox:hover{
    background: #022a5e;
    transition: 0.4s;
    /*width:10px;*/
}
#paraaa p{
    color: #333 !important;
}



/****************************************
  IMPORTANT 
*****************************************/

.scrollTop {
    position: fixed;
    right: 75px;
    bottom: 50px;
    background-color: #e0011a;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
        box-shadow: 10px 4px 30px #000;
        z-index: 999;
}

.scrollTop a {
  font-size: 30px;
  color: #fff;
}

.modal-content{
    z-index: 999999;
}
/*mous animation*/
.mousanimation-div{
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}
.mouse {
    height: 50px;
    width: 35px;
    border-radius: 14px;
    border: 2px solid #fff;
}
.mouse:after {
    content: "";
    display: block;
    height: 8px;
    width: 2px;
    margin: 10px auto;
    background: #fff;
    position: relative;
    -webkit-animation: a 1.2s ease infinite;
    animation: a 1.2s ease infinite;
}
.arrow-scroll {
    width: 35px;
    margin-top: 10px;
}
.arrow-scroll > span {
    font-family: Arial, sans-serif;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 5px auto 3px;
    -webkit-animation: b 1s infinite;
    animation: b 1s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.arrow-scroll > span:first-child {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.arrow-scroll > span:last-child {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@-webkit-keyframes a {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@keyframes a {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@-webkit-keyframes b {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
@keyframes b {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.modal-title{
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.estimationform input{
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: solid 1px #ced4da;
    padding: 10px
}

.estimationform select{
    width: 100%;
    height: 60px;
    border-radius: 0;
     border: solid 1px #ced4da;
}
.estimationform input:focus{
    outline: none;
}
.estimationform select:focus{
    outline: none;
   box-shadow: unset;
}

.whatsapp {
    position: fixed;
    bottom: 65px;
    right: 16px;
    z-index: 999;
    overflow: visible;
    opacity: 1;
}
.plush_02 {
    position: relative;
}
.whatsapp .show_box {
    color: #fff;
    background: #15208a;
    height: 30px;
    width: 0;
    line-height: 18px;
    font-weight: 600;
    top: 1px;
    position: absolute;
    right: 20px;
}
.show_box {
    color: #eb0755;
    background: #ffe2ec;
    border-radius: 25px;
    float: left;
    transition: .4s;
    width: 0;
    opacity: 0;
    height: 30px;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
}
.whatsapp .call-icon {
    position: relative;
    z-index: 9;
    background: transparent;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: visible;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(231, 0, 104,1);
    animation: pulse-red 2s infinite;
}
.call-icon {
    height: 28px;
    width: 28px;
    background: #eb0755;
    border-radius: 50%;
    line-height: 28px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.whatsapp img {
    width: 100%;
}


.footerbottom{
    background: #000;
    padding: 15px;
}
.privacy{
    margin: 0;
    padding: 0;
    text-align: left;
}
.privacy li{
   list-style: none;
   display: inline-block;
   margin-right: 10px;
}
.privacy li a{
    color: #fff;
}
.company-fdetails h4{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.company-fdetails h4 a{
    color: red;
}

.services hr{
    border: 1px solid #000;
    width: 16%;
    margin:5px auto;
}


.review{
            margin:25px 0;
           }
           .review textarea{
            width: 100%;
    height: 105px;
    background: transparent;
    box-shadow: inset -1px -8px 1px -8px rgba(255, 255, 255, 0.8), inset 1px 3px 7px 4px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 10px;
    outline: none;
    margin-bottom: 10px;
           }
          
    .review input[type=submit]{
            background:#000;
            color: #fff;
            padding: 10px 10px;
    }
    



.services-header img{
    width:100%;
    height: 250px;
    object-fit: cover;
    
}
.services h2{
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: black; */
    /* background: #fff; */
    /*color: black;*/
    /*-webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;*/
    -webkit-text-stroke-color: #1d1c1c;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.service{
        position: absolute;
    top: 50%;
    left: 7%;
    z-index: 2;
    transform: translatey(-50%);
    padding: 0;
}
.service h2{
    color: #fff;
}
.service p{
    color: #fff;
}
.service a{
    font-weight: 700;
    background: #e0011a;
    padding: 12px 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: inset 2px 2px 4px #fff, inset -5px -5px 10px #fff;
}
.services-header h1{
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight:700;
}
.service i{
    margin-right: 5px;
}
.services {
    padding: 50px 0 15px 0;
}
.services img{
   margin-right: 20px;
    width: 40%;
    float: left;
    padding: 8px;
    border: 2px solid #ccc;
    box-shadow: 2px 2px 2px 2px #ccc;
    height: 250px;
    object-fit: cover;
    margin-bottom: 5px;
}
.services p{
   
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    /* margin-left: 15px; */
}



.servicess {
    padding: 50px 0 15px 0;
}
.servicess img{
   margin-right: 20px;
    width: 40%;
    float: left;
    padding: 8px;
    border: 2px solid #ccc;
    box-shadow: 2px 2px 2px 2px #ccc;
    height: 250px;
    object-fit: cover;
    margin-bottom: 5px;
}
.servicess p{
   
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    border-left: 3px solid #e0011a;
    /* margin-left: 15px; */
    padding: 15px;
    box-shadow: 2px 2px 2px 2px #ccc;
}





.work ul{
    margin:0px;
    padding: 0px;
}
.work ul li{
    list-style: none;
    line-height: 35px;
    font-size: 16px;
}
.work i{
    color: #e0011a;
    margin-right: 10px;
    font-size: 17px;
}
.work h2{
    font-size: 17px;
    /*padding: 5px 0;*/
    color: #000;
    }
.work{
    padding:10px 0 20px 0;
}
.devoloper{
    padding-bottom: 20px;
}
.devoloper ul{
    margin: 0px;
    padding: 0px;
}
.devoloper ul li{
    list-style: none;
    display:inline-block;
    /*border:2px solid #ccc;*/
    /*padding: 10px;*/
    font-weight: bold;
    /*box-shadow: inset 2px 2px 4px #ccc, inset -5px -5px 10px #ccc;*/
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
    width:177px !important;
}

.devoloper a{
font-size: 14px;
display: block;
padding: 10px;
}
.devoloper img{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.devoloper i{
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding-bottom: 5px;
    color: #fff;

}


.devolopers{
    padding: 30px 0;
}
.devolopers ul{
    margin: 0px;
    padding: 0px;
}
.devolopers ul li{
    list-style: none;
    display:inline-block;
    /*border:2px solid #ccc;*/
    /*padding: 10px;*/
    font-weight: bold;
    /*box-shadow: inset 2px 2px 4px #ccc, inset -5px -5px 10px #ccc;*/
    background: #1a1d24;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
    width:180px !important;
    padding: 10px;
}

.devolopers ul li:hover{
    /*background: #e0011a;*/
}

.devolopers a{
font-size: 14px;
display: block;
}
.devolopers img{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.devolopers i{
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding-bottom: 5px;
    color: #fff;

}


.overlay_blue{
    position: relative;
}

.overlay_blue:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background:rgb(0 0 0 / 28%);
}

.contact{
    padding:30px 0;
}
.contact h2{
    /*font-size: 22px;*/
    color: #fff;
    padding: 5px 0;
}

.contact h2 {
    /*font-size: 24px;*/
    color: #fff;
    padding: 0px 0;
}

.form-group select{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    background: #333;
    outline: none;
    border: none;
    color: #ccc;
}

.form-message textarea:placeholder{
    color:#ccc !important;
}

.contact-form input[type=submit]{
    width:100%;
    /*background: #fff !important;*/
    margin-top:20px;
    border-radius:none !important;
}

.contact-form input[type=submit]:hover{
    background:#000 !important;
}

.contact-background{
    background: #fff;
}
.contact-form input{
    width:100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
}
.contact-form textarea{
    width:100%;
    height: 100px;
}
#contact-background{
    background: #000;
    padding: 15px;
}
.contact h4{
        color: #fff;
    padding-bottom: 28px;
    margin: 0;
}

.form-control{
    /*background: #333;*/
    border:none;
}
.form-group input::placeholder{
    color: #ccc;
}
#contact-name{
    color: #fff;
    background: #333;
}
#contact-email{
    color: #fff;
    background: #333;
}
#contact-subject{
    color: #fff;
    background: #333;
}
#contact-message{
    color: #fff;
    background: #333;
}

.careers{
    margin:15px 0;
}

.technology{
    text-align: center;
    box-shadow: 2px 2px 2px 2px #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.technology p{
    font-weight: 600;
    color: #e0011a;
}

.technology h2{

    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 0.6px;
        
}


.btn.button-scheme {
    background-color: #e0011a !important;
    color: #fff;
    /*border: 1px solid #009e66!important;*/
}



nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 10px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -48px;
  left: -17%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    /*padding:30px 25px;*/
}


.contact-info{
    width:100%;
}

.contact-info ul{
    margin:0px;
    padding: 0px;

}
.contact-info ul li{
    list-style: none;
    /*padding: 15px 0;*/
}
.info-type{
    margin:0px;
    color: #ccc;
}
.info-value{
    color: #fff;
}
.contact-info i{
    width: 50px;
    font-size: 20px;
    color: #e0011a;
    background: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
}
.info-details{
    padding: 12px 0 12px 22px;
    border-left: 2px solid #fff;
    margin-left: 20px;

}
.contact-info p{
    color: #ccc;
}
.contact{
    background:#000;
}

.map iframe{
    width:100%;
}

.about{
    padding: 25px 0;
}

.about img{
    width:100%;
    padding: 5px;
    box-shadow: 2px 2px 2px 2px #ccc;
    height: 300px;
    object-fit: cover;
}
.about h2{
    /*font-size: 20px;*/
}
.about p{
    text-align: justify;
    font-size: 16px;
}

.modal{
    z-index: 99999;
}



.blogdtls{ padding:30px 0;}
.blogdtls h1{ font-size:25px; font-weight:bold;  margin:0px; color:#000; text-align: left;}
.blogdtls h2{font-size: 22px; font-size: 20px; color:#28186c;}
.blogdtls .calendarr{padding:10px 10px 10px 0;}
.blogdtls .calendarr i{color:#e0011a; font-size:16px;}
.blogdtls .calendarr{color:#000; font-size:18px;}
.blogdtls p{ line-height:20px; color:#333; text-align:justify; font-size:15px;}
/* .blogdtls strong{ font-size:12px;} */

.blogdesc{margin:15px 0 0 0;}
.blogdesc p{line-height:25px; margin-bottom:15px; text-align:justify;}
.recnthead{width:100%; line-height:50px; background:#000; color:#fff; padding:0 15px; margin-bottom:15px;}
.rcntblg ul{margin:0; padding:0;}
.rcntblg ul li{list-style:none; border-bottom:solid 1px #d4d4d4; padding-bottom:10px; margin-bottom:10px;}
.rcntblg ul li img{width:30%; min-height: 57px; margin: 6px 4% 0 0;}
.rcntblg ul li div{width:65%;}
.rcntblg ul li a{color:#333; font-family:Verdana, Geneva, sans-serif;}
.rcntblg p{margin:0; text-align: left}


.calendarr img{width:100%; height:450px; object-fit:cover; padding:15px 0;}
.calendarr span{font-size:15px;}

.pet{width:100%;}
.petdog h2{width:50%;}
.petdog p{width:50%;}
.petdog img{width:100%; float:right;}

.blogdtls h1{
    text-transform: capitalize;
    font-size: 25px;
}



nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  /*margin-top: 15px;*/
  margin-bottom: 5px;
}

.img-thumbnail{
    height: 230px !important;
    object-fit: cover !important;
}
.portfolio-image{
    position: absolute;
    bottom: 5px;
    background: #e0011a;
    width: 86%;
    margin: 0 auto;
    left: 20px;
}
.portfolio-image p{
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.portfolio h1{
    text-align: center;
}


 .heading-box h2{ width:100%; color: red; }
.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.carousel-inner img{
    width:100%;
    /*height: 250px;*/
    object-fit: cover;
}

.services-headerr{
        background-image: url(../img/contact-banner.jpg);
   
    height: 280px;
    background-repeat: round;
    
}
#headerr1{
        background-image: url(../img/contact-banner.jpg);
    /*background-position: center;*/
    height: 280px;
    /*background-repeat: round;*/
    background-size: cover;

}
#headerEnquiry{
        background-image: url(../img/enquiry1.jpg);
    /*background-position: center;*/
    height: 280px;
    /*background-repeat: round;*/
    background-size: cover;

}
#about-banner{
        background-image: url(../img/aboutus-banner.jpg);
    /*background-repeat: round;*/
    background-size: cover;

    height: 280px;
}

#surajit{
        background-image: url(../img/contact-banner.jpg);
    /*background-position: center;*/
    background-size: cover;

    height: 240px;
}

#portfolio{
        background-image: url(../img/portfolio.jpg);
    /*background-position: center;*/
    background-size: cover;
    height: 280px;
}





.services-headerr h1{
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.services-headerr p{
    color: #fff;
    margin-bottom: 25px;
}


.services-headerr a{
    font-weight: 700;
    background: #e0011a;
    padding: 12px 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: inset 2px 2px 4px #fff, inset -5px -5px 10px #fff;
}


.service-single{
    margin-top: 30px;
  padding-bottom: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 10px #e8e8e8;
   box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  transition: .3s;
}
.service-single .box-top{
  background: #000000;
    padding: 15px;
    color: #fff;
}
.service-single .box-top i{
  font-size: 50px;
  padding: 10px 0;
}
.service-single{
    border: 2px dashed #e0011a;
}
.service-single .box-top h5{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.service-single .box-down{
  max-width: 350px;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff;
  margin-top: -50px;
  padding: 50px 25px 10px 25px;
}
.service-single .btn-holly{
    background: #fff;
    border:1px solid #f0f0f0;
    border-radius: 20px;
    color: #FFA500;
}
.service-single .btn-holly:hover{
    background: #FFA500;
    border-color: #FFA500;
    color: #fff;
}



.proses{
    /*padding:30px 0;*/
    background: #000;
    color: #fff;
    padding-bottom:15px;
}
.serviceBox{
    height: 200px;
    background: #e0011a;
    text-align: center;
    padding: 10px 25px 40px;
    margin: 20px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}
.serviceBox:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: linear-gradient(to top,#4f4d4d,#4f4d4d);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}
.serviceBox:after{
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}


.serviceBox img{
   width:75%;
}

#serviceBoxs{
    background: #fff;
   border: 10px solid #e0011a;
    line-height: 65px;
    /* width: 40%; */
    width: 100px;
    height: 100px;
    /* background: #000; */
    padding: 10px;
    border-radius: 100%;
    /* margin: 6px 0; */
    text-align: center;
    margin: 0 auto;

}

.survey-icon h3{
    font-size: 17px;
    text-align: center;
}
.survey-icon p{
    text-align: justify;
}

.survey-icon img{
    width: 57%;
    border: 2px solid #e0011a;
    border-radius: 100%;
    /* border-top: none; */
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 6px;
    text-align: center;
    margin:0 auto;
}

.survey hr{
    margin: 5px 0;
    border:1px solid #e0011a;
    width:30%;
}
.survey i{
    color: #e0011a;
}
.survey{
    padding: 40px 0;
}
.survey-icon{
    text-align: center;
}

.industries i{
font-size: 20px;
    color: #e0011a;
    margin-right: 10px;
}
.industries{
    padding: 20px 0;
}
.industries h2{
    /*font-size: 20px;*/
    text-transform: capitalize;
    font-weight: 600;
}
.industries p{
    text-align: justify;
}
.industries hr{
    margin: 10px 0;
    border: 1px solid #e0011a;
}
.about hr{
    margin: 10px 0;
    border: 1px solid #e0011a;
}
.about i{
    color: #e0011a;
    margin-right: 10px;
}

.industries ul{
    margin:0px;
    padding: 0px;
}
.industries ul li{
    list-style: none;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #000;
    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 #e0011a;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.timeline a{
    color: #000;
    font-weight: 600;
}


.serviceBox .service-icon{
    /*color: #fff;
    background: linear-gradient(-45deg,#e0011a 49%,#e0011a 50%);
    font-size: 45px;
    line-height: 92px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    /*transform: translateY(-20px);*/
    /*transition: all 0.3s ease;*/
}
/*.serviceBox:hover .service-icon img{
    transform: rotateX(360deg);
    transition: all 0.3s;
}*/
.serviceBox .title{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin:15px 0 10px 0;
}
.serviceBox .description{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.serviceBox h3{
    font-size: 22px;
    color: #fff;
}
.modal-header{
    background:linear-gradient(to right, rgba(230, 10, 47, 1) 0, rgba(15, 69, 246, 1) 100%);
}

.onlinee input{
    width:100%;
    padding-left: 35px;
    height: 40px;
    margin-bottom: 10px;
}
.modal-footer img{
    width: 85%;
}
.modal-dialog{
    max-width:600px !important;
}
.modal-header h5{
    color: #fff;
}
.onlinee textarea{
    width: 100%;
    height:100px;
    resize: none;
    padding-left: 35px;
}

.onlinee {
    position: relative;
    padding-bottom: 12px;
}
.onlinee i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #0a1044;
}
.onlinee select{
    width:100%;
    padding-left: 35px;
    height: 40px;
}



#technologies{
    background: url(../img/technologies-banner.jpg);
    background-size: cover;
    /*background-position: center;*/
    height: 280px;
}
#services{
    background: url(../img/services-banner.jpg);
    background-size: cover;
    /*background-position: center;*/
    height: 280px;
}
#aboutus{
    background: url(../img/bannerr.jpg);
    background-size: cover;
    /*background-position: center;*/
    height: 280px;
}
#blog{
    background: url(../img/blog-banner.jpg);
    background-size: cover;
    /*background-position: center;*/
    height: 280px;
}
#career{
    
    background: url(../img/carrer.jpg);
    background-size: cover;
    /*background-position: center;*/
    height: 280px;
}


.style-2 .single-service {
  /*box-shadow: 0 5px 30px -5px #ccc;*/
  padding: 20px 35px;
  height: 450px;
  margin-bottom: 15px;
  background: #fff;
}
.style-2 .single-service i.fa:after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e0011a;
  border-bottom: 10px solid transparent;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
}
.style-2 .single-service i.fa {
    font-size: 30px;
    color: #fff;
    background-color: #e0011a;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin-bottom: 25px;
    position:relative
}

.single-service h3{
    font-size: 22px;
}
.single-service:hover{
   box-shadow: 0 11px 11px 0 rgba(0, 0, 0,.16);
  transform: translateY(-5px);
  background: #ccc;
}
.single-service{
 transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
}









.serviceBox.pink:before,
.serviceBox.pink:after{ background: linear-gradient(to top,#f53985 49%,#fd47a4); }
.serviceBox.pink .service-icon{ background:linear-gradient(-45deg,#f53985 49%,#fd47a4 50%); }
.serviceBox.pink .title{ color: #f53985; }
.serviceBox.purple:before,
.serviceBox.purple:after{ background: linear-gradient(to top,#8b33cc 49%,#a23adc); }
.serviceBox.purple .service-icon{ background:linear-gradient(-45deg,#8b33cc 49%,#a23adc 50%); }
.serviceBox.purple .title{ color: #8b33cc; }
.serviceBox.blue:before,
.serviceBox.blue:after{ background: linear-gradient(to top,#038bec 49%,#01aeee); }
.serviceBox.blue .service-icon{ background:linear-gradient(-45deg,#038bec 49%,#01aeee 50%); }
.serviceBox.blue .title{ color: #038bec; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 20px 0 20px; }
}



@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css);

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}
.danger-text {
    color: #ff3547; }
.default-text {
    color: #2BBBAD; 
}
.info-text {
    color: #33b5e5; 
}
.form-white .md-form label {
  color: #fff; 
}
.form-white input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=text]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=password]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password], .form-white input[type=text] {
    border-bottom: 1px solid #fff; 
}
.form-white .form-control:focus {
    color: #fff;
}
.form-white .form-control {
    color: #fff;
}
.form-white textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff; 
}
.form-white textarea.md-textarea  {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form-white textarea.md-textarea:focus:not([readonly])+label {
    color: #fff;
}
.ripe-malinka-gradient {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.near-moon-gradient {
    background-image: linear-gradient(to bottom, #5ee7df 0%, #b490ca 100%);
}


@media only screen and (max-width:768px){
    #banner .carousel-caption p{display: none;}
    .tp_paymnt{
        font-size: 11px;
    }
    .payonlinebtn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
   /* .social-media-top{
        display: none;
    }*/
    .insidemenu{
        justify-content: center !important;
    }
    .carousel-inner img{
        height: 320px !important;
    }
    #banner .carousel-caption h2{
        font-size: 20px;
        line-height: 25px;
        margin-top: 30px;
    }
    .services-headerr h1{font-size: 20px; padding-top: 50px;}
    .section-padding{
        padding: 20px 0;
    }
    .service-box{
        height: auto;
    }
    .text-black{
        font-size: 22px;
    }
    .pross-box{
        height: auto;
    }
    .too-easy {
    background: #e0011a;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.too-easy h2{
    font-size: 36px;
}
.serviceBox{
    height: auto;
}
.cd-intro {
    margin: 0em auto !important;
    /* display: none; */
}
.cd-headline.clip span{
    /*font-size: 25px;*/
}
.services-headerr{
    height: 230px;
}

.devoloper {
    padding-bottom: 20px;
    align-items: center;
    display: flex;
    text-align: center;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active{
    padding: 10px 10px;
}
nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -30px;
    left: -30%;
    border: 9px solid transparent;
    border-top-color: #e74c3c;
}
.img-thumbnail{
    width:100%;
}
.img-thumbnail {
    height: auto !important;
    object-fit: cover !important;
}
.survey-icon img{
    width:35%;
}
.single-service{

}
.process-point-right{
    display: none;
}
.bottom-line-left{
    font-size: 25px;
    padding: 0 0 10px 0;
}
.responsive{
    display: block;
}
.stellarnav{
    display: none !important;
}
    
.responsivemnu{display:block; position:absolute; margin-top:0px; left: 10px;}
.responsivemnu a{color:#fff; display:block; font-size:28px;}
.responsivemnu a i{color:#fff; border: solid 1px #d63c5a; padding: 1px 3px 0; border-radius: 3px;}
.responsivemnu i {color: #fff;border: solid 1px #fff;}
.mouse {
    height: 35px;
    width: 35px;
    border-radius: 14px;
    border: 2px solid #fff;
}
.no-gutters{
    padding: 10px;
}
.style-2 .single-service{
    height: auto;
}
.process-point-left{
    display: none;
}
.process-line-r{
    display: none;
}
.process-point-right{
    display: none;
}
.process-box{
    margin:15px;
}
.CirItem .texti_title{
    font-size: 25px;
}
.modal-backdrop{
    z-index: 00000 !important;
}
.cd-headline.clip span{
    /*font-size: 18px;*/
}

.cd-headline.clip span{
    display: block !important;
}
.text-right{
    text-align: center !important;
}

.contact-form input[type=submit]{
    width:100%;
}
#contact-form{
    margin:20px 0;
}
#payonlinebtn{
display: block;
}
.social-media-top{
    margin:10px 0;
}
.bottom-line-left::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 150px;
    height: 2px;
    background: red;
    margin: 3px 0;
}
.payonlinebtn li{
    margin:5px 5px;
}
.mm-panel_has-navbar{
    padding-top: 0px !important;
}
.mm-navbar{
    display: none !important;
}
.mm-menu {
    background: #000 !important;
    border-color: #f1f1f1 !important;
    color: #fff !important;
}
.social-media-top{
    display:none;
}
.icon-immmg ul li{
    width:85px !important;
}
.devolopers ul li {
    list-style: none;
    display: inline-block;
    /* border: 2px solid #ccc; */
    /* padding: 10px; */
    font-weight: bold;
    /* box-shadow: inset 2px 2px 4px #ccc, inset -5px -5px 10px #ccc; */
    background: #1a1d24;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
    width: 148px !important;
    padding: 4px;
}
.devolopers img {
    width: 46px;
    height: 45px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
    /* margin: 0 auto; */
}
.devolopers h5{
    font-size:15px;
}
.section-padding{
    padding:15px 0;
}
.test_height{
    margin:10px;
}
.process-point-right{
  display: none;
}
.process-line-l{
  display: none;
}
.process-line-r{
  display: none;
}
.process-point-left{
  display: none;
}
.process-step{
  width:45%;
}
.process-box p{
  margin:0px;
}
.process-step p {
    font-size: 14px;
}
.process-step h2 {
    font-size: 25px;
}
.bottom-line{
    font-size:22px;
}
.process-step:before{
    border:none !important;
}
.process-step:after{
    border:none !important;
}
.pb-5{
    padding:15px 0 !important;
}

.services-headerr p{display: none;}

}

