body {
	margin: 0;
	padding: 0;
	font-family: 'Questrial', sans-serif;
}

* {
	box-sizing: border-box;
}

.title-h2 {
	font-family: 'Mukta', sans-serif;
}

#banner_main {
    padding-bottom: 83px;
    margin-bottom: 63px;
}
a.navbar-brand img {
    width: 200px;
}

.main_header .navbar {
    padding: 40px 100px;
}

.main_header .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    color: #232323;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    transition: 0.5s;
}

.main_header .nav-item {
    padding: 0 20px;
}

.main_header .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FF5723;
    border-bottom: 4px solid #FF5723;
    display: inline-block;
}

.main_header .navbar-light .navbar-nav .active .nav-link{
    color: #FF5723;
    border-bottom: 4px solid #FF5723;
    display: inline-block;
}

.main_header {
    background: #fff;
    width: 100%;
}

.main_header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


#toggle {
    width: 28px;
    height: 30px;
    display: none;
}

#toggle span {
  width: 100%;
  height: 5px;
  background: #000;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#menu {
  display: none;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .0;
}


.main_header .navbar-light .navbar-nav .nav-link:hover {
    color: #FF5723;
}

.review .review_btn {
    text-decoration: none;
    border: 1px solid #FF5723;
    border-radius: 54.5px;
    font-weight: 400;
    font-size: 16px;
    color: #FF5723;
    padding: 17px 43px;
    transition: 0.5s;
    display: inline-block;
}

.review .review_btn:hover {
	color: #fff;
	background: #FF5723;
}

.banner_text {
    width: 100%;
    padding-left: 60px;
    position: relative;
}

.element {
    width: 100%;
}

.element img {
    width: 100%;
}

.stride {
    position: absolute;
    top: 202px;
    left: 170px;
}

.banner_img img {
	width: 100%;
}

.stride h5 {
    font-size: 30px;
    color: #232323;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 7px;
}

.stride .title_h1 {
    padding-right: 130px;
    margin-bottom: 26px;
}

.title_h1 {
    font-size: 55px;
    color: #232323;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -2px;
    font-family: 'Mukta';
}

.title_h1 span {
	color: #FF3C00;
}

.contact_btn {
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 12px 46px 13px 49px;
    background: linear-gradient(90deg, #FF5723 0%, #DC7A20 100%);
    border-radius: 5px;
    text-decoration: none;
    transition: ease-in-out 0.5s;
    border: 1px solid #FF5723;
}
.contact_btn:hover {
	border: 1px solid #232323;
	background: none;
	color: #232323;
}

.read_more {
	margin-left: 12px;
    font-size: 20px;
    line-height: 25px;
    color: #232323;
    padding: 12px 48px 13px 49px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #232323;
    transition: ease-in-out 0.5s;
}

.read_more:hover {
	color: #FFFFFF;
	border: 1px solid #FF5723;
	background: linear-gradient(90deg, #FF5723 0%, #DC7A20 100%);
}

#the_company {
    background-image: url(../image/abs-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0 122px;
}

.about-text {
    padding-left: 123px;
}

.about-img {
    width: 100%;
}

.about-img img {
    width: 100%;
}

.small_title {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #FF3C00;
    position: relative;
    padding-left: 60px;
    margin: 0;
}

.small_title:after {
    content: '';
    background: #FF3C00;
    width: 29px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 0;
}

.small_title:before {
    content: '';
    background: #FF3C00;
    width: 46px;
    height: 2px;
    position: absolute;
    top: 14px;
    left: 0;
}

.title_h2 {
	font-family: 'Mukta';
	font-weight: 700;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: -0.02em;
	color: #232323;
	margin: 0;
}

.title_h2 span {
	color: #FF3C00;
}

.about-text h2 {
	padding: 15px 0px 25px 0px;
}

.about-text p {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 35px;
}

.best {
	display: flex;
}

.could {
	margin-right: 70px;
	padding: 0;
	margin-bottom: 0;
}

.could li {
	list-style: none;
	font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
}

.could li img {
	padding-right: 9px;
    padding-top: 5px;
}

.about-text a.readm {
    background: linear-gradient(89.97deg, #FF5723 0.02%, #DC7A20 99.97%);
    border-radius: 5px;
    padding: 10px 17px 10px 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    /* line-height: 16px; */
    height: 50px;
    width: 186px;
    margin-top: 22px;
    transition: 0.5s;
}
.could li a {
    color: black;
    text-decoration: none;
}

.about-text a.readm:hover {
    background: #232323;
}


.about-text a img {
	padding-left: 26px;
}

#partners {
    background: url(../image/abs-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 43px 0px 61px;
}

.company-logo {
    width: 100%;
}

.logo-img {
    text-align: center;
    width: 20%;
}

#services {
    padding-top: 98px;
}

.service-text {
    max-width: 575px;
    margin: auto;
    text-align: center;
    position: relative;
}

.service-btn {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #FF5723 0%, #DC7A20 100%);
    border-radius: 100px;
    display: inline-block;
    width: 120px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.service-btn:hover {
    background: #232323;
    color: #fff;
}

.executive {
    padding-left: 276px;
    margin-top: 79px;
}

.executive-box {
    padding: 28px 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
/*     height: 380px; */
}

.executive-icon img {
    width: 30% !important;
}

.executive-text h4 {
	font-family: 'Mukta';
	font-weight: 600;
	font-size: 25px;
	line-height: 28px;
	color: #FF5723;
	margin: 23px 0px 10px;
	min-height: 60px;
}

.executive-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 26px;
    min-height: 125px;
}

.executive-text a {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    color: #FF5723;
/*     position: absolute; */
    bottom: 30px;
}

.executive .owl-carousel .owl-stage {
    margin: 10px 0;
}

.executive .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 84px;
}

#web_services {
    margin-top: 57px;
    padding-bottom: 40px;
}

