
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niramit:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&amp;display=swap');
body {font-family: 'Rajdhani', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.7; color:#4f4e4e; letter-spacing: 1px;}
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,100&amp;family=Rajdhani:wght@300;400;500;600;700&amp;family=Roboto:ital,wght@0,300;0,400;1,100;1,300&amp;display=swap');

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize; letter-spacing: 2px;  letter-spacing: 0px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #feaf47; }
h1, .h1 { font-size: 34px;font-style: normal;line-height: 52px; font-weight: 700; text-transform: capitalize; color: #feaf47; letter-spacing: 0;}
h2, .h2 { font-size: 25px; font-style: normal; line-height: 25px; font-weight: 600; color: #89bd51; text-transform: capitalize; margin-bottom: -12px; position: relative;}
h3, .h3 { font-size: 20px; font-style: normal; line-height: 36px; font-weight: 700; color: #33abe0;}
h4, .h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 700; line-height: 30px; color: #53aebb; 
    letter-spacing: 0px;
}
h5, .h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 26px; color: #22296a;}
h6, .h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #22296a;}
ul { margin: 0px; padding: 0px; }
u {text-decoration-style: wavy;}

/* ------------------------
    Helper class
------------------------*/
p{  line-height: 25px;font-weight: 500;font-size: 16px;font-family: 'Nunito Sans', sans-serif;}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #ff7810;}
section{padding: 20px 0 23px}
.section-title{margin-bottom:13px;}
.section-title p{font-size: 18px;}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}

.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color: #ff7810;}
.text-black{color:#111121 !important;     text-align: justify;}
.text-grey{color:#999999;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: #ffffff !important;}
.dark-bg{background-color: #141414;}
.light-bg{background-color: #eaf5ff;}
.theme-bg{background-color: #ff7810;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative; height: 650px !important; padding-top:100px;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 45%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.bnr-img2 {position: absolute; top: 50%; left: 0;}
.banner-2 .mouse-parallax {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item{height: 100%;}
.hero-bg {left: -50%; position: absolute; top: -45%;}
.banner-4 .mouse-parallax{z-index: 9;}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover{background-size: cover;}
.bg-contain{background-size: contain;}
.bg-pos-l{background-position: left;}
.bg-pos-r{background-position: right;}
.bg-pos-rt{background-position: right top;}
.bg-pos-lt{background-position: left top;}
.bg-pos-rb{background-position: right bottom;}
.bg-pos-lb{background-position: left bottom;}


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:700; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #ff7810;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2);}
.coming-soon .subscribe-form{margin: 0 auto;}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Cases
------------------------*/
.cases-item{overflow: hidden; position: relative; text-align: center;}
.cases-item .cases-description {background: #ffffff; padding: 20px;}
.cases-item .cases-description h5{ margin: 0 0 15px; text-transform: capitalize; font-weight: 500;}
.cases-item img{width: 100%;}
.cases-item span{font-weight: 500; display: block;}
.owl-carousel .cases-item{margin: 30px 10px;}


/* ------------------------
    How It Work
------------------------*/
.work-process-inner{position: relative;}
.step-num {background: rgb(255,120,16); background: linear-gradient(90deg, rgba(255,120,16,1) 0%, rgba(255,94,44,1) 50%); border: 5px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; font-weight: bold; font-size: 26px;
    font-weight: bold;
    height: 68px;
    line-height: 64px;
    position: absolute;
    right: -32px;
    top: -40px;
    width: 68px;
    text-align: center;}
.work-process-inner .work-img {border: 2px dashed #e97d1c; border-radius: 10px; display: inline-block; width: 150px; height: 150px; line-height: 150px; margin: 20px 0; position: relative;}
.work-process.style-2 .work-process-inner{padding-left: 80px;}
.work-process.style-2 .step-num{right: inherit; left: 0; top: 0; border: none; width: 60px; height: 60px; line-height: 60px; font-size: 24px;}
.theme-bg .work-process-inner,
.theme-bg .work-process-inner h4{color: #ffffff;}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {background: #fff; border: 1px solid #ebebeb; margin-right: -1px; margin-top: -1px; padding: 50px 10px; width: calc(100% / 4);}


/* ------------------------
    Single Page Sidebar
------------------------*/
.sidebar-links li a {color: #2c2c2c; border-bottom: 1px dashed #ddd; padding: 10px 0; display: block; font-size: 15px; font-weight: 600; position: relative; text-transform: uppercase;}
.sidebar-links li.active a, .sidebar-links li a:hover {color: #ff7810;}
.sidebar-links li:first-child a{padding-top: 0;}
.sidebar-links li:last-child a{padding-bottom: 0; border-bottom: none;}


/* ------------------------
    Single Page Meta
------------------------*/
.portfolio-meta li{position: relative; padding-left: 50px;}
.portfolio-meta li i{position: absolute; left: 0; top: 0; color: #ff7810; font-size: 30px;}
.portfolio-meta li span{color: #111121; display: block; font-weight: bold; text-transform: uppercase; margin-bottom: 7px;}
.theme-bg .portfolio-meta li, .theme-bg .portfolio-meta li i, .theme-bg .portfolio-meta li span{color: #ffffff;}


/* ------------------------
    Contact
------------------------*/
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #ff7810; text-align: center;}
.contact-info li span{font-size: 18px; color: #111121; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 0px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;color: #000;}
.contact-info li a{color: #000; font-weight:1000;}
.contact-info li a:hover{color: #ff7810;}
.info-inner{background: #ffffff; padding: 50px 30px;}
.info-inner ul li{padding-left: 0;}

.form-group{margin-bottom: 10px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{    height: 40px;
    border-radius: 5px;
    font-size: 13px;
    color: #111121;
    background: #ffffff;
    border: 1px solid #53aebb;
    border-radius: 0px;}
.theme-bg .form-control .dark-bg .form-control{background: none; border:5px solid rgba(255,255,255,0.1);}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.light-bg .form-control{background: #ffffff}
textarea.form-control{height: 70px; border-radius: 0px;}
.form-control:focus{box-shadow: none; background: none; border-color: #ff7810;}
.theme-bg .form-control:focus{border-color: #ff7810;}
select.form-control {-moz-appearance: none; -webkit-appearance: none; appearance: none; height: 40px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #111121;}
.form-control::-moz-placeholder {color: #111121;}
.form-control:-ms-input-placeholder {color: #111121;}
.form-control:-moz-placeholder {color: #111121;}
.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}

.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder{color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder{color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder{color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block;}
.video-btn .btn-play {font-size: 30px; background: #ff7810; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important; z-index: 99;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #ff7810;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}
.play-btn span{position: relative; text-transform: uppercase; color: #111121; font-weight: 500; padding-right: 70px; margin-right: 20px;}
.play-btn span:before{background: #ff7810; width: 50px; height: 2px; content: ""; position: absolute; right: 0; top: 50%; margin-top: -1px;}



/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.image-column {position: absolute; left: 0px; top: 50%;}
.image-column.right{right: 0; left: inherit;}


/* ------------------------
    Error
------------------------*/
.error-page h1{font-size: 300px; line-height: 300px; letter-spacing: 15px; color: #111121; margin-bottom: 20px;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 40px;}
.list-icon li i{position: absolute; left: 0; top: 0; color: #ff7810; font-size: 30px; line-height: 30px;}
.list-icon-2 li{padding-left: 20px; position: relative;}
.list-icon-2 li:before{content: ""; background: #ff7810; position: absolute; top: 14px; left: 0; width: 10px; height: 2px; border-radius: 4px;}
.custom-li{display: inline-block;}
.custom-li li {float: left; margin-bottom: 15px; width: calc(100% / 2);}
.list-icon-3 li i{color: #ff7810; height: 35px; width: 35px; line-height: 35px; border: 1px solid #ece9fa; text-align: center; border-radius: 50%;}


/* ------------------------
    Bg Animated Image
------------------------*/
.pattern-3{position: absolute; left: 50%; top: 60%;}
/*.info-img:before {position: absolute; left: 0; top: 0; height: 330px; width: 100%; content: ""; background-image: url(../images/pattern/07.png); z-index: -1;}*/


/* ------------------------
    Round Animated Image
------------------------*/
.round-animation{background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; width: 100%; height: 100%; animation: morph 10s linear infinite; transform-style: preserve-3d; outline: 1px solid transparent; will-change: border-radius;}
.round-animation:before,
.round-animation:after{content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; will-change: border-radius, transform, opacity; animation-delay: 200ms;
background-image: linear-gradient(120deg, rgba(255,94,44,.55) 0%, rgba(255,120,16,.89) 100%);}
.round-animation:before{animation: morph 3s linear infinite; opacity: .21; animation-duration: 1.5s;}
.round-animation img{position: relative; z-index: 99;}

.insideText {color: rgba(0,0,0,0.030); font-size: 200px; font-weight: 900; left: 50%; line-height: 200px; overflow: hidden; position: absolute; text-align: center; text-transform: uppercase; top: 50%; white-space: nowrap; width: 100%; z-index: 0;}

.boxed-view{padding: 20px 50px 50px;}

.seo-img img {position: relative; -webkit-animation: seo 2s linear infinite; animation: seo 2s linear infinite;}

@-webkit-keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}

@keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}

.section-title span{
    color: #feaf47;
    font-weight: 600;
}

.service-sec{background-image: linear-gradient(rgb(84 175 188), rgb(254 176 71 / 78%)), url(../images/se-bg.jpg);
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;    
    background-attachment: fixed;
    
}

.buy-leads{
    background-image: linear-gradient(rgb(84 175 188 / 81%), rgb(254 177 72 / 73%)), url(../images/leads.jpg);
background-position: center;
    background-size: contain !important;
    height: auto;

    width: 100%;
   background-attachment: fixed;
}

.tehme-2{
    padding: 5px;
    font-size: 14px;
}

.subscribe-bg{
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 30px;
   text-align: center;
    background: linear-gradient(
90deg
, rgba(254, 180, 73,1) 0%, rgb(84 175 188) 90%)
}

.subscribe h3{
  font-size: 30px;
    color: #fff;
    margin: 0px;
    padding: 8px 0 13px;
    letter-spacing: 0px;
    text-align: center;
}

.ht-theme-info{
   background-image: linear-gradient(rgb(84 175 188 / 86%), rgb(254 180 73)), url(../images/se-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    margin: 22px 0 0;
    padding: 30px 30px 0
    background-repeat: no-repeat;

}


.footer{
     background-image: linear-gradient(rgb(254 180 73), rgb(80 172 185)), url(../images/se-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
}

.addr{
    text-align: center;
    padding: 10px;
}

.subscribe{
     background-image: linear-gradient(rgb(254 180 73 / 75%), rgb(254 180 73 / 93%)), url(../images/se-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    box-shadow: 1px 1px 5px 1px #212763;
    width: 100%;
    background-repeat: no-repeat;
    padding: 31px 23px;
    border-radius: 0px;
    margin: 0px 0 -80px;
    z-index: 999999999;
   
}
.addr i{
    font-size: 40px;
    height: 70px;
    width: 70px;
    text-align: center;
    padding: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.addr h3{
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px;
    padding: 5px;
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.address{
    margin: 10px 0 0;
    padding: 0px;
}

.address li{
    display: block;
    margin: 0px;
    padding: 0px 0 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.address a{
    color: #fff;
}

.address i{
    height: auto;
    width: 25px;
    border: none;
    color: #fff;
    font-size: 17px;
    margin: 0px;
    padding: 7px;
    
}

.cert-title h2{
   color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 10px 0 0;
    padding: 0px;
    text-align: right;
}
.cert-title h6{
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-align: right;
}
.cert-title img{
    height: 105px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
   
}

.copyright{
    font-size: 16px;
    color: #fff;
    padding: 5px 0 0 ;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.footer-links h3{
    font-size: 18px;
    color: #0248b0;
    text-align: left;
    margin: 0px;
    padding: 5px 0 0;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.footer-links ul{
    margin: 5px 0 0;
    padding: 0px;
    
}

.footer-links li{
    font-size: 14px;
    display: block;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 0 0;
}

.footer-links a{
    color: #fff;
}

.footer-links a:hover{
   transition: 0.2s;
   color:#0248b0;
}

.partner img{
    height: auto;
    width: 100%;
    margin: 15px 0 0;
}
.menu-heading{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    color: red;
    
}

.newsletter {
    padding: 0 13px 0 37px;
}
.social-icons{
   padding: 0 23px;
}
.drop-menu li{
    margin: 0px;
    padding: 0px;
    display: block;
}

.drop-menu a{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.date{
    margin: 0px;
    padding: 0px;
    
}

.buy-form{
     background-image: linear-gradient(rgb(84 175 188 / 66%), rgb(253 175 70 / 88%)), url(../images/se-bg.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 30px 0;
    
    background-repeat: no-repeat;
}

.welcom h3{
    font-size: 30px;
    color: #fff;
    padding: 50px 0 0;
    margin: 0px;
    letter-spacing: 0px;
}

.welcom ul{
    margin: 20px 0;
    padding: 0px;
    
}

.welcom li{
    margin: 20px 0 0;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    display: block;
    
}

.welcom i{
   height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 50%;
    padding: 12px 1px 0;
    text-align: center;
    font-size: 22px;
    color: #212764;
}

.submi-btn{
    font-size: 18px;
    margin: 0px;
    padding: 7px;
    border-radius: 5px;
    width: 100%;
}

.why-diffrent{
  padding: 22px 0 0;
    margin: 0px;
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #eaf5fe;
}

.we-are{
  
    height: auto;
    width: 100%;
    padding: 4px;
    border-radius: 6px;
    padding: 10px 0 0;
   margin: 0 0 20px;
    
    
}
.we-are img{
    height: 120px;
    padding: 17px 0;
    float: left;
    margin: 0 3px;
    
}


.we-are h3{
    
    font-size: 22px;
    text-transform: capitalize;
    margin: 0px;
    letter-spacing: 0px;
    color: #fff;
    padding: 45px 0 0px;

}

.technoloy-sec{
     padding: 30px 0 40px;
    margin: 0px;
    background-color:#fff;
    text-align: center;
    background-position: center;
}

.whatsapp-link img {
   height: 60px;
    width: 60px;
    position: fixed;
    left: 17px;
    bottom: 26px;
    z-index: 9999;
}

.help-btn{
    padding: 9px 4px;
    font-size: 15px;
    font-weight: 600;
}

.texh img{
    height: auto;
    width: 100%;
    
}

.queto-bg{
    background-image: linear-gradient(rgb(254 180 73 / 93%), rgb(54 128 174 / 57%)), url(../images/se-bg.jpg);
    padding: 20px 10px;
    margin: 24px 0 30px;
    background-position: left;
    height: 132px;
    width: 100%;
    box-shadow: 1px 1px 3px 3px #ccc;
}

.queto-he h3{
       font-size: 20px;
    color: #030303;
    margin: 0px;
    padding: 10px 0 0;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;

}

.queto-he p{
    color: #fff;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

.btn-queto{
       margin: 30px 0 0;
    color: #000;
    background-color: #fff !important;
    border-radius: 20px;
    padding: 8px 10px;
}

.enquiry-btn img{
    position: fixed;
    right: 0px;
    top: 200px;
    z-index: 99999;
    height:240px;
}
.enquiry-btn a{
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;

}

.about-he h2{
    letter-spacing: 0;
    font-size: 31px;
    color: #0346ad;
    padding:20px 0px;
    font-weight: 600;
}
.about-he h2 a{color:#0346ad;}

.technology ul{
    margin: 0px;
    padding: 0px;
    
}


.technology li{
   display: inline-block;
    margin: 0px 2px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    height: 105px;
    border: 1px solid #212764;
    width: 115px;
    text-align: center;
}
.technology li:hover{
      transition: 0.2s;
    box-shadow: 1px 1px 3px 3px #212764;
    border: 1px solid #212764;
    cursor: pointer;
    
}
.technology h6{
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: center;
}

.year-se img{
       max-height: 229px;
    margin: 35px;
    padding: 0px;
}

.year-se h4{
    font-size: 28px;
    letter-spacing: 0px;
    color: #212763;
    margin: -1px 0;
    padding: 24px 10px;
    text-align: left;
    line-height: 36px;
}

.social-icons h4{
    color: #fff;
    padding: 5px 0 0;
}

.app-content img{
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}


.app-content ul{
    margin: 0px;
    padding: 0px;
}
.app-content li{
    margin: 23px 0;
    padding: 0px;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    color: #222865;
    font-weight: 600;
    letter-spacing: 0px;

}

.app-content i{
    font-size: 18px;
    text-align: center;
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #feaf47;
    color: #fff;
    
}

.section-title2 h3{
   font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0px 0 11px;
    padding: 5px 0 0;
    color: #01080b;
}

.border-se{
    border-bottom: 1px solid #2c2c61;
    border-right: 1px solid #2c2c61;
}
.border-bot{
    border-bottom: 1px solid #2c2c61;
}
.border-se2{
   
    border-right: 1px solid #2c2c61;
}

.app-section{
    background-image: linear-gradient(rgb(247 247 254 / 89%), rgb(232 243 253 / 92%)), url(../images/soft.jpg);
    padding: 20px 10px;
    margin: 0;
    background-position: left;
    height: auto;
    width: 100%;
   
}

.review-btn{
    float: right;
}
.four-ti{
    font-size: 26px;
    letter-spacing: 0px;
}
.test{
    font-size: 24px;
    letter-spacing: 0px;
}

.work-process-inner h4{
    font-size: 20px;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

.sub-drop{
    padding: 40px !important;
    background: #141414;
    top: 120%;
    margin-top: 0;
    width: 1078px;
    right: -410px !important;
}

.create-btn a{
        background: rgb(255,120,16) !important;
    background: linear-gradient(90deg, rgba(255,120,16,1) 0%, rgba(255,94,44,1) 90%) !important;
    color: #ffffff !important;
        width: 149px;
    margin: 10px 0 0;
    height: 38px;
    padding: 5px !important;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.main-ser h6{
    font-size: 15px;
    letter-spacing: 0px;
    color: #fff;
    padding: 5px;
}

.main-ser h3{
     font-size: 19px;
    letter-spacing: 0px;
    color: #fff;
    padding: 5px;
    color: rgb(255,120,16);
}

.about-inner{
    padding: 30px 0 0;
    margin: 0px;
  background-image: linear-gradient(rgb(247 247 254 / 89%), rgb(232 243 253 / 92%)), url(../images/soft.jpg);
    padding: 20px 10px;
    margin: 0;
    background-position: left;
    height: auto;
    width: 100%;
}

.about-cont p{
    font-size: 15px;
    color: #000;
    margin: 0px;
    line-height: 23px;
    padding: 15px 0 0;
    letter-spacing: 0px;
    text-align: justify;
    
}

.vission-abt{
    padding: 20px 0;
    margin: 0px;
    height: auto;
    width: 100%;
}

.inner-servi img{
    float: none;
}

.why-chose{
     background-image: linear-gradient(rgb(80 172 185 / 50%), rgb(254 180 72 / 77%)), url(../images/soft.jpg);
    padding: 20px 10px;
    margin: 0;
    background-position: left;
    height: auto;
    width: 100%;
}

.service-details{
    padding: 30px 0px;
    margin: 0px;
    height: auto;
    width: 100%;
    background-color: #fff;
    
}
.contet h1{
       font-size: 26px;
    letter-spacing: 0px;
    color: #53aebb;
    line-height: 27px;
    padding: 15px 0 6px;
    text-transform: capitalize;
    margin: 0px;
    font-weight: 500;
}

.contet p{
      font-size: 18px;
    color: #000;
    margin: 0px;
    line-height: 23px;
    padding: 0px 0 6px;
    letter-spacing: 0px;
    text-align: justify;
}

.desc-image img{
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.work-img img{
    height: 80px;
    widows: 80px;
    text-align: center;
}

.work-process-inner h3{
       font-size: 22px;
    letter-spacing: 0px;
    color: #53aebb;
    line-height: 27px;
    padding: 1px 0 0px;
    text-transform: capitalize;
    margin: 0px;
    font-weight: 600;
}
.work-process-inner p{
     font-size: 16px;
    color: #000;
    margin: 0px;
    line-height: 23px;
    padding: 3px 0 0;
    letter-spacing: 0px;
    text-align: justify;
}

.form-background{
    background-image: linear-gradient(rgb(234 245 255 / 73%), rgb(232 232 232 / 95%)), url(../images/car.jpg);
    padding: 20px 10px;
    margin: 0;
    background-position: top;
    height: auto;
    width: 100%;
}

.login-form h6{
    color: #000;
    font-size: 17px;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px 0 20px;
}
.login-form a{
    color: orange;
    font-size: 17px;
    letter-spacing: 0px;
    margin: 24px;
}

.login-form h3{
    padding-bottom: 10px;
    margin-bottom: 10px;
      font-size: 27px;
    font-weight: 600;
    color: #feb449;
  
}

.blogs{
    padding: 30px 0;
    margin: 0px;
    background-color: #fff;
    height: auto;
    width: 100%;
}

.post-title h3{
    letter-spacing: 0px;
    font-size: 23px;
    color: #feaf47;
}

.post p{
    font-size: 18px;
    color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0px;
    
    
}

.post-desc ul li{
    color:#000;
    font-weight:600;
    font-size: 18px;
}
.box-shadow p{
    font-size: 15px;
    color: #000;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0px;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    margin: -8px -17px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.rating h3{
    font-size: 20px;
    color: #000;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

.content-inner h3{
   font-size: 30px;
    letter-spacing: 0px;
    color: #222864;
    margin: 0px 0 20px;
    padding: 6px 0;
    border-bottom: 2px solid #de7820;
    
}

.content-inner p{
    font-size: 15px;
    color: #000;
    margin: 0px;
    padding: 0px 0 0;
    text-align: justify;
    line-height: 24px;
}

.form-title{
    font-size: 15px;
    color: #000;
    letter-spacing: 0px;
    text-align: left !important;
}

.payment-content{
    text-align: center;
}
.payment-content h3{
 font-size: 26px;
    letter-spacing: 0px;
    color: #e67c1d;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.payment-content p{
    font-size: 15px;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
}

.payment-content img{
    text-align: center;
    margin: 10px 0 auto;
}
.paymnt-btn a{
    margin: 15px 0;
    padding:10px;
}

.why-sec{
   background-image: linear-gradient(rgb(239 130 33), rgb(32 164 222 / 70%)), url(../images/se-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    background-attachment: fixed;
    text-align: center;
}

.why-box{
    margin: 0px;
    padding: 15px 0;
    text-align: center;

}

.why-box li{
  float: left;
    margin: 10px 10px 0 0;
    width: 19%;
    display: block;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    height: 160px;
}

.why-box h5{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
}

.count-box{
   height: 40px;
    width: 40px;
    background-color: #9bc53a;
    color: #fff;
    padding: 3px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    margin: 5px auto;
    text-align: center;
}

.diffrent{
    margin: 30px 0 20px;
}

.log-in-logo img{
    margin: 35px 0 20px;
    height: 90px;
    
}

.leads h4{
    margin: 0px;
    padding: 0px 0 3px;
    font-size: 22px;
}

.leads p{
    text-align: center;
    margin: 0px;
    font-size: 15px;
    color: #000;
    padding: 10px 0;
}

.login-matter h3{
     font-size: 22px;
    color: #feaf47;
    margin: 0px;
    letter-spacing: 0;
    line-height: 23px;
    padding: 0px;
    text-transform: capitalize;
    
}

.login-matter p{
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.border-right{
    border-right: 1px double #212764;
}

.login-bck{
    padding: 139px 0;
}
.register-title h6{
   font-size: 17px;
    color: #212764;
    margin: 14px 0 0;
    border-bottom: 1px solid #ccc;
    letter-spacing: 0;
    line-height: 23px;
    font-weight: 600;
    padding: 0px;
    text-transform: capitalize;
    
}

.join-logo img{
    height: 80px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

.join-header{
       background-color: #eaf5ff;
    padding: 5px;
    margin: 0px;
}

#join-wrap{
 padding: 2px;   
}

.join-btn{
    margin: 30px 0 0;
}

.join-section{
    margin: 86px 0 0;
    padding: 40px 0;
    height: auto;
    width: 100%;
     background-image: linear-gradient(rgb(234 125 28), rgb(51 167 220 / 80%)), url(../images/se-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join-text h3{
   text-align: center;
    font-size: 26px;
    letter-spacing: 0px;
    color: #e77d1e;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    border-bottom: 1px dotted #d87522;
    
}


.join-text p{
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 10px 0;
}

.join-form-title{
    
    font-size: 17px;
    letter-spacing: 0px;
    color: #212763;
    margin: 0px;
    padding: 14px 0 5px;
    font-weight: 600;
   
}

.join-form-text{
      font-size: 15px;
    color: #000;
    margin: 0px;
    padding: 20px 15px  5px!important;
    font-weight: 600;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0px;
   
}
.join-form-title i{
   height: 40px;
    padding: 11px;
    width: 40px;
    margin: 0 0 8px;
    background-color: #eb7d1b;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
}
.join-form{
    margin: 10px 0;
}

.form-check-label{
    letter-spacing: 0px;
}

.free-listing-btn{
    
    background:linear-gradient(rgb(51 171 224 / 78%), rgb(239 127 26)), url(../images/se-bg.jpg);
    color: #fff !important;
    margin: 10px 0 0 !important;
  padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    border:none;
}

.join-right{
     margin: 0px 0 0;
    padding: 40px 20px;
    height: 1073px;
    width: 100%;
     background-image:linear-gradient(rgb(51 171 224 / 48%), rgb(239 127 26)), url(../images/se-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.join-data{
    padding: 20px 30px;
}

.join-right h4{
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
    padding:5px 0;
    text-align: center;
    font-weight: 600;
}
.join-right p{
    font-size: 15px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
    padding:10px 0;
    text-align: center;
   
}

.join-why ul{
    text-align: left;
    margin: 10px 0;
    padding: 0px;
}

.join-why li{
    display: block;
        margin-top: 35px;
    position: relative;
    padding-left: 0px;
    
}

.join-why i{
       color: #fcfcff;
    float: left;
    margin: 23px 6px 0 0;
    font-size: 35px;
}

.join-why h5{
    font-size: 16px;
    color: #0cff49;
    padding: 5px 0 0;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: capitalize;
}


.join-why p{
     font-size: 14px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0px 0;
    line-height: 17px;
    margin: 0px;
    text-align: left;
    text-transform: capitalize;
    
}

.copy-fo-link ul{
    margin: 0px;
    padding: 0px;
}

.copy-fo-link li{
      display: inline-block;
    font-size: 14px;
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

.copy-fo-link a{
    color: #fff;
}

.join-copyright{
  background: linear-gradient( 30deg, rgba(255,120,16,1) 0%, rgb(32 164 222) 90%);
    padding: 11px 0;
    text-align: center;
    height: auto;
    width: 100%;
}

.search-type{
    width: 60%;
    margin: 0px auto;
}
.btn-search{
      margin: 0px;
    padding: 7px 54px;
    /* float: right; */
    background-color: #ea7d1c;
    color: #fff;
    position: absolute;
    right: 341px;
    bottom: 41px;
    border-radius: 20px 0 0px 20px;
    
}

.buyer-sec{
   background-color: #fff;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 30px 0;

}

.buy-bg{
    background-color: #fff;
    height: auto;
    width: 100%;
    margin: 0px 0 30px;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px 1px #ccc;
}

.buy-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #b5b5b5;
}
.buy-title h3{
    font-size: 22px;
    color: #000;
    padding: 0px 10px;
   
}
.buy-title h6{
    font-size: 15px;
    color: #000;
    text-align: right;
    margin: 0px;
    padding: 0px;
}



.item h4{
       text-align: left;
    font-size: 21px;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px 0;
}
.item ul{
    margin: 9px 0 0;
    padding: 0px;
}

.item li{
    display: inline-block;
    font-size: 16px;
    color: #000;
        margin: 0px 8px 0 0px;
    padding: 0 0px;
}

.item li i{
    color: #e97c1c;
    font-size: 18px;
}
.item h6 i{
    color: #e97d1d;
    font-size: 24px;
}

.item p{
       text-align: left;
    font-size: 15px;
    color: #000;
    letter-spacing: 0px;
    margin: 0px;
    padding: 5px 0;
}

.contat-btn{
    margin-top: 40px;
}
.contat-btn a{
    letter-spacing: 0px;
}
.buy-item{
    margin: 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px dotted #222864;
}

.post-req{
         background-color: #fff;
    border: 1px solid #ea7d1c;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 39px;
}

.categories-sec{
     background-color: #fff;
    height: auto;
    width: 100%;
    margin: 40px 0 20px;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px 1px #ccc;
}

.cate-box{
   background-color: #fff;
    height: auto;
    width: 100%;
    margin: 10px 0px;
    border: 1px solid #ccc;
    padding: 0px 0 3px;
    border-radius: 6px;
}

.cate-box:hover{
    box-shadow: 1px 1px 3px 1px #ece8e8;
    transition: 0.2s;
}

.cate-box img{
   height: 36px;
    float: left;
    margin: 0 10px;
}

.cate-box h3{
  font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.item h5{
    font-size: 16px;
    color: #000;
    margin: 0px;
    letter-spacing: 0;
    padding: 10px 0 5px;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}

.item h6{
    margin: 5px 0
}

.purchase-box{
       background-color: #a3cef4;
    height: auto;
    width: 100%;
    margin: 10px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    
}

.purchase-box h4{
   font-size: 22px;
    letter-spacing: 0px;
    margin: 0px 0 10px;
    padding: 10px 0 0;
    color: #212764;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.purchase-box h6{
   font-size: 24px;
    letter-spacing: 0px;
    margin: 10px 0 10px;
    padding: 1px 5px 0;
   
    color: #e86b00;
    text-align: left;
   
}

.purchase-box p{
letter-spacing: 0px;
}
.el-table{
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
}

.checked {
  color: #ffde00;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top:10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}


/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

.payment {
    background-color: #fff;
    height: auto;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    box-shadow:1px 1px 1px 2px #ececec;
    text-align: center;
}

.payment h3{
    font-size:24px;
    padding:10px 0;
    margin:0px;
}

.payment img{
    height:500px;
    width:100%;
    object-fit:contain;
    margin:0px;
}
.paymnt-btn {
    margin-top:20px;
}
.pat-btn {
     padding: 7px 10px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient( 
90deg
 , rgb(155 196 60) 0%, rgb(84 175 188) 90%);
    margin: 5px;
    font-weight: 600;
    margin-top: 2px;
}

.news-letter {
    background-color: #fff;
    height: 44px;
       width: 80%;
    border: 1px solid #20a3dc;
    padding: 0 20px;
    border-radius: 26px 0px 0px 26px;
    position: relative;
    margin: 10px 0 0;
}

.btn-newletter {
    background-color: #54afbc;
    border-radius: 0px;
    color: #fff;
    position: absolute;
    margin: 10px -20px;
    height: 44px;
    padding: 6px 28px;
}

.certifi{
    padding:0px 0 30px;
}

@media screen and(max-width:768px){
    .queto-bg{
        height:auto;
    }
   
}

.slider-heading{
  text-align: center;
    line-height: 41px;
    font-size: 36px;
    padding-bottom: 17px;
    margin-top: -25px;
}

.content-inner h1{
      font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 18px 0 5px;
    margin: 0px;
    color: #feaf47;
    line-height: 23px;
}

.content-inner h2{
  font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #ef821f;
    text-transform: capitalize;
    line-height: 24px;
    padding: 12px 0 0;
    
}


.mid img{
    width:100%;
    background-repeat:repeat;
    background-position:top;
    background-size:cover;
}

.certificate-sec{
    padding:40px 0 0;
}

.certificate{
    padding:30px 0px 43px;
    background-image: linear-gradient(rgb(51 171 224 / 66%), rgb(238 127 27 / 88%)), url(../images/se-bg.jpg);
}

.details li{
    font-weight: 500;
    color: #000;
    margin: 0 20px;
    text-align: justify;
}

.space-ptb h5{
    padding:10px 0 0;
    margin:0px;
}

.space-ptb p{
    line-height: 20px;
    margin: 0px;
    padding: 3px 0 0;
}


.login-form{
 
    box-shadow: 8px 24px 38px rgb(0 0 0 / 33%);
    
}

.inner-secbox{
    height:auto !important;
}

.buyer h3{
    color:#000;
}

.buyer li{
    color:#000;
}
.search-type2 {
    width: 71%;
    margin: 0px auto;
    position: relative;
}
.search-form2{
    text-align:center;
    padding:60px 0px;
    position:relative;
}


.btn-search2{
  padding: 8px 54px;
    background-color: #ea7d1c;
    color: #fff;
    position: absolute;
    right: 165px;
    bottom: 61px;
    border-radius: 20px 0 0px 20px;
    
}

.search-form2 h3{
    text-align: center;
    color: #e68021;
    padding: 0 0 11px;
}

.youtube-video{
   height: 266px;
    width: 75%;
    margin: 24px 71px;
}

.mobile-video{
    display:none;
}

.mobile-view img{
    display:none;
}

.top-banner-content{
    padding:20px 13px 4px 0;
}

.video-bg{
    padding:10px 10px 0px 10px;
}

.slider-tagline{
    font-weight:500;
       color: #53aebb;
}

.main-slider{
    height:600px;
}
.leads-table img{
   width: 37px;
    object-fit: contain;
    height: 33px;
}
.call-btn img {
    height: 55px;
    width: 55px;
    position: fixed;
    left: 19px;
    bottom: 93px;
    z-index: 9999;
    animation: mymove2 4s linear infinite;
}
@keyframes mymove2{
 0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}   
}
.call-btn a{
    display: inline-block;
}
.call-btn{
    height: 0px;
}
.slider-content{font-size:17px !important;font-weight:500;color:#000;}
.video_system {
    height: auto;
    width: 100%;
    background: url(../images/laptop.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.featured_in{padding:0px;background-color: #fdfdfd;}
.featured_heading h3{    
     font-size: 17px;
    font-weight: 600;
    padding-top: 24px;
    color: #6d6b6b;
    line-height: 18px;
    text-align: center;}
.feature-image{border-right: 1px solid #cdc4c4;padding: 5px;height: 60px;}
.txt-rotate { color: #fff;font-weight: 700;font-size: 36px;}
.carousel-caption h1{color:#fff; font-size:36px;font-weight:600;}
.carousel-caption p{color:#fff; font-size:17px;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 11.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
   width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #fb000038;
    border-radius: 5%;
    padding: 2px;
    font-size: 16px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fffefe;
}
.Hotservices_area {
  background-color: #022453;
    padding: 9px 0 10px;
}
.HotSer {
    justify-content: center;
    
}
.HotSer h4 {
    color: #fff;
    font-size: 18px;}
.HotSer i{ color: #fff;font-size: 25px;padding: 4px 10px;}
.HotSer h3{    color: #fff;font-size: 18px;margin: 0;padding: 0px;font-weight: 500;line-height: 18px;text-align: left;text-transform: uppercase;}
.HotSer img{height: 36px;margin: 6px 10px 0px;}
.HotSer h4{color: #fff;font-size: 22px;margin: 0; padding:0px;font-weight:600;}
.desktopbtn{display:none;}
.partner-image{height:66px}
.technologyBox {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 6px #ccc;
    margin: 0 6px;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 16px 0px 16px 0px;}
.technologyBox img{height:55px;margin-left:auto; margin-right:auto;}
.technologyBox h4{font-size: 18px;text-align: center;color: #0c51b5;}
.content_text p{font-size:16px;color:#000; text-align: justify;}
.content_text ul li{font-size: 15px;color: #000;font-family: 'Nunito Sans', sans-serif;line-height: 20px;margin: 10px 0px 10px 10px; }
.content_text h3{font-size:24px;}
.details b{font-size:18px;color:#e7941e;font-weight:700;}
.year-se p{text-align:justify;color:#000;}

.new-services{
        float: left;
    height: 225px;
}

.new-client{
    border-radius: 114px;
    border: 1px solid #d9d9d9;
    height: 57px;
    margin: auto;
    margin: auto;
  float: left;}
    
  
}
  .star1:hover{
      background:red!important;
        
    }
    
    #stars span i{
        color:white;
        background:lightgray;
        font-size:20px;
        padding: 13px;
       
       
    }
    .new-border{
            border: 1px solid #d7d0d0;
    padding: 28px;
    background: white;
        border-radius: 21px;
    }
    
    .new-2{
    background: white;
    padding: 20px;
    justify-content: center;
    

    }
    #star2 span {
           color: white;
    background: green;
    padding: 3px;
    margin-top: 10px;
    font-size: 13px;
    }
     #star3 span {
           color: white;
    background: yellow;
    padding: 3px;
    margin-top: 10px;
    font-size: 13px;
    }
       #star4 span {
           color: white;
    background: orange;
    padding: 3px;
    margin-top: 10px;
    font-size: 13px;
    }
    .new-select{
            margin-left: 13px;
    padding: 7px 24px;
    font-size: 15px;
    }
    
    .heart-new{    font-size: 24px;
    background: #199400;
    margin-left: 35px;
    color: white;
    padding: 1px 19px;
    border-radius: 10px;
    height: 43px;
    margin-top: 5px;
    }
     .heart-new1{
      
    font-size: 28px;
   
    background: #ffffff;
    margin-left: 35px;
   
    color: #000000;
    padding: 3px 19px;
    border-radius: 10px;
    font-weight: 600;
    list-style: none;
    }
    
    .ul-new{
            list-style: none;
    font-size: 17px;
    font-weight: 600;
        font-family: 'Nunito Sans', sans-serif;
    }
    
    .span-new2{
               background:#50e3c2;
    padding: 0px 20px;
    line-height: 10px;
    border-radius: 10px 0px 0px 10px;
    width: 10px;

    }
    .new4heading{
            color: #000;
            font-family: 'Nunito Sans', sans-serif;
    }
    .new4heading:hover{
            color: #54afbc;
            font-family: 'Nunito Sans', sans-serif;
    }
    .location-heading{
            font-size: 32px!important;
    }