@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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');
/* font-family: "Poppins", sans-serif; */
*{margin:0; padding:0; transition:all 0.5 ease-in; -webkit-transition:all 0.5 ease-in; -moz-transition:all 0.5 ease-in; -o-transition:all 0.5 ease-in; -ms-transition:all 0.5 ease-in;box-sizing: border-box !important;}
html {scroll-behavior: smooth;height: 100%;}
body{font-style: normal;padding: 0;margin: 0;font-family: "Poppins", sans-serif;background-color: #fff;font-size: 17px;line-height: 1.3;color: #535353;position: relative;overflow-x: hidden;font-weight: 500;}
.container {max-width: 1440px;position:relative;}
.maincontainer {width: 100%;max-width: 1719px;margin: 0 auto !important;position:relative;}
img{max-width:100%;}
.clearfix{clear:both;}
a:-webkit-any-link:focus-visible {outline: none;}
input:focus-visible {outline: none;}
a{color:#FA6400;text-decoration:none;transition: all 0.5s ease-in-out 0s;font-family: "Poppins", sans-serif;}
a:hover{color:#000;text-decoration:none;}
ul, li{list-style-type:none; padding:0; margin:0;}
h1,h2,h3,h4,h5,h6, p, ul, li{font-family: "Poppins", sans-serif;font-weight: 500;margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {padding-bottom: 15px;}
p{padding:0 0 15px;font-family: "Poppins", sans-serif; font-weight: 400; line-height: 24px;}
video {object-fit: fill;}
.sectionpadding{padding: 100px 0px 100px;}
.container-fluid{
  width: 85%;
}
strong{color: #222;}

/* section style */

header {position: fixed;top: 0;left: 0;right: 0;width: 100%;z-index: 999;background-color: transparent;transition: .2s ease-in-out all;padding: 20px 0px; box-shadow: 0 0 5px #b2b2b2; background-color: #fff;}
.innerheader {width: 100%;display: flex;align-items: center;justify-content: space-between;}

/* button style */

 a.animated-btn, button.animated-btn{background-color: #FA6400; border-color: #FA6400; white-space: nowrap; transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); font-size:18px;  padding: 12px 45px; line-height: 1.5; overflow: hidden !important; position: relative; color: #fff; text-decoration: none; display: inline-flex;border: 2px solid #FA6400;border-radius: 8px; font-weight: 600;}
.hover-text { left: -100%;  top: 0; transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: absolute !important;  width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.btn-content { transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s; position: relative; transform: translateY(0%);}
a.animated-btn:hover, button.animated-btn:hover {background-color: #ec6100;border-color: #ec6100;}
a.animated-btn:hover .hover-text, button.animated-btn:hover .hover-text {left: 0;    }
a.animated-btn:hover .btn-content, button.animated-btn:hover .btn-content {opacity: 0; transform: translateY(100%);transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;}


 a.animated-btn1{background-color: #fff; border-color: #FA6400;transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);font-size: 18px; padding: 12px 45px;line-height: 1.5;overflow: hidden !important; position: relative; color: #FA6400;text-decoration: none;display: inline-flex;border: 2px solid #FA6400;border-radius: 8px; font-weight: 600;}
 .hover-text1 { left: -100%; top: 0; transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: absolute !important; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.btn-content1 { transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s; position: relative; transform: translateY(0%);}

a.animated-btn1:hover { background-color: #fff; border-color: #ec6100;}
a.animated-btn1:hover .hover-text1 { left: 0;    }
a.animated-btn1:hover .btn-content1 { opacity: 0; transform: translateY(100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;}

.innerheader  a.animated-btn, .innerheader  a.animated-btn1{margin: 0 0 0 10px; }
/* button style */



.bannersec{
  background: url(../images/banner-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 70px 0 120px;
  margin-top: 90px;
  overflow: hidden;
}
.bannerpic {
    position: absolute;
    right: 0;
    bottom: -120px;
    width: 1180px;
}
.bannerinner{
  width: 650px;
  position: relative;
  z-index: 9;
}
h1{
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  color: #222;
  padding: 0 0 30px;
}
h1 span{
  color: #ec6100;
}
.bannerinner p{
  font-size: 20px;
  line-height: 32px;
  padding: 0 0 40px;
}
.bannerinner .animated-btn{
  font-size: 20px;
}

.bannerouter{
  position: relative;
}
.bannerlist {
  padding: 40px 0 0;
}
.bannerlist ul li i {
    color: #fa6400;
}
.bannerlist ul{
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.bannerlist ul li {
    padding: 0 50px 10px 0;
    font-weight: 600;
    font-size: 20px;
}
.bannerlist ul li span {
    display: block;
    padding-top: 8px;
}
li.counter_text {
    padding: 0 20px 0 60px;
    font-size: 20px;
    font-weight: 500;
    color: #757575;
    position: relative;
    cursor: pointer;
    width: 20%;
}
.countloader {
    padding: 40px 0;
}
ul.loadersecion {
    display: flex;
    justify-content: space-between;
}

li.counter_text h5 {
    color: #222;
    font-size: 40px;
    padding: 0 0 7px;
    font-weight: 600;
}
.arrow {
    width: 50px;
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    font-size: 35px;
    color: #FA6400;
   bottom: 0;
}

li:hover.counter_text .arrow{
animation: MoveUpDown 1s linear infinite; 
bottom: 0;
top: 3px;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}


.trustedpartner {
  background-image: linear-gradient(#f4f7fb, #fff);
  padding: 70px 0;
}

.innertrusted {
  background: url(../images/trustedbg.png) no-repeat 25% 50px;
 
}

h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 0 0 25px 0;
    line-height: 50px;
    color: #222;
}
h2 strong {
  font-weight: 700;
}
h2 span{
  color: #757575;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 32px;
}
h2 span strong {
    color: #222;
}
.innertrusted h2{
  line-height: 65px;
  padding-bottom: 45px;
}



.clip-text {
  font-weight: 600;
  text-align: center;
  color: #68d0e0;
  font-size: 420px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
.clip-text {
         color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
        background-image: url(../images/countbg.png);
        background-position: 133px -289px !important;
        height: 360px;
        line-height: 360px;
        position: relative;
  }
}

.clip-text sup {
    top: 65px;
    color: #000;
    position: absolute;
    font-size: 100px;
}

.partnerslider{
  padding-top: 70px;
}
#ourclients img {
    width: auto;
    display: inline-block;
}

#ourclients .owl-dots {
    display: none;
}
#ourclients .item {
    text-align: center;
}

.developmentpartner {
  padding: 25px 0 70px;
  text-align: center;
}

.developmentlist {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    flex-wrap: wrap;
    padding: 0 0 30px;
}
.hoverbox {
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 14px #f5f5f5;
    border-radius: 15px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.developmentlistinner {
    margin: 0 15px 15px 0;
    font-size: 20px;
    font-weight: 500;
}

.developmentlistinner img{
  margin-right: 5px;
  width: 34px;
}

.hoverbox:before, .hoverbox:after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-radius: 15px;

}
.hoverbox:before {
     top: 0;
    left: 0;
  
}

.hoverbox:after{
  bottom: 0;
  right: 0;
    
}
.hoverbox:hover:before {
    border-top-color: #f48120;
    border-right-color: #f48120;
    transition: width .25s ease-out, height .25s ease-out .25s;
    width: 100%;
    height: 100%;
     border-radius: 15px;
}
.hoverbox:hover:after {
    border-bottom-color: #f48120;
    border-left-color: #f48120;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    width: 100%;
    height: 100%;
     border-radius: 15px;
}

.whyusbox {border-radius: 12px;}


.industry {
  padding: 0 0 70px 0;
  text-align: center;
}
.weservecont {border-radius: 10px;overflow: hidden;position: relative; margin-bottom: 30px;  }
.weservecont img{width: 100%;}
.weservetext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgb(246,245,245);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    overflow: hidden;
    height: 65px;
    transition: .3s ease-in-out all;
}
.weservecont:hover .weservetext{height: auto;}
.weservehidecont {padding: 20px 38px 40px 0px;margin-bottom: -225px;transition: .3s ease-in-out all;}
.weservetext h3 {
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.weservetext a {position: absolute;bottom: 15px;right: 15px;font-size: 35px;color: #000;line-height: 35px;overflow: hidden;transition: .3s ease-in-out all;transform: rotate(0deg);}
.weservecont:hover .weservehidecont {margin-bottom: 0px;}
.weservecont:hover .weservetext a {transform: rotate(-90deg);}
.industry a.animated-btn1, .industry a.animated-btn {
    margin: 0 8px;
}

.servicesection {
  padding: 70px 0;
  background-color: #F9F9F9;
  text-align: center;
}

.whysection {
  padding: 70px 0;
  text-align: center;
}

.whysection .hoverbox {
    padding: 85px 30px 30px 30px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 14px #f5f5f5;
    text-align: left;
    margin-bottom: 70px;
    min-height: 310px;
    position: relative;
}
.whysection .hoverbox p {
    color: #757575;
    font-size: 16px;
    line-height: 27px;
}
.whysection .hoverbox h3 {
    font-weight: 600;
    font-size: 22px;
    color: #222;
}

.whyicon {
    position: absolute;
    left: 37px;
    background: #4BADF2;
    padding: 14px;
    border-radius: 50%;
    top: -19px;
    animation: green-pulse-animation 2s infinite;
}
@keyframes green-pulse-animation {
0% {box-shadow: 0 0 0 0px rgba(190, 190, 190, 0.7);}
100% {box-shadow: 0 0 0 20px rgba(0, 148, 68, 0);}
}

.green{background-color: #20DEA5;}
.green1{background-color: #42BFBF;}
.yelow{background-color: #F08145;}
.purple{background-color: #A15FAE;}
.pink{background-color: #DE4386;}








.tabs ul {
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    display: flex;
    justify-content: space-between;
}
.tabs ul li {
  background: #F9F9F9;
}
.tabs ul li a {
  padding:15px 0;
  font-size: 20px;
  color: #222;
  margin: 0 20px;
   border-bottom: 2px solid transparent;
}
.tabs ul li a:hover {
  color: #FA6400;
}
.tabs ul li a.active {
  color: #FA6400;
  font-weight: 600;
  border-bottom: 2px solid #FA6400;
}
.item {
  margin-bottom: 2px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}
.item.active::before {
  background: #444;
  color: #eee;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 767px) {
  .item.active .item-content {
    padding-top: 35px;
    padding-bottom: 0;
  }

  

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 767px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}


.freetrial {
  padding: 70px 0;
  background: url(../images/trailbg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  text-align: center;

}
.forminner {text-align: left; padding: 0 14%;}
.freetrial h2 span{color: #fff;}
.freetrial h2{color: #fff;}
.form-control {
    font-size: 14px;
    font-weight: 500;
    padding: 13px;
}
textarea.form-control{height: 100px;}



.freetrial .form-control{
  border: none;
}

.file-upload {
	position: relative;
	display: inline-block;
}

.file-upload__label {
    display: block;
    color: #fff;
    border-radius: .4em;
    transition: background .3s;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
    
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.forminner ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.forminner ul li{
  padding: 5px 35px 5px 0;
}
.forminner ul li i {
    padding-right: 5px;
    color: #27DD6C;
}
input.formbutton {
    background: #fa6400;
    color: #fff;
    border: none;
    padding: 18px 015px;
    width: 100%;
    font-size: 20px;
    border-radius: 12px;
    font-weight: 500;
}
.hiredeveloper h2{text-align: center;}
.hiredeveloper {
  padding: 70px 0;
}

.hiredeveloper .hoverbox h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.hiredeveloper .hoverbox p {
    font-size: 16px;
    color: #757575;
    min-height: 102px;
}

.hiredeveloper .hoverbox {
  margin: 15px 0;
  border: 1px solid #e8e8e8;
    box-shadow: 0 0 14px #f5f5f5;
    padding: 25px;
}
.hireicon {
    padding: 12px;
    display: inline-block;
    margin: 0 0 25px;
    border-radius: 9px;
    box-shadow: 0 0 8px #d8d8d8;
}
.girlpic{
  position: absolute;
  left: 25px;

}
.ctabuttonsec {
  background: url(../images/builderbg.jpg) no-repeat right 0;
  background-size: cover;
  position: relative;
  padding: 60px 45px 60px 530px;
  border-radius: 25px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctabuttonsec h2{
  padding: 0;
  color: #fff;
  font-size: 35px;
}

.ctabuttonsec h2 span{
  color: #fff;
  padding-top: 10px;
}

.developerhire{
  padding: 70px 0;
  text-align: center;
}
.developerhireslider {
  padding-top: 25px;
  
}
#developerhireslider .whyusbox {
   text-align: left;
}
#developerhireslider .whyusbox ul {
    padding: 10px 0;
    color: #757575;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin: 18px 0;
    font-size: 15px;
}
#developerhireslider .whyusbox ul li {
    font-weight: 400;
}
#developerhireslider .whyusbox ul li strong {
    color: #fa6400;
    font-weight: 600;
    font-size: 17px;
}
.developerpic h4 {
    color: #222;
    padding: 0 0 6px;
    font-size: 24px;
    font-weight: 600;
}
.developerpic {
    padding: 10px 0 10px 100px;
    position: relative;
}
.owl-carousel .owl-item .developerpic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 81px;
    border-radius: 50%;
}
div.skiltag {
    background-size: cover;
    display: block;
    text-align: left;
    line-height: 33px;
    color: #222;
    padding: 0 0 0 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 22px;
    position: relative;
}
div.skiltag:after {
    content: "";
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    width: 100%;
    left: 0;
    top: 18px;
}
div.skiltag span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
    padding: 0 10px 0;
}

#developerhireslider .whyusbox .skilsoftware ul{
  justify-content: left;
  padding: 0 ;
  border: none;
}
.forminner label {
    font-weight: 300;
    font-size: 14px;
    padding: 0 0 8px;
}
#developerhireslider .whyusbox .skilsoftware ul li{
  padding: 0 10px 10px 0;
}

#developerhireslider a.animated-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px;
    position: relative;
    z-index: 99;
}
#developerhireslider .owl-dots {padding-top: 25px;}
#developerhireslider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    display: inline-block;
    margin: 5px 3px;
    border-radius: 50%;
}
#developerhireslider .owl-dot.active span{
  background-color: #FA6400;
  width: 25px;
  border-radius: 12px;
}

.casestudy {
    padding: 0 0 70px;
    background: url(../images/pattern.jpg) repeat-x 0 bottom;
}
.casestudy h2{
  text-align: center;
  padding-bottom: 40px;
}












 
.keyprogram{position: relative;}
.keyprogram h2{text-align: center;}
.govprogramcont img {border-radius: 12px;}
.govprogramcont {position: relative;}
.govprogramtext {backdrop-filter: blur(15px); z-index: 9;position: absolute;bottom: 15px;left: 15px;right: 15px;background: rgba(255, 255, 255, 0.95);padding: 30px;border-radius: 12px;transform: translateY(125%);transition: .8s ease-in-out all;}
.govprogramtext h4 {
    padding: 0 0 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #222;
    margin-bottom: 0;
}
.govprogramtext p{color: #494949;padding:5px 0px;}
.govprogramtext p strong {
    color: #fa6400;
}
.govprogramtext a {position: absolute;top: 20px;right: 20px;width: 32px;height: 32px;display: inline-block;}
.keyprogback{background: url(../images/keyprogram-back.png);background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 370px;}
div#govermentprogram .owl-item.center .govprogramcont .govprogramtext,div#govermentprogram2 .owl-item.center .govprogramcont .govprogramtext, div#govermentprogram3 .owl-item.center .govprogramcont .govprogramtext {transform: translateY(0%);}
div#govermentprogram .owl-nav {display: flex;align-items: center;justify-content: center;width: 100%;margin-top: 50px; margin-bottom: 30px;}
div#govermentprogram .owl-nav button {width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 30px;background: rgba(255, 255, 255, 1);border-radius: 50%;color: #000;border: 1px solid #D4D4D4;margin: 0px 5px;}
 div#govermentprogram .owl-nav span {
    line-height: 44px;
    display: block;
    width: 50px;
    height: 50px;
}
 
div#testimonials .owl-nav {display: flex;align-items: center;justify-content: center;width: max-content;margin-top: 50px;position: absolute;left: -52%;bottom: 50%;}
div#testimonials .owl-nav button {width: 64px;height: 64px;display: flex;align-items: center;justify-content: center;font-size: 30px;background: rgba(255, 255, 255, 1);border-radius: 50%;color: #000;border: 1px solid #D4D4D4;margin: 0px 5px;}
 
 
 
.eventsprogcont .govprogramtext {
  padding: 24px 90px 28px 110px;
}
.eventsprogcont .govprogramtext h5.govtextdate {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #494949;
  font-weight: 400;
  background: #fff;
  padding: 16px 15px;
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  text-align: center;
}
.eventsprogcont .govprogramtext h5.govtextdate span {
  font-size: 32px;
  display: block;
  color: #DC1A21;
}
.eventsprogcont .govprogramtext h4 {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: normal;
}
.eventsprogcont .govprogramtext p {
  font-size: 16px;
  line-height: 26px;
  color: #494949;
}
.eventsprogcont .govprogramtext h4 span {
  display: block;
  font-size: 12px;
  color: #757575;
  font-weight: 400;
}
.eventsprogcont .govprogramtext h4 span i {
  margin-right: 5px;
}
 
.govprogramcont:after {
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(24, 24, 24,0.8));
    width: 100%;
    height: 300px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 15px 15px;
}

.howitworks {
  padding: 70px 0;
}
.howitworks h2{
  text-align: center;
 
}

.howitworks .hoverbox{
  margin: 20px 0;
  text-align: center;
  padding: 40px;
}
 .howitworks .hoverbox h4{
  color:#222;
  font-weight: 600;
   padding-top: 10px;
 }

 .steptext {
  font-size: 24px;
  font-weight: 600;
  color: #FA6400;
 }
  .steptext img{
    padding-right: 6px;
  }
  .selectdate {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}

.methodologies {
  padding: 70px 0;
  background-color: #F9F9F9;
  text-align: center;

}

.methodologies .hoverbox{
  padding: 25px;
  text-align: left;
  margin: 0 0 30px;
  min-height: 320px;
}

.methodologies .hoverbox h4{
  color: #222;
  font-weight: 600;
}

.pricingsec {
  background: url(../images/pricingbg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}
.pricingsec h2, .pricingsec h2 span{
  color: #fff;
}
.priceboxouter {
  text-align: left;
  color: #222;
  padding-top: 30px;
  margin-bottom: -165px;
}
.pricewhite p{
  font-weight: 600;
}
.pricewhite {
  padding:35px;
  background-color: #fff;
  border-radius: 15px;
   border: 1px solid #e8e8e8;
   font-size: 20px;
   font-weight: 600;
   transition: transform .4s;
}
.pricewhite:hover{
  transform: scale(1.03);
}
.pricetext {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    padding: 15px 0;
}
.pricetext span{
  font-size: 20px;
  list-style: 40px;
  display: block;
}
.pricewhite h5{
  color: #757575;
  padding: 0 0 25px;
}

.pricewhite ul{
  padding: 0 0 25px;
}

.pricewhite ul li{
  color: #000;
  padding: 0 0 18px;
  font-size: 24px;
  position: relative;
}
.pricewhite ul li i{
  color: #FA6400;
  padding-right: 6px;
}
.pricewhite a.animated-btn1{
  width: 100%;
  justify-content: center;
}
.pricewhite.pricedelected {
    background: #fa6400;
    color: #fff;
}
.pricewhite.pricedelected ul li {
    color: #fff;
}
.pricewhite.pricedelected h5{
  color: #fff;
}
.pricewhite.pricedelected ul li i{
  color: #fff;
}
.pricewhite.pricedelected{
  border: 1px solid #fa6400;
  position: relative;
}
.recomended {
    position: absolute;
    right: -5px;
}

.partner {
    padding: 175px 0 100px;
    text-align: center;
}

.comparePerfectPartnerTable tr td {
    color: #6d6d6d;
    padding: 14px 50px;
    font-size: 16px;
   position: relative;
    white-space: nowrap;
}
.comparePerfectPartnerTable tr .tableHeading {
    font-size: 17px;
    font-weight: 500;
    padding-left: 0;
    text-align: left;
    color: #000;
    border-left: 0;
}
.comparePerfectPartnerTable tr td:nth-child(2) {
    color: #000;
    border-left: 2px solid #FA6400;
    border-right: 2px solid #FA6400;
}
.comparePerfectPartnerTable tr:first-of-type td:nth-of-type(2) {
    border-top: 2px solid #FA6400;
    padding-top: 29px;
    padding-bottom: 29px;
}
.comparePerfectPartnerTable tr:last-child td:nth-of-type(2) {
    border-bottom: 2px solid #FA6400;
}
td.tableThHeading {
    color: #000 !important;
    font-weight: 700;
    vertical-align: middle;
    font-size: 18px !important;
}
.comparePerfectPartnerTable {
    margin-top: 15px;
}
.comparePerfectPartnerTable strong{
 color: #fa6400; 
}
.testimonials {
  padding: 70px 0;
}
.testimonials h2{
  text-align: center;
}
.testouter {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.videosection {
    width: 45%;
}
.testisection {
    width: 48%;
    color: #222;
}
.testisection p {
    line-height: 28px;
    font-style: italic;
    font-family: georgia;
    font-size: 19px;
}
.starsec {
    padding: 15px 0 25px;
    font-size: 30px;
    color: #FA6400;
}
.clientnameout {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: flex-start;
}
.clientleft{
  font-size: 18px;
  color: #222;
  position: relative;
  padding: 0 0 0 0px;
  font-weight: 500;
}
.clientleft span{
  display: block;
  font-size: 14px;
  color: #757575;
  padding-top: 2px;
}
.clientleft img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.videopic {
  position: relative;
}
.videopic img{
  border-radius: 12px;
}
a.givecall {
    min-width: 60px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FA6400;
    margin-bottom: 60px;
    margin-left: auto;
    box-shadow: 0px 0px 1px 1px #ffffff1a;
    animation: pulse-animation 2s infinite;
    position: absolute;
    left: 45%;
    top: 45%;
}
@keyframes pulse-animation {
0% {box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);}
100% {box-shadow: 0 0 0 20px rgba(0, 148, 68, 0);}
}
.formouter label {
    display: none;
}
.formcalender {
  background: url(../images/formcalenderbg.jpg) no-repeat 0 0;
  background-size:cover;
  padding: 70px 0 0; 
  color: #fff;
 }
 .formcalender h2{
  text-align: center;
  color: #fff;
 }

 .calenderouter {
    display: flex;
    justify-content: space-between;
}
.ortext{
  width: 60px;
  height: 60px;
  background-color: #FA6400;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  font-weight: 600;
  border-radius: 50%;
  margin: 75px 25px 0;
}
.formleft, .calenderleft {
    width: 48%;
}
.formouter{
  background-color: #fff;
  padding: 45px;
  color: #222;
  border-radius: 12px 12px 0 0;
}
.formcalender h5 {
    font-weight: 600;
    padding: 0 0 25px;
    text-align: center;
    font-size: 26px;
}
.formcalender h5 span {
    font-size: 35px;
    font-weight: 700;
    color: #fa6400;
}
.formouter .file-upload label {
    color: #222;
    font-weight: 500;
    display: block !important;
}
.formouter .file-upload label span {
    color: #fa6400;
}
.formouter ul {
    display: flex;
    padding: 25px 0 0;
}
.formouter ul li {
    padding: 0 25px 10px 0;
}
.formouter ul li i {
    color: #27DD6C;
    margin-right: 3px;
}
.calenderinner {
  padding: 45px;
  background-color: #fff;
   color: #222;
   font-weight: 500;
   border-radius: 12px 12px 0 0;
   height: 89%;
}

.faqsection {
  padding: 70px 0 150px 0;
  background-color: #F4F7FB;
}
.faqinner {
    padding: 0 105px 0 0;
}

.faqinner .accordion-item {
    background-color: #fff;
    border: none;
    margin: 0 0 20px;
    border-radius: 12px;
}
h2.accordion-header {
    padding: 0;
}
h2.accordion-header button {
    font-size: 17px;
    font-weight: 500;
    padding: 12px 20px;
    line-height: 30px;
    border-radius: 12px;
}
.accordion-button:not(.collapsed) {
    color: #222;
    background-color: #fff;
    box-shadow: none;
}
.faqinner .accordion-body {
    padding: 3px 25px 25px 25px;
    color: #757575;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
.faqinner .accordion-body strong {
    font-weight: 600;
}
.faqpic {
  padding: 40px 0;
  position: relative;
}
.experiencesec {
    padding: 10px 24px 24px 24px;
    background-color: rgba(250,100,0,0.9);
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    position: absolute;
    left: 37%;
    top: 40%;
    animation: pulse-animation 2s infinite;
}
.experiencesec span{
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
  display: block;
}

.letsdiscuss {
    padding: 45px 55px;
    border-radius: 15px;
    background-image: linear-gradient(to right, #fa6401, #fc5013);
    color: #fff;
    margin-top: -100px;
    margin-bottom: -77px;
}
.letsdiscuss h2{
  color: #fff;
  padding: 0;
}
.letsdiscuss h2 span{
  color: #fff;
  line-height: 30px;
}

footer{
  background: url(../images/footerbg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 150px 0 40px 0;
  color: #fff;
}
.rirebut{
  text-align: right;
}
.footerleftcont {
  width: 55%;
  padding: 10px 0 0;
}
footer .bannerlist ul li {
    padding: 0 25px 10px 0;
    font-weight: 600;
    font-size: 18px;
}
.footertop {
  padding: 0 0 45px;
  line-height: 29px;
}
h6 {
    font-size: 23px;
    font-weight: 600;
    padding: 0 0 20px;
}
.footertop p a.link {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.footertop p a:hover.link{
  text-decoration: underline;
}
.footerbottom {
  border-top: 1px solid #1E2B50;
  padding: 30px 0 0 0;
}
.footertop h6 img{
  margin-right: 6px;
}
.footerbottom {
    border-top: 1px solid #1E2B50;
    padding: 30px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
}

.footerbottom a{
  color: #fff;
}
.footerbottom a:hover{
  text-decoration: underline;
}

.lefttopcurve {
    position: absolute;
    left: -2px;
    top: -2px;
}

.righttopcurve {
    position: absolute;
    right: -2px;
    top: -2px;
}

.lefttopcurve1 {
    position: absolute;
    left: -2px;
    bottom: -2px;
}
.righttopcurve1 {
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.videoouter iframe {
    width: 100%;
    height: 500px;
}
button.btn-close {
    position: absolute;
    right: 23px;
    background: #f76401;
    opacity: 1;
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding: 0;
    top: 30px;
}
button.btn-close:hover{
  opacity: 1;
  color: #fff;
}

.hide-part{
    display: none;
}
.show-part{
    display: block;
}
a.show-more {
    background: #fa6202;
    color: #fff;
    font-weight: 600;
    padding: 10px 21px;
}
a:hover.show-more{
  color: #fff;
}
.hiredeveloper .whyusbox.hovertext a {
    position: relative;
    z-index: 99;
}
.ctabuttonsec a.animated-btn {
    margin-left: 25px;
}
.ctabuttonsec.secondgirlpic {
    padding: 80px 45px 80px 530px;
}

.headerbutton {
    display: flex;
}

.playbtn {
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    color: #0f0f0f;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 8px;
}


.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fa6400);
  animation: animate1 1.5s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fa6400);
  animation: animate2 1.5s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fa6400);
  animation: animate3 1.5s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fa6400);
  animation: animate4 1.5s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}


.file-info {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}
.remove-file {
    margin-top: 8px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s;
}
 
.remove-file:hover {
background-color: #e60000;
}
.formbutton {display: flex;justify-content: flex-end;}
.formbutton button.animated-btn {width: 100%;justify-content: center;}
.impactsolution {
padding: 70px 0;
background-color: #F9F9F9;
}
.impactsolutioninner .faqinner {padding: 0 0px 0 50px;}
.impactsolutiontext {
position: sticky;
top: 150px;
}
.whyselectsec {padding: 70px 0;background: #F4F7FB;}
.whyselectsecinner h2 {text-align: center;}
.whyselectimage {
position: sticky;
top: 150px;
}
.whyselectimage img {border-radius: 15px;}
.whyselecttext ul li {
color: #757575;
display: block;
font-size: 18px;
font-weight: 400;
padding: 0px 0px 14px 30px;
line-height: 30px;
position: relative;
}
.whyselecttext ul li::after {
content: "\e914";
font-family: 'icomoon' !important;
position: absolute;
left: 0;
top: 0;
font-size: 18px;
color: #fa6400;
}
.whyselecttext {
padding-left: 40px;
}



