.services_bg {
    background: #161616;
    padding: 85px 0px 320px;
    margin-top: 164px;
}

.web-service-text h6 {
	color: #fff;
}

.web-service-text h2 {
    color: #fff;
}

.web-service-text p {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    padding-right: 128px;
}

.web-service-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer {
    width: 40%;
}

.passages {
    width: 40%;
}

.view-all {
    width: 15%;
    text-align: end;
}

.view-all a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(90deg, #FF5723 0%, #DC7A20 100%);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border: 2px solid #FF5723;
}

.view-all a:hover {
    background: inherit;
    border: 2px solid #FF5723;
    color: #fff;
}

.view-all a img {
    padding-left: 30px;
}

.web_offer {
    position: relative;
    width: 100%;
    margin-top: -17rem;
}

.offer_box {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 70px 50px 66px;
    border-radius: 5px;
    transition: ease-in-out 0.5s;
    box-shadow: 0px 0px 10px 5px rgba(70, 66, 66, 0.1);
}

.offer_icon {
    margin-bottom: 40px;
}

.offer_text h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #232323;
    font-family: 'Mukta';
    margin-bottom: 20px;
    transition: ease-in-out 0.5s;
}

.offer_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 0;
    transition: ease-in-out 0.5s;
	min-height: 120px;
}

.our_service h2 {
    font-weight: 700;
}

.offer_box a {
    width: 60px;
    height: 60px;
    background: #FF5723;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;
    position: absolute;
    bottom: -28px;
    right: 50px;
    transition: ease-in-out 0.5s;
}

.offer_box:hover h4 {
    color: #fff;
}

.offer_box:hover p {
    color: #fff;
}

.offer_box:hover a {
    color: #fff;
    background: #232323;
}

.offer_box:hover {
    background: url(../image/bg-box2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.icon1 {
    display: block;
    transition: ease-in-out 0.5s;
}

.offer_box:hover .icon1 {
    display: none;
}

.icon2 {
    display: none;
    transition: ease-in-out 0.5s;
}

.offer_box:hover .icon2 {
    display: block;
}

#portfolio {
    margin-top: 150px;
}

.portfolio_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_title h6 {
    color: #FF3C00;
    margin-bottom: 15px;
}

.main_title h2 span {
    color: #EE753C;
}

.main_title {
    width: 40%;
}
.tabs_btn {
    width: 40%;
}

.tabs_btn .nav-link {
    color: #777777;
    font-size: 18px;
    border-radius: 0;
}

.tabs_btn .nav-tabs .nav-link {
    border-radius: 0;
    border: 0;
    padding: 0;
    padding-top: 9px;
    border-top: 3px solid #fff;
}

.tabs_btn .nav {
    justify-content: space-between;
}
 
.tabs_btn .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.tabs_btn .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
    color: #777777;
    border-top: 3px solid #fff;
}

.tabs_btn .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #777777;
    background-color: inherit;
    border-top: 3px solid #FF5723 !important;
    border: 0; 
}

.project-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project {
    width: 32%;
    position: relative;
    overflow: hidden;
    height: 487px;
    margin-bottom: 35px;
}

.project1 {
    width: 32%;
    position: relative;
    overflow: hidden;
    height: 299px;
}

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

.project_img {
    border-radius: 5px;
    height: 100%;
    transition: ease-in-out 0.5s;
}

.project_img img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.project_text {
    position: absolute;
    bottom: -60px;
    left: 40px;
    transition: ease-in-out 0.5s;
}

.project_text span {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 18px;
}

.project_text h5 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #fff;
}


