/*Main Css */
::selection {
	background: #4c31ff;
	color: #fff;
	text-shadow: none;
}
::-webkit-scrollbar {
width:10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display:none;
}
::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #4c31ff;
}
[class^="box-"] {
	display: none
}
[class^="box-"].showfirst {
	display: block
}
body {
	font-family: 'Gilroy';
	overflow-x: hidden;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #222222;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}
*:hover, *:focus, * {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
a, input[type="submit"], button[type="submit"] {
	-webkit-transition: all 0.2s ease-In-out;
	-moz-transition: all 0.2s ease-In-out;
	-o-transition: all 0.2s ease-In-out;
	transition: all 0.2s ease-In-out;
	display: inline-block;
	cursor: pointer;
}
a:hover {
	color: #ff6400;
}
p, a {
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	font-family: 'Gilroy';
}
p {
    line-height: 26px;
    display: block;
	font-weight: normal;
}
span {
	display: inline-block;
}
/* Custom Slick Css */
.slick-list {
	margin: 0 -15px;
}
.slick-slide {
	margin: 0 0px;
}
ul.slick-dots {
	padding: 50px 0 0;
	text-align: center;
}
ul.slick-dots li {
	margin: 0 20px 0 0px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0px;
	border: none;
}
.slick-dots li button:before, .slick-dots li button:before {
	color: #FFF;
	opacity: 1;
	font-size: 20px;
}
.slick-dots li button {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	padding: 0px;
	background: #d6d6d6;
	border: none;
	cursor: pointer;
	font-size: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
	box-sizing: border-box;
}
.slick-dots li.slick-active button {
	background: #f3c919;
	width: 11px;
	height: 11px;
}
span.arrows {
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2;
	cursor: pointer;
	line-height: 39px;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	top: 0;
	border-radius: 0;
	background: #f7f7f7;
	color: #696969
}
span.arrows.next {
	right: 1%;
}
textarea, select, input[type], textarea, select, button {
	background: transparent;
	border: none;
	border-radius: 0px;
	font-family: 'Gilroy';
}
::-webkit-input-placeholder {
color: #a8a8a8;
}
::-moz-placeholder {
color: #a8a8a8;
}
:-ms-input-placeholder {
color: #a8a8a8;
}
:-moz-placeholder {
color: #a8a8a8;
}
/* Custom Radio Button */
.customradio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	font-weight: 400;
	color: #fff;
}
.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 11px;
	width: 11px;
	border-radius: 3px;
	background-color: #e0e0e0;
}
.customradio input:checked ~ .checkmark {
	background: #ff6101;
}
/* Hamburger Menu */
.menu-Bar {
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 4;
	display: none;
}
.menu-Bar span {
	display: block;
	height: 4px;
	width: 100%;
	background: #4c31ff;
	position: absolute;
	transition: .6s all;
	border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
	top: 0;
}
.menu-Bar span:nth-child(2) {
	top: 8px;
	transform-origin: left;
}
.menu-Bar span:nth-child(3) {
	top: 16px;
}
.menu-Bar.open span {
	background: #fff;
}
.menu-Bar.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
	transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 12px;
	transform-origin: right-center;
}
/* Padding Classes */
.pad-sec {
	padding: 100px 0;
}
.pad-sec-sm {
	padding: 40px 0 80px;
}
.pad-zero {
	padding: 0px;
}
.pad-l-zero {
	padding-left: 0px;
}
.pad-r-zero {
	padding-right: 0px;
}
/* Global Css */
.sprite-icn:before {
	content: "";
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.posRel {
	position: relative;
}
.ovr-hiddn {
	overflow: hidden;
}
.bg-color {
	background: #efefec
}
/*.overlay:after { content: ""; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.60); z-index: 1; }
.overlay { display: none; }
.overlay.active { display: block; } */

.btn {
	color: #ffffff;
	font-size: 18px;
	background: #94cb25;
	border: 2px solid #94cb25;
	border-radius: 3px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px 30px;
}
.btn:hover {
	background: transparent;
	color: #94cb25;
}
.btn.style1 {
	background: #ffffff;
	color: #ff6400;
	border-color: #fff;
}
.btn.style1:hover {
	background: transparent;
	color: #fff;
}
/* Social CSS */
.fb {
	background: #3b5998;
}
.twi {
	background: #55acef;
}
.lin {
	background: #0177b5;
}
.google {
	background: #dd4b39;
}
.rss {
	background: #3cb371;
}
/* Heading Classes */
.mn-h1 {
}
.para {
	font-size: 24px;
	color: rgba(34, 34, 34, 0.60);
	font-weight: 600;
}
.para1 {
	font-size: 18px;
}
strong, .bold {
	font-weight: bold;
}
.semi-bold {
	font-weight: 600;
}
.color-white {
	color: #fff;
}
.color-light {
	color: rgba(34, 34, 34, 0.60);
}
.logoColor {
	color: #1cbd56;
}
/* header CSS */
header {
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
}
.logo {
    display: inline-block;
    padding-top: 15px;
}
.logo img {
	display: block;
}
/* Menu Css */
.menu {
	font-size: 0px;
	display: inline-block;
	vertical-align: middle;
}
.menu li {
	display: inline-block;
	vertical-align: middle;
}
.menu li a {
	display: block;
	font-size: 18px;
	color: #222222;
	padding: 40px 50px 40px 0px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.2px;
}
.menu li:hover a, .menu li.active a {
	color: #ff6400;
}

/* Dropdown CSS*/
@keyframes btotreverse {
 0% {
top: 75px;
opacity: 1;
}
 100% {
top: 115px;
opacity: 0;
}
}
@keyframes btot {
 0% {
top: 115px;
opacity: 0;
}
 100% {
top: 40px;
opacity: 1;
}
}
.dropdown-nav {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.dropdown-nav:hover {
	overflow: visible;
}
ul.dropdown {
	position: absolute;
	width: 100%;
	left: -0px;
	margin: auto;
	background: #fff;
	padding: 20px;
	text-align: left;
	border-radius: 2px;
	box-shadow: 0 0 10px 3px #00000014;
	opacity: 0;
	animation: btotreverse 0.5s forwards;
}
ul.dropdown li {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
ul.dropdown li a {
	padding: 0;
	font-size: 14px;
	color: #000 !important;
	display: block;
	width: 100%;
	margin: 0px 0 15px;
	text-align: center;
	font-weight: 600;
	background: transparent !important;
}
ul.dropdown li.last a {
	margin-bottom: 0px;
}
ul.dropdown li a:hover {
	color: #000 !important;
}
.dropdown-nav:hover ul.dropdown {
	animation: btot 0.5s forwards;
	z-index: 9;
}
/* Main Banner CSS */
.mainSlider {
	position: relative;
}
.mainSlider .slick-list, .mainSlider .slick-slide {
	margin: 0px;
}
.mainBanner {
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	display: flex;
	align-items: center;
	background-size: cover;
	height: 740px;
	position: relative;
}
.menuWrap {
    text-align: right;
}
.navigation ul li {
    display: inline-block;
    margin: 0 1px;
}
.navigation ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	position: relative;
	border-top: 2px solid transparent;
	padding: 30px 5px 0;
}
.navigation ul li a:hover {
	border-top: 2px solid #451e9d;
}
.navigation ul li.nmbr a {
	font-size: 16px;
	color: #4c31ff;
	border-top: none;
}
.navigation ul li.nmbr a:hover {
	border-top: none;
	color: #ff0000;
}
.navigation ul li.nmbr {
	margin-left: 20px;
}
.navigation ul li.nmbr a i {
	font-size: 20px;
	padding: 0 2px 0 0;
}
.navigation ul li.hre a {
	width: 100px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	border-radius: 5px;
	background: #4c31ff;
	font-size: 16px;
	color: #fff;
	border: 1px solid #4c31ff;
	padding: 0 0;
}
.navigation ul li.hre a:hover {
	background: transparent;
	color: #4c31ff;
}
.navigation ul li.last {
	margin-right: 0;
}
header {
    padding: 0 0 14px;
}
.hd-h1 {
	font-size: 45px;
	font-weight: bold;
	color: #3e3d3d;
	line-height: 55px;
	margin-bottom: 18px;
	text-transform: capitalize;
}
.hd-par {
	font-size: 20px;
	font-weight: 500;
	color: #303030;
	line-height: 32px;
}
.HomeBanner .hd-h1{color: #fff;}
.HomeBanner .hd-par{color: #fff; text-shadow: 0px 1px 5px #000; position: relative; z-index: 3;}
.stsfc li {
	margin: 0 0 10px 0;
	font-size: 32px;
	font-size: 21px;
	font-weight: 500;
	color: #fff;
}
.stsfc li i {
	color: #e9c418;
	margin: 0 5px 0 0;
}
.shwrl ul li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.shwrl ul li.first a span {
	height: 63px;
	width: 63px;
	border-radius: 50%;
	background: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0px 0 6px;
	margin: 0 12px 0 0;
	border: 1px solid #ff0000;
}
.shwrl ul li.last a {
	font-size: 20px;
    font-weight: 600;
    /* width: 350px; */
    /* height: 60px; */
    /* line-height: 57px; */
    border-radius: 0;
    background: #fff;
    border: 1px solid #fff;
    color: #222222;
    text-align: center;
    padding: 0 19px;
    width: 374px;
    height: 85px;
    line-height: 81px;
}
.hd-crdr{font-size: 19px; color: #fff;  font-weight: normal; padding: 20px 0 0 0; font-family: 'Gilroy' !important;}
.shwrl ul li.last a i {
	padding: 0 0 0 6px;
	font-size: 13px;
}
.shwrl ul li.last a:hover {
	background: transparent;
	color: #fff;
}
.shwrl ul li.first a:hover span {
	background: transparent;
}
.shwrl ul li.first a:hover span i {
	color: #ff0000;
}
.stsfc {
	margin: 21px 0;
}
.shwrl {
	margin: 22px 0 0 0;
}
.prj-nmb h3 {
	font-size: 59px;
	font-weight: bold;
	color: #4c31ff;
}
.prj-nmb h3 .number.fig-number {
	font-size: 59px;
	font-weight: bold;
	color: #4c31ff;
}
.prj-nmb h3 i {
	font-size: 55px;
	position: absolute;
	right: inherit;
	top: -14px;
	margin-left: -18px;
}
.prj-nmb h3 span {
	font-size: 18px;
	font-weight: 500;
	color: #3e3d3d;
	padding: 0 0 0 15px;
	line-height: 21px;
}
.hm-sec-01 {
	padding: 68px 0 90px;
}
.field input, .field button {
	width: 100%;
	height: 70px;
	background: #fff;
	padding: 0 22px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.no-pad {
	padding: 0;
}
.field input::placeholder {
color: #333333;
}
.frm-dv {
	margin-top: 62px;
	-webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.26);
}
.field button {
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-weight: 500;
	background: #4c31ff;
	border: 1px solid #4c31ff;
}
.field button:hover {
	background: transparent;
	color: #4c31ff;
}
.pad-left {
	padding-left: 15px;
}
.pad-right {
	padding-right: 15px;
}
.field {
	position: relative;
}
.field:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 0px;
	width: 1px;
	height: 59px;
	background: #e5e5e5;
	bottom: 0;
	margin: auto;

}
.frm-dv .col-md-3+.col-md-3+.col-md-3+.col-md-3 .field:before {
	display: none;
}
.hd-h3 {
	font-size: 70px;
	font-weight: bold;
	color: #3e3d3d;
	margin-bottom: 20px;
}
.para-01 {
	font-size: 18px;
	font-weight: normal;
	color: #3e3d3d;
	font-weight: 500;
}
ul.filtr-portf li {
	display: inline-block;
	margin: 0 6px;
}
ul.filtr-portf li a {
	font-size: 18px;
    color: #333333;
    font-weight: 500;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    transition: all 0.4s ease;
}
ul.filtr-portf li a:hover, ul.filtr-portf li a.active {
	background: #4c31ff;
	color: #FFF;
	border-color: #4c31ff;
}
ul.portf-ul li {
	float: left;
	width: 22.4%;
	height: 423px;
	margin: 0 1.3% 2.5%;
	vertical-align: top;
	position: relative;
	border: 13px solid #f6f6f6;
	box-shadow: 2px 4px 6px 1px #d7d7d7;
}
.homeport .portf-ul.grid {
	height: 562px !important;
	overflow: hidden;
}
ul.portf-ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 0.4s ease;
}
.portf-details {
	width: 100%;
	position: absolute;
	padding: 30px 20px 30px 20px;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
	z-index: 1;
	display: none;
}
.portf-details h4 {
	color: #FFF;
	margin: 0 0 10px;
	/*font-size: 40px;*/
	font-size: 4.3vh;
	text-transform: uppercase;
}
.portf-details p {
	/*font-size: 20px;*/
	font-size: 2vh;
	line-height: 1.4;
	color: #FFF;
	max-width: 70%;
	opacity: 0;
	transition: all 0.4s ease;
}
ul.portf-ul li:hover .portf-details p {
	opacity: 1;
}
ul.portf-ul li a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #0000;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
}
.play-btn {
	font-size: 20px;
	padding: 8px 19px 8px 50px;
	display: inline-block;
	border-radius: 22px;
	color: #FFF;
	position: absolute;
	bottom: -60px;
	left: 30px;
	line-height: 20px;
	transition: all 0.4s ease;
	z-index: 1;
}
.play-btn i {
	color: #FFF;
	position: absolute;
	left: 0px;
	top: -3px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
}
ul.portf-ul li img {
	width: 100%;
	height: 100%;
}
ul.portf-ul:after {
	content: "";
	width: 100%;
	display: block;
	clear: both;
}
ul.portf-ul li {
	transition: 0.2s;
}
ul.portf-ul li:hover a {
	z-index: 2;
	transition: 0.2s;
}
ul.portf-ul li:hover {
	transform: scale(1.05);
	transition: 0.2s;
}
ul.portf-ul li:hover a:before {
	background: #0000008a;
	z-index: 1;
}
ul.portf-ul li:hover .play-btn {
	bottom: 40px;
}
ul.portf-ul li:hover .portf-details {
	top: 0%;
}
ul.inline-li-btn li {
	font-size: 26px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Patua One', cursive;
}
ul.inline-li-btn li .mn-btn {
	font-weight: 100;
}
.colr-orange {
	color: #ff9828 !important;
}
ul.inline-li-btn li:after {
	content: "";
	width: 2px;
	height: 26px;
	background: #b9b9b9;
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
ul.inline-li-btn li:last-child:after {
	display: none;
}
.portf-mn {
/*padding: 0 10vh;*/
}
.filtr-portf {
	margin: 50px 0;
}
.more-portfolio a.mr {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	margin: 0 14px;
}
.more-portfolio a.mr:hover {
	color: #4c31ff;
}
.prpl-btn {
	/*width: 255px;
	height: 52px;*/
	background: #4c31ff;
	/*line-height: 49px;*/
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #4c31ff;
	padding: 19px;
}
.prpl-btn:hover {
	background: transparent;
	color: #4c31ff;
}
.prpl-btn i {
	padding: 0 0 0 10px;
	font-size: 15px;
}
.more-portfolio {
	text-align: center;
	margin: 20px 0 0 0;
}
.hm-sec-04 h3 {
	position: relative;
	padding: 0 0 35px 0;
	margin-bottom: 30px;
}
.hm-sec-04 h3:before {
	content: " ";
	bottom: 0;
	left: 0;
	width: 72px;
	height: 3px;
	position: absolute;
	background: #4c31ff;
}
.hm-sec-04 {
	padding: 90px 0;
}
.srv i {
	display: block;
	background: url(../images/sprite.png) no-repeat;
	background-position: -31px -26px;
	width: 76px;
	height: 85px;
	transition: all 0.8s ease-in-out;
}
.srv h4 {
	font-size: 24px;
	font-weight: 700;
	color: #4c31ff;
	margin: 30px 0 20px 0;
}
.srvcs-sec {
	display: flex;
	margin-top: 90px;
}
.srvcs-sec li {
	width: 20%;
	transition: all 0.8s ease-in-out;
}
.srv ul li {
	font-size: 14px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	display: block;
	margin: 0 0 14px 0;
	width: auto;
}
.sev-02 i {
	background-position: -145px -26px;
	width: 86px;
	height: 86px
}
.sev-03 i {
	background-position: -263px -27px;
	width: 45px;
	height: 86px
}
.sev-04 i {
	background-position: -29px -138px;
	width: 78px;
	height: 86px
}
.sev-05 i {
	background-position: -145px -145px;
	width: 86px;
	height: 86px
}
.hm-sec-05 {
	background: #4c31ff;
	padding: 60px 0;
	border-radius: 20px;
	width: 94%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.26);
}
.hm-sec-05 h3 {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	line-height: 37px;
	margin-bottom: 25px;
}
.hm-sec-05 h3 span {
	font-weight: bold;
	font-size: 36px;
}
.btn-02 {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	width: 225px;
	height: 56px;
	line-height: 56px;
	border-radius: 40px;
	border: 1px solid #fa4d4b;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e20000+0,e00000+100 */
	background: #e20000; /* Old browsers */
	background: -moz-linear-gradient(left, #e20000 0%, #e00000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e20000 0%, #e00000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e20000 0%, #e00000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20000', endColorstr='#e00000', GradientType=1 ); /* IE6-9 */
}
.hm-sec-06 {
	padding: 90px 0 0 0;
}
.btn-02:hover {
	background: #fff;
	color: #e00000;
}
.cht-nmb li {
	display: inline-block;
	margin: 0 11px 21px 0;
}
.cht-nmb li+li a {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.cht-nmb li+li a i {
	font-size: 30px;
	padding: 0 5px 0 0;
}
.cht-nmb li+li a:hover {
	color: #f36e6e;
}
.wrt-mg {
	position: absolute;
	top: -117px;
	max-width: none;
}
.cht-nmb li+li+li {
	margin-bottom: 0;
}
.prcss h4 {
	font-size: 31px;
	font-weight: bold;
	color: #3e3d3d;
	margin: 5px 0 20px 0;
}
.prcss p {
	font-weight: 500;
	font-size: 18px;
	color: #3e3d3d;
}
.hm-sec-06 p {
	margin-bottom: 80px;
}
.hm-sec-07 {
	background: url(../images/test-sec-bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0 60px;
}
.testi-para {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 37px;
	position: relative;
}
.testi-para:before {
	content: " ";
	position: absolute;
	display: block;
	background: url(../images/sprite.png) no-repeat;
	background-position: -273px -135px;
	width: 107px;
	height: 92px;
	left: 1px;
	top: -65px;
}
.slider-nav .slick-slide {
	margin: 0 9px;
	width: auto !important;
}
.slider-nav .slick-slide img {
	display: inline-block;
	opacity: 0.5;
}
.slider-nav {
	padding-top: 43px;
}
.cnct-act {
	position: absolute;
	top: -47px;
	left: 0;
	opacity: 0;
}
.cnct-act h4 {
	font-weight: bold;
	font-size: 24px;
	color: #2e2d41;
	margin: 0 0 5px 0;
}
.cnct-act h6 {
	font-weight: 500;
	text-transform: uppercase;
	color: #2e2d41;
}
.slider-nav .slick-list {
	padding-top: 56px;
}
.slider-nav .slick-current .cnct-act {
	opacity: 1;
}
.slider-nav .slick-slide.slick-current img {
	opacity: 1;
}
.slider-for .slick-list {
	padding-top: 66px;
}
.siprt img {
	margin-top: -52px;
}
.spnsrs-mg {
	margin-top: 30px;
}
footer .upr-ftr {
	background: #191919;
	padding: 100px 0 55px 0;
}
.ftr-hd h4 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.ftr-hd ul li {
	display: block;
	margin-bottom: 14px;
}
.ftr-hd ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #5e5e5e;
}
.ftr-hd ul li a:hover {
	color: #fff;
}
.ftr-hd ul li a i {
	display: inline-block;
	margin: 0 3px 0 0;
}
.btm-ftr {
	background: #121212;
	padding: 25px 0;
}
.copyrights {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #8d8d8d;
}
.pay-icns {
	text-align: right;
}
ul.social-links {
    display: flex;
    gap: 12px;
}
.packages-details {
	border-radius: 6px;
	border: 1px solid #010101;
	padding: 30px 20px 25px;
}
.packages-details h4 {
	font-size: 30px;
	color: #2f2e2e;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
.packages-details h6 {
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	margin: 8px 0 17px 0;
	text-align: center;
}
.packages-details h2 {
	font-size: 44px;
	font-weight: bold;
	color: #2f2e2e;
	text-align: center;
	margin-bottom: 17px;
	font-family: 'Gilroy';
}
.packages-details h2 span {
	font-size: 16px;
}
.red-btn, .order {
	/*width: 198px;
	height: 56px;
	line-height: 54px;*/
	background: #ff0000;
	border: 1px solid #ff0000;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	display: table;
	margin: 0 auto 30px;
	padding: 17px 30px;
}
.red-btn:hover, .order:hover {
	background: transparent;
	color: #ff0000;
}
.pck-dtles {
	border-bottom: 2px solid #d5d5d5;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 7px;
}
.pck-dtles li {
	font-weight: 500;
	font-size: 14px;
	color: #525252;
	margin: 0 0 11px 0;
}
.pck-dtles li span {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.chat-nmbr {
	text-align:center;
}
.chat-nmbr li {
	display: inline-block;
    margin: 0 15px;
}
.chat-nmbr li+li a i {
	transform: rotate(93deg);
}
.nxt-ordr {
	text-align: center;
	font-weight: 600;
	color: #4c31ff;
	padding: 25px 0 0 0;
}
ul.filtr-portf-02 li {
	margin: 0 4px;
}
.packages-slider .slick-dots li button {
	height: 3px;
	width: 72px;
	border-radius: 0;
}
.packages-slider ul.slick-dots li {
	margin: 0 13px 0 0;
}
.packages-slider .slick-dots li.slick-active button {
	background: #4c31ff;
}
[class^="box-"] {
	display: none;
}
[class^="box-"].showfirst {
	display: block;
}
ul.filtr-portf-02 li.active a {
	background: #4c31ff;
	color: #fff;
	border-color: #4c31ff;
}
.srvcs-sec li:hover i {
	transform: translate3d(6px, 10%, 2em);
}
@keyframes animate1 {
 50% {
 transform: translateY(4px)
}
}
@keyframes logoanimate {
 100% {
 transform: scale(0.8)
}
 50% {
 transform: scale(0.9)
}
 100% {
 transform: scale(1)
}
}
/*.packages-slider .slick-slide{margin: 0 15px;} */
.packages-slider .slick-slide.slick-current .packages-details {
	border: 1px solid #4c31ff;
}
.hm-sec-03 {
	padding: 100px 0 0;
}
/*.InnerBanner h1 {
	font-size: 60px;
	line-height: 70px;
}*/
.InnerBanner h6 {
	font-size: 24px;
	color: #4c31ff;
	text-transform: uppercase;
	font-weight: bold;
}
.InnerBanner p {
	margin-bottom: 35px;
}
.shwrl ul li.first a.btn-02 {
	font-size: 20px;
	font-weight: 600;
	width: 291px;
	height: 60px;
	line-height: 57px;
	border-radius: 6px;
	background: #4c31ff;
	border: 1px solid #4c31ff;
	color: #fff;
	justify-content: center;
	text-align: center
}
.shwrl ul li.first a.btn-02:hover {
	background: transparent;
	color: #4c31ff;
}
.shwrl ul li.last a.btn-03 {
	font-weight: 600;
	font-size: 20px;
	color: #4c31ff;
	display: flex;
	align-items: center;
	background: transparent;
	border: none;
	width: auto;
}
.about-sec-02 .row {
	margin: 0 -30px;
}
.hd-h2 {
	font-size: 47px;
	font-weight: bold;
	color: #3e3d3d;
	margin-bottom: 40px;
	line-height: 51px;
}
.para-01 {
	font-size: 24px;
	font-weight: 500;
	color: #3e3d3d;
	line-height: 35px;
}
.about-sec-02 p {
	margin-bottom: 30px;
	padding-right: 270px;
	line-height: 36px;
}
.align-items-center {
	display: flex;
	align-items: center;
}
.about-sec-02 h2 {
	margin-left: -40%;
}
.hd-h5 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 22px;
	text-transform: uppercase;
	color: #4c31ff;
}
.hd-h4 {
	font-size: 36px;
	font-weight: bold;
	color: #3e3d3d;
	margin-bottom: 15px;
	line-height: 42px;
}
.about-sec-03 {
	padding: 120px 0;
}
.about-sec-04 {
	background: #f9f9f9;
	padding: 80px 0;
}
.about-sec-03 p {
	font-size: 18px;
	line-height: 26px;
}
.about-sec-05 {
	padding: 80px 0;
	margin-bottom: 70px;
}
.about-sec-05 h5 {
	text-align: center;
	margin-bottom: 8px;
}
.about-sec-05 h2 {
	text-align: center;
	margin-bottom: 15px;
}
.about-sec-05 p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}
.brnds-wrk li {
	display: inline-flex;
	width: 20%;
	align-items: flex-end;
	position: relative;
}
.brnds-wrk li:before {
	content: " ";
	position: absolute;
	right: 20px;
	top: -28px;
	width: 1px;
	height: 114px;
	background: #2828282e;
}
.brnds-wrk li.last:before {
	display: none;
}
.sprite1 {
	background: url(../images/sprite.png) no-repeat;
}
.brnds-wrk li i {
	background-position: -366px -45px;
	display: inline-block;
	width: 57px;
	height: 57px;
}
.brnds-wrk li span {
	font-size: 16px;
	font-weight: bold;
	color: #3e3d3d;
	padding: 0 0 0 17px;
	line-height: 19px;
}
.brnds-wrk {
	font-size: 0;
	width: 1252px;
	margin: 65px auto 0;
}
.brnds-wrk li+li i {
	background-position: -452px -45px;
	width: 57px;
	height: 57px;
}
.brnds-wrk li+li+li i {
	background-position: -534px -45px;
	width: 57px;
	height: 57px;
}
.brnds-wrk li+li+li+li i {
	background-position: -610px -46px;
	width: 55px;
	height: 57px;
}
.brnds-wrk li+li+li+li+li i {
	background-position: -685px -48px;
	width: 52px;
	height: 57px;
}
.about-sec-06 {
	padding: 100px 0;
}
.about-sec-06 .hd-h5 {
	margin-bottom: 5px;
}
.about-sec-06 p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
}
.frm-sec .field input, .frm-sec .field textarea,.frm-sec .field select {
	font-size: 14px;
	font-weight: normal;
	color: #7e7e7e;
	height: 40px;
	border: none;
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
	background: transparent;
	padding: 0;
}
.frm-sec .field input::placeholder {
color: #7e7e7e;
}
.frm-sec .field textarea::placeholder {
color: #7e7e7e;
}
.frm-sec .field:before {
	display: none;
}
.frm-sec .field textarea {
	height: 100px;
	padding: 10px 0;
	resize: none;
}
.frm-sec .field {
	margin-bottom: 23px;
}
.btn-03 {
	font-size: 20px;
	font-weight: 600;
	width: 277px;
	height: 60px;
	line-height: 57px;
	border-radius: 6px;
	background: #4c31ff;
	border: 1px solid #4c31ff;
	color: #fff;
	text-transform: uppercase;
	justify-content: center;
	text-align: center;
}
.frm-sec .field .btn-03 {
	width: 277px;
	height: 60px;
	line-height: 58px;
}
.btn-03:hover {
	background: transparent;
	color: #4c31ff;
}
.about-sec-06 img {
	margin-left: -35px;
}
.btn-04 {
	font-size: 20px;
	font-weight: 600;
	width: 217px;
	height: 60px;
	line-height: 57px;
	border-radius: 6px;
	background: #4c31ff;
	border: 1px solid #4c31ff;
	color: #fff;
	justify-content: center;
	text-align: center;
}
.btn-04 i {
	font-size: 13px;
	padding: 0 0 0 2px;
}
.btn-04:hover {
	background: transparent;
	color: #4c31ff;
}
.animation-sec-02 {
	padding: 70px 0;
}
.animation-sec-02 h4 {
	text-align: center;
}
.animation-sec-02 p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}
.anm-prc i {
	background-position: -426px -135px;
	width: 117px;
	height: 117px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.scrpt h5 {
	font-size: 30px;
	font-weight: bold;
	color: #303030;
	margin-bottom: 30px;
}
.scrpt p {
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	text-align: left;
}
.scrpt {
	display: inline-block;
	padding: 0 0 0 29px;
	width: calc(94% - 100px);
}
.animation-sec-02 p.para-sec {
	margin-bottom: 66px;
}
.anm-prc-02 i {
	background-position: -617px -150px;
	width: 108px;
	height: 102px;
}
.anm-prc-03 i {
	background-position: -441px -295px;
	width: 117px;
	height: 108px;
}
.anm-prc-04 i {
	background-position: -602px -295px;
	width: 108px;
	height: 111px;
}
.anm-prc {
	margin-bottom: 80px;
}
.more-portfolio a.mr i {
	font-size: 13px;
}
.animation-sec-03 {
	padding: 70px 0;
}
.animation-sec-03 h2 {
	font-size: 70px;
	margin-bottom: 29px;
}
.animation-sec-03 p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 60px;
}
.animation-sec-04 p.para-01 {
	margin-bottom: 70px;
}
.animation-sec-04 {
	margin-bottom: 130px;
}
.ctgBanner h1 {
	font-size: 46px;
	line-height: 56px;
	margin-bottom: 13px;
}
.app-prc i {
	display: inline-block;
	background-position: -14px -264px;
	width: 174px;
	height: 174px;
	margin-top: 0;
}
.app-prc-02 i {
	background-position: -229px -261px;
	width: 175px;
	height: 175px;
}
.app-prc-03 i {
	background-position: -14px -464px;
	width: 180px;
	height: 180px;
}
.app-prc-04 i {
	background-position: -236px -472px;
	width: 180px;
	height: 183px;
}
.app-prc .scrpt {
	margin-left: -62px;
	padding: 0 0 0 0;
}
.InnerBanner p.fnt-18 {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
}
.logobox {
	border: 1px solid #010101;
	padding: 40px;
	border-radius: 8px;
	margin-bottom: 50px;
}
.logobox i {
	display: inline-block;
	background-position: -435px -432px;
	width: 73px;
	height: 64px;
}
.logobox h5 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #303030;
	margin: 28px 0 19px;
}
.logobox p {
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	line-height: 26px;
	text-align: left;
}
.logobox-02 i {
	background-position: -535px -450px;
	width: 64px;
	height: 64px;
}
.logobox-03 i {
	background-position: -623px -445px;
	width: 67px;
	height: 64px;
}
.tab-h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #4c31ff;
}
.tab-h3 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 18px 0;
	color: #3e3d3d;
}
.tab-para {
	font-size: 18px;
	font-weight: normal;
	color: #303030;
	margin-bottom: 65px;
}
.pricing-sec-02 .packages-details {
	margin-bottom: 40px;
}
.pricing-sec-02 .pck-dtles {
	height: 195px;
	overflow: auto;
	border-bottom: none;
	padding-bottom: 0;
}
.pricing-sec-02 .pck-dtles ul {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pricing-sec-02 .pck-dtles ul li:last-child {
    margin-bottom: 0;
}
.pricing-sec-02 .pck-dv {
	border-bottom: 2px solid #d5d5d5;
	margin-bottom: 18px;
}
.pricing-sec-02 .pck-dtles::-webkit-scrollbar {
width:5px;
background-color: #fff;
}
.pricing-sec-02 .pck-dtles::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display:none;
}
.pricing-sec-02 .pck-dtles::-webkit-scrollbar-track-piece {
background-color: #fff;
}
.pricing-sec-02 .pck-dtles::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: #d9d9d9;
}
.srcs-lst i {
	background-position: -430px -531px;
	width: 66px;
	height: 72px;
	display: inline-block;
	vertical-align: top;
}
.srcs-lst h3 {
	display: inline-block;
	vertical-align: bottom;
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
	color: #282828;
	padding: 0 0 0 15px;
}
.services-sec-02 {
	padding: 150px 0 20px;
}
.srcs-lst p {
	font-size: 15px;
	font-weight: normal;
	color: #303030;
	line-height: 21px;
	padding-bottom: 10px;
	display: block;
	padding-top: 17px;
}
.srcs-lst a {
	font-size: 16px;
	font-weight: bold;
	color: #171717;
}
.srcs-lst-02 i {
	background-position: -516px -526px;
	width: 70px;
	height: 72px;
}
.srcs-lst-03 i {
	background-position: -602px -526px;
	width: 72px;
	height: 72px;
}
.srcs-lst-04 i {
	background-position: -685px -535px;
	width: 65px;
	height: 72px;
}
.srcs-lst-05 i {
	background-position: -431px -620px;
	width: 65px;
	height: 72px;
}
.srcs-lst-06 i {
	background-position: -512px -621px;
	width: 59px;
	height: 72px;
}
.srcs-lst-07 i {
	background-position: -582px -625px;
	width: 60px;
	height: 72px;
}
.srcs-lst-08 i {
	background-position: -665px -624px;
	width: 61px;
	height: 72px;
}
.srcs-lst {
	margin-bottom: 85px;
}
.review-dv img.clnt-img {
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
}
.rvw-dv {
	display: inline-block;
	width: calc(94% - 85px);
	padding: 0 0 0 23px;
	margin-bottom: 120px;
}
.rvw-dv p {
	font-size: 24px;
	font-weight: bold;
	color: #797979;
	line-height: 33px;
	padding-bottom: 30px;
	position: relative;
}
.rvw-dv h4 {
	font-size: 24px;
	font-weight: bold;
	color: #2e2d41;
	padding: 0 0 8px 0;
}
.rvw-dv h5 {
	font-size: 14px;
	font-weight: 500;
	color: #2e2d41;
	padding: 0 0 12px 0;
}
.rvw-dv i {
	display: inline-block;
	background-position: -29px -680px;
	width: 107px;
	height: 92px;
	position: absolute;
	left: 91px;
	top: -59px;
	z-index: 0;
}
.contact-sec-02 {
	padding: 100px 0 0;
}
.us-ofc h3 {
	font-size: 32px;
	font-weight: bold;
	color: #3e3d3d;
}
.us-ofc h3 span {
	font-size: 67px;
	display: block;
	padding: 4px 0 0 0;
}
.contact-sec-02 a {
	font-size: 24px;
	font-weight: 500;
	color: #3e3d3d;
	display: block;
	line-height: 34px;
	margin-bottom: 9px;
}
.contact-sec-02 a.adrs {
	padding: 0 0 0 60px;
}
.contact-sec-02 a i {
	display: inline-block;
	color: #4c31ff;
	vertical-align: top;
	padding: 7px 7px 0 0;
}
.contact-sec-02 a span {
}
.us-ofc {
	position: relative;
}
.us-ofc:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 133px;
	right: 0;
	top: -16px;
	background: #282828;
}
ul.portf-ul-03 li {
	border: none;
	height: 262px;
}
.filtr-portf-inrpg {
	margin: 50px auto;
	width: 773px;
	display: inline-block;
}
.indstry {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	border-radius: 6px;
	border: 1px solid #010101;
	margin-right: 5px;
}
ul.filtr-portf-inrpg li a {
	border: 1px solid #010101;
}
.indr-dv {
	text-align: center;
}
.portfolio-sec-02 {
	padding: 50px 0 100px;
}
.popupMain {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 808px;
	height: 600px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	margin: auto;
	z-index: 3;
	display: none;
}
.popupMain .closePop,.popup-layout, .popup-layout-2 .closePop{
	position: absolute;
	right: 30px;
	top: 3px;
	z-index: 99999;
	border-radius: 4px;
}
.popupMain .closePop:before ,.popup-layout, .popup-layout-2 .closePop:before{
	content: "";
	background: url(../images/close-btn.png);
	width: 11px;
	height: 12px;
	position: absolute;
	background-color: #000;
	padding: 12px;
	background-repeat: no-repeat;
	background-position: 6px 6px;
	border-radius: 15px;
}
.popTxt {
	text-align: left;
}
.popTxt h6 {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #4d31ff;
}
.popTxt p {
	font-size: 25px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 33px;
}
.popTxt p span {
	color: #441e9b;
	font-weight: bold;
}
.popField {
	margin-bottom: 18px;
	position: relative;
}
.popField.half {
	width: 48.2%;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.popField.half.noMar {
	margin-right: 0px;
}
.popField.half.two {
	width: 22.3%;
}
.popField input, .popField select {
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: 500;
	border: 1px solid #dddddd;
	border-radius: 4px;
	width: 310px;
	font-family: 'CircularStd';
	background: #fff;
}
.popField label {
	font-size: 18px;
	font-weight: 600;
	color: rgba(34, 34, 34, 0.60);
	position: absolute;
	top: -10px;
	left: 20px;
	background: #fff;
	padding: 0 15px;
}
.field-btn input, .field-btn a {
	width: 472px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #b70404;
	border-radius: 5px;
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
}
.field-btn {
	margin-bottom: 25px;
}
.signIn {
	font-size: 18px;
	color: #222222;
	font-weight: 600;
}
.signIn a {
	color: #b70404;
	font-size: 18px;
}
.popField input::-webkit-input-placeholder {

color: #7e7e7e;
}
.popField input::-moz-placeholder {
color: #7e7e7e;
}
.popField input:-ms-input-placeholder {
color: #7e7e7e;
}
.popField input:-moz-placeholder {
color: #7e7e7e;
}
.popupMain.LoginPopup {
	width: 700px;
	height: 80%;
	padding-left: 310px;
	overflow-x: hidden;
	overflow-y: auto;
}
.popupMain.LoginPopup:before {
	content: " ";
	position: absolute;
	left: -321px;
	top: 0;
	/* background: url(../images/popup-img.png) no-repeat; */
	width: 651px;
	height: 544px;
	z-index: -1;
}
.loginList {
	font-size: 0px;
	display: block;
	margin-bottom: 25px;
}
.loginList>li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.loginList>li.last {
	text-align: right
}
.loginList label {
	font-size: 18px;
	color: rgba(34, 34, 34, 0.6);
	font-weight: 600;
	padding-left: 10px;
}
.loginList a {
	font-size: 18px;
	color: #b70404;
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 1px solid #b70404;
}
.overlay {
	display: none;
}
.overlay:after {
	content: "";
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.80);
	z-index: 3;
}
.pop-btn {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	width: 165px;
	height: 41px;
	line-height: 39px;
	border: 1px solid #ff6039;
	box-shadow: 0px 7px 34px 2px #D9D9D9;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6039+0,ff5a42+28,ff475d+79,ff4363+100 */
	background: #ff6039; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6039 0%, #ff5a42 28%, #ff475d 79%, #ff4363 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6039 0%, #ff5a42 28%, #ff475d 79%, #ff4363 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6039 0%, #ff5a42 28%, #ff475d 79%, #ff4363 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6039', endColorstr='#ff4363', GradientType=0 ); /* IE6-9 */
}
.pop-btn:hover {
	color: #ff6039;
	background: transparent;
}
.LoginPopup .field button {
	width: 277px;
	height: 60px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 60px;
}
.LoginPopup .frm-sec .field {
	margin-bottom: 27px;
}
.web-prc i {
	display: inline-block;
	background-position: -182px -699px;
	width: 148px;
	height: 130px;
}
.web-prc-02 i {
	display: inline-block;
	background-position: -369px -703px;
	width: 129px;
	height: 129px;
}
.web-prc-03 i {
	display: inline-block;
	background-position: -530px -698px;
	width: 132px;
	height: 131px;
}
.web-prc-04 i {
	display: inline-block;
	background-position: -740px -686px;
	width: 116px;
	height: 143px;
}
.web-prc .scrpt {
	width: calc(89% - 100px);
}




