*{ margin:0; padding:0;}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/*font-family: 'DM Sans', sans-serif;*/

body{  line-height: 18px;font-size: 14px;color:#333;background:#fff; margin:0; font-family: 'DM Sans', sans-serif; }
a { text-decoration: none;}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration:none;
}
input.button{cursor:pointer}
p{margin-top:0;margin-bottom:5px; font-size:16px;}
img{border:0 none}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}
h2{ font-size:26px;}
h4{ font-size:24px;}
h4{ font-size:22px;}
h5{ font-size:16px;}

header.fixed-head {position: fixed;z-index: 99;}
header nav.navbar { background: #fff; border-radius: 15px; min-height: auto;  box-shadow: 1px 1px 8px #f2f2f2; margin: 0;}
header .navbar-brand {float: left; height: auto; padding: 5px 0px 0px 15px; font-size: 20px; line-height: 26.04px; color: #262540;}
header .navbar-nav>li>a {padding-top: 10px; padding-bottom: 14px; font-size: 14px;font-weight:500; line-height: 38.23px; color: #262540;}
header .navbar-brand>img { display: inline-block; }
header .navbar-nav>li { display: inline-block; float: none;}
header ul.nav.navbar-nav.navbar-center { position: absolute;  width: 60%; right: 0; left: 0; margin: auto; text-align: center;}
header .navbar-nav>li>a.red-txt{color:#FF6341;}
header .navbar-nav>li>a.red-txt:hover{animation: shake-animation 4.72s ease infinite; transform-origin: 20% 20%;}
header .nav>li>a:focus, 
header .nav>li.active>a,
header .nav>li>a:focus, 
header .nav>li>a:hover { text-decoration: none;   background-color: transparent; color: #ff8d0e;}
header {position: absolute;width: 100%; z-index: 10;}

.shake {animation: shake-animation 4.72s ease infinite; transform-origin: 20% 20%;}
@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.banner-sec{background-color: rgba(200, 200, 218, 0.1); padding: 80px 0 30px 0;  border-radius: 0 0 50px 50px;}
.banner-sec .banner-content-sec { padding-top: 10%; }
.banner-sec .banner-content-sec p span{font-Weight: 400; font-size:14px; Line-height:14px; color:#262540;}
.banner-sec .banner-content-sec h2{font-style: normal; font-weight: 700; font-size: 62px; line-height: 100%; display: flex; align-items: center;color: #262540; }
.banner-sec .banner-content-sec p{font-style: normal; font-weight: normal; font-size: 20px; line-height: 140%;color: #262540; width: 500px; margin: 15px 0;}
.banner-sec .banner-content-sec .btn-sec a{ border: 1px solid #FF6341;   background: #FF6341; position: relative; font-size: 14px; color: #fff; border-radius: 6px; -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
/*.banner-sec .banner-content-sec .btn-sec a:before:hover{opacity: 0;}
.banner-sec .banner-content-sec .btn-sec a:before { background: #FF6341; opacity: 0.45; filter: blur(24px); border-radius: 14px; content: ""; position: absolute; top: 0; height: 100%; width: 100%;}*/
.banner-sec .banner-content-sec .btn-sec a:hover{ background:#fff;  color: #FF6341;  box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%); -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
.banner-sec .div-table { display: table; width:100%; vertical-align: middle;} 
.banner-sec .div-table  aside{ display: table-cell; vertical-align: middle;}
.banner-sec .div-table  aside.content-sec{ width:70%; }
.banner-sec .banner-slider{    background-size: 100%; background-position: center center; background-repeat: no-repeat;}


.banner-sec .banner-slider img.rotate-img{
    animation: rotate-animation 6s infinite linear;
    width: 90%;
    position: absolute;
    left: 0;
    top: 6%;
    margin: 0 0 0 54px;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
   
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.banner-sec .banner-slider .owl-carousel .owl-item .mobile-view img {display: block; width: 300px; -webkit-transform-style: preserve-3d; padding: 2% 0 10% ; margin: 0 auto 0 auto ; }
.banner-sec .banner-slider .owl-carousel .owl-item .tab-view img { margin-top:12%; }
.abt-sec{ padding: 40px 0; }  
.abt-sec .orng-block{background: #FF6341; border-radius:20px; padding: 40px; margin: 10px 0;}
.abt-sec .orng-block .divtable{ display: table; vertical-align: top; width:100%;}
.abt-sec .orng-block aside{ display: inline-block; vertical-align: top; width:49.5%; }
.abt-sec .orng-block aside.content-sec {padding: 6px 0 30px 0;}
.abt-sec .orng-block aside.img-sec {text-align: right; position: relative;}
.abt-sec .orng-block aside.img-sec img{ position: relative; width: 100px;  }
.abt-sec .orng-block aside.img-sec img:before{ content: "";  }
.abt-sec .orng-block aside.content-sec h3{font-weight: bold; font-size: 46px; line-height: 100%;color: #FFFFFF;}
.abt-sec .orng-block aside.content-sec p {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 12px;
}
.abt-sec .orng-block .cont-ss p{font-size: 20px; line-height: 100%; color: #FFFFFF;     display: inline-block;
    padding-right: 40px;}
.abt-sec .orng-block .cont-ss p span{font-size: 32px; line-height: 40px;font-weight: 700;display: block;}
.abt-sec .watwedo-block {margin:2% 0; background: #FFFFFF;
border: 4px solid #EBE9F0;
box-sizing: border-box; 
border-radius: 20px;}
.abt-sec .watwedo-block .cont-ss{border-radius: 20px; padding:48px;background: #FFFFFF;
position: relative;}
.abt-sec .watwedo-block .cont-ss h2 { font-weight: bold; font-size: 52px; line-height: 100%; color: #262540; padding-bottom: 20px;}
.abt-sec .watwedo-block .cont-ss p{font-weight: normal; font-size: 24px; line-height: 130%; color: #262540;}

.abt-sec .watwedo-block:before{
    content: '';
    width: 6vw;
    height: 6vw;
    border: 4px solid;
    border-color: #ebe9f0 transparent transparent #ebe9f0;
    transform: rotate( 
-135deg
 );
    position: absolute;
    bottom:0px;
    background: #fff;
    left: 23%;
}

.abt-sec .ryt { position: relative; }
.abt-sec .ryt .happy-clnt{background: #262540; border-radius: 20px; padding: 40px; margin:10px 15px 10px 0; position: absolute;}
.abt-sec .ryt .happy-clnt h3{font-size: 42px; line-height: 100%;color: #FFFFFF; margin-bottom: 20px;}
.abt-sec .ryt .happy-clnt ul{ list-style: none; padding:20px 0;}
.abt-sec .ryt .happy-clnt ul li{font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    display: inline-block;
    width: 33%;
    float: left;
    padding: 10px 0;}
.abt-sec .ryt .happy-clnt ul li img.flag{ display: inline-block; width: 24px; margin: -4px 0 0 0; }    
.abt-sec .ryt .happy-clnt ul li a{font-size: 20px; line-height: 100%; color: #FFFFFF;}
.abt-sec .ryt .happy-clnt img{ width:100%; }


.services-blk-in {
  padding:5% 0 0 0;
  margin: auto;
  list-style: none;
}

.services-blk-in .flex-item-services {
  /*background: #f1f1f1;*/
  padding: 0px;
  width: 100%;
  min-height: 100px;
  color: white;
  font-weight: bold; margin-bottom: 30px;
}

.services-blk-in .title-services {
  word-break: normal;
  padding: 0 15px 15px 0;
   text-align: left;
    font-weight: bold;
font-size: 24px;
line-height: 120%;
color: #262540;
}

.services-blk-in .content-services {
 font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7;
    width: 70%;
}

.services-blk-in .service-description {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  color: #808080;
}

.services-blk-in .separation-title {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

.services-blk-in .services-icon {
    float: left;
    overflow: hidden;
    font-size: 30px;
    margin:0px 15px 100px 0; 
}
.ychoose-sec aside.white-bg .ychoose-bk {
    background: #fff;
    border: 4px solid #fff;
}

.ychoose-sec{background: #F4F4F8; border-radius: 20px; padding:5% 20px; }
.ychoose-sec .heading{ margin-bottom: 20px; padding-bottom: 30px; }
.ychoose-sec .heading h2{font-style: normal; font-weight: bold; font-size: 52px; line-height: 100%; color: #262540; margin-bottom: 20px;}
.ychoose-sec .heading p{font-style: normal; font-weight: normal; font-size: 20px; line-height:30px; color: #262540; opacity: 0.7;}
.ychoose-sec aside .ychoose-bk{/*background: #F4F4F8;
border: 4px solid #EBE9F0;*/
    background: #fff;
    border: 4px solid #fff;
box-sizing: border-box;
border-radius: 20px; padding:20px; position: relative;     -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
.ychoose-sec aside .ychoose-bk:hover{     background: #F4F4F8;
    border: 4px solid #EBE9F0;  box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%); -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }


.ychoose-sec aside .ychoose-bk img{ width:100%; margin-bottom: 20px; }
.ychoose-sec aside .ychoose-bk  h3{font-style: normal; font-weight: bold;font-size: 24px;line-height: 120%;color: #262540; margin-bottom: 20px;}
.ychoose-sec aside .ychoose-bk  p{font-style: normal; font-weight: normal;font-size: 20px;line-height: 120%;color: #676679;}

.ychoose-sec aside .ychoose-bk a.blk-lnk{ position: absolute; top:0; left:0; width: 100%; height: 100%;  }


.testmonials-sec{ padding:80px 0; }
.testmonials-sec aside h3{ font-weight: bold;
font-size: 52px;
line-height: 100%;
/* or 52px */


color: #262540; }
.testmonials-sec aside .testimonial-carousel aside p{font-size: 20px;line-height: 130%;opacity: 0.7; margin-bottom: 20px }
.testmonials-sec aside .testimonial-carousel aside img{ width:80%; }

.owl-carousel.dott-owl-nav .owl-dot.active{ width: 15px; border-radius:15px }
.owl-carousel.dott-owl-nav .owl-dot { width: 6px; height: 6px; border-radius: 50%; background: #C4C4C4; display: inline-block; margin: 0 2px;}

.clint-sec{ padding: 40px 0; }
.clint-sec aside figure{padding: 0 20px;}
.clint-sec aside figure img{ padding: 0; width:100%;    filter: grayscale(100%); }
.chckout-work-sec{border-radius: 20px; padding:5% 20px; }
.ychoose-sec .heading{ margin-bottom: 60px; padding-bottom: 30px; }
.chckout-work-sec .heading h2{font-style: normal; font-weight: bold; font-size: 52px; line-height: 100%; color: #262540; margin-bottom: 20px;}
.chckout-work-sec .heading p{font-style: normal; font-weight: normal; font-size: 20px; line-height:30px; color: #262540; opacity: 0.7;}
.chckout-work-sec  aside .ychoose-bk{border: 4px solid #EBE9F0;box-sizing: border-box;border-radius: 20px; padding:10px; position: relative;}
.chckout-work-sec aside .ychoose-bk img{ width:100%; margin-bottom: 20px; }
.chckout-work-sec aside .ychoose-bk  h3{font-style: normal; font-weight: bold;font-size: 24px;line-height: 120%;color: #262540; margin-bottom:0px;}
.chckout-work-sec  aside .ychoose-bk  p{font-style: normal; font-weight: normal;font-size:16px;line-height: 120%;color: #676679;}
.chckout-work-sec  aside .ychoose-bk a.blk-lnk{ position: absolute; top:0; left:0; width: 100%; height: 100%;  }
.chckout-work-sec  aside .ychoose-bk:hover {border: 4px solid #FE866C;}
.chckout-work-sec .owl-dots { text-align: center;padding: 2% 0 0 0;}
.chckout-work-sec .btn-sec a{    background: #FF6341; position: relative; font-size: 14px; color: #fff; border-radius: 6px;}
.chckout-work-sec .btn-sec a:before:hover{opacity: 0;}
.chckout-work-sec .btn-sec a:before { background: #FF6341; opacity: 0.45; filter: blur(24px); border-radius: 14px; content: ""; position: absolute; top: 0; height: 100%; width: 100%;}
.chckout-work-sec .btn-sec a:hover{opacity: 0.6;}

footer{background: #262540; border-radius:20px 20px 0 0; padding: 20px 0 20px 0;}
footer .top-f{ padding: 10px 0; z-index: 3; position: relative; }
footer .top-f ul{ list-style: none; text-align: right; margin: 0;}
footer .top-f ul li{ display: inline-block; }
footer .top-f ul li a{font-weight: bold; font-size: 18px; color: #fff; padding: 0 0px 4px 2px; line-height: 50px; border-bottom: 1px solid #ccc; margin: 0 0 0 30px;} 
footer .top-f ul li a.active,
footer .top-f ul li a:hover{ border-bottom: 1px solid #FE866C !important; color:#FE866C;}
footer .f-abt-sec { padding:0px 0; position: relative; }
footer .top-f p{font-size: 16px; color: #fff; line-height: 130%; margin-top:10px;}
footer .top-f .ryt p{ padding: 0 0 0 50px; text-align: right; }
footer .f-abt-sec img.line-curv-1 {  position: absolute; width: 500px; right: 0%; bottom: -20px;}
footer .f-abt-sec img.line-curv-2{  position: absolute;width: 200px; right: 0;   bottom: -19px;}
footer .bottom-f{ padding: 10px 0; }
footer .bottom-f ul{ list-style: none; text-align: left; margin: 0;}
footer .bottom-f ul li{ display: inline; }
footer .bottom-f .btm-scl li{ display: inline; }
footer .bottom-f .btm-scl li img{width: 9%;
    margin-top: 10px;
    float: right;
    padding-right: 20px;}
footer .bottom-f .btm-scl li a{font-weight: bold; font-size: 18px;  color: #fff; padding: 0 0px 4px 2px; line-height: 50px; border-bottom: none;}

footer .bottom-f ul li a{font-weight: bold; font-size: 18px;  color: #fff; padding: 0 0px 4px 2px; line-height: 50px; border-bottom: 1px solid #ccc;  margin: 0 30px 0 0px;} 
footer .bottom-f ul li a.active,
footer .bottom-f ul li a:hover{ color: #FE866C;  border-bottom: 1px solid #FE866C !important;}
footer .bottom-f p{ color:#fff; font-size: 14px; }
footer .bottom-f .ryt p { text-align: right; font-size:12px; }
footer .bottom-f .ryt p a{ font-weight: 600; font-size: 14px;  color: #FE866C; }
footer .bottom-f .ryt p a:hover{ color: #fff;}
footer hr {margin-top: 0px; margin-bottom: 0px;}

.banner-sec.landing-banner-sec{background: #FFF7F4; padding:8% 0 6% 0; }
.banner-sec.landing-banner-sec .banner-content-sec { padding-top:0%;}
.banner-sec.landing-banner-sec .slider-cel img{ width:100%; padding: 18% 0 0 0;}
.banner-sec.landing-banner-sec .banner-content-sec h2 {display: block; font-size: 48px; line-height: 55px; text-transform: capitalize; color: #373737;}
.banner-sec.landing-banner-sec .banner-content-sec h2 span{color:#FF5300; }
.banner-sec.landing-banner-sec .banner-content-sec p span {color: #ff5300;}
.banner-sec.landing-banner-sec .banner-content-sec p {font-size:18px; width: 100%;padding-right: 20px; color:#7B7B7B;}
.banner-sec.landing-abt-sec{background: #fff; padding:5% 0;}
.banner-sec.landing-abt-sec .banner-content-sec { padding-top:0%;}
.banner-sec.landing-abt-sec .slider-cel img{ width:100%; padding: 18% 0 0 0;}
.banner-sec.landing-abt-sec .banner-content-sec h2 {display: block; font-size: 30px; line-height: 40px; text-transform: capitalize; color: #373737;}
.banner-sec.landing-abt-sec .banner-content-sec h2 span{color:#FF5300; }
.banner-sec.landing-abt-sec .banner-content-sec p span {color: #7B7B7B;}
.banner-sec.landing-abt-sec .banner-content-sec p {width: 100%;padding-right:10px; font-size:18px; color:#7B7B7B;}
.banner-sec.landing-expereince-sec{background: #FFF7F4; padding:5% 0;}
.banner-sec.landing-expereince-sec .banner-content-sec { padding-top:0%;}
.banner-sec.landing-expereince-sec .slider-cel img{ width:100%; padding: 18% 0 0 0;}
.banner-sec.landing-expereince-sec .banner-content-sec h2 {display: block; font-size: 30px; line-height: 40px; text-transform: capitalize; color: #373737;}
.banner-sec.landing-expereince-sec .banner-content-sec h2 span{color:#FF5300; }
.banner-sec.landing-expereince-sec .banner-content-sec p span {color: #7B7B7B;}
.banner-sec.landing-expereince-sec .banner-content-sec p {width: 100%;padding-right:10px; font-size:18px; color:#7B7B7B;}

.service-icon-box{ padding-top: 5%; }
.service-icon-box aside .service-icon-box-in{background: #FFFFFF; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); padding: 40px 10px; position: relative;  -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  transition: .5s ease-in-out;}
.service-icon-box aside .service-icon-box-in:hover{background: #FFF7F4; box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%); -webkit-transition: .5s ease-in-out;  -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.service-icon-box aside .service-icon-box-in figure {  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); width: 80px;  padding: 10px;  margin: auto; border-radius: 50px; height: 80px; }
.service-icon-box aside .service-icon-box-in figure img{    width: 100%; padding-top: 5px;}
.service-icon-box aside .service-icon-box-in h4{font-style: normal; font-weight: normal;font-size: 16px;line-height: 150.6%;text-align: center;color: #373737; margin: 20px 0 0 0;}
.service-icon-box aside .service-icon-box-in a.block-link{position: absolute; left:0; top:0; width:100%; height: 100%;}
.service-icon-box aside .service-icon-box-in figure.org-icon {background: #FF5300;}
.service-icon-box aside .service-icon-box-in figure.gry-icon{background: #7B7B7B;}
.service-icon-box aside .service-icon-box-in figure.blue-icon{background:#00ACFF;}
.service-icon-box aside .service-icon-box-in figure.black-icon{background: #373737;}

.banner-sec.landing-expereince-sec .service-icon-box aside .service-icon-box-in h2{ text-align: center; font-weight: 700; font-size: 40px; margin-top:30px;  } 
.banner-sec.landing-expereince-sec .service-icon-box aside { margin:0 0 15px 0;}
.banner-sec.landing-expereince-sec .service-icon-box aside:nth-child(even){ margin-top: 20px; } 

.our-work-sec{padding: 5% 0;}
.our-work-sec .heading { margin-bottom:40px; text-align: center;  }
.our-work-sec .heading h2 {display: block; font-size: 48px; line-height: 55px; text-transform: capitalize; color: #373737;}
.our-work-sec .heading h2 span{color:#FF5300; }
.our-work-sec .heading p span {color: ##7B7B7B;}

/* Create four equal columns that sits next to each other */
.our-work-sec .column {flex: 25%; max-width: 33.3%; padding: 0 4px; float: left;}
.our-work-sec .column img { margin-top: 8px; vertical-align: middle; width: 100%;filter: grayscale(0) brightness(1); border-radius: 5px; cursor: pointer; transition: 0.3s linear;}
.our-work-sec .column img:hover { filter: grayscale(1);}
@media screen and (max-width: 800px) {
.our-work-sec .column {flex: 50%; max-width: 50%; }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.our-work-sec .column { flex: 100%; max-width: 100%; }
.our-work-sec .column img { filter: grayscale(0) brightness(1); }
}

.testmonials2-sec{padding: 5% 0;}
.testmonials2-sec .heading { margin-bottom:40px; text-align: center;  }
.testmonials2-sec .heading h2 {display: block; font-size: 48px; line-height: 55px; text-transform: capitalize; color: #373737;}
.testmonials2-sec .heading h2 span{color:#FF5300; }
.testmonials2-sec .heading p span {color: ##7B7B7B;}
.testmonials2-sec .owl-dots { text-align: center;padding: 2% 0 0 0;}
.testmonials2-sec .testmonials2-carousel { padding: 30px 0 0 0;  }
.testmonials2-sec .testmonials2-carousel aside {padding: 0 0 0 20px;}
.testmonials2-sec .testmonials2-carousel aside .testmonials2-bk{ box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); padding: 30px 30px 30px 80px; width: 90%; background: #262540; position: relative;     float: right;}
.testmonials2-sec .testmonials2-carousel aside .testmonials2-bk.orng{background: #FF5300;}
.testmonials2-sec .testmonials2-carousel aside .testmonials2-bk img.user-img{position: absolute; width: 120px;  left: -60px;}
.testmonials2-sec .testmonials2-carousel aside .testmonials2-bk h3{color: #FFFFFF; font-size: 22px;}
.testmonials2-sec .testmonials2-carousel aside .testmonials2-bk p span{color: #FFFFFF;}
.testmonials2-sec .testmonials2-carousel aside .testmonials2-bk p{font-style: normal;font-weight: normal;font-size: 16px;line-height: 150.6%;color: #FFFFFF;}

.landing-contact-sec{padding: 5% 0;}
.landing-contact-sec .heading { margin-bottom:20px; text-align: center;  }
.landing-contact-sec .heading h2 {display: block; font-size: 48px; line-height: 55px; text-transform: capitalize; color: #373737;}
.landing-contact-sec .heading h2 span{color:#FF5300; }
.landing-contact-sec .heading p span {color:#7B7B7B;}
.landing-contact-sec .service-icon-box aside .service-icon-box-in .icon-box{ position: relative; }
.landing-contact-sec .service-icon-box aside .service-icon-box-in .icon-box img{background: #262540; width: 60px;padding: 15px; border-radius: 50px;  float: left;     margin-right: 15px;}
.landing-contact-sec .service-icon-box aside .service-icon-box-in .icon-box h2{font-weight: 500;font-size: 25px;line-height: 123.6%;color: #FF5300; }
.landing-contact-sec .service-icon-box aside .service-icon-box-in .icon-box h2 span{ display:block; color:#373737; }
.landing-contact-sec .service-icon-box aside .service-icon-box-in {padding: 20px;    min-height: 180px;}
.service-icon-box aside .service-icon-box-in h4 {  text-align: center;}

.banner-sec.landing-abt1-sec{background: #fff; padding:5% 0;}
.banner-sec.landing-abt1-sec .banner-content-sec { padding-top:0%;}
.banner-sec.landing-abt1-sec .slider-cel img{ width:100%; padding: 6% 0 0 0;}
.banner-sec.landing-abt1-sec .banner-content-sec h2 {display: block; font-size: 30px; line-height: 40px;  color: #373737;}
.banner-sec.landing-abt1-sec .banner-content-sec h2 span{color:#FF5300; }
.banner-sec.landing-abt1-sec .banner-content-sec p span {color: #7B7B7B;}
.banner-sec.landing-abt1-sec .banner-content-sec p {width: 100%;padding-right:10px; font-size:18px; color:#7B7B7B;}
.banner-sec.landing-abt1-sec form.form  { margin:40px 0 0 0; }
.banner-sec.landing-abt1-sec form.form .form-control{height:45px;background: #FFFFFF;box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);     border-radius: 8px; margin:0px 0 10px 0; }
.banner-sec.landing-abt1-sec form.form textarea.form-control{height:auto;}
.banner-sec.landing-abt1-sec form.form .btn-orng { background: #FF6341; position: relative;font-size: 14px; color: #fff;  border-radius: 6px; border: 1px solid #ff6341;}
.banner-sec.landing-abt1-sec form.form .btn-orng:hover {opacity: 0.6;}

.contact-frm-sec form.form  { margin:0px 0 0 0; }
.contact-frm-sec form.form .form-control{height:45px;background: #FFFFFF;box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); border-radius:8px; margin:0px 0 10px 0; }
.contact-frm-sec form.form textarea.form-control{height:auto;}
.contact-frm-sec form.form .btn-orng { background: #FF6341; position: relative;font-size: 14px; color: #fff;  border-radius: 6px; border: 1px solid #ff6341;}
.contact-frm-sec form.form .btn-orng:hover {opacity: 0.6;}
.loc-con-secc h2 {display: block; font-size: 30px; line-height: 40px; text-transform: capitalize; color: #373737;}
.loc-con-sec h2 span{color:#FF5300; }
.contact-frm-sec form.form .intl-tel-input {
    position: relative;
    display: block;
    margin: 0 0px 11px 0;
}

.contact-frm-sec form.form .intl-tel-input .flag-container{ z-index:10; }


.fullheight  .dotround {border: solid #7c44e18c 0px; left: 0;}
.fullheight  .__service_sticky_div {z-index: 2; background: rgba(38, 37, 64, 0.88) !important;}
.fullheight  .__service_tab_div {	z-index: 5;}
.fullheight .all_banner_dot_bottom::before { background-size: 8px 8px; padding: 8% 4.6%;bottom: -2px;left: 15px;}
.fullheight .home-content-div h1{font-weight: bold;font-size: 42px;line-height: 100%;display: flex;align-items: center;color: #FFFFFF; margin-bottom: 30px;}
.fullheight .home-content-div h1:before{ content: "";  width: 120px; height: 2px; background: #fff;  margin: 5px 30px 0 0px;}
.fullheight  .home-content-div .a_home_href a img {  margin: 10px 0 0 0;}
.fullheight ._service_top_li li { margin-bottom: 15px;}
.fullheight ._service_top_li li a,
.fullheight ._service_top_li li a h4{font-size: 18px; line-height: 100%;  display: flex;  align-items: center;  color: #FFFFFF;   background: transparent;}
.fullheight .home-content-div {margin-left: 10%;}
.fullheight ._service_top_li { padding-left: 0px;  display: inline-block; margin-top: 50px; margin-left: 30px;}
.fullheight  .__service_list_number .__number_ol li h4 {color:#FF6341;}
.fullheight .__service_list_number .__number_ol li:before {text-shadow: 0px 0px 40px rgb(255 105 72 / 20%);left: -30px;}
.fullheight .__service_list_number .__number_ol li p {margin-top: 60px; margin-bottom: 20px;}
.__service_list_number .__number_ol li p.read-more a{font-weight: bold;
font-size: 14px; padding-top: 10%; line-height: 120%; display: block; align-items: center;color: #FF6341;}
.__service_list_number .__number_ol li p.read-more a:hover{color: #403F57;}

.safari-service{ padding: 5% 0; }
.safari-service .section-titles::before {  content: ""; background: #ffa606; width: 80px; top: 15px;  left: 30px; margin: 0 0 1px 0;}
.__industries_slider { padding-left:19.3%; }
.__industries_slider li h2{padding: 20px 0 0 0;}
.__industries_slider li { position: relative;}
.__industries_slider li a.block-link { position: absolute; top:0; left:0; width: 100%; height: 100% }
.__industries_slider_nav { top: -40px; left: 20%;}
.odottedbg::before {  content: '';  background: -webkit-radial-gradient(#d1bcdc 10%, transparent 10%), -webkit-radial-gradient(#d1bcdc 10%, transparent 15%), transparent; -webkit-background-size: 15px 15px; -moz-background-size: 15px 15px; opacity: 0.6;  background-size: 15px 15px;  z-index: -1; position: relative;  padding: 10% 9%;  top: 240px;}

.banner-sec.develop-banner-sec{background: linear-gradient(270.06deg, #f2f2f2a1 -11.86%, rgba(200, 200, 218, 0) 91.73%); padding:8% 0 6% 0;     border-radius: 0; }
.banner-sec.develop-banner-sec .banner-content-sec { padding-top:0%;}
.banner-sec.develop-banner-sec .slider-cel img{ width:100%; padding: 18% 0 0 0;}
.banner-sec.develop-banner-sec .banner-content-sec h2 {display: block; font-weight: 300; font-size: 48px; line-height: 55px; text-transform: capitalize; color: #373737;}
.banner-sec.develop-banner-sec .banner-content-sec h2 span{color:#FF5300; }
.banner-sec.develop-banner-sec .banner-content-sec p span {color: #ff5300;}
.banner-sec.develop-banner-sec .banner-content-sec p {font-size:18px; width: 100%;padding-right: 20px; color:#7B7B7B;}

.banner-sec.develop-abt-sec{background: #fff; padding:5% 0;     border-radius: 0;}
.banner-sec.develop-abt-sec .banner-content-sec { padding-top:0%;}
.banner-sec.develop-abt-sec .slider-cel img{ width:100%; padding: 2% 0 0 0;}
.banner-sec.develop-abt-sec .banner-content-sec h2 {display: block; font-size: 30px; line-height: 40px; text-transform: capitalize; color: #373737; font-weight: 300;}
.banner-sec.develop-abt-sec .banner-content-sec h2 span{color:#FF5300; }
.banner-sec.develop-abt-sec .banner-content-sec p span {color: #331BB0;}
.banner-sec.develop-abt-sec .banner-content-sec p {width: 100%;padding-right:10px; font-size:18px; color:#7B7B7B;}

.dev-ser-sec {padding:5% 0;}
.dev-ser-sec .dev-ser-blk aside{min-height:290px ;position:relative; padding:30px;border-right: 2px solid #262540;  }
.dev-ser-sec .dev-ser-blk aside:last-child{;border-right: 0px solid #262540;   }
.dev-ser-sec .dev-ser-blk aside:hover{background: #262540; border-radius: 5px;}
.dev-ser-sec .dev-ser-blk aside:hover .dev-ser-blk-in h3,
.dev-ser-sec .dev-ser-blk aside:hover .dev-ser-blk-in p{color: #fff;}
.dev-ser-sec .dev-ser-blk aside .dev-ser-blk-in h3{font-size: 24px; line-height: 36px;color: #0F0928;width: 60%; margin-bottom: 20px; }
.dev-ser-sec .dev-ser-blk aside .dev-ser-blk-in h5{color: #878493; background: #f2f2f2; position: absolute;  width: 25px; height: 25px;text-align: center; font-size: 14px !important; right: 30px; top: 30px;  line-height: 25px; font-weight: 600;}
.dev-ser-sec .dev-ser-blk aside .dev-ser-blk-in p{font-weight: normal; font-size: 16px;line-height: 26px;color: #726E84; width: 90%; }

.make-drm-sec{padding:5% 0; background: linear-gradient(270.06deg, #f2f2f2a1 -11.86%, rgba(200, 200, 218, 0) 91.73%);}
.make-drm-sec h2{font-style: normal; font-weight: 700; font-size:50px; line-height: 100%; display: flex; align-items: center;color: #262540; margin-bottom: 30px; }
.make-drm-sec aside form.form label {font-size: 22px; margin-bottom: 20px;}
.make-drm-sec aside form.form .form-control{ margin-bottom: 10px; background: #fff;}
.make-drm-sec aside form.form .plan-btn{ font-size: 14px; line-height: 120%;align-items: center; border: none;  background: transparent; color: #C4C4C4;} 
.make-drm-sec aside form.form .plan-btn:hover{color: #000;}

.banner-sec .service-two-sec{margin-top:60px;}
.banner-sec .service-two-sec h4{color:#FF6341;}
.banner-sec .service-two-sec h1{margin-top:20px;font-weight:600;}
.banner-sec .service-two-sec p{margin-top:20px;font-size:20px;line-height:24px;font-weight:500;margin-bottom:30px;}
.con-ter-sec img{margin-left:-92px;}
.con-ter-sec {margin-top:-40px;}
 .con-ter-sec h5{ margin-left: 48px;
    font-size: 13px;
    color: #FF6341;
    margin-top: -19px;
}
 .con-ter-sec span{font-size: 26px;
    margin-left: 10px;
    font-weight: 500;}

.over-view-sec img{width:90%;}
.over-view-sec{margin-top:100px;}
.over-view-sec h4{margin-top:90px;color:#FF6341;}
.over-view-sec  h3{color:black;margin-top:20px;}
.over-view-sec p{color:black;margin-top:20px;font-size:20px;line-height:24px;}

.service-box {text-align:center;margin-top:40px;margin-left:20px;margin-right:20px;}
.service-box .box{background: #FFFFFF;
border: 1px solid #D4F0FF;
box-sizing: border-box;
box-shadow: 0px 3.4px 2.7px rgba(0, 0, 0, 0.1);
border-radius: 8px;padding:30px;}
.service-box .box .content{position:relative;text-align:center;}
.service-box .box .content img{width:34%;}
.service-box .box .content p{margin-top:20px;}

.why-fsi {background-color:#F8F8F8;margin-top:40px;padding:30px;}
.why-fsi h4{text-align:center;color:#FF6341;margin-bottom:10px;}
.why-fsi h3{margin-bottom:15px;}
.why-fsi p{margin-bottom:40px;}
.why-fsi .box{background: #FFFFFF;
border: 0.947009px solid #D4F0FF;
box-sizing: border-box;
box-shadow: 0px 3.21983px 2.55692px rgba(0, 0, 0, 0.06);
border-radius: 7.57607px;}
.why-fsi .box .content{position:relative;padding:20px;}
.why-fsi .box .content img{width:16%;}
.why-fsi .box .content span{color:black;font-size:17px;margin-left:12px;font-weight:600;}
.why-fsi .box .content p{margin-left:73px;margin-top:-11px;font-weight:100;margin-bottom:10px;}
.clearfix-sec{margin-bottom:20px;}
.enq-sec a{background: #FFFFFF;
border: 0.572222px solid #262540;
box-sizing: border-box;font-size:16px;
border-radius: 28.6111px;padding:6px 20px;margin-left:15px;}
.enq-sec h5{font-size:24px;margin-top:40px;}

.our-projects-sec{margin:10px 20px;}
.our-projects-sec h4{color:#FF6341;margin-bottom:10px;}
.our-projects-sec .company-sec img{width:60%;margin-top:40px;}
.our-projects-sec p{color:black;margin-top:10px;    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7;}
.our-projects-sec img{width:100%;}
.our-projects-sec .up-con img {position:relative;margin-top:-36px;}
.our-projects-sec .up-con .content{position:relative;bottom:86px;}
.our-projects-sec .view-sec a{background: #FFFFFF;
border: 0.866667px solid #262540;
box-sizing: border-box;
border-radius: 34.6667px;padding:10px;font-size:18px;color:black;}
.our-projects-sec .view-sec {margin-bottom:70px;}
.our-projects-sec .seon-casto {}
.our-projects-sec .seon-casto .content{position: absolute; top: 33px; left: 56px;padding:10px 20px;}
.our-projects-sec .seon-casto .content img{width:64%;}
.our-projects-sec .seon-casto .content p{padding:0px 30px 28px 0px;}
.our-projects-sec .seon-casto .content h3{margin-left:-79px;margin-top:60px;}
.our-projects-sec .end-sec h3{margin-bottom:30px;}

.contact-sec{padding: 120px 0px 0px 0px;  border-radius: 0 0 50px 50px;}
.contact-sec h2{font-size:40px;font-weight:700;}
.contact-sec p{font-size: 16px; line-height: 25px; padding: 0 60px 0 0px;}
.contact-sec p span{color:#FF6341;}
/*.contact-sec .form-control {border-bottom:1px solid #FF6341;border-left:1px solid white;
	border-top:1px solid white;border-right:1px solid white;box-shadow:none;margin-bottom:15px;}
.contact-sec .form-group p{font-size:13px;}
.contact-sec .btn-block p{text-align:left;}
.contact-sec .btn-block {border-radius:19px;padding:10px 20px;background-color:#FF6341;color:white;margin-top:50px;}*/
.contact-sec .bo-sec{border:1px solid #efebeb;padding:20px;border-radius:5px;}
.contact-sec .media-sec{border-style: dotted;width: 300px; margin: 30px 0 0 0; padding: 14px;text-align:center;}
.contact-sec .social-sec li{display:inline-block;padding:20px;}

.loc-con-sec aside .location-block{ padding:20px; min-height:200px; box-shadow: 0px 1px 10px rgb(0 0 0 / 10%); border-radius:8px;}
.loc-con-sec aside .location-block h3{font-size: 22px;}
.loc-con-sec aside .location-block h3 img.flag {
    display: inline-block;
    width: 24px;
    margin: -4px 0 0 0;
}

div#map-multi {
    border-radius: 20px;
}
.blogs-sec{ padding: 120px 0 30px 0;  border-radius: 0 0 50px 50px;text-align:center;}
.blogs-sec h1 span{color:red;}
.blogs-sec .nav li{display:inline-block;padding:10px;font-weight:600;margin-top:16px;color:black;}
.blogs-sec .nav a{color:black;}
.blogs-sec .nav li a.active{color:#0000FF;}

.blogs-new-sec .box{background-color:rgba(200, 200, 218, 0.1);padding:20px;border-radius:10px;margin-bottom: 30px;}
.blogs-new-sec .box .content{position:relative;}
.blogs-new-sec .box .content img{width: 97%; margin-top: 20px; margin-left: 10px;margin-bottom: 20px;}
.blogs-new-sec .box .content .red-sec{ background: #fff;border-radius:10px; padding:20px; margin-left: -31px;margin-bottom:20px;}
.blogs-new-sec .box .content .black-sec{  background: #fff;border-radius:10px;  margin-left: -31px;margin-bottom:20px;}
.blogs-new-sec .box .content h4 a {
    position: absolute;
    left: 0;
    background: #ffba2c;
    color: #fff;
    font-size: 16px;
    padding: 2px 15px;
    top: 0;
    border-radius: 5px;
    margin: -10px 0 0 -10px;
}

.blogs-new-sec .box .content .btn-sec {text-align: right;padding: 0 30px 0 0px;}
.blogs-new-sec .box .content .btn-sec a{    background: #FF6341; position: relative; font-size: 14px; color: #fff; border-radius: 6px;}
.blogs-new-sec .box .content .btn-sec a:before:hover{opacity: 0;}
.blogs-new-sec .box .content .btn-sec a:before { background: #FF6341; opacity: 0.45; filter: blur(24px); border-radius: 14px; content: ""; position: absolute; top: 0; height: 100%; width: 100%;}
.blogs-new-sec .box .content .btn-sec a:hover{opacity: 0.6;}
.blogs-new-sec .box .content h3 {margin-top: 40px; margin-bottom: 20px; font-size: 30px;}
.blogs-new-sec .box .content p{font-size: 19px;line-height: 26px; font-weight: 400;}
.blogs-new-sec .box .content .heading-sec a {color:red;font-size:19px;}
.blogs-new-sec input{    width: 100%; margin-top: 20px;padding:14px;border-radius:41px;border:3px solid black;text-align:left;}
.blogs-new-sec .btn-warning{ background: red;
    border-radius: 20px;
    position: absolute;
    right: 28px;
    top: 29px;
    padding: 6px 40px;}   
.blogs-new-sec .btn-warning:hover{opacity: 0.5;}   
.blogs-new-sec .blog-two-sec .box-sec{background-color:#F9F9FB;padding-bottom:20px;}
.blogs-new-sec .blog-two-sec .box-sec .content{position:relative;}
.blogs-new-sec .blog-two-sec .box-sec .content img{width:100%;}
.blogs-new-sec .blog-two-sec .box-sec .content h3{margin-top:10px;margin-bottom:10px;margin-left:14px;}
.blogs-new-sec .blog-two-sec .box-sec .content p{margin-left:14px;margin-bottom:14px;font-size:18px;line-height:25px;}
.blogs-new-sec .blog-two-sec .box-sec .content h5 a{color:#FF6341;margin-left:14px;}
.blogs-new-sec .box-d{background-color: rgba(200, 200, 218, 0.1); padding: 0px 0px 0px 20px; border-radius: 10px;}
.blogs-new-sec .box-d .content{position:relative;}
.blogs-new-sec .box-d .content img{      width: 81%; margin-top: 41px; margin-left: 41px; margin-bottom: 48px;}
.blogs-new-sec .box-d .content .red-sec{ background: black;border-radius:10px; padding:20px;margin-left: -31px;margin-bottom:20px;}
.blogs-new-sec .box-d .content .black-sec{ background: black;border-radius:10px; margin-left: -31px;margin-bottom:20px;}

.blogs-new-sec .box-d .content h4 a{margin-left:15px;}
.blogs-new-sec .box-d .content h3 {margin-top: 40px; margin-bottom: 20px; font-size: 30px;}   
.blogs-new-sec .box-d .content p{font-size: 19px; line-height: 26px; font-weight: 400;}
.blog-inner-sec{color:white; background-color: rgba(26, 25,40); padding: 120px 0 80px 0;  text-align:center;}
.blog-inner-sec p{margin-top:20px;}
.blog-in-sec img{width:20%; border-radius: 50%;}
.blog-in-sec  span{margin-left:10px;font-size:17px;margin-bottom:10px;}
.blog-in-sec p{    margin-left: 124px;
    margin-top: -30px;}
.blog-in-sec .para-sec p{    margin-top:10px;
    margin-left: 0px;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 20px;}
.blog-in-sec .para-sec ul {margin-left:30px; margin-bottom: 20px;}
.blog-in-sec .para-sec ul li{
    line-height: 30px;
    font-size: 20px;}
.blog-in-sec .para-sec .img-blog-in {text-align:center;  }
.blog-in-sec .para-sec .img-blog-in img{width:70%; border-radius: 10px; border-radius:10px; border:10px solid #f2f2f2;}
.blog-in-sec .para-sec h4{font-size:20px; }
.blog-in-sec .para-sec .heading-sec h4{    font-size: 24px; color:#FF6341;margin-top:20px;margin-bottom:10px;}
.blog-in-sec .para-sec .read-sec h3{color:black;font-size:28px;font-weight:600;text-align:center;margin-top:30px;margin-bottom:10px;}
.blog-in-sec .para-sec .read-sec h3 span{color: #FF6341;
    font-size: 28px;
    display: inline-block;
    margin: 0;}
.blogs-new-sec .checkbox-inline, .radio-inline{    margin-bottom: 35px;
    color: black;
    font-size: 18px;     text-transform: inherit;}
.blogs-new-sec .checkbox-inline input[type=checkbox]{visibility: visible;
    position: relative;
    left: 0;
    display: inline-block;
    width: auto;
    margin: 0 9px 0 0px;
}}
.blog-in-sec .para-sec .black-sec {    padding: 120px;
    background: black;border-radius:20px;
    width: 100%;margin:40px 0px;}

.our-projects-sec .seon-casto .content {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
	background: #FFFFFF;
border: 1px solid #FF6341;
box-sizing: border-box;
box-shadow: 0px 11px 20px rgba(123, 149, 162, 0.15);
border-radius: 40px 8px 8px 8px;
	margin-bottom: 20px;
}	

.content-sec { padding:30px 0; }

.content-sec  h3{color: black; margin-top: 20px; font-size:24px;}
.content-sec  h4{color: black; margin:20px 0 10px 0; font-size:22px;}  
.content-sec ul { margin: 0 0 0 15px; }
.content-sec p,
.content-sec ul li{ margin-bottom:10px; font-size:16px; line-height: 20px; text-align: justify;}

.pop-up-sec .modal-dialog .modal-content .modal-body .close {
        margin-top: -57px;
    color: #fdfdf3;
    opacity: 1;
    margin-right: -61px;
    background-color: #FF5300;
    padding: 5px 10px;
    border-radius: 23px;
}
.pop-up-sec .modal-dialog .modal-content .modal-body h2{margin-bottom:20px;font-weight:600;}
.pop-up-sec .modal-dialog .modal-content .modal-body h2 span{color:#FF5300;}
.pop-up-sec .modal-dialog {margin-top:100px;width:700px;}



.pop-up-sec .modal-dialog .modal-content .modal-body .btn-orng{
    background: #FF6341;
    position: relative;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #ff6341;
}
.pop-up-sec .modal-dialog .modal-content .modal-body .form-control{border-radius:0px;box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);height:45px;}

.pop-up-sec .modal-dialog .modal-content .modal-body .intl-tel-input {
    position: relative;
    display: block;
    margin: 0 0px 11px 0;
}

.pop-up-sec .modal-dialog .modal-content .modal-body .intl-tel-input .flag-container{ z-index:10; }


.pop-up-sec .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 38px;
}


.pop-up-sec .modal-dialog .succfail-box.succ{ text-align:center; }
.pop-up-sec .modal-dialog .modal-content .modal-body  img.tick-img{ width:140px; margin:10px auto;}
.pop-up-sec.success-pop .modal-dialog {
    margin-top: 100px;
    width: 500px;
}

a.sc-7dvmpp-1.dfBDQI {display: none;}

.over-view-sec img{width:90%;}
.over-view-sec{margin-top:100px;}
.over-view-sec h4{margin:16px 0;color:#FF6341;}
.over-view-sec  h3{color:black;margin-top:20px;}
.over-view-sec p{color:black;margin-top:20px;font-size:20px;line-height:24px;}
.over-view-sec ul{line-height: 28px;margin-top:10px;margin-left: 20px;font-size: 18px;}

.ser-over-view.over-view-sec{padding:30px; margin: 0; }
.ser-over-view.over-view-sec p{font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7; text-align: justify;}

.ser-over-view.over-view-sec h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 100%;
    color: #262540;
    margin-bottom: 20px;}

.ser-over-view .industries_icon_box {margin:15px 0;  }
.ser-over-view .industries_icon_box .indus-sec{border: 1px solid #eee; padding:10px; 
	position: relative;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    text-align: center;
    width: 100%; border-radius: 20px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
.ser-over-view .industries_icon_box .indus-sec:hover {
    box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
    background: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.ser-over-view .industries_icon_box .indus-sec span{font-size: 16px; color: #6d6d6d;  font-weight: 700; display: block; line-height: 30px; min-height: 65px;} 
.ser-over-view .industries_icon_box .indus-sec span img{width: auto; margin: 15px 0;}
.tech-digi-sec  .tab-sec-in {padding: 0; position: relative;}
.tech-digi-sec .tab-content>.tab-pane{ position: relative;}
.tech-digi-sec .tab-content>.tab-pane img.sub-ser-img{    position: absolute; right: 0; top: 0; width: auto;  }




.service-box {text-align:center;margin-top:40px;margin-left:20px;margin-right:20px;}
.service-box .box{background: #FFFFFF;
border: 1px solid #D4F0FF;
box-sizing: border-box;
box-shadow: 0px 3.4px 2.7px rgba(0, 0, 0, 0.1);
border-radius: 8px;padding:20px; min-height: 300px; margin: 0 0 30px 0;}
.service-box .box .content{position:relative;text-align:center;}
.service-box .box .content img{width:34%;}
.service-box .box .content p{margin-top: 20px;height: 60px;overflow: hidden;}
.service-box .box .content h3 {font-weight: 600; font-size: 17px; line-height: normal; padding-top: 15px;}

.service-box .box .content .btn-sec{padding:30px 0 0 0;}
.service-box .box .content .btn-sec a{    background: #FF6341; position: relative; font-size: 14px; color: #fff; border-radius: 6px;}
.service-box .box .content .btn-sec a:hover:before {background: #FF6341; opacity: 0.45; filter: blur(24px); border-radius: 14px; content: ""; position: absolute; top: 0; height: 100%; width: 100%;}

section.our-projects-sec.tech-digi-sec {
    padding: 34px 0px;
    background: #f2f2f2f2;
    border-radius: 30px; margin: 0;
}


/*.our-projects-sec.tech-digi-sec ul li{display:inline;padding-right:30px;}
.our-projects-sec.tech-digi-sec .portfolioDisc {
	width: 300px;
    height: 0px;
	padding-top: 0px;
    overflow:hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top:0px;
	position:absolute;
	background-color:#000;
	font-size: 15px;
	line-height: 18px;
	text-align:center;
	color: #FFF;
}

.our-projects-sec.tech-digi-sec .port {
    background-color: #f3b222;
    width: 91%;
    height: 176px;
    border-radius: 93px;
    position: relative; overflow: hidden;
	}
	.our-projects-sec.tech-digi-sec .port h1{
    text-align: center;
    font-size:50px;color:black;
    padding: 38px 39px 30px 31px;
	}
	.our-projects-sec.tech-digi-sec .port h1 p{ font-size:34px;margin-top:0px}
	
.our-projects-sec.tech-digi-sec .port:hover .portfolioDisc {
	margin-top:0;
     height: 176px;
    width:100%;
	padding-top: 10px;   bottom: 0;
	
}
.our-projects-sec.tech-digi-sec h6{
    padding: 11px 71px 10px 72px;font-weight:500;
    font-size: 18px;
}*/

.portfolioDisc {
	width: 100%;
    height: 0px;
	padding-top: 0px;
    overflow:hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top:0px;
	position:absolute;
	background-color:#000;
	font-size: 15px;
	line-height: 18px;
	text-align:center;
	color: #FFF;
    font-family: FontAwesome;    top: 0;
}

.org-bg .portfolioDisc {background-color:#ff6342;}
.blue-bg .portfolioDisc {background-color:#252541;}
.lpink-bg .portfolioDisc {background-color:#f0aebc;}
.sblue-bg .portfolioDisc {background-color:#00e6ff;}
.dpink-bg .portfolioDisc {background-color:#ff00b2;}
.port {
	background-color: #f3b222;
    width: 150px;
    height: 150px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    margin: auto;     overflow: hidden;
	}

.port h1{ font-size:34px;  margin-top: 34px; }
.port h1 span{ display:block; }
.port:hover .portfolioDisc {
	margin-top:0;
    height:150px;
	padding-top: 10px; top:0;
	
}
.port .portfolioDisc a{ width:100%; height:100%; }
.port .portfolioDisc img {
    width: 45%;
    margin: 30px 0 0 0;
}


div.step-block { position: relative; width: 100%;  background: #f3f3f3;  padding:20px 0 20px 0;  }
div.step-block .grwth-blk-ul{display: table;  width: 100%;  vertical-align: middle;  background: #f3f3f3; }
div.step-block .grwth-blk-ul li{width:16%;  padding: 20px;  display: table-cell;  position:relative; cursor: pointer;  }
div.step-block .grwth-blk-ul li:before{content: url('https://celebratedeals.in/clients/flyingstar/wp-content/uploads/2022/01/arrow.png');  position: absolute; top: 50%;  margin: -9px 0 0 0;   right: -6px; }
div.step-block .grwth-blk-ul li:last-child:before{content: url('https://celebratedeals.in/clients/flyingstar/wp-content/uploads/2022/01/arrow.png');display:none;}
div.step-block .grwth-blk-ul li:nth-child(1) aside{background-color:#ff6342;}
div.step-block .grwth-blk-ul li:nth-child(2) aside{background-color:#252541;}
div.step-block .grwth-blk-ul li:nth-child(3) aside{background-color:#f0aebc;}
div.step-block .grwth-blk-ul li:nth-child(4) aside{background-color:#00e6ff;}
div.step-block .grwth-blk-ul li:nth-child(5) aside{background-color:#ff00b2;}
div.step-block .grwth-blk-ul li aside{border-radius: 50%; padding: 10px;    text-align: center;  min-height: 180px;  position: relative;}
div.step-block .grwth-blk-ul li aside img{ width: 60px; margin:10px auto auto auto;}
div.step-block .grwth-blk-ul li aside h3{text-align: center;  color: #fff; font-weight: 600;}
div.step-block .grwth-blk-ul li aside p{text-align: center; color: #fff; font-weight: 500;display: none; padding: 0 15px; font-size: 15px;    position: relative;}
div.step-block .grwth-blk-ul li:hover {width: 24%;}
div.step-block .grwth-blk-ul li:hover aside { height: 270px;  width: 270px;  margin: auto; position: absolute;text-align: center;  top: -21px;}
div.step-block .grwth-blk-ul li:hover aside p{ display:block; }
div.step-block .step-block-close { color: red;  font-size: 28px;  width: 100%; text-align: right;  display: block;  cursor: pointer;}

.what-v-do,
.what-v-do aside {position:relative;}
.what-v-do aside:img{ -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
.what-v-do aside:hover img{ box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
     padding:5px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
.what-v-do .slider-block{ width: 100%; background: #f8f8f8;  padding: 0 0 52px 0;}
.what-v-do aside a.link-block { position: absolute; width:100%; height:100%; top:0; left:0;}
.what-v-do .slider-block .img-sec img{ width:100%;}
.what-v-do .slider-block .content-sec{    padding: 0 20px 0 50px; }
.what-v-do .slider-block .content-sec p{  margin-bottom:20px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;}
.what-v-do .slider-block .content-sec ul.3col,
.what-v-do .slider-block .content-sec ul{ margin-top:10px;}
.what-v-do .slider-block .content-sec ul.threecol li{  width: 33.33%;
    float: left;  margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;}
	.what-v-do .slider-block .content-sec ul li{  margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify; text-transform: uppercase;}
    
.what-v-do .slider-block .owl-nav {
    position: absolute;
    top:45vh;
}    
    

.what-v-do .slider-block .owl-carousel .owl-nav .owl-next, 
.what-v-do .slider-block .owl-carousel .owl-nav .owl-prev {
    background: #ff8f0a;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 1px;
    line-height: 22px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top:-30px;
}    
    
.what-v-do .slider-block .owl-carousel .owl-nav .owl-next {left: 275px;}   
.what-v-do .slider-block .owl-carousel .owl-nav  .owl-prev{left:-40px;}
.what-v-do .slider-block-close { color: red;  font-size: 28px;  width: 100%; text-align: right;  display: block;  cursor: pointer;}

.pop-slider-block .modal-dialog { width: 96%;}
.pop-slider-block .modal-content {  -webkit-box-shadow: none; box-shadow: none;  background-color: transparent; border: none;}
.pop-slider-block .close{color: red;  font-size: 28px; cursor: pointer;opacity: 1;  top: -17px; position: absolute;   right: 0;     width: 30px;
    height: 30px;
    border: 1px solid #dbdbdb;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 6px;}
.pop-slider-block .close:hover{ opacity:0.5; }

.clients-sec {padding:30px 0; }
.clients-sec .clnt-blk {
    border: 1px solid #eee;
    padding:2px;
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 20px;
	margin: 15px 0;
	
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.clients-sec .clnt-blk img{width:100%;  border-radius: 20px;}
.clients-sec .clnt-blk:hover{    box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
    background: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}





.clients-sec .client-carousel .clnt-blk {
    border: 1px solid #eee;
    padding:2px;
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 20px;
	margin: 15px 0;
	
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.clients-sec .client-carousel  .clnt-blk img{width:100%;  border-radius: 20px;}
.clients-sec .client-carousel  .clnt-blk:hover{    box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
    background: #fff;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}

.clients-sec .item{margin:10px;}

.why-fsi {background-color:#F8F8F8;margin-top:40px;padding:30px;}
.why-fsi h4{text-align:center;color:#FF6341;margin-bottom:10px;}
.why-fsi h3{margin-bottom:15px;}
.why-fsi p{margin-bottom:40px;}
.why-fsi .box{background: #FFFFFF;
border: 0.947009px solid #D4F0FF;
box-sizing: border-box;
box-shadow: 0px 3.21983px 2.55692px rgba(0, 0, 0, 0.06);
border-radius: 7.57607px; min-height: 170px;}
.why-fsi .box .content{position:relative;padding:20px 20px 20px 80px;}
.why-fsi .box .content img{width: 16%; position: absolute;left: 15px;}
.why-fsi .box .content span{color: black; font-size: 17px;font-weight: 600; display: block;}
.why-fsi .box .content p{margin-left: 0; margin-top: 10px;font-weight: 100; margin-bottom: 10px;}
.clearfix-sec{margin-bottom:20px;}
.call-to-action {background: #f2f2f2; padding:40px 0px;border-radius: 30px;}
.call-to-action h4 {font-size:32px; padding:12px;}
.call-to-action .action-btn{    border: 1px solid #FF6341;
    background: #FF6341;
    position: relative;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
    
.call-to-action .action-btn:hover {background: #fff;
    color: #FF6341;
    box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.s-stories-sec.ychoose-sec aside .ychoose-bk {
    background: #fff;
    border: 4px solid #ffffff;}

.s-stories-sec.ychoose-sec aside .ychoose-bk:hover {
    box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
    background: #f8f8f8; border: 4px solid #f8f8f8;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

 .our-projects-sec .tab_nav ul.nav{ position:relative; }
    .our-projects-sec .tab_nav ul.nav:before{content: "";background: #f2f2f2;width: 2px;height: 100%;position: absolute;left: 0px; top:0;}
    .our-projects-sec .tab_nav ul.nav li a { position: relative;    display: block; padding: 20px 15px; font-size: 16px;color: #333;}
   .our-projects-sec .tab_nav ul.nav li.active a {    color: #ff931a;}

    
    .our-projects-sec .tab_nav .active{
        border-left: 2px solid #FF6341;
    }
    .our-projects-sec .tab-content p{
            line-height: 36px;
    font-size: 20px;
    color: #5b6987;
    width: 60%;
    padding: 1% 4%;
    }
    
    .our-projects-sec .tab-content ul {
    line-height: 36px;
    font-size: 20px;
    color: #5b6987;
    width: 60%;
    padding: 1% 6%;
    }
    
    .our-projects-sec .tab-content h3 {
    font-size: 22px;
    color: #000;
    width: 60%;
    padding: 1% 4%;
    }
    
    .tab-sec-in{ padding:4% 0; } 
    
    
section.projects-sec{ padding:30px 0; }
section.projects-sec .project-in-sec{ background: #f4fcff; padding: 30px; margin: 50px 0 0 0;  border-radius: 10px;}

section.projects-sec .card-columns h2{ font-weight: 700;
    font-size: 45px;
    padding: 0px 130px 0 0; }
section.projects-sec .card-columns .card-block{ position: relative;
    padding: 30px 19px 30px 30px;
    border-radius: 6px;
    margin: 0 0 40px 0px; }
section.projects-sec .card-columns .card-block h3{     font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height:24px;
    color: #262540;
    margin-bottom: 8px; }
section.projects-sec .card-columns .card-block h4{    font-style: normal;
    font-weight: 500;
    font-size:18px;
    line-height: 20px;
    color: #262540;
    margin-bottom: 20px;}
section.projects-sec figure{ text-align:right; } 
section.projects-sec .card-columns .card-block img{ width:60%; border-radius:10px; }

section.projects-sec .card-columns .card-block:hover{box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    
    }
section.projects-sec .card-columns .card-block a.block-link{     position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
section.projects-sec .card-columns .card-block a.btn-orang {
    background: #FF6341;
    position: relative;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
}

section.projects-sec .card-columns .card-block a.btn-orang:before {
    background: #FF6341;
    opacity: 0.45;
    filter: blur(24px);
    border-radius: 14px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}


.grow-business-sec .grow-business-blk{background:#fff0c5; border-radius:20px; position:relative; margin:0 0 20px 0;overflow: hidden; }
.grow-business-sec .grow-business-blk:before{ content: "";
    background: #7ad8ff;
    width: 400px;
    height: 100px;
    position: absolute;
    right: -30px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    top: -60px;  z-index: 0;}
.grow-business-sec .grow-business-blk:after{content: "";
    background: #ffa98b;
    width: 700px;
    height: 190px;
    position: absolute;
    left: -60px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    bottom: -120px; z-index: 0;}
    
.grow-business-sec .grow-business-blk aside.img-sec{text-align:center; }
.grow-business-sec .grow-business-blk aside.img-sec img {
    z-index: 2;
    position: relative;
    width:60%;
    margin: auto;
    padding: 20px;
}

.grow-business-sec .grow-business-blk aside.cont-sec{ padding: 44px 20px 20px 20px; position: relative; z-index:2;}
.grow-business-sec .grow-business-blk aside.cont-sec h2{ font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 30px 0;}
.grow-business-sec .grow-business-blk aside.cont-sec p{margin:15px 0 0 0;}
.grow-business-sec .grow-business-blk aside.cont-sec p a.btn-org{  
     background: #FF6341;
    position: relative;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;     padding: 10px; border:1px solid #FF6341;}
    
    .grow-business-sec .grow-business-blk aside.cont-sec p a.btn-org:hover{  
     background: #fff;
    position: relative;
    font-size: 14px;
    color: #FF6341;
    border-radius: 6px;  padding: 10px;  border:1px solid #FF6341;}
    
    
.grow-business-sec .grow-business-blk aside.cont-sec p a.btn-org-outline{  
      background: #fff;
    position: relative;
    font-size: 14px;
    color: #FF6341;
    border-radius: 6px;  padding: 10px;  border:1px solid #FF6341;}
.grow-business-sec .grow-business-blk aside.cont-sec p a.btn-org-outline:hover{  
     background: #FF6341;
    position: relative;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;     padding: 10px; border:1px solid #FF6341;}
    
 .what-v-do img{width:100%; border-radius: 30px;
    margin: 0 0 15px 0;   }
  .what-v-do h3{font-weight:600;font-size:28px;margin: 0 0 10px 0px;}  
  .what-v-do {background-color:#F8F8F8 ;margin:20px 0px;padding-bottom:20px;     padding: 20px 0px;     border-radius: 30px;}
    
.project-info-sec .project-info-in-sec { margin:20px 0 10px 0; }    
.project-info-sec .project-info-in-sec .masonry-grid .masonry-column { padding:0 10px 0 0; }
.project-info-sec .project-info-in-sec .masonry-grid .masonry-column .card-block{ margin:0 0 10px 0; }
.project-info-sec .project-info-in-sec .masonry-grid .masonry-column .card-block img{ width:100%; }
.project-info-sec .project-info-in-sec .prjt-info-sec h3{ font-size:24px; font-weight:600;  }
.project-info-sec .project-info-in-sec .prjt-info-sec p{color: black; margin-top:10px; font-size: 16px; line-height: 20px; text-align: justify;}
.project-info-sec .project-info-in-sec .prjt-info-sec ul{list-style: none; margin: 20px 0 0 0;}
.project-info-sec .project-info-in-sec .prjt-info-sec li{color: black; margin-top:10px;  font-size:16px; line-height: 20px; }
.project-info-sec .project-info-in-sec .prjt-info-sec li strong{display:block;    padding: 0 0 4px 0;}
.project-info-sec .project-info-in-sec .prjt-info-sec li .social a { font-size: 10px; margin-right: 12px;}

.banner-sec .service-two-sec img.abt-top-img {margin: -170px 0 0 0; position: relative; z-index: -1; }
.video-section{ margin: 40px 40px; }
.video-section p{  font-size: 20px;  line-height: 150%; }
.video-section h4{font-size: 26px; line-height: 150%;color: #FF6341; }
.video-section .moovie_controls { padding:0; background-color: #000 }
.video-section .poster_button {width: 100px; background-color: #ff6550; border-radius: 0;}
.video-section .video-in-sec{max-width: 800px; position: relative; margin: 0 auto; margin-top: 0px; margin-top: 64px;} 
    .work-with-us{
        background-color: rgba(200, 200, 218, 0.1);
        padding: 80px 0 30px 0;
    }
    .work-with-us h2{
        margin-bottom: 42px;
        color: #FF6341;
    }
    .work-with-us h4, 
    .work-with-us p{
        padding-bottom: 22px;
    }
    .work-with-us p{
        line-height: 28px;
    }
    .work-with-us .btn{
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .work-with-us .btn-orng{
        background: #FF6341;
        position: relative;
        font-size: 14px;
        color: #fff;
        border-radius: 6px;
        border: 1px solid #ff6341;}
    .our-projects-sec .tab_nav ul.nav{ position:relative; }
    .our-projects-sec .tab_nav ul.nav:before{content: "";background: #f2f2f2;width: 2px;height: 100%;position: absolute;left: 0px; top:0;}
    .our-projects-sec .tab_nav ul.nav li a { position: relative;    display: block; padding: 20px 15px; font-size: 16px;color: #333;}
   .our-projects-sec .tab_nav ul.nav li.active a {    color: #ff931a;}

    
    .our-projects-sec .tab_nav .active{
        border-left: 2px solid #FF6341;
    }
    .our-projects-sec .tab-content p{
            line-height: 36px;
    font-size: 24px;
    color: #5b6987;
    width: 60%;
    padding: 4% 8%;
    }
    
    .tab-sec-in{ padding:4% 0; } 
    
    
.banner-careers-sec h2 {padding: 3% 0 0 0; font-weight: 700;}    
.banner-careers-sec p{margin-top: 0;}    

.job-search-form lable{font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0 10px 0;
    display: block; }
.job-search-form input.form-control{ 
    height: 40px;
    font-size: 16px; border-radius: 8px; }
    
.job-search-form  .input-group-append{position: absolute;
    right: 0;
    top: 0;}
.job-search-form  .input-group-append button.btn.btn-secondary {
    color: #fff;
    height: 40px;
    background: #ff6550;
    font-weight: 600;
    text-transform: uppercase;    border-radius: 0 8px 8px 0;
}    

.careers-list { padding:4% 0; }
.careers-list h2{ margin:0 0 15px 0; }
.careers-list .careers-blk{ border: .07em solid #ccc; border-top: 4px solid #ff6550; position:relative; padding:15px;     margin: 0 0 30px 0;     border-radius: 8px;}
.careers-list .careers-blk .info-in-blk {min-height: 200px;}
.careers-list .careers-blk ul{list-style:none;}
.careers-list .careers-blk ul.location li{ display: inline-block;text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 1px;}
.careers-list .careers-blk ul.location li.divr { color:#f2f2f2; padding:0 10px; }
.careers-list .careers-blk ul.indfo-ul{margin-top: 20px;}
.careers-list .careers-blk ul.indfo-ul li{margin: 0px 0 10px 0; font-size: 16px;}
.careers-list .careers-blk .form-group a.btn-orng{background: #FF6341;
    position: relative;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #ff6341; margin-top: 40px; z-index: 10;}
.careers-list .careers-blk .form-group a.btn-orng:hover{    opacity: 0.6;} 
.careers-list .careers-blk h3{font-size: 20px; letter-spacing: 0; font-weight: 700; margin: 10px 0 10px 0px;}
.careers-list .careers-blk a.block-link{ position: absolute;top: 0;  left: 0; width: 100%;  height: 100%; }  
.careers-list .careers-blk:hover h3{ color: #ff6550;text-decoration: underline; } 
.careers-list .careers-blk:hover{box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);  -webkit-transition: .5s ease-in-out;  -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  transition: .5s ease-in-out;}
.job-inf0-detail-sec { padding:0 0 30px 0; }
.job-inf0-detail-sec ul{ margin:0 0 30px 20px; } 
.job-inf0-detail-sec ul li{margin-top:20px;margin-top:10px;font-weight: normal; font-size: 20px;   line-height: 130%; color: #262540; opacity: 0.7;}
.job-inf0-detail-sec ul li ul{     margin: 0 0 20px 20px;}
.job-inf0-detail-sec p{margin-bottom: 20px; font-weight: normal;font-size: 20px; line-height: 130%; color: #262540; opacity: 0.7;  text-align: justify;}
.job-inf0-detail-sec ul li .social a {font-size: 10px;margin-right: 12px; }
.job-inf0-detail-sec ol{ margin:0 0 30px 20px; } 
.job-inf0-detail-sec ol li{margin-top:20px;margin-top:10px;font-weight: normal; font-size: 20px;   line-height: 130%; color: #262540; opacity: 0.7;}
.job-inf0-detail-sec ol li ol{     margin: 0 0 20px 20px;}
.job-inf0-detail-sec ol li .social a {font-size: 10px;margin-right: 12px; }

/* input file style */
.job-form-sec .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.job-form-sec .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px; border: 1px solid #ccc;
      cursor: pointer;
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
        border-radius: 8px;
    margin: 0px 0 10px 0;
    line-height: 40px;
    font-size: 18px;
}
.job-form-sec .input-file + .js-labelFile .icon:before {
  content: "ï‚“";
}
.job-form-sec .input-file + .js-labelFile.has-file .icon:before {
  content: "ï€Œ";
  color: #5AAC7B;
}


.job-inf0-detail-sec.banner-sec.landing-abt1-sec {padding: 2% 0;}
.job-inf0-detail-sec.banner-sec.landing-abt1-sec form.form {  margin: 20px 0 0 0;}
.job-inf0-detail-sec .content-sec {  padding: 0 0 0 40px;}
.job-inf0-detail-sec.banner-sec.landing-abt1-sec form.form .btn-orng { padding: 8px 40px; text-transform: uppercase; font-weight: 700;}
.hiden-md.enq-sec { display:none; } 



a.btn-social,
.btn-social
{
        border-radius: 10px;
    color: #ffffff !important;
    display: inline-block;
    height:30px;
    line-height:30px;
    margin:6px 6px 6px  0px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width:30px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
line-height: 22px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 31px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}

.btn-instagram
{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.btn-instagram:hover
{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.btn-linkedin
{
    background-color: #0976b4;
}
.btn-linkedin:hover
{
    background-color: #0b96e5;
}

.btn-twitter
{
    background-color: #1DA1F2;
}
.btn-twitter:hover
{
    background-color: #1DA1F2;
}


.btn-youtube
{
    background-color: #c4302b ;
}
.btn-youtube:hover
{
    background-color: #c4302b ;
}

ul.social-media-links { list-style: none; text-align:left !important;     margin: 6px 0 0 0}
ul.social-media-links li {display: inline-block;}
ul.social-media-links li img{ width:30px !important; padding:0px 10px 0px 0; }
ul.social-media-links li a{border-bottom: 0px solid #ccc !important;      margin: 0px 0 0 0px !important;
    line-height: 20px;}
ul.social-media-links li a:hover{ border-bottom: 0px solid #ccc !important; border-bottom: 0px solid #FE866C !important;  margin: 0 0 0 0px !important; opacity:0.5;}


footer .top-f ul.social-media-links { list-style: none; text-align:left !important;     margin: 6px 0 0 0}
footer .top-f ul.social-media-links li img{ width: 25px !important;
    padding: 0;
    border-radius: 6px; }
footer .top-f ul.social-media-links li a{border-bottom: 0px solid #ccc !important;      margin: 0px 0 0 0px !important;
    line-height: 20px;}
footer .top-f ul.social-media-links li a:hover{ border-bottom: 0px solid #ccc !important; border-bottom: 0px solid #FE866C !important;  margin: 0 0 0 0px !important; opacity:0.7;}

header ul.dropdown-menu {padding: 0;}
header .dropdown-menu>li>a {line-height: 30px;}
header .dropdown-menu>li>a:focus, 
header .dropdown-menu>li>a:hover {  color: #fff;  background-color: #ff8c0d;}

.wedesindev-sec { padding: 34px 0px;  background: #f2f2f2f2;  border-radius: 30px; margin: 0;}
.wedesindev-sec .icon-or{margin-top:51px;     padding-left: 15px;}
.wedesindev-sec ul{display:inline;margin-top:10px;}
.wedesindev-sec ul li{  float:left;  width: 9.2%; text-align:center; }
.wedesindev-sec ul li img{   border-radius: 15px;  background: white;  width: 100%; margin: auto; border: 1px solid #777272ed; padding: 15px;}   
.wedesindev-sec ul li.arrow-icon { width:3.6%;}
.wedesindev-sec ul li.arrow-icon img {border-radius: 15px; background: transparent; border: 0px solid #777272ed;  padding: 10px;  width: 100%; margin: 60% auto 0 auto; }  
.wedesindev-sec ul li p { font-weight: 700;}  
.wedesindev-sec .web-desgn{    padding: 0; }
.wedesindev-sec .web-desgn img{width:22%;}
.wedesindev-sec .web-desgn .red{  border: 1px solid black; padding: 21px; border-radius: 29px;  background: #eb340edb;}
.wedesindev-sec .web-desgn .red .col-md-4{ padding-right:0; }
.wedesindev-sec .web-desgn .red1{ border: 1px solid black; padding: 21px; border-radius: 29px;  background:orange ;}
.wedesindev-sec .web-desgn h3{color: white; font-weight: 600;font-size: 28px;}
.wedesindev-sec .web-desgn .orange h3 i{position: absolute; bottom: 40px; font-size: 40px; right:40px}
.wedesindev-sec .web-desgn .orange1 h3 i{position: absolute; bottom: 40px; font-size: 40px; left:40px}
.wedesindev-sec .web-desgn h3 span{  background: white; width: 40%; height: 2px;position: absolute;right: 40px;top: 40px;}
.wedesindev-sec .web-desgn .orange{  border: 1px solid black; padding: 21px;  background: orange; border-radius: 27px; height: 242px;}
.wedesindev-sec .web-desgn .orange1{     border: 1px solid black; padding: 21px;  background: #eb340edb; border-radius:27px; height: 236px;} 
.wedesindev-sec .web-desgn h5{color:white;font-size:13px;}
.wedesindev-sec ul li.clearfix{display:none;}

.seo-factor{padding: 34px 0px;
    background: #f2f2f2f2;
    border-radius: 30px;
    margin: 0;}
.seo-factor h4{color:#FF6341;font-weight:600;font-size:23px;line-height:39px;}
.seo-factor p{
    text-align: justify;font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7;}


.factor-sec{margin-left:40px;}
.factor-sec .box{background: #FFFFFF;
    width: 263px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%), 0px 24px 48px rgb(0 0 0 / 20%);
    border-radius: 44px;
    padding: 32px 32px 0px 32px;     margin: auto;
}
.factor-sec .box .content img{width: 68%;
    margin: 0% 14%;}
.factor-sec .box .content .img1{    width: 18%;
    margin: 10px 0px -16px 0px;}
.factor-sec .box .content h4{text-align:center;font-size:18px;}

.factor-sec .box .content i.fa-plus-circle{color: #ff6341;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%), 0px 24px 48px rgb(0 0 0 / 20%);
    border-radius: 50%;
    font-size: 26px;
    margin: 8px 0 0 0;
    position: relative;
    top: 12px;
    background: #fff;
    padding: 0;
    line-height: 21px;  }
    .factor-sec .box.blue-icon { position:relative; }
.factor-sec .box.blue-icon .content i.fa-plus-circle{color: #262540;}
.factor-sec .box.blue-icon:before{     content: "\f0d8 ";
    font-family: FontAwesome;
    position: absolute;
    font-size: 50px;
    color: #262540;
    bottom: -41px;
    right: 0;
    left: 0; }


.let-us-see h4{color: #FF6341;
    font-weight: 600;
    font-size: 23px;
    line-height: 39px;}
.let-us-see h3{color:black;font-weight:600;  margin-bottom:25px;  } 
.let-us-see .box{background: #F2F2F2;text-align:center;padding:30px;
border-radius: 26px;}   
.let-us-see .box .content img{width:50%;}
.let-us-see .box .content h5{color: #262540;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 0px;
   
}
.let-us-see .box .content p{color:black;font-size:14px;}
.let-us-see .box .content .dot-line{border-width: 1px;
    width: 216px;
    height: 1px;
    margin-left: -10px;
    border-color: #b7a7a7;margin-bottom:5px;
    border-style: dotted;}

.technical-seo{background:#262540;border-radius:50px;padding:44px;     margin: 40px 0 0 0;}
.technical-seo .row .trgtdiv-blk {
    border-right: 2px dotted #ccc;
    min-height: 180px;
}
.technical-seo .row .trgtdiv-blk:last-child{ border-right: 0px dotted #ccc; } 
.technical-seo img{width:32%;}
.technical-seo h5{color:white;}
.technical-seo p{    font-weight: 400;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom:10px;
    line-height: 20px;
    color: white;}
.technical-seo .dot-lin{border-width: 1px;
    width: 1px;
    height: 201px;
    margin-left:-10px;
    border-color: white;
    border-style: dotted;
    margin-top: -188px;     display: none;}
.clearfix-sec1{margin-top:40px;}

.how-we-r img{width:100%;}
.how-we-r h4{margin-top: 29px;
    font-weight: 700;
    font-size: 18px;
    color: #FF6341;}
.how-we-r h3{color:black;font-weight:600;font-size:30px;}
.how-we-r p{font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7;}

.how-we-r .click-sec{margin-top:-54px;}
.how-we-r .btn-dotted{background: #FFFFFF;
    border: 2px dashed #262540;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #262540;
    display: inline-block;
    padding: 6px 15px;}
.how-we-r .btn-dotted img{ width:25px; }


.email-temp-see .email-mail-sec{box-shadow: 1px 1px 8px #f2f2f2;  border-radius: 26px;}
.email-temp-see .email-mail-sec img.email-temp-tb{width:100%;}
.email-temp-see .email-mail-sec .ser-advantage-sec {padding:20px  0px 20px 60px;}
.email-temp-see .email-mail-sec .ser-advantage-sec aside{display: inline-block;  width: 24%; padding:10px}
.email-temp-see .email-mail-sec .ser-advantage-sec aside .icon-sec{ width: 30%; display: table-cell;  vertical-align: middle;  padding: 0px 11px 0 0px;  }
.email-temp-see .email-mail-sec .ser-advantage-sec aside .icon-sec img{ width: 85px; border-radius: 50%; background: #f9f9fb;  padding: 10px;}
.email-temp-see .email-mail-sec .ser-advantage-sec aside .content-sec{width:70%; display: table-cell; vertical-align: middle; }
.email-temp-see .email-mail-sec .ser-advantage-sec aside .content-sec p{text-align: left; min-height: 30px;font-style: normal;font-weight: bold;font-size: 14px;line-height:normal;color: #262540;}
.our-email { padding:15px 0; }
.our-email h4{color:#FF6341;font-weight:700;}
.our-email h3{font-size: 33px;
    padding: 10px 0px;
    font-weight: 600;}

.our-email h5,
.our-email h5 a{ font-weight: 600; font-size:20px;  line-height: 29px;  color: #000000; padding: 14px 0 0 0;}
.our-email h5 a:hover{color:#698cff; }
.our-email p{font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7;}


.our-email aside .img-blk {  width: 100px; height: 100px; border-radius: 50%;  text-align: center;  vertical-align: middle; line-height:98px; }
.our-email aside .img-blk img{width:50%;}
.our-email .blk-em1 aside .img-blk {background:#dff9ff;}
.our-email .blk-em2 aside .img-blk {background:#fff7c9;}
.our-email .blk-em3 aside .img-blk {background:#ffecd6;}
.our-email .blk-em4 aside .img-blk {background:#efeeff;}
.our-email .blk-em5 aside .img-blk {background:#e7ffd4;}
.our-email .blk-em6 aside .img-blk {background:#dff9ff;}

.our-email .blk-em1 aside:hover .img-blk,
.our-email .blk-em2 aside:hover .img-blk,
.our-email .blk-em3 aside:hover .img-blk,
.our-email .blk-em4 aside:hover .img-blk,
.our-email .blk-em5 aside:hover .img-blk,
.our-email .blk-em6 aside:hover .img-blk {background:#fff;}

.our-email .blk-em1 aside:after{background:#dff9ff;}
.our-email .blk-em2 aside:after{background:#fff7c9;}
.our-email .blk-em3 aside:after{background:#ffecd6;}
.our-email .blk-em4 aside:after{background:#efeeff;}
.our-email .blk-em5 aside:after{background:#e7ffd4;}
.our-email .blk-em6 aside:after{background:#dff9ff;}


.our-email aside{ position:relative; border-radius: 20px;  padding: 20px; overflow: hidden; min-height: 290px; margin: 15px 0;}
.our-email aside:after{
    content:"";
  width:0px;
  height:0px;
  -webkit-transition: width .35s ease;
    -moz-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
    position: absolute;
    top: 0; left:0;
    z-index: -1;
}

.our-email aside:hover:after{
 content:"";
 width:100%;
  height:100%;
 -webkit-transition: width .35s ease;
    -moz-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
    position: absolute;
    top: 0;left:0;
    z-index: -1;
}


.heading-sec h4 {
    margin-top: 29px;
    font-weight: 700;
    font-size: 18px;
    color: #FF6341;
}

.heading-sec h3 {
    color: black;
    font-weight: 600;
    font-size: 30px;
}
.heading-sec p {
    font-weight: normal; 
    font-size: 20px; 
    line-height: 130%; 
    color: #262540;
    opacity: 0.7; }

.solutin-desig-dev-sec-r .web-solution-block{ padding:30px 0 0 0; }
.solutin-desig-dev-sec-r .web-solution-block aside .box{ position:relative; margin:0 0 50px 0; }
.solutin-desig-dev-sec-r .web-solution-block aside .box img{ width:100%; margin-bottom:20px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); border-radius: 44px; }
.solutin-desig-dev-sec-r .web-solution-block aside .box h3{font-weight: bold;
font-size: 24px;
line-height: 30px;
margin:0 0 20px 0;
color: #000000;}
.solutin-desig-dev-sec-r .web-solution-block aside .box  p{    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7;}

.solutin-desig-dev-sec-r .web-solution-block aside .box a.block-link{position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.solutin-desig-dev-sec-r .web-solution-block aside .box:hover img{ filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.20)); } 

.in-tech-sec{padding:0 0 10px 0;}
.in-tech-sec .use-tech-sec{ margin:10px 0;}
.in-tech-sec .use-tech-sec ul{    margin: 0;  padding: 0;  list-style: none;}
.in-tech-sec .use-tech-sec ul li{    width: 9.8%;
    margin-right: 13px;
    display: inline-block;}
.in-tech-sec .use-tech-sec ul li:last-child{ margin-right:0; }
.in-tech-sec .use-tech-sec ul li aside{background: #E5E5E5;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 25px; text-align: center;}
.in-tech-sec .use-tech-sec ul li img{ width: 70%;
    margin: auto;
    text-align: center;}
.in-tech-sec .use-tech-sec p{     font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #262540;
    opacity: 0.7; }
.in-tech-sec .use-tech-sec.sixcolm ul li { width: 15.4%;}

.cs-service-provide-sec .v-tabs-sec{ margin:40px 0; }

.cs-service-provide-sec .v-tabs-sec .tabs_wrapper {
  width: 100%;
  text-align: center;
  margin:0 auto;
  background: transparent;
}

.cs-service-provide-sec .v-tabs-sec ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  padding: 0;
  width: 15%;
  min-width: 175px;
  list-style: none;
      padding: 0 30px 0 0;
}
.cs-service-provide-sec .v-tabs-sec ul.tabs li {
      background: #FFFFFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%), 0px 6px 6px rgb(0 0 0 / 20%);     cursor: pointer;
    border-radius: 44px;
    text-align:center;
    margin:0 0 20px 0;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; padding:20px 10px;  position:relative;
}

.cs-service-provide-sec .v-tabs-sec ul.tabs li img{ width:60%; margin:auto;    }

.cs-service-provide-sec .v-tabs-sec ul.tabs li:hover {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 10%), 0px 15px 15px rgb(0 0 0 / 20%);
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-service-provide-sec .v-tabs-sec ul.tabs li i.fa-plus-circle {
    color: #ff6341;
   border-radius: 50%;
    font-size: 26px;
    margin: 8px 0 0 0;
    position: absolute;
    top: 30px;
    background: #fff;
    padding: 0;
    line-height: 21px;
    right: -10px;
}

.cs-service-provide-sec .v-tabs-sec ul.tabs li.active {
  background: #FFFFFF;
/* 24 */
    position: relative;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 15px 15px rgba(0, 0, 0, 0.2);
border-radius: 44px;
}
.cs-service-provide-sec .v-tabs-sec ul.tabs li:hover i.fa-plus-circle,
.cs-service-provide-sec .v-tabs-sec ul.tabs li.active i.fa-plus-circle,
.cs-service-provide-sec .v-tabs-sec ul.tabs li.active:hover i.fa-plus-circle{color: #262540;} 
.cs-service-provide-sec .v-tabs-sec ul.tabs li.active:before{content: "\f0d9 ";
    font-family: FontAwesome;
    position: absolute;
    font-size: 60px;
    color: #262540;
    right: -40px;
    top: 40px;}

.cs-service-provide-sec .v-tabs-sec .tab_container {
    width: 79.6%;
display: inline-block;
    /*vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0%;
    min-width: 10px;
    text-align: left;
    background: #262540;
    border-radius: 40px;*/
}

.cs-service-provide-sec .v-tabs-sec .tab_content {
      padding: 5% 25% 5% 5%;
  height: 100%;
  display: none;
  
  vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0%;
    min-width: 10px;
    text-align: left;
    background: #262540;
    border-radius: 40px;    min-height:670px;
}

.cs-service-provide-sec .v-tabs-sec .tab_drawer_heading {
  display: none;
}

.cs-service-provide-sec .v-tabs-sec .tab_content h2{
font-size: 24px;
line-height: 30px;
/* identical to box height */
margin:0 0 5% 0;
text-transform: uppercase;

color: #FFFFFF;}
.cs-service-provide-sec .v-tabs-sec .tab_content p{
       font-weight: normal;
    font-size: 20px;
    line-height: 130%;
/* identical to box height */
margin:0 0 40px 0;
color: #FFFFFF;}
.cs-service-provide-sec .v-tabs-sec .tab_content ul{list-style: disc;
    padding: 0 0 0 15px;}
.cs-service-provide-sec .v-tabs-sec .tab_content ul li{
       font-weight: normal;
    font-size: 20px;
    line-height: 130%;
/* identical to box height */
color: #FFFFFF;}




.branding-market-sec{ background:#f9f9fb; border-radius:40px; padding:30px 0; }
.branding-market-sec aside{ text-align:center; margin:0 0 30px 0; }
.branding-market-sec aside .img-blk{}
.branding-market-sec aside .img-blk img{     background: #FFF;
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px; padding:10px;
    margin: 10px auto;}
.branding-market-sec aside h4 {font-weight: bold;
font-size: 16px;
line-height: 32px;
text-align: center;

color: #000000;}


.branding-market-strategy-sec { padding:30px 0; }
.branding-market-strategy-sec .process-img-sec{ text-align:center; margin:30px 0 0px 0; padding:30px 0;}
.branding-market-strategy-sec aside{ width: 12%; display: inline-block;  padding: 10px;  vertical-align: bottom;}
.branding-market-strategy-sec aside:nth-child(1){ width: 14%; vertical-align: top;}
.branding-market-strategy-sec aside:nth-child(9){ width: 14%; vertical-align: top;} 
.branding-market-strategy-sec aside .hw-block-sec{    margin: auto;text-align: center; }
.branding-market-strategy-sec aside h3{ font-size:14px; font-weight:600; line-height: normal;min-height: 74px; }
.branding-market-strategy-sec aside img{ width: 100%;  border: 2px dotted #ccc; margin: 0 0 8px 0; }
.branding-market-strategy-sec aside.arrow{ width:3%; padding:0 4px; display: inline-block;    position: relative; }
.branding-market-strategy-sec aside.arrow .hw-block-sec{position: absolute; top: -180px;}
.branding-market-strategy-sec aside.arrow img{width:90%;  border: 0px dotted #ccc;  margin: auto;  padding: 20px 0 0 0;}

.project-sec{ padding:30px 0; background:#F4FCFF; border-radius:50px;}
.project-sec h2.heading{font-weight: bold; font-size: 40px; line-height: 70px; color: #000000;  text-align: center;}
.project-sec .project_item{background: #F9F9FB; border:1px solid #262540; padding: 5px 10px;  border-radius: 15px; position:relative;}
.project-sec .project_item .project_wave-move{display: none;}
.project-sec .project_item:hover .project_wave-move {display:block;position: absolute; width: 30%; right: 0; left: 0; z-index:10; margin: auto;top: -70px;bottom: 0; border-radius:50px;}
.project-sec .project_item:hover{background: #262540; border: 2px solid #FFFFFF;}
.project-sec .project_item .project_p-wrap{display: inline-block; width:49%; }
.project-sec .project_item .project_p-wrap p{font-weight: bold;font-size: 18px; line-height: 38px;  color: #262540;}
.project-sec .project_item .project_title-wrap{ display: inline-block; width:50%; }
.project-sec .project_item .project_title-wrap p{ text-align:right; font-weight: bold;font-size:30px;line-height: 38px;color: #262540; }
.project-sec .project_item:hover .project_p-wrap p,
.project-sec .project_item:hover .project_title-wrap p{ color:#fff;}
.project-sec .project_item .is-project-link{}

.pkpd-sec { padding:30px 0; }
.pkpd-sec aside{ position:relative; }
.pkpd-sec aside .table-div{ width:100%; display:table; vertical-align: middle;     margin: 40px 0 0 0;}
.pkpd-sec aside .table-div aside{ display:table-cell; vertical-align: middle; }
.pkpd-sec aside h2{font-weight: bold; font-size: 36px; line-height: 60px;  color: #262540; text-align: left;  padding: 0 0 0 14px;}
.pkpd-sec aside h2 span{color: #ff6341;}
.pkpd-sec aside ul{list-style: none;padding: 0; margin: 0;}
.pkpd-sec aside ul li {text-align: center; margin: 20px 0; width: 33.33%;float: left;}
.pkpd-sec aside ul li .img-sec{ background-image: url(https://www.flyingstars.co/wp-content/uploads/2022/03/bg-o.png); width: 120px; background-size: 100%; height: 120px; display: inline-block;}
.pkpd-sec aside ul li .img-sec img{ width:100%; }
.pkpd-sec aside ul li .img-sec h4{color: #ffff; text-align: center;  line-height: 120px;  font-size: 26px;  font-weight: 600;}
.pkpd-sec aside ul li p{  display: inline-block; font-size: 20px; padding: 15px; width: 150px;line-height: 22px; margin: 0;text-align: center;}    
.pkpd-sec aside.ryt ul li p{ text-align:right; }

.leading-sec{padding:30px 0; background:#f9f9fb; border-radius:50px;}
.leading-sec h3{font-weight: bold;font-size:40px;line-height:40px;color: #262540; margin:15px 0 30px 0;}
.leading-sec aside img{ width:100%; }
.leading-sec aside p{ font-weight: normal;font-size:24px;line-height:30px;color: #000000; padding: 20px 20px 0 20px;; }
.leading-sec aside p span.signature{ font-weight: normal;font-size:18px;line-height:30px;color: #000000; }
.leading-sec aside p span.social-media-p { display:block; }
.leading-sec aside p span.social-media-p a{padding: 0 10px 0 0; }
.leading-sec aside p span.social-media-p a img{    width: 30px;}
.leading-sec aside p span.social-media-p a:hover img{opacity:0.7;}

.team-sec{padding:30px 0;  border-radius:50px;}
.team-sec h3{font-weight: bold;font-size:40px;line-height:40px;color: #262540; margin:15px 0 30px 0;}
.team-sec aside img{ width:100%; }
.team-sec aside p{ font-weight: normal;font-size:24px;line-height:30px;color: #000000; padding:20px; }
.team-sec aside p span.signature{ font-weight: normal;font-size:18px;line-height:30px;color: #000000; }

.team-sec aside p .action-btn {border: 1px solid #FF6341;
    background: #FF6341;
    position: relative;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
.team-sec aside p .action-btn:hover {
    background: #fff;
    color: #FF6341;
    box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}    
    
@media screen and (max-width: 781px) {
.cs-service-provide-sec .v-tabs-sec ul.tabs {
    display: none;
  }

.cs-service-provide-sec .v-tabs-sec .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }

.cs-service-provide-sec .v-tabs-sec .tab_drawer_heading {
    background-color: #ccc;
border-bottom:1px solid #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#600026", endColorstr="#c60943",GradientType=0 );
    /* IE6-9 */
    color: #000;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center; font-size:18px;
  }
 .cs-service-provide-sec .v-tabs-sec .tab_drawer_heading:hover {
    background: #fff;
    
    color: 000;
  }

.cs-service-provide-sec .v-tabs-sec .d_active {
    background: #fff;
   font-size: 18px;
    color: #000;
  }
  
  .cs-service-provide-sec .v-tabs-sec .tab_content {
    padding: 5% 5% 5% 5%;}
}



.benifit-sec{ padding:20px 0;}
.benifit-sec .in-benifit-sec aside   { width: 20%;text-align: center;padding: 30px 10px 30px 10px; float: left;}
.benifit-sec .in-benifit-sec aside .img-sec{ background:#c4c4c4; border-radius:50%; width:121px; margin:10px auto;  } 
.benifit-sec .in-benifit-sec aside img{     width: 100%;
    padding: 20px;}
.benifit-sec .in-benifit-sec aside p{font-size:16px;line-height: 24px; color: #000000;}

/* owl nav */
.s-clients-carousel.side-owl-nav .owl-prev span, 
.s-clients-carousel.side-owl-nav .owl-next span {color: #FFF;}
.s-clients-carousel.side-owl-nav .owl-prev span:hover, 
.s-clients-carousel.side-owl-nav .owl-next span:hover {color: #8199A3;}
.s-clients-carousel.side-owl-nav .owl-prev, 
.s-clients-carousel.side-owl-nav .owl-next {position: absolute;top: 50%; height: 24px;  background: #fff;   border: 1px solid #f2f2f2; padding: 2px 9px; font-size: 20px;  line-height: 20px;  margin: -12px 0 0 0px;}
.s-clients-carousel.side-owl-nav .owl-prev {left: 7px;}
.s-clients-carousel.side-owl-nav .owl-next {right: 7px;}



@media only screen and (max-width:767px){
header .navbar-brand { padding: 5px 0px 0px 5px;}   
header .navbar-toggle .icon-bar {background: #262540; height: 3px;} 
header .navbar-toggle .icon-bar:nth-child(2){ width: 24px; }
header .navbar-toggle .icon-bar:nth-child(3){ width: 20px;     margin-left:4px}
header .navbar-toggle .icon-bar:nth-child(4){ width: 16px;     margin-left: 8px}
header .navbar-toggle {  margin-right: 10px}
header ul.nav.navbar-nav.navbar-center { width: 100%; background: #fff; z-index: 10;} 
header .navbar-nav>li {display: block; text-align: left;}  
header .navbar-nav>li>a { line-height: 22px;}  
header ul.nav.navbar-nav.navbar-center {position: relative; z-index: 10;}    
header nav.navbar { z-index: 100;}   
.banner-sec .banner-content-sec p { width: 100%;}    
.banner-sec .banner-content-sec { padding-top: 0;}  
.banner-sec .banner-content-sec h2 {font-size: 42px;}  
.abt-sec .orng-block { padding: 20px;}  
.abt-sec .orng-block aside.content-sec h3 {font-size: 30px;} 
.abt-sec .orng-block aside.content-sec p {font-size: 20px;line-height: 24px;}  
.abt-sec .orng-block .cont-ss p { margin-top: 30px;}    
.abt-sec .ryt .happy-clnt { position: relative;     padding: 30px;}  
.abt-sec .ryt .happy-clnt h3 {font-size:32px; } 
.abt-sec .ryt .happy-clnt ul li { width: 50%;}  
.abt-sec .watwedo-block .cont-ss h2 {font-size: 48px;}   
.abt-sec .watwedo-block .cont-ss { padding: 26px;}    
.abt-sec .watwedo-block:before { width: 40vw;  height: 40vw;left: 30%;}   
.services-blk-in .flex-item-services { margin-top: 30px;} 
.services-blk-in .content-services { width: 100%;  padding: 0 0 0 65px;}   
.ychoose-sec .heading h2 {font-size:40px;}    
.ychoose-sec { padding: 10% 20px;}   
.ychoose-sec aside .ychoose-bk { margin: 0 -15px 15px -15px;} 
.testmonials-sec aside h3 { font-size: 42px;     margin: 0 0 10px 0;} 
.testmonials-sec {padding: 20px 0;} 
.testmonials-sec .owl-dots { padding: 20px 0;}
.clint-sec aside { width: 50%; }    
.clint-sec aside { width: 50%; float: left; margin: 0 0 30px 0;}   
.chckout-work-sec .heading h2 { font-size: 42px; }
footer .top-f ul { text-align: left;}   
footer .top-f ul li a { margin:0 30px 0 0px;}  
footer .top-f .ryt p {padding: 0 50px 0 0px;  text-align: left;}  
footer .bottom-f p { margin: 20px 0;}   
footer .bottom-f .ryt p {text-align: left;font-size: 12px;}    
.__service_sticky_div { position: relative; width: 100%;}
.home-content-div {  margin-left: 10%; margin-top: 20%;}
.home-content-div .a_home_href a {margin-top: 0;}
.fullheight ._service_top_li {  margin-top: 30px;margin-left: 0;}
.fullheight .__service_list_number .__number_ol li h4 { color: #FF6341; padding: 0 0 0 20px;}
.fullheight .__service_list_number .__number_ol li:before {left: -10px;}
.grid-lines-sec{ display: none;}
.fullheight {height: auto;}
.__number_ol li:last-child {margin-bottom: 10px;}
.safari-service{ padding-bottom: 50px; }
.banner-sec.develop-banner-sec aside img{ width:100%; }
.testmonials2-sec .testmonials2-carousel aside .testmonials2-bk img.user-img {width: 100px;left: -40px;}
.our-projects-sec .seon-casto .content p { padding: 0;}
.our-projects-sec .seon-casto .content h3 { margin-left: 0; margin-top: 10px;}
.why-fsi .box { margin: 0 0 30px 0;}
.why-fsi .box .content span {margin: 10px 0 0 0;}
.why-fsi .box .content p { margin-left: 0; margin-top: 3px; margin-bottom: 10px;}
.contact-sec .media-sec  {border-style: dotted;  width: 100%;  margin-top: 42px; margin-left: 0;}
.contact-sec {padding:100px 0 50px 0px;}
.blogs-sec {padding:80px 0 30px 0;}
.blogs-sec h1{ font-size: 24px; padding: 15px; }
.blogs-sec .nav li {padding: 0;}
.blogs-new-sec .box .content .red-sec,
.blogs-new-sec .box .content .black-sec{margin-left: 0;}
.blogs-new-sec .box .content h3,
.blogs-new-sec .box-d .content h3{ margin-top: 16px; margin-bottom: 20px;font-size: 20px;line-height: 30px;}
.blogs-new-sec .box .content p,
.blogs-new-sec .box-d .content p{  font-size: 16px;  line-height: 22px;  margin-bottom: 10px;}
.blogs-new-sec .btn-default {margin-left: 0;}
.blogs-new-sec .btn-warning {margin-left: 0;}
.checkbox-inline, .radio-inline {padding-left: 0;}
.blog-in-sec .para-sec .black-sec {padding: 30px;}



.banner-sec .service-two-sec img.abt-top-img { margin: -120px 0 0 0;  width: 100%;}
.banner-sec .service-two-sec h1 br{ display:none; }
.banner-sec .service-two-sec h1 {  font-size: 28px;}
.banner-sec .service-two-sec {  margin-top: 10px;     padding: 0 15px;}
.video-section {  margin: 0;}
.our-projects-sec h3{line-height: normal;  margin: 10px 0;}
.video-section .video-in-sec {  margin: 30px 0;}
.our-projects-sec { margin: 10px 0px;}
.our-projects-sec .tab-content p {line-height: 34px;font-size: 20px; width:100%;}
.work-with-us .btn {  margin-top: 0; margin-bottom:50px;}
.work-with-us { padding: 30px 0 30px 0;}
section.projects-sec .card-columns h2 { font-size: 30px; padding: 0px 0px 0 0; margin: 0 0 0 -20px;}
section.projects-sec .card-columns .card-block img {   width: 100%;}
section.projects-sec .card-columns .card-block {  padding: 20px;}
.grow-business-sec .grow-business-blk aside.cont-sec{ padding:20px;}
.grow-business-sec .grow-business-blk aside.cont-sec h2 {font-size: 30px; font-weight: 700;  line-height: 36px;  margin: 0 0 20px 0; padding: 10px;}
.grow-business-sec .grow-business-blk aside.cont-sec p string{display:none; } 
.grow-business-sec .grow-business-blk aside.cont-sec p a.btn-org { border-radius: 6px;  padding: 6px; margin: 0 8px;}
.grow-business-sec .grow-business-blk {  padding: 16px 0;}
section.banner-sec.banner-careers-sec {padding: 15px;}
.job-search-form { padding:0 15px; }
.job-search-form lable { font-size: 20px;}
.job-inf0-detail-sec .content-sec { padding: 30px 15px 15px 15px;}
.enq-sec a { display: block;  margin: 20px;}
.pop-up-sec.success-pop .modal-dialog { width: 95%;}
.pop-up-sec .modal-dialog .modal-content .modal-body .close { margin-top: -40px; margin-right: -40px;}
.pop-up-sec .modal-dialog .modal-content .modal-body { padding: 30px;}
.hiden-md.enq-sec { display:block; } 
.blog-in-sec .para-sec .img-blog-in img {width:100%;}

.tech-digi-sec .tab-content>.tab-pane img.sub-ser-img {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
}
.ser-over-view.over-view-sec {
   padding: 6px;
    margin: 1px 9px 1px -7px;
}
.ser-over-view .industries_icon_box .indus-sec {
       padding: 0px 10px 6px 10px;
    flex-wrap: nowrap;
    height: 120px;
    border-radius: 18px;
    width: 100px;

}
.ser-over-view .industries_icon_box .indus-sec span {
    font-size: 13px;
    line-height: 20px;
}
.ser-over-view h1{    font-size: 22px;
    padding: 34px 3px 15px 3px;}

.ser-over-view .industries_icon_box .indus-sec span img {
    width: auto;
    margin: 8px 0;
}
.ser-over-view .industries_icon_box {
    margin: 8px 0px 9px 0px;
}
.call-to-action h4 {
    font-size: 23px;
    padding: 12px;
}
.ser-over-view.over-view-sec p {
    font-size: 18px;
    line-height: 27px;
    padding: 0px 10px;
}



div.step-block .grwth-blk-ul li { width: 100%; display: block;}
div.step-block .grwth-blk-ul li aside { padding: 30px 10px 10px 10px; min-height: 200px; width: 200px;  margin: auto;}
div.step-block .grwth-blk-ul li:before { content: url(../images/arrow-v.png); right: auto;
    left: 50%;
    top: 70%;
    margin: 0 0 0 -6px;}
	div.step-block .grwth-blk-ul li:hover:before { content: url(../images/arrow-v.png); right: auto;
    left: 50%;
    top: 70%;
    margin: 0 0 0 -6px;}
div.step-block .grwth-blk-ul li:hover { width: 250px; height: 250px; margin: 40px auto -2px auto;}
div.step-block .grwth-blk-ul li:hover aside,
div.step-block .grwth-blk-ul li aside:hover {
    height: 270px;
    width: 270px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -21px;
    left: 0;
    right: 0;
}
.what-v-do aside { margin: 0 0 30px 0;}
.what-v-do .slider-block .owl-carousel .owl-nav .owl-next {  left: auto; right:-20px;}
.what-v-do .slider-block .owl-carousel .owl-nav .owl-prev { left: -24px;}
.what-v-do .slider-block .content-sec {  padding: 0 15px 0 15px;}
.pop-slider-block .container { padding: 30px 0 0 0; width:100%; }
.pop-slider-block .close {  top: 0;}
.what-v-do .slider-block .owl-nav { width: 100%;}
.what-v-do .slider-block .content-sec  ul { margin: 0 0 0 20px;}
.what-v-do .slider-block .content-sec ul.threecol li,
.what-v-do .slider-block .content-sec ul li { width: 100%; text-align: left;}
.pop-slider-block .modal-dialog {
    width: 90%;
}
.row.no-row {
    margin: 0;
    padding: 0;
}

.project-sec .project_item .project_p-wrap,
.project-sec .project_item .project_title-wrap{display: block;width: 100%;}
.project-sec .project_item .project_p-wrap p { line-height: 24px; margin: 0 0 10px 0;}
.project-sec .project_item .project_title-wrap p {text-align: left;}
.project-sec .project_item:hover .project_wave-move {position: relative;margin: 15px auto;top: 0;}
.pkpd-sec aside h2 { font-size: 30px;}
.our-projects-sec .tab-content ul {padding: 0 0 0 0px !important;}
.let-us-see .box { margin: 0 0 30px 0;}

.factor-sec { margin-left: 0;}
.factor-sec .box {  width: 100%; border-radius: 30px; padding: 33px 5px; margin: auto;}
.factor-sec .box .content h4 { font-size: 14px; margin: 8px 0 0 0;}
.technical-seo { border-radius: 30px;}
.technical-seo .row .trgtdiv-blk {border-right: 0px dotted #ccc;min-height: auto;border-bottom: 2px dotted #ccc;padding: 15px 0;}

.email-temp-see .email-mail-sec .ser-advantage-sec aside {width:49%;}
.email-temp-see .email-mail-sec .ser-advantage-sec aside .icon-sec {width: 50%;}
.email-temp-see .email-mail-sec .ser-advantage-sec {padding: 0;}
.email-temp-see .email-mail-sec .ser-advantage-sec aside .content-sec,
.email-temp-see .email-mail-sec .ser-advantage-sec aside .icon-sec{display: block; padding: 10px 0 0 0;}

.branding-market-strategy-sec aside:nth-child(1),
.branding-market-strategy-sec aside:nth-child(9){width: 50%; margin: auto;}
.branding-market-strategy-sec aside.arrow {width: 12%; padding: 0 4px;  display: block;  margin: 0 auto;}
.branding-market-strategy-sec aside.arrow .hw-block-sec {position: relative;top: -5px;}
.branding-market-strategy-sec aside {width: 50%;display: block;padding: 10px;vertical-align: bottom;margin: auto;}
.branding-market-strategy-sec aside h3 {min-height: auto;}
.branding-market-strategy-sec aside.arrow img {  transform: rotate(90deg);}

.slider-wrap {height: 100vh !important; overflow-y: unset !important;}
.wedesindev-sec .web-desgn .orange1,
.wedesindev-sec .web-desgn .orange{ height: auto !important;}
.wedesindev-sec .web-desgn h3 span {opacity: 0 !important;}
.clearfix-sec {margin-bottom: 0;}
.wedesindev-sec .web-desgn h5 {margin: 0 0 5px 0;}
.wedesindev-sec ul li { width: 20%;}
.wedesindev-sec ul li.arrow-icon {width: 10%; margin:0 15px;}
.wedesindev-sec ul li p {height: 50px; font-size:12px;}
.wedesindev-sec ul li.clearfix{display:block; float: none;clear: both;}
.in-tech-sec .use-tech-sec.sixcolm ul li { width: 20%;  margin: 0 10px 23px 0;}
.benifit-sec .in-benifit-sec aside { width: 100%;}

.pkpd-sec aside ul li {
    text-align: center;
    margin: 20px 0;
    width: 100%;
    float: none;}
    .pkpd-sec aside ul li .img-sec {
   
    display: block;
    text-align: center;
    margin: 0 auto;
}
.pkpd-sec aside ul li p {
    display: block;
    font-size: 20px;
    padding: 15px;
    width: 100%;
}

.wedesindev-sec .web-desgn .orange1 h3 i {
   left:auto;
    right: 40px;
}

}







/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  display: inline-block;
  padding: 12px 0 0 0;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 370px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
}
a.blantershow-chat {
      background: #4fce5d;
    /* background: #fff; */
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
        bottom: 22px;
    right: 26px;
    font-size: 15px;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
     animation: breathe 2s ease-in-out infinite;
}
a.blantershow-chat img {
  transform: scale(1.2);
  margin: 0 0px 0 0;
  width:30px;
  filter: brightness(0) invert(1);
  animation: beat 2s ease-in-out infinite;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    height: 50px;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
a.whatapp-btn {
       padding: 10px;
    display: inline-block;
    background: #4fce5d;
    opacity: 1;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 15px auto;
    position: relative;
    z-index: 100;
	
}
a.whatapp-btn img {
    filter: brightness(0) invert(1);
	width: 26px;
}

a.whatapp-btn:hover,
a.whatapp-btn:focus{ opacity:0.8; outline:none; text-decoration:none; }
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;

  svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    /*transform: scale(0);*/
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left:20px;
  max-width: calc(100% - 66px);
  &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color:#ff6341;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