.project a {
    width: 60px;
    height: 60px;
    background: #FF5723;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top:22px;
    right: -60px;
    transition: ease-in-out 0.5s;
}
.project:hover .project_img:before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    transform: rotate(180deg);
    background: linear-gradient(180deg, rgba(234, 134, 72, 0.9) 0%, rgba(234, 134, 72, 0.9) 14.34%, rgba(234, 134, 72, 0.9) 28.3%, rgba(255, 255, 255, 0) 79.11%);
}
.project:hover a {
    right: 16px;
}

.project:hover .project_text {
    bottom: 40px;
}

.project1 a {
    width: 60px;
    height: 60px;
    background: #FF5723;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 22px;
    right: -65px;
    transition: ease-in-out 0.5s;
}

.project a:hover{
    background: #232323;
}

.project1 a:hover{
    background: #232323;
}

.project-list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.project1:hover .project_img:before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(234, 134, 72, 0.9) 0%, rgba(234, 134, 72, 0.9) 14.34%, rgba(234, 134, 72, 0.9) 28.3%, rgba(255, 255, 255, 0) 79.11%);
}
.project1:hover a {
    right: 16px;
}

.project1:hover .project_text {
    bottom: 40px;
}


#benifit {
    background-image: url(../image/abs-bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 210px;
    margin-top: 75px;
    position: relative;
}

#benifit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 87, 35, 0.9) 0%, rgba(220, 122, 32, 0.9) 100%);
}

.benifit_img {
    position: relative;
}
.benifit_img img {
    width: 100%;
}

.benifit_text {
    position: relative;
    padding-left: 272px;
}
.benifit_text h6:after {
    background: #fff;
}
.benifit_text h6:before {
    background: #fff;
}

.benifit_text h6 {
    color: #fff;
    margin-bottom: 15px;
}

.benifit_text h2 {
    color: #fff;
    margin-bottom: 53px;
}

.why_choose {
    position: relative;
    margin-bottom: 36px;
}

.choose_icon {
    margin-bottom: 26px;
}

.choose_text h5 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.choose_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}

#request {
    position: relative;
    width: 100%;
}

.request_img {
    position: relative;
}

.video-arrow {
    position: absolute;
    bottom: 20px;
    left: 45px;
}

.request_img img {
    width: 100%;
    border-radius: 5px;
}

.request_img a {
    width: 80px;
    height: 80px;
    background: #FF5723;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 23px;
    left: 41px;
}

.request_bg {
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: -131px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.call_back {
    width: 100%;
    padding: 0 60px 0 104px;
    margin-top: 130px;
}

.call_back h2 {
    font-family: 'Mukta';
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #232323;
    margin-bottom: 10px;

}

.call_back p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #555555;
    margin-bottom: 0;
}

.main_form {
    margin-top: 50px;
    width: 100%;
    padding: 0 120px 0 104px;
}

.contact_form {
    width: 100%;
}

.contact_form input {
    width: 100%;
    padding: 23px 36px;
    border: 0;
    margin-bottom: 20px;
    background: #FFF2EB;
    height: 60px;
}
.contact_form textarea {
    width: 100%;
    padding: 23px 36px;
    border: 0;
    margin-bottom: 20px;
    background: #FFF2EB;
    height: 128px;
}

.back-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
}

.back-img img {
    width: 100%;
}

.submit_btn {
    padding: 16px 45px 16px 47px;
    border: 1px solid #FF5723;
    color: #FF5723;
    transition: 0.5s;
    background: #fff;
}

.submit_btn:hover {
    border: 1px solid #FF5723;
    color: #fff;
    background: #FF5723;
}

.standard {
    display: flex;
    align-items: center;
}

#our_client {
    padding-top: 159px;
}

.quote {
    width: 190px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.testimonial {
    width: 100%;
    padding-left: 0px;
}
.wprevpro_t3_outer_div {
    width: 100% !important;
}

.client {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 74px 65px 46px 70px;
    margin: 62px 0px;
    position: relative;
}

.standard-text {
    padding-left: 22px;
}

.client p {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #555555;
	min-height: 140px;
}
.news1.wow.fadeInUp img {
	width: 100%;
	width: -webkit-fill-available;
	height:auto;
}

.standard ul {
    margin: 0;
    padding: 0;
}

.standard ul li {
    list-style: none;
    display: inline-block;
}
.standard h5 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #232323;
}

.standard span {
    font-size: 16px;
    line-height: 20px;
    color: #555555;
}

.executive .slick-track {
    position: relative;
    top: 0;
    left: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.executive .slick-dots {
    width: 85%;
}

/* .testimonial .slick-dots {
    width: 85%;
} */

/* .testimonial .slick-track {
    left: -115px;
} */
/* .testimonial .slick-track {
    left: 10%;
} */

.executive .slick-dots {
    bottom: -104px;
}

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 3px 13px;
}

.company-logo .slick-slide {
    margin: 0px 27.5px;
    display:flex;
    justify-content: center;
}

/* .slick-slide img {
  width: 100%;
} */
style#slick-slide10 {
    display: none;
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 1;
    border-radius: 10px;
    top: 0;
    left: 0;
    transform: translate(50%, 50%);
}