.popup-layout, .popup-layout-2{position:fixed;background:#000000d1;width:100%;height:100%;z-index:5;top:0;left:0;display:flex;align-items:center;justify-content:center;display:none;}
.popup-inner{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;max-width: 700px;height: fit-content;background-color: #fff;padding: 40px 40px 40px 310px;border-radius: 10px;overflow: hidden;}
.popup-inner:before {
    content: " ";
    position: absolute;
    left: -321px;
    top: 0;
    background: url(../images/popup-img.png) no-repeat;
    width: 651px;
    height: 544px;
    z-index: 0;
}
.popup-header h3{font-size: 45px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #4d31ff;}
.popup-header h3 br{display: none;}
.popup-header{border-radius:20px 20px 0 0; position:relative;}
.popup-header span strike{display: none;}
.popup-bdy{border-radius:0 0 20px 20px;}
.popup-header h3 span{display:none;}
.popup-header p span{color: #441e9b;
    font-weight: bold;}
.popup-header p span sup{top:-5px;}
.popup-header p{font-size: 25px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 19px;}

.popup-inner button{color: #fff;
    text-align: center;
    line-height: 70px;
    font-weight: 500;
    background: #4c31ff;
    border: 1px solid #4c31ff;
	width: 277px;
    height: 60px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0;
	}
.popup-inner button:hover{
	background: transparent;
    color: #4c31ff;
}
.popup-inner select {
	height: 42px;
    border-radius: 0;
    border: 0;
    margin-bottom: 16px;
}
.popup-inner input,  .popup-inner select{font-size: 14px;
    font-weight: normal;
    color: #7e7e7e;
    height: 40px;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    background: transparent;
    padding: 0;
    margin-bottom: 11px;
}
.popup-btn{display:block;background:#ff0000;/*background:-moz-linear-gradient(45deg, #feb003 0%, #feb003 50%, #f38701 99%);background:-webkit-linear-gradient(45deg, #feb003 0%,#feb003 50%,#f38701 99%);background:linear-gradient(45deg, #feb003 0%,#feb003 50%,#f38701 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb003', endColorstr='#f38701',GradientType=1);-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.3);transition-duration:.3s;animation-iteration-count:infinite;animation-name:pulse;animation-duration:1s;animation-fill-mode:both;transition-duration:.3s*/;padding:12px;text-align:center;margin:20px 0 0;border-radius:20px;font-size:20px;color:#FFF;}
.popup-close{    position: absolute;
    right: -63px;
    top: -60px;}
.popup-close:hover{color: inherit;}
.popup-close:before{
	content: "";
    background: url(../images/close-btn.png);
    width: 11px;
    height: 12px;
    position: absolute;
} 

.white-bullets li{position:relative;padding-left:20px;line-height:1.3em;margin-top:10px;}
.white-bullets li:before{width:8px;height:8px;display:block;position:absolute;left:0;top:6px;background:red;border-radius:20px;content:"";background:#FFF;}
.list-sitemap > li{margin-top:5px;}
.list-sitemap a{padding-left:23px;position:relative;color:#171719;}
.list-sitemap a:hover{color:#32b96c;}
.list-sitemap li ul{margin-left:25px;margin-top:3px;margin-bottom:12px;}
.list-sitemap a:before{content:"\f061";display:inline-block;font-family:FontAwesome;font-size:12px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0px;top:-1px;color:#32b96c;}
.mob-call-icon {
	display:none;
}
.phonecode #countrycode, .phonecode #popupcountrycode {
    width: 18%;
    float: left;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.phonecode #phoneNum, .phonecode #phoneNum2 {
    width: 82% !important;
    float: left;
}
.hm-sec-01 .frm-dv .field i{
	position: absolute;
	left: 16px;
	top: 27px;
	color: #5a5757;
}
.hm-sec-01 .frm-dv .field input{padding: 0 22px 0 44px;}
.hm-sec-01 .frm-dv .field input::placeholder{color: #5a5757;}
.servicess-sec h3{font-size: 63px; text-align: center; margin-bottom: 25px;}
.servicess-sec h5{text-align: center;}
.servicess-sec p{font-size: 18px; line-height: 26px;}
.servicess-sec p.pr-mn{text-align: center; padding: 20px 80px;}
.services-tabss{box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.12); margin: 30px 0; display: inline-block;}
.services-tabss li{display: inline-block;}
.services-tabss li a{font-size: 14px; font-weight: 500; text-transform: uppercase; color: #949494; height: 60px; padding: 0 21px; line-height: 60px;}
.tb-inr-cncnt h5{font-size: 28px; margin-bottom: 8px; text-align: left;}
.tb-inr-cncnt h6 {
    font-size: 16px;
    margin-bottom: 26px;
}
.tb-inr-cncnt p{font-size: 15px; line-height: 24px;}
.srvc-lstg li {
    color: #171717;
    font-size: 16px;
    margin-bottom: 8px;
    width: 49%;
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding-left: 18px;
}
.srvc-lstg li:before {
	background: #4c31ff;
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    border-radius: 100%;
}
.srvc-lstg {
    margin: 20px 0;
}
.services-tabss>li.active a{background-color: #4c31ff; color: #fff;}
.srvc-img img{max-width: none; margin-left: -63px;}
.cht-nmb li a.btn-cht{background: #fff; border:1px solid #e20000; color: #e20000;}
.cht-nmb li a.btn-cht:hover{background: #e20000; color: #fff;}
footer .col-md-2{}
.phn-icn{transform: rotate(94deg);}
.mobile-apps-sec .srvc-img img{margin-left: 0;}
.mobile-apps-sec .srvc-img{text-align: right;}
.mobile-apps-sec .box-games .srvc-img img{margin-left: -50px;}


.termspage .hd-h4 {
	margin-top:25px;
}
.list-bullets {
    list-style: disc;
    margin: 10px 0 25px 30px;
}
.list-bullets li {
    margin: 8px 0;
    font-weight: normal;
    line-height: 1.3em;
}

.hdr-mgs{position: absolute; right: 0; left: 0; bottom: 0; margin: auto; max-width: 446px; z-index: 3;}
.hm-hd5{
	font-size: 24px; 
	font-weight: normal; color: #fa9900; font-family: 'Gilroy' !important; margin-bottom: 6px;
}
.hdr-rght-txt{
	text-align: right;
}

.hdr-rght-txt h4{
	font-size: 19px; color: #fff; font-family: 'Gilroy' !important; font-weight: normal; line-height: 34px; padding: 18px 0 0 0; text-transform: capitalize;
}
.hdr-rght-txt h4 span{text-transform: uppercase;}
.shf-mg{max-width: 424px; display: block; margin: 75px 0 0 auto;}


.footertxt {color: #696969; font-size: 13px;}


.cta-new {max-width: 760px;margin: 0 auto;}
.cta-new ul li{display:inline-block;margin: 0 1%;position:relative;padding:0 0 0 53px;}
.cta-new ul li h6{font-size:16px;color:#737373;line-height:1.3;margin:0;text-align:left;border-left:1px solid #e2e2e2;padding:5px 0 5px 14px}
.cta-new ul li h6 a{display:block;font-size:18px;color:#052e8f}

.cta-new ul li i {position: absolute; left: 0px; top: 0; bottom: 0;  transform: scale(0.8);}

i.sprite-icn{display:flex;align-items:center;justify-content:center}
i.sprite-icn:before{content:"";width:67px;height:53px;background:url(../images/sprite-new.png) no-repeat;display:inline-block}

.cta-new ul li .new-cta01:before{background-position:-20px -2162px;width:54px;height:54px}
.cta-new ul li .new-cta02:before{background-position:-95px -2169px;width:41px;height:41px}
.cta-new ul li .new-cta03:before{background-position:-157px -2167px;width:37px;height:49px}
.cta-new ul li .new-cta04:before{background-position:-215px -2171px;width:48px;height:42px}
.cta-new .hd-btn{background:#052e8f;padding:14px 38px;display:inline-block;color:#FFF;position:relative}
.cta-new ul li h6.noborder {border: none;color: #000;font-size: 23px;}

.cta-new ul li .btn.btn-blue {color: #ffffff;font-size: 15px;background: #4c31ff;border: none;border-radius: 3px;	font-weight: 700;text-transform: uppercase;letter-spacing: 2px;padding: 18px 25px;	margin: -17px 0 0 0;}
.cta-new ul li .btn.btn-blue:hover {background: #4c31ff;	color: #fff;}




ul.testi {column-count: 3;column-gap: 1rem; margin-top:30px;}
.hm-sec-07 h2{
    font-size: 47px;
margin-bottom:1.5rem;
font-weight: 700;
line-height: 51px; 
color: #FFF;
text-align: center;
}
ul.testi li img {
    width: 100%;
}

ul.testi li {
    margin-bottom: 1rem;
}

@media (max-width: 990px) {
 .cta-new ul li{width:100%;margin:0 0 12px;border:1px solid #e2e2e2;padding:4px 4px 4px 60px;border-radius:7px;display: block;}
.cta-new ul li i{left:10px;transform:scale(0.7)}
    .cta-new ul li.first, .cta-new ul li.last {padding: 4px 4px 4px 0px}
.cta-new ul li h6 a{font-size:15px}
.cta-new ul li h6{font-size:14px}
.cta-new ul li  .btn.btn-blue {    display: block; margin: 0;}
ul.testi {column-count: 2;}
}




.ribbon-package {width: 100px;height: 200px;position: absolute;top: -30px;right: -20px;}
.ribbon-package img{width: 100%;}


.footer-logo{
    max-width: 210px;
}

.footer-contact {
  padding-top: 10px;
}

.footer-contact>li{
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:100%;
}

.footer-contact a,
.footer-contact p{
    color: #696969;
    font-size: 13px;
    display:inline-flex;
    width:100%;
    gap:10px;
    line-height:normal;
}

@media (min-width: 1600px) {
.bldg {
	padding-left: 10%;
}
}




@media (max-width: 1440px) {

ul.portf-ul li {
	height: 302px;
}
.about-sec-02 p {
	padding-right: 20px;
}

}

@media (max-width: 1200px) {
}

@media (max-width: 980px) {
.container {
	position: relative;
}
.menu-Bar {
	display: block;
}
.menuWrap {
	display: none;
}
.menuWrap.open {
	display: flex;
	left: 0px;
}
.menuWrap {
	position: fixed;
	left: -210%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #2f3035;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	transition: all 0.4s ease;
	z-index: 3;
	width: 100vw;
}
.hd-h1 {
	font-size: 30px;
	line-height: normal;
}
.hd-par br {
	display: none;
}
.hd-par {
	font-size: 20px;
	line-height: normal;
}
.stsfc li {
	font-size: 19px;
}
.mainBanner .col-md-7 {
	max-width: 100%;
	flex: 100%;
}
.hd-h1 br {
	display: none;
}
.mainBanner {
	padding: 60px 0;
	height: auto;
}
.prj-nmb h3 i {
	right: 35px;
}
.prj-nmb h3 {
	font-size: 50px;
}
.frm-dv .col-md-3 {
	flex: 100%;
	max-width: 100%;
	padding: 0;
}
.frm-dv .field:before {
	display: none;
}
.frm-dv {
	box-shadow: none;
}
.frm-dv .field input, .field button {
	border: 1px solid #eee;
}
.frm-dv .field {
	margin-bottom: 30px;
}
.hd-h3 {
	font-size: 30px;
}
.para-01 {
	font-size: 18px;
	line-height: normal;
}
ul.filtr-portf li {
	margin: 0 6px 13px;
}
ul.portf-ul li {
	height: auto;
}
.srvcs-sec {
	display: block;
}
.srvcs-sec li {
	display: inline-block;
	width: 49%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 45px;
}
.srv i {
	margin: 0 auto;
}
.srv h4 {
	font-size: 24px;
	margin: 18px 0 15px 0;
}
.srv ul li {
	margin: 0 0 8px 0;
}
.hm-sec-05 h3 {
	font-size: 25px;
	line-height: 32px;
}
.hm-sec-05 h3 br {
	display: none;
}
.hm-sec-05 h3 span {
	font-size: 25px;
	display: inline;
}
.prcss h4 br {
	display: none;
}
.prcss h4 {
	font-size: 25px;
}
.prcss p br {
	display: none;
}
.prcss p {
	font-size: 15px;
	line-height: 21px;
}
.testi-para br {
	display: none;
}
.testi-para {
	font-size: 25px;
	line-height: 30px;
}
footer .col-md-2 {
	flex: 33.333%;
	max-width: 33.333%;
}
.ftr-hd h4 {
	margin-bottom: 15px;
}
.ftr-hd ul li {
	margin-bottom: 6px;
}
.ftr-hd {
	margin-bottom: 40px;
}
header {
	padding: 30px 0;
}
.navigation ul li a {
	color: #fff;
}
.navigation {
	text-align: center;
}
.InnerBanner h1 {
	font-size: 40px;
	line-height: 45px;
}
.about-sec-02 .col-md-6 {
	flex: 100%;
	max-width: 100%;
	padding: 0 15px;
}
.about-sec-02 img {
	display: block;
	margin: 0 auto;
	display: none;
}
.about-sec-02 h2 {
	margin-left: 0;
}
.about-sec-02 {
	padding: 70px 0;
}
.about-sec-02 .container-fluid {
	padding: 0 30px;
}
.hd-h2 br {
	display: none;
}
.hd-h2 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 15px;
}
.about-sec-02 p {
	line-height: 25px;
}
.about-sec-03 {
	padding: 0 0;
}
.hd-h5 {
	font-size: 20px;
	margin-bottom: 8px;
}
.hd-h4 {
	font-size: 25px;
	line-height: 29px;
}
.about-sec-03 p br {
	display: none;
}
.about-sec-04 {
	padding: 50px 0;
	margin-top: 60px;
}
.brnds-wrk li {
	width: 33%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 60px;
}
.brnds-wrk li i {
	vertical-align: bottom;
}
.brnds-wrk {
	text-align: center;
	width: auto;
}
.brnds-wrk li span {
	text-align: left;
}
.brnds-wrk li:before {
	display: none;
}
.about-sec-05 {
	margin-bottom: 0;
	padding: 80px 0 40px;
}
.about-sec-06 p br {
	display: none;
}
.scrpt {
	display: block;
	width: 100%;
	padding: 0 0 0;
	margin: 20px 0 0;
}
.anm-prc {
	margin: 0 0 20px;
	text-align: center;
}
.animation-sec-02 p.para-sec {
	margin-bottom: 20px;
}
.scrpt p {
	text-align: center;
}
.scrpt h5 {
	font-size: 21px;
	margin: 0 0 10px;
}
.app-prc .scrpt {
	margin: 10px 0 0;
}
.contact-sec-02 {
	padding: 40px 0 0;
}
.us-ofc h3 {
	font-size: 23px;
}
.us-ofc h3 span {
	font-size: 35px;
}
.contact-sec-02 a {
	padding: 0px;
	margin: 10px 0 0;
	font-size: 17px;
	line-height: 1.3;
}
.contact-sec-02 a span {
	width: 91%;
}
.contact-sec-02 a.adrs {
	padding: 0px;
}
.about-sec-06 {
	padding: 50px 0;
}
.indstry {
	width: 100%;
}
.filtr-portf {
	width: 100%;
}
.tab-h3 {
	font-size: 21px;
}
.animation-sec-02 {
	padding: 30px 0;
}
.rvw-dv {
	width: 100%;
	padding: 0 0 0;
	margin: 10px 0 0;
}
.rvw-dv i {
	transform: scale(0.4);
	top: 0px;
	left: 0px;
}
.services-sec-02 {
	padding: 30px 0;
}
.rvw-dv p {
	font-size: 17px;
	line-height: 1.3;
	font-weight: 500;
}
.srcs-lst {
	margin-bottom: 40px;
}
.web-prc .scrpt {
	width: 100%;
}
}

@media (max-width: 767px) {
    .hm-sec-07 h2{
        font-size: 30px;
        line-height: 40px; 
    }
    ul.testi {column-count: 1;}
.navigation ul li {
	display: block;
	margin: 0 0;
}
.navigation ul li a {
	padding: 17px 6px 0;
}
.shwrl ul li {
	margin: 0 20px 15px 0;
}
.prj-nmb h3 i {
	position: relative;
	right: 0;
}
.prj-nmb {
	text-align: center;
	margin: 0 0 30px 0;
}
.para-01 br {
	display: none;
}
.srvcs-sec {
	margin-top: 55px;
}
.srvcs-sec li {
	vertical-align: middle;
}
.hm-sec-04 {
	padding: 90px 0 30px;
}
.wrt-mg {
	display: none;
}
.prcss {
	text-align: center;
}
.siprt img {
	display: none;
}
.navigation ul li.nmbr {
	margin: 0 0 20px 0;
}
.about-sec-03 img {
	display: none;
}
.about-sec-06 img {
	margin: 0 0 45px 0;
}
.logo img{
	width: 60%;
}
.prpl-btn{
	margin-top: 15px;
	padding: 13px;
}
.hm-sec-01 .frm-dv .field i{
	top: 19px;
}
.popup-inner:before{
	display: none;
}
.popupMain.LoginPopup:before{
	display: none;
}
.popupMain.LoginPopup{width: 100%; padding-left: 0; height: 100%; background-color: transparent;}
.popup-inner{
	padding: 22px;
}
.servicess-sec h3{font-size: 48px; margin-bottom: 15px; line-height: 1.1em;}
.servicess-sec p.pr-mn{padding: 10px 0; font-size: 18px; line-height: 26px;}
.srvc-img img{max-width: 100%; margin-left: 0;}
.tb-inr-cncnt h5{font-size: 25px; line-height: normal;}
.srvc-lstg li{display: block; width: 100%;}
.servicess-sec{padding: 30px 0 50px;}
.hdr-mgs{display: none;}
.HomeBanner .col-md-7{display: none;}
.popup-inner{width: 89%; height: 480px;}
.popup-close {
    position: absolute;
    right: -37px;
    top: -37px;
    background: #4c31ff;
    color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popupMain .closePop{
	position: absolute;
    right: -15px;
    top: -15px;
    background: #4c31ff;
    color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popTxt h6{font-size: 30px; margin-bottom: 10px;}
.popTxt p{margin-bottom: 0;}
.popup-header h3{font-size: 26px; margin-bottom: 10px;}
.prj-nmb h3 span{padding: 10px 0 0 0; font-family: 'Gilroy';}
.HomeBanner .hd-par{z-index: 2;}
.InnerBanner p{margin-bottom: 24px;}
.btn-04{width: auto; height: auto; line-height: normal; padding: 11px 15px; font-size: 17px;}
.logo{padding-top: 0;}
header{padding: 16px 0;}
.prj-nmb{display: none;}
ul.filtr-portf li{margin: 0 5px 13px;}
ul.filtr-portf li a{font-size: 15px; padding: 15px 22px;}
.services-tabss [class^="box-"]{display: block !important; margin-bottom: 40px; }
.pricing-sec-02 ul.slick-dots{padding: 0 0 0 0;}
.services-tabss{display: none;}
.tb-inr-cncnt h6{line-height: normal;}
.cht-nmb li{display: block;}
.btn-02{width: 100%; line-height: 49px; font-size: 24px; height: 52px; }
.InnerBanner{background-image: none !important; background-color: #eee;}
.animation-sec-04{margin-bottom: 30px;}
.about-sec-04{display: none;}
.animation-sec-02 .hd-h4{font-size: 30px; line-height: 1.2em;}
.mainBanner{text-align: center;}
.hm-hd5{font-size: 26px;}
.hd-h1{font-size: 32px; line-height: 1.2em; }
.HomeBanner .hd-par{text-shadow: none; font-size: 18px; line-height: 1.4em; font-weight: normal;}
.hm-sec-01{padding: 20px 0; background: rgba(0, 35, 67, 0.08); margin-bottom: 40px;}
.field input, .field button{height: 55px; font-size: 18px; border-radius: 8px;}
.hd-h3{font-size: 48px; margin-bottom: 20px; text-align: center;}
.para-01{font-size: 19px; line-height: 1.4em; text-align: center; margin-bottom: 13px; font-weight: normal;}
.spaceBr br+br{display: none;}
.spacebr br+br{display: none;}
.hm-sec-04 h3:before{right: 0; margin: auto;}
.red-btn, .order{font-size: 17px; padding: 13px 20px;}
.packages-details h4{font-size: 28px; line-height: 1.2em;}
.packages-details h6{font-size: 18px; margin: 13px 0 17px 0;}
.pricing-sec-02 .packages-details{margin-bottom: 25px;}
.hd-h5{font-size: 22px; line-height: 1.3em; font-family: 'Gilroy';}
.servicess-sec [class^="box-"]{display: block !important; margin-top: 40px;}
.tb-inr-cncnt h6{font-family: 'Gilroy'; font-size: 19px; margin-bottom: 18px;}
.tb-inr-cncnt p{text-align: left;}
.hm-sec-05 h3{font-size: 30px; line-height: 1.2em; margin-bottom: 29px;}
.hm-sec-05{text-align: center;}
.hm-sec-05 h3 span{font-size: 30px; display: block;}
.cht-nmb li+li a{font-size: 22px;}
.prcss h4{font-size: 27px; line-height: 1.2em; margin: 0 0 16px 0;}
.prcss p{font-size: 17px; line-height: 26px;}
.testi-para{font-size: 23px; line-height: 29px; font-weight: 500;}
.hm-sec-07{padding: 36px 0 48px;}
.InnerBanner h1{font-size: 30px; line-height: 36px;}
.InnerBanner h6{font-size: 25px; margin-bottom: 4px;}
.mobile-apps-sec  h3{font-size: 28px; margin-bottom: 8px; line-height: 1.3em;}
.about-sec-05{padding: 25px 0 40px;}
.about-sec-05 h5{font-size: 25px; }
.about-sec-05 h2{font-size: 25px;}
.brnds-wrk{margin: 40px auto 0;}
.brnds-wrk li span{font-size: 20px;}
.about-sec-06{text-align: center;}
.about-sec-06 .hd-h5{font-size: 35px;}
.about-sec-06 .hd-h4{font-size: 28px; line-height: 33px;}
.app-sec-02{padding: 0; margin-bottom: 45px;}
.app-sec-02 h4{font-size: 28px; line-height: 34px;}
.app-prc{margin: 40px 0 0;}
.scrpt h5{font-size: 28px; margin: 21px 0 15px; line-height: 1.3em;}
.scrpt p{font-size: 18px;}
.more-portfolio a.mr{margin: 15px 0 14px;}
.tab-h4{font-size: 28px; line-height: 1.2em;}
.tab-h3{font-size: 25px; line-height: 1.3em;}
.pricing-sec-02 p br{display: none;}
.frm-dv .field{margin-bottom: 10px;}


}


@media (max-width: 480px) {

.stsfc li {
	font-size: 15px;
}
.shwrl {
	display: none;
}
.mainBanner {
	padding: 35px 0;
}
.prj-nmb h3 span {
	display: block;
}
.prj-nmb h3 span br {
	display: none;
}
.frm-dv .col-md-3 {
	padding: 0 15px;
}

.field button {
	line-height: 40px;
}

.frm-dv {
	margin-top: 15px;
}

.filtr-portf {
	margin: 35px 0;
}
ul.portf-ul li {
	width: 100%;
	margin: 0 0 20px 0;
}

.more-portfolio a.lg {
	width: auto;
	height: 45px;
	line-height: 42px;
	padding: 0 20px;
}
.more-portfolio a.lg i {
	padding: 0 0 0 10px;
}
.hm-sec-04 {
	padding: 70px 0 30px;
}
.hm-sec-04 h3 {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}

.packages-details h4 br {
	display: none;
}
.packages-details a.order {
	width: auto;
	height: auto;
	line-height: 40px;
	margin: 0 auto 30px;
	padding: 0 20px;
}
.chat-nmbr {
	text-align: center;
}
.chat-nmbr a {
	padding: 0 0 10px 0;
}
.chat-nmbr .text-right {
	text-align: center;
}
.nxt-ordr {
	padding: 14px 0 0 0;
}
.packages-slider .slick-dots li button {
	width: 35px;
}
ul.slick-dots {
	padding: 30px 0 0 0;
}
.srvcs-sec li {
	width: 100%;
}
.hm-sec-05 {
	padding: 40px 0;
}

.cht-nmb li {
	margin: 0 0 19px 0;
}

.hm-sec-06 p {
	margin-bottom: 35px;
}
.slick-list {
	margin: 0;
}

.slider-nav .slick-slide {
	margin: 0 4px;
}
footer .col-md-2 {
	flex: 100%;
	max-width: 100%;
}
footer {
	text-align: center;
}
footer .upr-ftr {
	padding: 55px 0 20px 0;
}
.pay-icns {
	text-align: center;
	margin: 10px 0 0 0;
}
.btm-ftr {
	padding: 19px 0;
}

.hd-h2 {
	font-size: 20px;
	line-height: 26px;
}
.about-sec-02 {
	padding: 40px 0 30px;
}
.hd-h4 br {
	display: none;
}
.about-sec-02 p {
	line-height: 20px;
}

.about-sec-03 p {
	font-size: 16px;
	line-height: 22px;
}

.brnds-wrk li {
	width: 100%;
	display: block;
}
.brnds-wrk li i {
	display: block;
	margin: 0 auto 15px;
}
.brnds-wrk li span {
	text-align: center;
	padding: 0;
}
.brnds-wrk li span br {
	display: none;
}
.brnds-wrk li {
	margin-bottom: 40px;
}
}
