@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

body {font-family: 'Inter', sans-serif; font-weight:400; font-size:16px;}
a{transition: all .2s ease-in-out 0s;}
a:focus, a, a:hover{outline:none; text-decoration:none;}
h1,h2,h3,h4,h5,h6{ font-weight:500; color: #161922;} 
h3 {font-size: 26px}
h4 {font-size: 18px}
h4 a {color: #161922;}
img{max-width:100%;}
ul, li{list-style:none; margin:0; padding:0;}
.section-heading { margin-bottom: 30px;}
.section-heading.center { text-align: center;}
.section-heading.right { text-align: right;}
.section-heading h2 { font-size: 38px; font-weight: 700; margin-bottom: 10px;}
.section-heading h2 span { color: #e46238}
.section-heading p { font-size: 16px;}
.section-heading ul { padding-left: 20px; margin-bottom: 20px;}
.section-heading li { list-style: disc;}
.section-heading li::marker { color: #f15d2d; font-size: 20px;}

.orange-line { background: #e46238; width: 50px; height: 1px; margin-left: 0;}
.center .orange-line {margin-left: auto;}
.right .orange-line {margin-right: 0;}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext span, .whitetext a, .whitetext {color: #fff}
.whitetext .orange-line {background: #fff; }
.whitetext .btn.btn-border {color: #fff; border-color:#fff; }
.whitetext .btn.btn-border:hover { border-color:#fff; }
.graybg {background: #f5f5f5;}
.orangebg {background: #E46238;}
.darkbg {background: #091a29 !important;}
.whitebg {background: #fff;}
section {padding: 50px 0}
.btn-box { display: flex; gap: 15px;}
.center.btn-box { justify-content: center}
.right.btn-box { justify-content: right}
.btn { border-radius: 5px; background: #E46238; color: #fff; font-size: 16px; padding: 10px 45px; position: relative; overflow: hidden}
.btn img {margin-right: 10px}
.btn:hover { color: #fff;}
.btn:before { position: absolute; content: ''; display: inline-block; top: 38px; left: -72%; width: 100%; height: 100%; background-color: #fff; transition: .2s; transform: rotate(45deg); opacity: 0;}
.btn:hover::before {left: 68%;top: -57%;opacity: .5;}
.btn.btn-border { border: 1px solid #000; background: none; color: #000;}
.btn.btn-border:hover { background: #E46238; color: #fff; border: 1px solid #E46238;}

.offer-banner{position:absolute !important; top:10px !important; left: 383px !important; z-index:9 !important;}

/** slider css start **/
.slick-slide { margin: 10px;}
.slick-list{ overflow: hidden; }
.slick-track {display: flex}
/** slider css end **/

/** Home page banner start **/
.home-banner { padding: 80px 0; height: 650px; display: flex; align-items: center;}
.home-banner h1 { color: #141414; font-size: 30px; font-weight: 300; margin-bottom: 20px;}
.home-banner h1 span { display: block; font-size: 50px;}
.home-banner h1 strong {display: block; font-size: 80px; font-weight: 700; position: relative}
.home-banner h1 strong::before { content: ""; position: absolute; background: #FAB6A0; height: 15px; width: 360px; bottom: 12px; z-index: -1; left: 80px;}
.home-banner p {margin-bottom: 30px}
.award-logo { display: flex; gap: 20px; margin-top: 50px;}
.banner-video { position: relative;}
.home-banner video { border: 8px solid #ffffff; width: 100%; height: 100%; object-fit: cover; box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;}
.cicle-back { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;}
.banner-video::before, .banner-video::after { content: url(https://www.sagipl.com/images/banner-dots.png); position: absolute;}
.banner-video::before { top: -106px; left: 4px;}
.banner-video::after { bottom: -106px; right: 4px;}
.home-banner .btn { padding: 15px 35px;}
/** Home page banner end **/

/** Home page icon box start **/
.iconheading-sec ul {display: flex; flex-wrap: wrap}
.iconheading-sec ul li { width: 25%;  border: 1px solid #e7e7e7; text-align: center; padding: 40px; background: #fff }
.iconheading-sec ul li img { width: 60px; }
.iconheading-sec ul li:hover{background-color:#E46238;}
.iconheading-sec ul li:hover h4, .iconheading-sec ul li:hover p{color:#fff;}
.iconheading-sec ul li:hover hr{background:#fff;}
.iconheading-sec ul li:hover img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
/** Home page icon box end **/

/** Home page technologies start **/
.technologies-box {text-align: center; padding: 30px}
.technologies-box:hover {box-shadow: 0 8px 48px 0 rgb(0 0 0 / 15%);}
.technologies-box img {margin-bottom: 10px}
/** Home page technologies end **/

/** Home page industries start **/
.industries-sec{background:#E46238;}
.industries-sec ul {display: flex; flex-wrap: wrap;margin-bottom: 30px;}
.industries-sec ul li {width: 16.66%; text-align: center}
.industries-img { width: 120px; height: 120px; border-radius: 100%; background: #fff; display: flex; align-items: center; justify-content: center; margin: auto; outline: 2px solid #ffffff; border: 4px solid #e46238; margin-bottom: 15px; transition: 0.4s}
.industries-sec ul li:hover .industries-img {transform: rotateY(180deg);}
/** Home page industries end **/

/** Home page portfolio start **/
.portfolio-list ul{display: flex; flex-wrap: wrap; row-gap:20px }
.portfolio-list li{ width: 50%; padding: 0 10px}
.portfolio-area {background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 -8px 10px 0 #000000; transition: all linear .2s;}
.portfolio-area:hover {transform: scale(1.2);}
/** Home page portfolio end **/

/** Home page review start **/
.review-inner { background: #fff; padding: 20px 40px; border-radius: 15px; text-align: center; border: 1px solid #e7e7e7; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);}    
.review-inner .review-btn { background: #e46238; padding: 3px 20px; color: #fff; border-radius: 50px; font-size: 14px; display: inline-block; margin-top: 15px; font-weight: 600;    border: 2px solid #e46238;}      
.review-inner .review-btn:hover { background: #fff; color: #000;}
.review-inner .star { width: 150px; margin: auto; margin-top: 10px;}   
/** Home page review end **/

/** Home page review start **/
.hm-icon_about { background: linear-gradient(0deg, #CA3E11 0%, #E46238 100%);}
.hm-icon_about ul {display: flex; justify-content: space-between}
.hm-icon_about ul li {display: flex;gap: 10px;align-items: center;}
.hm-icon_about ul li span {font-size: 14px;}
.hm-icon_about ul li strong {font-size: 25px;font-weight: 500;display: block;line-height: 30px;}
/** Home page review end **/

/** Home page CTA start **/
.hm-download-sec h3 {font-size: 22px; margin-bottom: 0;}
/** Home page CTA end **/

/** Home page CTA start **/
.address-box{padding:15px; border-radius:5px; position:relative; overflow:hidden; height: 100%;}
.address-box:after {position: absolute; width: 85px; height: 85px; background: rgba(255,255,255,.1); right: -20px; bottom: -20px; content: ""; border-radius: 100%;}
.address-box a{display:flex; gap:5px; align-items: center}
/** Home page CTA end **/

/** Home page contact start **/
.relative {position: relative}
.get-in-touch-sec {background: #E46238 url(../images/footer-bg.webp) no-repeat left bottom; margin-top: 200px; }
.get-in-touch-sec .section-heading {margin-top: -170px; }
.get-in-touch-sec .section-heading h2 { font-size: 30px; }
.get-in-touch-sec .from-left-block{ padding-right: 65px; position: relative;margin-top: 78px;}
.sparater-block { position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,.1); right: 20px; top: 0;}
.sparater-block span {left: -34px;width: 64px;height: 65px;background: #cc522a;border-radius: 100%;position: absolute;display: flex;align-items: center;justify-content: center;color: #fff;top: 50%;transform: translateY(-50%);}
.emailid-block {display: flex; border-radius: 5px;background: #cc522a;padding: 20px;font-size: 14px;align-items: center;gap: 23px;margin-bottom: 15px;text-transform: uppercase;}
.emailid-block a span {font-size: 26px; line-height: 34px; display: block}
.get-in-touch-sec .from-block .col-md-7 {padding: 0 0 0 20px;}
.get-in-touch-sec .from-right-block {background-color: #fff; border-radius: 15px;padding: 50px 20px 20px 20px;margin-top: -205px;border: 8px solid #e7eaec; padding: 50px 25px;}
.get-in-touch-sec .from-right-block form { display: flex; flex-wrap: wrap}
.get-in-touch-sec .form-group {width: 50%; padding: 0 17px; margin-bottom: 44px;}
.from-right-block .form-group i {position: absolute; left: 1px; top: 12px; color:#486e90; font-size:20px;}
.form-group .form-control {font-weight: 300; font-size: 18px; color: #706e9d; letter-spacing: .2px; border: none; background-color: transparent; border-radius: 0; box-shadow: none;border-bottom: 1px solid #fff; padding: 5px 5px 6px 0; min-height: 39px; line-height: inherit; position: relative; border-color: #dfdfdf; padding-left: 30px;}
.form-group .form-control.error{border-color:#f00;}
.get-in-touch-sec .from-right-block .form-group label {font-weight: inherit; color: #486e90; position: relative; padding-left: 30px;font-size: 16px; letter-spacing: 1px; margin:0;}
.get-in-touch-sec .from-right-block .form-group label.error{position:absolute; left:0; top:44px; color:#f00;font-size: 12px;letter-spacing:0;}
.get-in-touch-sec .form-group label i{top:2px;}
.get-in-touch-sec .from-right-block .form-group textarea.form-control {height: 110px;border:1px solid #dfdfdf;color: #486e90;padding-left: 12px!important; margin-top: 16px;}
.get-in-touch-sec .form-group.full-block { width: 100%; margin-bottom: 20px;}
/** Home page contact end **/

/** Header Start **/
li.nav-item {position:static;}
.dropdown .dropdown-menu { width: 100%; border: 1px solid #DCDCDC; border-radius: 10px; padding: 0; margin: 0;}
.dropdown .dropdown-menu .row { margin: 0}
.header-left-content { display: block; padding: 20px 0 20px 5px; height: 100%; border: none; position: relative; background: #fff;}
.header-left-content::after { content: ""; border-radius: 600px; background: #D9D9D9; filter: blur(10px); height: 100%; width: 24px; display: block; top: 0; position: absolute; right: 0; z-index: -1;}
.navbar-nav .header-left-content .nav-link {background-color:transparent; color:#000!important; padding:15px 20px 15px 30px; display:block; margin:0; width:100%; cursor:pointer; font-weight:600;border-radius:50px 0 0 50px; border:none; font-size:15px;}
.navbar-nav .header-left-content .nav-item {margin:10px 0;}
.navbar-nav .header-left-content .nav-link:hover {background-color:#ffddd1;}
.navbar-nav .header-left-content .nav-link.active { background-color: #ffddd1;}
.page-head-menu a { color: #000!important; padding: 5px 5px 5px 30px!important; display: flex!important; align-items: center; justify-content: space-between; border-radius: 30px; font-weight: 600;  border: 1px solid #DCDCDC; margin-bottom: 30px;}
.page-head-menu a i { font-size: 24px; font-weight: 600; width: 35px; height: 35px; border-radius: 50px; background: #ffddd1; padding: 7px 16px; font-size: 22px;}
.sag-tab-ul {display: flex;flex-wrap: wrap;}
.company .sag-tab-ul li, .industries .sag-tab-ul li {width:33.33%;}
.sag-tab-ul li { display: flex; align-items: center; width: 50%; margin-bottom: 25px; gap: 15px;}
.sag-tab-ul li img { width: 27px;}
.sag-tab-ul li a {font-size: 14px;font-weight: 500;border-radius: 4px;transition: all .3s;margin: 0;display: block;color: #191919;}
.header-right-content {padding: 30px 35px 30px 15px;}
.industries .header-right-content, .company .header-right-content {padding: 30px 35px 30px 35px;}
.menu-cta {position: relative;}
.menu-cta img {position: absolute;right: 15px;top: 100%;}
.navbar-nav > li > .arow {display: none}
.navbar-nav> li> a {position: relative;}
.nav-item.dropdown> a::after {font-family: 'FontAwesome';content: "\f107";position: absolute;right: 3px;top: 2px;}
/** Header End **/

/** testimonial Start **/
.hm-testimonial-sec { background: #F5F5F5; padding: 80px 0 100px 0;}
.testimonial-slider {position: relative}
.hm-testimonial-sec .testimonial-item { background: #fff; display: flex;}
.testimonial-img {width: 200px;}
.testimonial-img img { height: 100%; width: 100%; object-fit: cover}
.testimonial-content img { width: 110px; margin-bottom: 15px;}
.testimonial-content { width: 100%; padding: 40px 30px; position: relative; overflow: hidden;}
.testimonial-content p { font-size: 14px; margin-bottom: 15px; }
.testimonial-content h4 { margin-bottom: 0; font-weight: 600; font-size: 16px}
.testimonial-content::before { content: ""; background: #E46238; width: 40px; height: 40px; position: absolute; border-radius: 50px; top: -20px; left: 30px;}
.testimonial-content::after { content: ""; background: #E46238; width: 155px; height: 155px; position: absolute; border-radius: 100px; bottom: -75px; right: -75px;}
.slick-prev, .slick-next {font-size: 0; line-height: 0; position: absolute; display: block; width: 40px; height: 40px; padding: 0; cursor: pointer; color: transparent; border: none;    outline: none !important; background: transparent; top: -42px; right: 10px;}
.slick-prev {right: 60px;}
.slick-prev:before, .slick-next:before { font-family: 'FontAwesome';  font-size: 25px; line-height: 1; opacity: .75; color: #E46238; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border: 2px solid #E46238;}
.slick-prev:before {content: "\f104"}
.slick-next:before {content: "\f105"; }
.slick-prev:hover:before, .slick-next:hover:before {background: #E46238; color: #fff;}
/** testimonial End **/

.com-info{position:absolute; top:10px; right:0; z-index:9;}
.com-info>ul {float: right;}
.com-info>ul>li {list-style: none; padding: 0 26px; position: relative; float: left;}
.com-info>ul>li>a {font-weight: 300; font-size: 14px; color: #0b2722; letter-spacing: 1px; text-decoration: none;}
.com-info>ul>li:first-child a i {font-size: 16px; position: relative; margin-right: 4px; top: 2px;}
.com-info>ul>li:last-child {border: none;}
.com-info>ul>li.number a i { margin-left: 4px; margin-right: 0;}
.com-info>ul>li:last-child:after {content: ''; width: 1px; height: 9px; background: #353636; position: absolute; left: 0; top: 8px;}
.com-info-inquiry-dd {width: 384px; position: absolute; top: 12px; right: 0; z-index: 99; display: none;}
.com-info-inquiry {width: 100%; display: inline-block; padding: 0; background: #fff; border-radius: 5px; margin-top: 20px; position: relative; box-shadow: 0 0 5px rgba(0,0,0,.3);}
.com-info-inquiry:after {content: ''; position: absolute; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid transparent;   border-bottom: 7px solid #ddd; top: -14px; right: 22px; transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all 1s ease;}
.com-info-inquiry .con-heading {font-size: 19px; color: #3c4147; font-weight: 700; padding: 11px 20px; letter-spacing: .2px;}
.com-info-inquiry .inquiry-block {border-top: 1px solid #e1e1e2; position: relative; padding-left: 108px; padding-right: 10px; padding-top: 15px; padding-bottom: 15px;    min-height: 110px; text-align: left;}
.com-info-inquiry .inquiry-block .img {background: url(../images/sprite-home.png) no-repeat -808px -76px; width: 70px; height: 95px; position: absolute; left: 20px;    top: 50%; margin-top: -47px;}
.com-info-inquiry .inquiry-block .img.sales-inq {background-position: -19px 0;}
.com-info-inquiry .inquiry-block .inqSal {margin: 0; font-size: 16px; color: rgba(0,0,0,.8);}
.com-info-inquiry .inquiry-block ul {margin: 4px 0 2px 0; display: inline-block; width: 100%; padding:0;}
.com-info-inquiry .inquiry-block ul li {list-style: none; background: url(../images/sprite-home.png) no-repeat; padding-left: 42px; margin: 10px 0; text-align: left;}
.com-info-inquiry .inquiry-block ul li {position: relative; background-image: inherit;}
.com-info-inquiry .inquiry-block ul li a {font-size: 16px; color: #317cd0; font-weight: 700; text-decoration: none;}
.com-info-inquiry .inquiry-block ul li.envelope, .com-info-inquiry .inquiry-block ul li.skype {padding-left: 0;}
.com-info-inquiry .inquiry-block ul li.skype .fa-skype {font-size: 24px; margin-right: 23px; color: #7fba00;}
.com-info-inquiry .inquiry-block ul li.envelope .fa-envelope-o {font-size: 22px; margin-right: 23px;}
.com-info-inquiry .inquiry-block span {font-size: 13px; color: #828282;}
.com-info-inquiry .inquiry-block span a {color: #317cd0;}
.com-info ul li:hover .com-info-drop-down, .com-info ul li:hover .com-info-inquiry-dd { display: block;}
.com-info-inquiry .inquiry-block .img.hr-inq {background-position: -119px 0;}
.com-info-inquiry .inquiry-block ul li.flag3 {background:url(../images/india-fag.png) no-repeat left;}
.com-info-inquiry .inquiry-block ul li.whatsapp {background:url(../images/w.png) no-repeat left;}


.btn_icon {background: #f78f1e; padding: 13px 25px; color: #ffff; font-size: 18px;  font-weight: 300; position: relative; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative;   -webkit-transition-property: color;  transition-property: color; -webkit-transition-duration: .5s; transition-duration: .5s;}
.caption_btn .btn_icon {min-width: 248px; margin-right: 15px; display: inline-block; font-size: 20px;}
.btn_icon span {z-index: 999; position: relative;}
.btn_icon:hover span{color:#fff;}
.btn_icon img {display: inline-block; vertical-align: middle; margin-right: 10px; -webkit-transition: .4s ease all; transition: .4s ease all;}
.btn_icon:before {content: ""; position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; background: #1c64f0; -webkit-transform: scaleY(0);  transform: scaleY(0);  -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: .5s; transition-duration: .5s;    -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;}
.btn_icon:active:before, .btn_icon:focus:before, .btn_icon:hover:before { -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66); transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);}


.inquiry-btn{padding-left:20px; margin-top:-13px;}
.inquiry-btn a {width: 170px; height: 47px; line-height: 47px; font-size: 14px; color: #fff; text-transform: uppercase; background: #f47a27; display: inline-block;    border-radius: 5px; text-align: center; letter-spacing: 1px; font-weight: 700; text-decoration: none;}
.inquiry-btn a:hover {background-color: #0c5aa5; border-color: #0c5aa5;}
.inquiry-btn a{webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
	background: -webkit-gradient(linear,right top,left top,from(#6bec10),color-stop(#ffde00),color-stop(#0ecb84),color-stop(#cc0ebc),color-stop(#f0104c),to(#ff5b11)); background: -webkit-linear-gradient(right,#6bec10,#ffde00,#0ecb84,#cc0ebc,#f0104c,#ff5b11);
	 background: -o-linear-gradient(right,#6bec10,#ffde00,#0ecb84,#cc0ebc,#f0104c,#ff5b11); 
	 background: linear-gradient(270deg,#6bec10,#ffde00,#0ecb84,#cc0ebc,#f0104c,#ff5b11);
	  background-size: auto auto;
    background-size: auto auto;
    background-size: 1000% 1000%;
    -webkit-animation: btnbganim 10s infinite;
    animation: btnbganim 10s infinite;
	 }
@keyframes btnbganim{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}

.navbar-expand-md .navbar-nav{margin-top:20px;}
.navbar{margin:0; padding:0; min-height:inherit; border:0; background:none;position:relative;}
.navbar-brand{padding-top:6px; padding-bottom:6px; padding-left:0px; margin:0; height:auto;}
.navbar-collapse{padding:0;}
.navbar-nav>li>a{color: #0b2722; position:relative; display:block;}
.navbar-nav> li> a{padding-left:20px; padding-right:20px; font-size:16px;line-height: 72px;}

.sagipldrop-nav> ul{width: 100%;display: table;}
.sagipldrop-nav> ul>li {display: table-cell;list-style:none; text-align: center;}
.sagipldrop-nav> ul>li>a {-webkit-transition: .5s all; display: block; padding:30px 0; font-size: 15px; color: #000; background-color: #fff; border-bottom: 1px solid #ddd; position: relative; text-transform: uppercase; border-right: 1px solid #ddd;}

.navbar-nav> li> .sagipldrop-nav ul ul li.wstheading {width: 100%; display: block; padding: 10px 0 6px 0; font-size: 14px; font-weight:500; color: #000; margin-bottom: 5px;text-transform: uppercase;}
.navbar-nav> li> .sagipldrop-nav ul ul li {width: 100%; float: left; text-align: left; margin-bottom: 5px;position: relative; padding-left: 20px;}
.hire_resources_weblist li:before {content: ""; position: absolute; top: 4px; left: -2px; width: 12px; height: 12px; border: 2px solid #5f5f5f; border-radius: 50%;}
.hire_resources_weblist li:after {content: ""; position: absolute; left: 1px; top:7px; width: 6px; height: 6px; border-radius: 50%; background: #5f5f5f;}
.hire_resources_weblist li a {font-size: 14px; color: #2d2d2d; border-left: none;}
/*.hire_resources_weblist li:first-child:before, .hire_resources_weblist li:first-child:after{background:none; border:0;}*/

.why-magento-box ul {
    padding-left: 20px;
}

.why-magento-box ul li {
    list-style: disc;
}

.comman-btn{border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #fff; display: inline-block; padding: 20px 22px 18px 22px;    font-size: 14px; font-weight: 400; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; transition: all .5s ease; -moz-transition: all .5s ease;-webkit-transition: all .5s ease;background: 0 0;letter-spacing: 1.8px; padding: 20px 26px 18px 26px;color: #b01b70; border-color: #b01b70; font-weight: 700;margin-top: 8px;}
.comman-btn:hover, .comman-btn:focus{background: #0c5aa5; color: #fff;}

.footer-sec{background-color: #091a29; position:relative; clear:both; display:block;}
.footer-top{padding:40px 0 20px; position:relative; clear:both; display:block;}
.footer-sec  .title{text-transform: uppercase;font-size: 1.1rem;font-weight: 600; color:#fff; margin:0 0 10px;}
.footer-top ul{list-style-type: none; margin: 0;padding:0px; font-size:14px;}
.footer-top ul li {position: relative;color: #f9f9f9;}
.footer-top ul li a {text-transform: capitalize;line-height: 26px;color: #f9f9f9;padding: 3px 0;display:inline-block; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s; position: relative; padding-left: 20px;}
.footer-top ul li a:before {content: '\f105'; position: absolute; left: 0; top:3px; font: 400 18px/24px 'FontAwesome'; color: #fff4f4; transition: .33s all ease;}
.footer-top ul li a:hover:before {left: 4px;}
.call-ad{padding:0; margin:0 0 30px;}
.call-ad li{display:block; margin-bottom:10px;}
.call-ad li div{color:#f9f9f9; display:table;}
.call-ad li div i{color: #fff;width: 22px; height: 22px; font-size: 22px; line-height: 22px; text-align:center; max-width: 100%; display:table-cell;}
.call-ad li div span{padding-left:15px; display:table-cell; vertical-align:top;}
.copy-right{padding-top:15px; padding-bottom:15px; background:#091a29; border-top:1px solid rgba(22,21,21,0.2); display:block;clear:both;}
.copy-right p{margin-bottom: 0;color: #fff; font-size:15px;}
.copy-right p a{color:#fff;}
.social-bot{text-align:right; display: flex}
.social-bot a{height:30px; width:30px; line-height:30px; background:#fff; color:#333; text-align:center; display:inline-block;}
.social-bot a:hover{opacity:0.9;}
.social-bot span{font-weight:bold; color:#fff; padding-right:15px; display:inline-block;}
.our-certificate{background-color:#E46238; position:relative; clear:both; display:block; padding-top:20px; padding-bottom:10px;}
.our-certificate img{width:100px; height: auto}
.our-certificate .cert-title{color:#fff; margin:5px 0 5px; text-transform: uppercase; font-size: 1.1rem; font-weight: 600;}
.our-certificate p{font-size:13px;color:#fff;}

.futr-blog li{display:block;padding:10px 0px 10px;line-height:18px;margin:0;border-bottom:dashed 1px #fff;height:60px}
.futr-blog li:last-child{border:none}
.futr-blog li a{display:block;padding:0 !important;margin:0 !important;color:#eee;text-decoration:none;font-size:13px !important;line-height:18px !important;}
.futr-blog li a:hover{color:#fff;text-decoration:none}
.futr-blog a .post-date {border: 1px solid #fff; border-radius: 3px; color: #fff; float: left; font-size: 11px; font-weight: normal; line-height: 16px; margin-right: 10px;  padding: 2px 2px;text-align: center; width: 50px;}
.futr-blog li a:before{content:"" !important;}

.clients-offer .modal-header{background: #fc4d1c;}
.clients-offer .modal-header .modal-title{color:#fff;}
.clients-offer .modal-header .close{opacity: 1;color: #fff; text-shadow:0 0 0;}
.clients-offer .modal-body{background: #fde9e4;}
.clients-offer .modal-body p{text-align: center; font-size: 16px; color: #000;}
.clients-offer .btn-primary{background-color: #965182;  border-color: #965182;}

.modal-content {background: none}
.main-popup {  display: flex; padding: 0; align-items: center}
.main-popup .popup-left {text-align: center; width: 50%; padding: 40px 15px 0 15px;  box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.25); background: #fff; position: relative; z-index: 1; border-radius: 10px}
.main-popup .popup-left h2 { font-size: 32px; margin: 18px 0;}
.main-popup .popup-left h2 span { font-size: 36px; font-weight: 800; color: #E46238; display: block}
.main-popup .popup-left p { font-size: 16px; line-height: 26px}
.main-popup .popup-right {width: 50%; padding: 30px; background: #fff; border-radius: 0 10px 10px 0; position: relative; height: 80%;padding-bottom: 20px}
.popup-left ul { display: flex; justify-content: center; gap: 10px;}
.popup-left ul li {background: #e46238; width: 42px; height: 42px; border-radius: 50px; display: flex; align-items: center; justify-content: center;}
.popup-left ul li:hover { background: #c34d27;}
.popup-right label { color: #000; font-size: 16px;}
.popup-right .form-control { padding: 5px 15px; height: 48px; border-radius: 2px; border: 1px solid #DEE2E6; font-size: 16px;}
.popup-right textarea.form-control { height: 100px; }
.popup-right .btn { width: 100%; text-transform: uppercase; font-weight: 700; font-size: 16px; border-radius: 2px; margin-top: 5px; background: #E46238; padding: 15px 35px; position: relative; overflow: hidden; color: #fff}
.popup-right p { text-align: center; margin-top: 10px; margin-bottom: 0;}
.popup-right p a { color: #4BCD3F; font-weight: 600;}
.main-popup .close { font-weight: 300; border-radius: 15px 0px 15px 15px; background: #E46238; color: #fff; width: 30px; height: 30px; opacity: 1 !important; position: absolute; right: -7px; top: -10px; line-height: 0; outline: none;}
.popup-right .close span { margin-top: -2px; display: block;}
.popup-left .close {display: none; right: 0; top: 0; border-radius: 0 0 0 10px;}
.popup-right label.error { position: absolute; font-size: 12px; right: 0; color: #ff0000;}
.popup-right .form-group { position: relative;}
.banner-in-sec .row { align-items: center;}

/**sahi krna hai**/
.enq-form-box h2 {
    padding: 14px 0;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    transition: none 0s ease 0s;
    background: #e46238;
}
.freelancer-hire {
	padding: 30px 40px;
	height: 100%;
	background: #2e2e2e;
	border: 2px dashed #414141;
	border-left: 3px solid #e2575e;
	color: #fff
}
.timer-hire-sec.color-white p, .timer-hire-sec.color-white h3 {
	color: #fff
}
.freelancer-hire h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.freelancer-hire li {
	margin-bottom: 10px;
}
.freelancer-hire li strong {
	color: #e2575e
}
.why-seo-politician {
     background: linear-gradient(271deg, #f5b72e, #f5c139, #f5b72e);
    padding-bottom: 0
}
.sitemap_box {
    background: #f5f5f5;
}

.sitemap_box h2 {background: #e46238;color: #fff;padding: 10px 15px;font-size: 19px;text-transform: uppercase;margin-bottom: 0;}

.sitemap_box_bg {
    padding: 20px;
}
.sitemap_box ul {
    margin-bottom: 20px;
}
.pricing-form-heading h6 span {
    color: #E46238
}
.pricing-form-heading h6 {
    font-size: 22px;
    margin-bottom: 15px;
}
.pricing-form-box .form-group .form-control {
    padding-left: 5px;
    border-bottom: 2px solid #ffffff;
    color: #fff;
}
.pricing-form-box .form-group {
    margin-bottom: 0;
}
.pricing-form-box {
    display: flex;
    gap: 15px;
}
section.pricing-form {
    background: #091a29;
}
.blockchain-choice .row {row-gap:20px}
.blockchain-choice-box {text-align: center;padding: 20px;background: #ffffff; border-radius: 15px;border: 1px solid #ccc;}
.blockchain-choice-box img {
    width: 60px;
    margin-bottom: 10px;
}
.blockchain-choice-box h4 {
    margin-bottom: 0;
    font-weight: 700;
}
.token-vesting .single-partner-counter {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.token-vesting .single-partner-counter .single-counter h3 {
    font-size: 18px;
}
/**sahi krna hai**/


@-webkit-keyframes anim-effect-front{0%{-webkit-box-shadow:0 0 0 15px #e0e0e0;box-shadow:0 0 0 15px #e0e0e0;opacity:1}50%{-webkit-box-shadow:0 0 0 30px rgba(224,224,224,0.6);box-shadow:0 0 0 30px rgba(224,224,224,0.6);opacity:1}100%{-webkit-box-shadow:0 0 0 40px rgba(224,224,224,0);box-shadow:0 0 0 40px rgba(224,224,224,0);opacity:0}}@keyframes anim-effect-front{0%{-webkit-box-shadow:0 0 0 10px rgba(95,87,234,0.45);box-shadow:0 0 0 10px rgba(95,87,234,0.45);opacity:1}50%{-webkit-box-shadow:0 0 0 30px rgba(224,224,224,0.6);box-shadow:0 0 0 30px rgba(224,224,224,0.6);opacity:1}100%{-webkit-box-shadow:0 0 0 40px rgba(224,224,224,0);box-shadow:0 0 0 40px rgba(224,224,224,0);opacity:0}}



.develop-faq-sec .faq-ineer-container .card .card-body li {
    margin-bottom: 15px;
    list-style: disc;
}
.develop-faq-sec .faq-ineer-container .card .card-body ul {
    padding-left: 15px;
}




/************************/
.ind23-sec ul {background:#d1dbea; display:flex; flex-wrap:wrap; padding:25px; margin-bottom:10px;}
.ind23-sec ul li {width:19%; background:#FFF; margin:0.5%; padding:20px;}

@media (max-width: 991px)
{
.ind23-sec ul { padding:10px; margin-bottom:10px;}
.ind23-sec ul li {width: 49%; margin: 0.5%; padding: 10px; font-size: 14px; text-align: center; }
}

/************************/






@media (max-width: 991px){
.navbar {
    display: block;
}
.new-navbar-brand img {
    width: 130px
}
.navbar-expand-md .navbar-nav {
    margin-top: 5px;
    width: 100%;
}
.navbar-nav> li> a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: inherit;
}
.com-info {
    top: 20px;
    right: 0;
}
.navbar-nav > li > .arow {
    right: -3px;
    top: 2px;
    position: absolute
}
.navbar-nav > li > .arow:after {
    font-family: 'FontAwesome';
    content: "\f107";
}
.main-popup {
    display: block;
}
.main-popup .popup-left {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.main-popup .popup-right {
    width: 100%;
    border-radius: 0 0 10px 10px;
}
.popup-left .close {
    display: block
}
.popup-right .close {
    display: none
}
.modal-dialog {
    width: 100%;
    padding: 10px;
    max-width: 600px
}
.home-banner {
    height: auto;
    padding: 40px 0;
}
.home-banner h1 {
    color: #141414;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.home-banner h1 strong {
    display: inline;
    font-weight: 700;
    font-size: inherit;
}
.home-banner h1 strong::before {
    display: none
}
.home-banner h1 span {
    display: inline;
    font-size: inherit;
}
.btn-box {
    justify-content: center;
}
.award-logo {
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: center;
}
.hm-icon_about ul {
    flex-wrap: wrap
}
.hm-icon_about ul li {
    width: 33.33%;
    padding: 10px
}
.home-banner .row {
    flex-direction: column-reverse;
}
.cicle-back, .banner-video::before, .banner-video::after {
    display: none
}
.home-banner video {
    margin-bottom: 30px;
}
.iconheading-sec ul li {
    width: 50%;
}
.industries-sec ul {
    row-gap: 20px;
}
.industries-sec ul li {
    width: 33.33%;
    padding: 0 10px;
}
.hm-portfolio .section-heading {
    text-align: center;
}
.hm-portfolio .section-heading .orange-line {
    margin-left: auto;
}
.portfolio-list ul {
    margin-top: 40px;
}
.portfolio-list li {
    width: 50%;
}
.hm-testimonial-sec .media .media-body {
    padding: 0 61px 0 250px;
}
.hm-download-sec h3 {
    text-align: center;
    margin-bottom: 25px;
}
.get-in-touch-sec .section-heading, .get-in-touch-sec .section-heading h2 {
    color: #fff;
}
.get-in-touch-sec .section-heading {
    margin-top: 0;
    margin-bottom: 20px
}
.get-in-touch-sec .from-left-block {
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.sparater-block {
    display: none;
}
.emailid-block {
    width: 48%;
    margin: 1%;
}
.get-in-touch-sec .from-right-block {
    margin-top: 0;
}
.get-in-touch-sec .orange-line {
    display: none
}
.emailid-block a span {
    font-size: 24px;
}
.get-in-touch-sec {
    margin-top: 0;
}
    
/** Header Start**/
.header .container {
    max-width: 100%;    
}
.navbar-expand-md .navbar-nav {
    width: 100%;
    justify-content: space-between !important;
    margin: 15px 0;
}
.nav-item.dropdown> a::after {
    right: -6px;
}
.industries .sag-tab-ul li {
    width: 50%;
}
.header-left-content {
    padding: 15px 0 15px 15px;
}
.menu-cta {
    padding-right: 15px;
}
.header-right-content {
    padding: 30px 20px 30px 5px;
}
.home-banner {
    padding: 20px 0;
}
/** Header End**/
}


@media (max-width: 767px){
.flex-reverse {flex-direction: column-reverse;}
.why-chatbot-sec .row{ row-gap: 20px}
    
    
    
    
    
.header .collapse.show{position: absolute; left: 0; width: 100%; top: 100%;z-index: 99; background:#fff;}
.inquiry-btn{margin-top: 0; padding-bottom:5px;}
.com-info{position: relative; top: 0; right: 0; z-index: 0; text-align: center; display: flex; border-bottom:1px solid #ccc; margin-bottom:5px; padding-bottom:5px;}
.com-info>ul{float:none; display:block;width: 100%;}
.com-info>ul>li{display: inline-block; float:none;}
.com-info-inquiry-dd{width:310px;}
.com-info-inquiry .inquiry-block ul li{margin:5px 0;}
.com-info-inquiry .inquiry-block{padding-left: 99px;}
.com-info-inquiry .inquiry-block ul li a{font-size: 11px; font-weight: 500;}
.navbar-nav> li> a{line-height: 40px;}
.navbar-nav li{border-bottom:1px solid #ccc;}
.navbar-nav li:last-child{border-bottom:0;}
.navbar-nav > li > .arow{right: 6px; top: 2px; background: #ddd; padding: 6px 10px;}
.navbar-nav li.dropnav.open .dropdown-menu{display: block; width: auto;margin: 0 6px; border: 0;background: #ddd;position: relative;}
.dropnav .dropdown-menu:before{left: 44px;border-bottom-color: #ccc;}
.dropnav .dropdown-menu li>a{border-bottom:0; background-color:transparent;}
.navbar-nav li.dropnav.open .dropdown-menu li.dropdown-submenu .dropdown-menu{display:none;}
.navbar-nav li.dropnav.open .dropdown-menu li.dropdown-submenu.open .dropdown-menu{display: block; width: auto;margin: 0 0px; border: 0;background: #d4d4d4;position: relative;}
.navbar-nav .dropdown-menu .arow{right: 6px; top:0px; background: #fff; padding:5px 10px;}
.navbar-nav .dropdown-menu .arow:after{content: "\f107";}
.navbar-nav .dropdown-menu li:hover .dropdown-menu:before{border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent;left: 44px;border-bottom-color: #b9b7b7;top: -15px;}
.circleCenter img{max-width:100%;}

.comman-btn{width:100%;}
.bdr-f.text-right{text-align:center !important;}
.our-certificate img{width: 64px;}
.copy-right .text-left{text-align:center !important;}
.copy-right .social-bot{text-align:center !important;margin-top: 10px;}
.footer-sec h5{margin: 10px 0 3px;}
.footer-top ul li a{line-height: 23px;}
.hm-our-client-sec .hm-our-client-inners ul li:after{right: -15px;}



.get-in-touch-head{width: auto;margin-top: -80px;}
.get-in-touch-head h2{font-size: 24px;}
.get-in-touch-sec .from-left-block{min-height: auto; padding-right: initial;float: none;}
.sparater-block{display:none;}
.get-in-touch-sec .listing-block{margin-top:20px;}
.get-in-touch-sec .from-block .col-md-7{padding-left:0;}
.get-in-touch-sec .from-right-block{margin-top:0; padding:30px 15px 15px;}
.get-in-touch-sec .from-right-block .form-group{width:100%; padding: 0 0px;margin-bottom: 20px;}
.get-in-touch-sec .from-right-block .form-group.textarea{padding:0;}
.comman-btn{width:100%;}
.bdr-f.text-right{text-align:center !important;}


.hm-about-company-sec h2{font-size:28px; margin-top:20px;}

.sub-title{font-size: 15px;}


.ipl-banner{min-height:401px;}

.dev-btn.btn-effetc{margin-bottom:15px; display:block;}
.main-popup .popup-left h2 span { font-size: 30px;}
.main-popup .popup-left h2 { font-size: 26px;}
.main-popup .popup-right {
    padding: 15px;
    padding-top: 30px;
}
.modal-dialog {
    margin: 0;
}
.landing_banner_caption{top: 15px;}
.ipl-banner h1{font-size: 24px;}
.ipl-banner p{font-size: 16px;}
.ipl-banner h2{font-size: 24px;margin: 0 0 10px; height:27px;}
.ipl-banner h5{font-size: 13px; margin-bottom:8px;}
.caption_btn .btn_icon{font-size: 16px;padding: 2px 15px;min-width:inherit;}
.hm-about-company-sec h1{font-size: 24px;}
.hm-icon_about ul li{width: 50%; padding-bottom:15px;}
.hm-icon_about ul li div{display: flex;}
.hm-icon_about ul li div span.icon{width:50px;}
.hm-icon_about ul li div span.text span.s{font-size: 11px;}
.hm-ipl-service-sec h2{font-size: 24px;}
.hm-ipl-service-sec ul li{width: 50%;}
.hm-ipl-service-sec ul li h3{font-size: 13px;font-weight: normal;}
.hm-devlop-sec h2{font-size: 24px;}
.hm-devlop-sec ul li{width:100%; padding:0 15px; margin-bottom: 24px;}
.hm-whychoose-sec h2{font-size: 24px;}
.hm-whychoose-sec ul{display:block;}
.hm-whychoose-sec ul li{width:100%; display: inline-block; margin: 0 0px 2px; padding:10px 1px;}
.industries-img-area{margin:auto;}
.hm-devlop-sec ul li >div{padding: 0;}
.hm-whychoose-sec ul li .icon-txt span.b{font-size: 13px;}
.industries-sec h2{font-size: 24px;}
.industries-list ul li{width: 50%;}
.industries-area a{font-size: 15px; min-height: 60px; display: block; line-height: 21px; margin-top: 2px;}
.industries-area{width:100%;}
.hm-portfolio{padding-top:40px; padding-bottom:20px;}
.hm-portfolio h2{font-size: 24px;}
.hm-portfolio p{font-size: 14px; line-height: 25px;}
.portfolio-btn-m{margin-bottom: 20px;}
.portfolio-btn-m a{font-size: 15px; padding:10px 16px;}
.portfolio-list li{width: 100%;}
.portfolio-area{height:auto; width:auto;}
.portfolio-img{width: auto; height:auto;}
.hm-our-client-sec h2{font-size: 24px;}
.hm-download-sec .download-text h3{margin-bottom:15px;}
.hm-our-client-sec .hm-our-client-inners ul li{width: 33.33%;}
.hm-testimonial-sec h2{font-size: 24px;}
.hm-testimonial-sec .media .media-body{margin-top:165px;text-align:center;flex: inherit; padding-left:0; padding-right:0;min-height: 282px;}
.hm-testimonial-sec .media .animated-circle{position: absolute; margin-right: auto; margin: auto; top: 30px; width: 105px; left: 0; right: 0;}
.hm-download-sec{text-align:center;}
.hm-download-sec .download-img{text-align:center;}
    
.home-banner h1 {
    font-size: 32px;
}
.btn-box {
    flex-wrap: wrap;
}
.btn {
    width: 100%;
}
.award-logo {
    flex-wrap: wrap;
}
.home-banner video {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.emailid-block {
    width: 100%;
    margin: 10px 0;
}
.address-section-bg .row {
    gap: 15px;
}
.iconheading-sec ul li {
    width: 100%;
}
.section-heading h2 {
    font-size: 24px;
}
.footer-top .columns {
    margin-bottom: 20px;
}
.navbar {
    display: flex;
}
/** Header Start **/ 
.header .collapse
.header-left-content {
    display: none;
}
.page-head-menu a {
    background: none;
    color: #ff6a00!important;
    padding: 0 !important;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 10px;
    border: none
}
.page-head-menu a i {
    display: none
}
.navbar-nav li {
    border-bottom: none; 
    position: relative;
}
.navbar-nav > li > .arow {
    display: block;
}
.nav-item.dropdown> a::after {
    display: none
}
.header-right-content {
    padding: 10px 15px !important;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin-top: 8px;
    max-height: 400px;
    overflow: auto;
}
.sag-tab-ul li {
    width: 100% !important;
    padding-left: 10px;
    margin-bottom: 12px
}
.sag-tab-ul li img {
    display: none;
}
.navbar-nav li.dropnav.open .dropdown-menu {
    padding: 0 15px;
    background: none;
    margin: 0;
}
.header-right-content .tab-pane {
    display: block;
    opacity: 1;
}
/** Header End **/
.hm-testimonial-sec .testimonial-item {
    text-align: center;
    padding-top: 20px;
    display: block
}
.testimonial-img {
    width: 100px;
    margin: auto;
}
.testimonial-content {
    padding: 15px 20px;
}
.testimonial-img img {
    border-radius: 50%;
}
.testimonial-content::before, .testimonial-content::after {
    display: none
}
.slick-prev, .slick-next {top: auto;right: 35%;bottom: -45px;}
.slick-prev {right: 50%;}
.pricing-form-box {
    display: block;
}
.pricing-form-box .form-group .form-control {
    margin-bottom: 15px
}
}


@media (min-width: 768px){
.navbar-expand-md .navbar-nav li:hover .dropdown-menu {display:block;}
.navbar-expand-md .navbar-nav li .dropdown-menu .dropdown-menu{left:100%; top:0; display:none;}
.navbar-expand-md .navbar-nav li .dropdown-menu li:hover .dropdown-menu{display:block;}

}

@media(min-width:992px){
.ipl-banner .container{position:relative;}
.header.sticky-header {padding-top: 0; position: fixed; top: 0; left: 0; width: 100%; background: #fff; box-shadow: 2px 2px 2px #ddd; z-index:99;}
.enquery-form .modal-dialog{max-width:1024px;}
	
}
.whatsapp-icon-a {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999;
}
.skype-icon {
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 99999;
}