.slick-dots li.slick-active button {
    border: 1px solid #000;
}

#blog {
    width: 100%;
    margin-top: 100px;
    padding-top: 30px;
}

.news {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.latest {
    width: 53%;
}

.news_img {
    position: relative;
    margin-bottom: -20px;
}

.latest p {
    font-size: 20px;
    line-height: 32px;
    color: #555555;
    margin: 0;
    margin-top: 12px;
}

.all-news {
    width: 15%;
    text-align: end;
    margin-bottom: 27px;
}

.all-news a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(90deg, #FF5723 0%, #DC7A20 100%);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
}

.all-news a:hover{
    background: #232323;
}

.blog_box {
    width: 100%;
    margin-top: 40px;
}

.news-img img {
    width: 100%;
    border-radius: 5px;
	height:auto;
}

.blog-text {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    padding: 44px 36px 27px 34px;
    margin-right: 40px;
    position: relative;
    margin-top: -70px;
}

.blog-text span {
    background: linear-gradient(90deg, #FF5723 0%, #DC7A20 100%);
    border-radius: 2px;
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: -16px;
}

.blog-text h3 {
    font-family: 'Mukta';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #232323;
    margin-bottom: 16px;
}

.blog-text a {
    font-size: 16px;
    line-height: 18px;
    color: #FF3C00;
    text-decoration: none;
    margin-bottom: 26px;
    display: block;
}

.blog-text ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.blog-text ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #555555;
}
.blog-text ul li:last-child {
    color: #FF3C00;
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 16px;
}

.blog-text ul li img {
    padding-right: 6px;
    width: 22px;
}

#help_you {
    width: 100%;
    margin-top: 107px;
    position: relative;
    margin-bottom: -94px;
    z-index: 1;
}

.consultation {
    background-image: url(../image/abs-bg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 42px 52px 42px 62px;
    align-items: center;
    border-radius: 15px;
}

.consultation-text {
    display: flex;
    align-items: center;
}

.any {
    padding-left: 48px;
}

.any span {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
    display: block;
}

.any h2 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin: 0;
}

.call_now a {
    font-size: 20px;
    line-height: 20px;
    color: #042242;
    text-decoration: none;
    padding: 18px 60px 17px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    transition: ease-in-out 0.5s;
}

.call_now a:hover {
    background: #232323;
    color: #fff;
}

#footer {
    background: #232323;
    padding-top: 151px;
    position: relative;
    overflow: hidden;
}

#footer:before {
    background-image: url(../image/footer-obj.png);
    content: '';
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.parturient {
    width: 100%;
    position: relative;
}

.parturient h5 {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
}

.parturient p {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 33px 180px 0px 0px;
    margin: 0;
}

.social {
    margin: 0;
    padding: 0;
    margin-top: 32px;
}

.social li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}   

.social li a {
    width: 43.17px;
    height: 43.17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}

.social li a:hover {
    background: #FF5723;
    border-color: #ff5723;
}

.links {
    margin: 0;
    padding: 0;
    margin-top: 27px;
}

.links li {
    list-style: none;
    /* padding-bottom: 18px; */
}

.links li:last-child {
    padding-bottom: 0;
}

.links li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.links li a:hover {
    color: #FF5723;
}

.Information {
    width: 100%;
    display: flex;
    margin-top: 34px;
}

.Information-text {
    display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 37px;
}
.call-text {
    padding-left: 19px;
}

.call-text span {
    list-style: none;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: block;
}

.call-text strong {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.call-text a {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration-line: underline;
}

.copyright {
    position: relative;
    padding: 0px 56px;
    margin-top: 54px;
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #fff;
    border-top: 0.5px solid #fff;
    padding: 29px 0px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
}

.copyright p span {
    padding: 0px 20px;
}

.copyright p a {
    text-decoration: none;
    color: #fff;
}
.copyright p a:hover {
    color: #FF5723;
}


/*--------------------------------
   About Us Page Start
---------------------------------*/

#inner_banner {
    padding: 100px 0px;
}

.about_us_banner {
    background-image: url(../image/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}  

.inner_banner_text h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -2px;
    font-family: 'Mukta';
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
}

.inner_banner_text h2 span {
    color: #FF3C00;
}

.inner_banner_text h2:before {
    content: '';
    background: #FF3C00;
    width: 90px;
    height: 2px;
    position: absolute;
    top: 27px;
    left: 0;
} 

.inner_banner_text ul {
    margin: 0;
    padding-left: 105px;
    display: flex;
    align-items: center;
}

.inner_banner_text ul li {
    list-style: none;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    padding: 0 5px;
}

.inner_banner_text ul li a {
    color: #fff;
    text-decoration: none;
}

.inner_banner_text ul li a:hover {
    color: #FF3C00;
}

#our_history {
    width: 100%;
    position: relative;
    margin-top: 180px;
}

.company_img {
    width: 100%;
    position: relative;
}

.history_img {
    width: 88%;
}

.experience h3 {
    font-family: 'Mukta';
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.experience span {
    font-family: 'Mukta';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
}

.lock_img {
    position: absolute;
    right: 30px;
    top: 40px;
}

.dot_img {
    position: absolute;
    top: -80px;
    left: -102px;
    z-index: -1;
}

.experience {
    background: #FF5723;
    width: 158px;
    padding: 15px;
    border-radius: 5px;
    height: 140px;
    text-align: center;
    position: absolute;
    bottom: 80px;
    right: 0;
}

.company_text {
    width: 100%;
    padding-left: 70px;
}

.company_text h6 {
    margin-bottom: 15px;
}

.company_text h2 {
    margin-bottom: 30px;
}

.company_text p {
    font-size: 18px;
    color: #555555;
}

#platforms {
    width: 100%;
    padding: 129px 0 140px;
    position: relative;
    margin-top: 150px;
    background-image: url(../image/abs-bg5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.platform_text {
    padding-right: 60px;
}

.platform_text h2 span {
    color: #FF5723;
}

.platform_text h6 {
    margin-bottom: 15px;
}

.platform_text h2 {
    margin-bottom: 67px;
    color: #fff;
    padding-right: 6rem;
}

.platform_text p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.our_mission {
    background: #fff;
    display: inline-block;
    padding: 28px 44px;
    font-size: 32px;
    text-decoration: none;
    color: #232323;
    font-weight: 700;
    font-family: 'Mukta';
    line-height: 24px;
    border: 1px solid #fff;
    transition: ease-in-out 0.5s;
}

.our_value {
    background: inherit;
    display: inline-block;
    padding: 28px 44px;
    font-size: 32px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-family: 'Mukta';
    line-height: 24px;
    border: 1px solid #fff;
    margin-left: 30px;
    transition: ease-in-out 0.5s;
}

.our_mission:hover {
    background: inherit;
    color: #fff;
}

.our_value:hover {
    background: #fff;
    color: #232323;
}

.platform_img img {
    width: 100%;
    margin-top: 121px;
}

.platform_img {
    text-align: end;
}

#project {
    margin-bottom: 150px;
}

.project_main {
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    padding-bottom: 51px;
    flex-wrap: wrap;
}

.project_box {
    text-align: center;
    border-right: 1px solid #C6C5C5;
    padding: 0 48px;
    width: 25%;
}

.project_box:last-child {
    border-right: 0;
}

.project_icon {
    margin-bottom: 40px;
    position: relative;
    margin-top: -110px;
}

.project_icon img {
    width: 100%;
}

.project_box h6 {
    font-size: 40px;
    color: #232323;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Mukta';
    margin-bottom: 15px;
}

.project_box p {
    font-size: 24px;
    color: #555555;
    line-height: 24px;
    margin-bottom: 0;
}

/*--------------------------------------------
 Our Service Page Start
--------------------------------------------*/

.our_service_banner {
    background-image: url(../image/our-service-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#professional {
    width: 100%;
    margin-top: 150px;
}

.professional-text {
    max-width: 780px;
    margin-bottom: 100px;
}  

.professional-text h6 {
    margin-bottom: 15px;
}  

.professional_service {
    width: 100%;
}

.professional_service h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #232323;
    margin-bottom: 60px;
}

.provide_main {
    position: relative;
    padding-left: 40px;
}

.provide_main:before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FF5723;
}

.provide {
    width: 100%;
    padding: 50px 30px 50px 0;
    border-top: 3px solid #E7E7E8;
    display: flex;
}

.provide_icon {
    width: 20%;
}

.provide_text {
    padding-left: 56px;
}

.provide_text h4 {
    font-family: 'Mukta';
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #232323;
    margin-bottom: 25px;
}

.provide_text h4 span {
    color: #FF5723;
    padding-right: 20px;
}

.provide_text p {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 30px;
}

.provide_text a {
    font-family: 'Mukta';
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FF3C00;
    text-decoration: none;
    text-transform: uppercase;
    
}

.provide_text a i {
    padding-left: 10px;
}

.border_line {
    width: 100%;
    position: relative;
}

.border_line hr {
    height: 3px;
    background: #E7E7E8;
    opacity: 1;
    width: 94%;
    margin: auto;
}

.border_line:before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0px;
    background: #FF5723;
}

.border_line:after {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0px;
    background: #FF5723;
}

.efficiently_img {
    width: 100%;
    position: relative;
    text-align: end;
}

.efficiently_img img {
    width: 89%;
}

.efficiently_img .doted_img {
    position: absolute;
    top: -68px;
    right: -80px;
    z-index: -1;
}

.success_rate {
    position: absolute;
    bottom: 80px;
    left: 0px;
    background: #FF5723;
    padding: 36px 22px;
    text-align: center;
    border-radius: 5px;
}

.success_rate h3 {
    font-family: 'Mukta';
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.success_rate span {
    font-family: 'Mukta';
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.committe {
    padding-right: 170px;
}

.real_time {
    display: flex;
    margin-top: 50px;
}

.strategic-text {
    padding-left: 30px;
    padding-right: 40px;
}

.strategic-text h4 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #232323;
    margin-bottom: 7px;
}
.strategic-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin: 0;
}

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

#process {
    width: 100%;
    background-image: url(../image/abs-bg6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    margin: 150px 0;
}

.process-text {
    text-align: center;
    max-width: 550px;
    margin: auto;
}

.process-text h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.process-text h2 {
    color: #FFFFFF;
    margin-bottom: 50px;
}

.work {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.work_process_box {
    width: 25%;
    text-align: center;
    padding: 56px 26px;
    position: relative;
    transition: ease-in-out 0.5s;
    border-radius: 5px;
}

.work .work_process_box:last-child:before {
    width: 0;
}

.work_process_box h5 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 33.561px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 12px;
}

.work_process_box p {
    font-weight: 400;
    font-size: 18.645px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    ;
}

.work_process_box:before {
    content: '';
    width: 105px;
    height: 1px;
    position: absolute;
    top: 128px;
    right: -50px;
    border-top: 2px dashed #fff;
}

.work_process_box:hover {
    background: #fff;
}
.work_process_box .process-icon2{
    display: none;
}
.work_process_box .process-icon1{
    display: inline-block;
}
.work_process_box:hover .process-icon2{
    display: inline-block;
}
.work_process_box:hover .process-icon1{
    display: none;
}
.work_process_box:hover h5 {
    color: #232323;
}
.work_process_box:hover p {
    color: #232323;
}

/*--------------------------------------------
 Web Service Page Start
--------------------------------------------*/

.web_service_banner {
    background-image: url(../image/web-service-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#development {
    width: 100%;
    margin-top: 120px;
}

.development_img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 5px;
}

.development-text {
    margin-top: 50px;
}

.development-text h3 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #232323;
    margin-bottom: 15px;
}

.development-text p {
    font-weight: 400;
    font-size: 16.6px;
    line-height: 35px;
    color: #555555;
    margin: 0;
}

.accordion_main {
    margin-top: 100px;
}

.accordion_main .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.accordion_main .accordion-button:not(.collapsed) {
    color: #232323;
    background-color: #FFF2EB;
    box-shadow: 0 0 0 0;
    border-bottom: 1px solid #E0DCDC;
}

.accordion_main .accordion-item {
    border: 0;
    margin-top: 20px;
}

.accordion_main .accordion-button {
    font-family: 'Mukta';
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #232323;
    padding: 32px 10px 32px 90px;
    background: #FFF2EB;
}

.accordion_main .accordion-body {
    padding: 1rem 1rem;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    background: #FFF2EB;
}

.accordion-button::after {
    background-image: url("../image/vector3.png");
    position: absolute;
    left: 20px;
    width: 40px;
    height: 40px;
    background-size: cover;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../image/vector3.png");
    transform: rotate(0);
}

.services_include {
    margin-top: 100px;
}

.services_include h3 {
    font-family: 'Mukta';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #232323;
    margin-bottom: 15px;
}

.services_include li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
}
.services_include li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
}

.services_include li img {
    padding-right: 15px;
    padding-top: 5px;
}

.service_list {
    width: 100%;
    padding: 50px;
    background: #FFF2EB;
    /* height: 570px; */
    margin-top: 50px;
}

.service_name {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

.service_name:last-child {
    margin-bottom: 0;
}

.service_name:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -98.9%;
    width: 100%;
    height: 100%;
    background: #ff5723;
    transform: rotate(-10deg);
    transition: ease-in-out 0.5s;
}

.service_name:hover:before {
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #ff5723;
    transform: rotate(0deg);
}

.service_name:hover h6 {
    color: #fff;
}

.service_name:hover span {
    color: #fff;
}

.service_name a {
    display: flex;
    justify-content: space-between;
    padding: 24px 40px;
    text-decoration: none;
    align-items: center;
    position: relative;
    height: 70px;
}

.service_name a h6 {
    font-size: 18px;
    color: #232323;
    margin-bottom: 0;
    position: relative;
}

.service_name a span {
    font-size: 24px;
    color: #232323;
    position: relative;
}

.get_easy {
    background-image: url(../image/service-include.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 73px 71px;
    position: relative;
    border-radius: 5px;
    margin-top: 30px;
}

.get_easy:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5723;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 5px;
}

.get_easy-text {
    position: relative;
    text-align: center;
}

.get_easy-text h3 {
    font-family: 'Mukta';
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
    margin-top: 15px;
}

.get_easy-text span {
    font-family: 'Mukta';
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 15px;
    display: block;
}

.get_easy-text h2 {
    font-family: 'Mukta';
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 0;
}
.main_form {
    margin-top: 50px;
    width: 100%;
    padding: 0 120px 0 104px;
}
.main_form input {
	width: 100% !important;
    padding: 23px 36px !important;
    border: 0 !important;
    margin-bottom: 20px !important;
    background: #FFF2EB !important;
    height: 60px !important;
}	
.main_form textarea {
	width: 100% !important;
    padding: 23px 36px !important;
    border: 0 !important;
    margin-bottom: 20px !important;
    background: #FFF2EB !important;
    height: 128px !important;
}
button#wpforms-submit-221 {
    padding: 16px 45px 16px 47px;
    border: 1px solid #FF5723;
    color: #FF5723;
    transition: 0.5s;
    background: #fff;
    height: unset;
}
button#wpforms-submit-221:hover {
	border: 1px solid #FF5723;
    color: #fff;
    background: #FF5723;
}
.wpforms-container .wpforms-field {
    padding: 0 !important;
    position: relative;
}
/* .contact-details {
    padding-top: 100px;
} */

section.mainproduct {
    padding-top: 100px;
}

.slider-sa {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
}
.slider-sa img {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.slider-sa h5 {
    font-size: 24px;
}
.slider-sa a {
    color: #212529;
    text-decoration: none;
}
.innerproduct img {
    width: 100%;
    height: auto;
}
.inner1img img {
    width: 100%;
    height: auto;
}
.innertitle h2 {
    color: #FF3C00;
    font-weight: 600;
    font-family: 'Mukta';
}
.inner1title h4 {
	color: #FF3C00;
    font-weight: 500;
    font-family: 'Mukta';
}
.innertitle p {
    font-size: 18px;
    color: #555555;
    font-family: 'Questrial','sans-serif';
}
.row.myproduct {
    padding: 45px 0;
}
.row.ourproduct {
    padding: 30px 0;
}
label.wpforms-field-label {
    padding-top: 20px !important;
}
.slider-sa a {
    background: linear-gradient(89.97deg, #FF5723 0.02%, #DC7A20 99.97%);
    border-radius: 5px;
    padding: 10px 17px 10px 25px;
    color: #fff;
    /* text-decoration: none; */
    display: inline-block;
    font-size: 18px;
    /* line-height: 16px; */
    height: 50px;
    width: 186px;
    margin-top: 22px;
    transition: 0.5s;
}
.slider-sa a:hover {
	background: #232323;
}
.slider-sa:hover {
    box-shadow: 1px 1px 15px 10px rgba(0, 0, 0, 0.1);
}

.service_name .active {
  background-color: #ff5723; 
}
.service_name a.categoryactive.active h6 {
    color: white;
}
.service_name a.categoryactive.active i {
    color: white;
}
.development_box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
}
.row.myproduct {
    border-top: 2px solid #ff5723;
}

/* form style */
.select-val p, .hostedpbx p, .cx p, .microsoft p {
    margin: 0px;
}
.number_range p {
    display: flex;
    justify-content: space-between;
}
.enquire_form {
    margin-top: 50px;
    width: 100%;
    padding: 50px 50px 50px 50px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
/* .enquire_form input, .enquire_form select {
    width: 100% !important;
}  */
.features span.head {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #001931 !important;
}
.features {
    padding: 20px 0px;
}
.multi_features span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: flex;
    align-items: center;
    margin-left: 0px;
}
.multi_features span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
    width: unset !important;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    height: 18px;
    margin: 0!important;
    max-height: 18px;
    max-width: 18px;
    min-width: 18px;
    transition: transform .28s ease;
}
.multi_features span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label{
    font-size: 18px;
    font-weight: 500;
    color: #001931;
    padding-left: 7px;
}
select.wpcf7-form-control.wpcf7-select.calcform {
    min-height: 45px !important;
    height: 45px !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    border: 2px solid #0019311A !important;
}
.multi_features {
    border: 1px solid grey;
    padding: 15px;
    margin: 15px 0px;
    border-radius: 5px;
}
.multi_features p {
    margin-bottom: 0px;
}
.multi_features .subtext p {
    padding-left: 0%;
}
.select2-selection__rendered img.select-img {
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    position: inherit!important;
    width: 40px!important;
}
.select2-container .select2-selection--single {
    height: auto !important;
    padding: 10px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span {
    font-size: 18px;
    font-weight: 600;
}
span.select2-selection.select2-selection--single span.select2-selection__arrow {
    height: 100%;
}
.subtext span {
    font-size: 14px;
}
.dateselect::placeholder {
    color: #ccc;
    font-size: 14px;
    font-family: sans-serif;
}  
.number_range span.shead, span.phonenumber-counter {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}
.number_range {
    font-weight: 700;
}


input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background-color: #ddd;
    background-image: linear-gradient(#FF5723, #FF5723);
    background-size: 0%;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin: 0px;
  }
  
  input[type="range"]::-webkit-slider-thumb, input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #FF5723;
    border: none;
    cursor: pointer;
  }
  
  input[type=range]::-webkit-slider-runnable-track, input[type=range]::-moz-range-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #FF5723;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
  }
  input[type="checkbox"]:checked {
    background-color: #ff5723 !important;
    color: #ff5723 !important;
    -webkit-appearance: none;
}
.select-cal span.shead {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.dateselect {
    padding: 12px 20px !important;
    border-radius: 4px !important;
    border: 2px solid #0019311A !important;
    min-height: 45px !important;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.dateselect span.shead {
    font-size: 16px;
    font-weight: 700;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 12px 46px 13px 49px;
    background: linear-gradient(90deg, #FF5723 0%, #DC7A20 100%);
    border-radius: 5px;
    text-decoration: none;
    transition: ease-in-out 0.5s;
    border: 1px solid #FF5723;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    border: 1px solid #232323;
    background: none;
    color: #232323;
}

  .select2-container {
    width: 100% !important;
    width: -webkit-fill-available !important;
  }
  /* CSS to change the placeholder text */
input[type="date"]::placeholder {
    /* Your styles for the placeholder text here */
    color: #999;
    font-style: italic;
  }
  input[type="date"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-calendar-picker-indicator {
      /* display: none; */
      opacity: 0.1;
      -webkit-appearance: none;
  }

/* ////////////////////////// */
  /* menu css */
  /* //////////////////////// */
  footer#footer ul.dropdown.dropdown-menu-end, footer#footer .menu-item-has-children a::after {
    display: none;
}


  .menu-item-has-children a::after{
	content:"\f107 ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px;
margin-top: 2px;
}

.dropdown a::after{
	content:" " !important;
}


/* .navbar .dropdown  {
  display: block;
  position: absolute;
  
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fbfbfb;;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  
} */

.navbar .dropdown li a.nav-link {
    padding: 15px 0px !important;
    display: block;
}

.navbar .dropdown  li {
  min-width: 200px;
  list-style: none;
}

.navbar .dropdown  a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown  a i {
  font-size: 12px;
}

.navbar .dropdown  a:hover,
.navbar .dropdown  .active:hover,
.navbar .dropdown  li a:hover a {
  color: #DBA11C;
}

/*.navbar  .dropdown:hover  {
  opacity: 1;
  top: 100%;
  visibility: visible;
}*/
ul#menu-header-menu {
    position: relative;
}

ul#menu-header-menu li:hover .dropdown{
	opacity: 1;
  /* top: 100%; */
  visibility: visible;
	
} 

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/

.menu-item-has-children a::after{
	content:"\f107 ";
	font: normal normal normal 14px/1 FontAwesome;
}

.dropdown-active a::after{
	content:" ";
}



a.call_btn img {
    width: 45px;
}
a.call_btn {
    border: 1px solid #FF5723;
    border-radius: 54.5px;
    font-weight: 400;
    font-size: 16px;
    color: #FF5723;
    padding: 6px 25px;
    transition: 0.5s;
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
}
.services_include li a {
    color: inherit;
    text-decoration: none;
}
.phone_service .offer_box {
    min-height: 450px;
    padding-bottom: 40px;
    padding-top:40px;
}
a.call_btn:hover {
    color: #fff;
    background: #FF5723;
}
.wpproslider_t3_P_3.wprev_preview_tcolor1_T3 {
    min-height: 152px;
}
div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus {
    box-shadow: none !important;
}
style.slick-slide.slick-cloned {
    display: none;
}
.enquire_form .dateselect {
    width: 100%;
}
section.mainproduct .slider-sa h5 {
    min-height: 50px;
}
section.mainproduct .slider-sa p {
    min-height: 120px;
}
.page-template-template-enquiry-php .request_bg {
    box-shadow: none;
}
div#wpcf7-f868-o1 .select-cal input, form.wpcf7-form.init .select-cal input, form.wpcf7-form.invalid .select-cal input {
    width: 100%;
    /* height: 35px; */
    padding: 15px;
    border-radius: 5px;
    border: 1px solid grey;
    margin: 5px 0px;
    background-color: #eeeeee;
}
div#wpcf7-f868-o1 .select-cal .wpcf7-textarea, form.wpcf7-form.init .select-cal .wpcf7-textarea, form.wpcf7-form.invalid .select-cal .wpcf7-textarea {
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid grey;
    background: #eeeeee;
    margin: 5px 0px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.dateselect {
    width: 100%;
}
form.wpcf7-form.init, form.wpcf7-form.invalid {
    display: flex;
    flex-wrap: wrap;
}