/*Main Css */
::selection{background:#4c0b13;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:#e00000;}

body{font-family:sans-serif,'Futurist-Stencil';overflow-x:hidden;font-size:16px;line-height:1;color:#000000;}
h1,
h2,
h3,
h4,
h5,
h6{display:block;font-weight:normal;}
h1{font-size: 96px;line-height: 106px;}
h2{font-size: 100px;line-height: 110px;}
h3,
h4{font-size: 40px;line-height: 50px;}
h5,
h6{display:block;font-weight:normal;}

*:hover,
*:focus,
*{outline:none!important;}
img{max-width:100%;height:auto;}
a,
input[type="submit"]{-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;display:inline-block;cursor:pointer;}
a:hover{color:#e00000;text-decoration: none;}
p,
a{font-size:16px;font-weight:normal;color:#000000;}
p{line-height:26px;display:block;}
span{display:inline-block;}

textarea,
select,
input[type],
textarea,
select,
button{background:transparent;border:none;border-radius:0px;font-weight:400;}
::-webkit-input-placeholder{color:#a3a3a3;font-weight:400;}
::-moz-placeholder{color:#a3a3a3;font-weight:400;}
:-ms-input-placeholder{color:#a3a3a3;font-weight:400;}
:-moz-placeholder{color:#a3a3a3;font-weight:400;}

/* Tabbing CSS */
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}

/* Accordion CSS */
.myaccordion li .faq-opt{display:none;}
.myaccordion li.active .faq-opt{display:block;}
.myaccordion li.active .faq-ang h4:before{content:'\f077';}

/* Custom Slick Css */
.slick-list{margin:0 -15px;}
.slick-slide{margin:0 15px;}
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%;}

/* Global Css */
.sprite-icn:before{content:"";background-image:url(../images/sprite.png);background-repeat:no-repeat;display:inline-block;}
.ovr-hiddn{overflow:hidden;}
.sec{padding: 50px 0;}
.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;}

.mn-btn{color:#ffffff;font-size:18px;background:#000000;border:1px solid #000000;font-weight:400;text-transform:uppercase;padding:0px 0px;}
.mn-btn:hover{background:transparent;color:#000000;}

/* Padding Classes */
.pad-sec{}
.pad-zero{padding:0px;}
.pad-l-zero{padding-left:0px;}
.pad-r-zero{padding-right:0px;}

/* Heading Classes */
.mn-hd h1{}
.mn-hd h2{}
.mn-hd h3{}
.mn-hd h4{}
.mn-hd h5{}
.mn-hd h6{}
.mn-hd p{}

/* 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;}

.main-header{}
.logo{display:inline-block;}
.logo img{display:block;}

/* Menu Css */
.menu{display:inline-block;vertical-align:middle;}
.menu li{display:inline-block;vertical-align:middle;margin-right:30px;}
.menu li.last{margin-right:0px;}
.menu li a{display:block;font-size:16px;color:white;text-transform:uppercase;font-weight:400;}
.menu li:hover a,
/* .menu li.active a{color:#1887c5;} */

/* 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;}

/* Write your CSS styling from here */
/* .mainBanner{background-size:cover;background-position:center;height:500px;background-repeat:no-repeat;display:flex;align-items:center;position:relative;} */


/* //////////////////////////////////////////shariq styling////////////////////////////////////////////////////////////////// */

.container-fluid
{
	padding: 0 135px 0 135px;
	/* border: 1px solid #000; */
	background: transparent;
}
.container
{
	max-width: 1660px;
	/* border: 1px solid #000; */
	background: transparent;
}

 /* ////////////////// header style starts//////////////////////////  */

 header
 {
	position: absolute;
    width: 100%;
    z-index: 1;
	padding-top: 20px;
 }

.menu li 
{
	position: relative;
}

.menu li.active ::after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #ffffffa1;
	left: 0;
	display: inline-block;
	top: 20px;
}

.menu li::after
{
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	left: 0;
	display: inline-block;
	top: 20px;
	transition: 0.5s ease-in-out;
	background-color: #ffffffa1;
	right: 0;
	margin: 0 auto;
}
.menu li:hover::after
{width: 100%;}


 /* ////////////////// banner section-1 style starts//////////////////////////  */

 .banner-section
 {
	padding: 100px 0;
	background-image: url(../images/banner/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 250px;
	}
 .banner-box-1
 {
	width: 100%;
	/* margin-top: 0; */
	}
 .col-md-6:nth-child(2) .banner-box-1
 {
	text-align: right;
	}
 .banner-box-1 h3
 {
	color: white;
	font-size: 60px;
	font-weight: 400;
	background:linear-gradient(180deg,#E31B35, #FFE500);
    background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'Futurist-Stencil';
 }
 .banner-box-1 h2
 {
	font-size: 90px;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
	font-family: 'Futurist-Stencil';
	padding-top: 10px;
 }

 .banner-box-1 p
 {
	color: white;
    margin-top: 30px;
    width: 650px;
 }



.banner-btn
{
    display: flex;
    gap: 30px;
}


.banner-img img
{
	height: 26px;
}

.banner-btn a
{
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    background: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 4px 40px 5px 4px;
    gap: 10px;
    
}

.banner-btn span
{
    border-radius: 50%;
    background: linear-gradient(180deg, #720E07, #45050C);
    padding: 13px 13px 13px 13px;
}
.banner-btn span img
{
    height: 27px;
    width: 27px;
}

 /* ////////////////// banner section-1 style end//////////////////////////  */

/* ////////////////// logo-design-process section-1 style start//////////////////////////  */

.logo-design-process
{
	padding: 100px 0 50px;
	position: relative;
}
.logo-design-process:after {
    content: '';
    position: absolute;
    height: 75px;
    width: 74px;
    background: url(../images/vectors/7.png);
    bottom: 100px;
    left: 40px;
}
.logo-design-process:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../images/vectors/6.png);
    background-repeat: no-repeat;
    right: 50px;
    top: 250px;
}
.logo-design-process-heading
{
	width: 100%;
	text-align: center;
}
.logo-design-process-heading h4
{
	color: white;
    font-size: 40px;
    font-weight: 400;
    background: linear-gradient(180deg, #720E07, #45050C);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Futurist-Stencil';
	letter-spacing: 2px;
}
.logo-design-process-heading h2
{
	color: white;
    font-size: 100px;
    font-weight: 400;
    background: linear-gradient(180deg, #720E07, #45050C);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Futurist-Stencil';
	letter-spacing: 2px;
	margin-top: -22px;
}

.logo-design-process-main
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 100px;
	margin-top: 0;
	padding: 50px 0 100px 0;
	position: relative;
	align-items: center;
}
.logo-design-process-box-1
{
	/* border: 1px solid #000; */
	width: 30%;
	padding: 20px 0 20px 0;
	position: relative;
}
.logo-design-process-box-1:nth-child(5) .logo-text-img {
    text-align: right;
}
.logo-design-process-headandimg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-design-process-box-1:nth-child(7) .logo-design-process-headandimg .logo-text-img {
    text-align: right;
}
.logo-design-process-box-1:nth-child(7) .logo-design-process-headandimg .logo-text-img img {
    margin: 0px 40px 10px 0px;
}
.logo-text-img img {
    margin: 0 0 20px 40px;
}
.logo-design-process-box-1:nth-child(3) .logo-design-process-headandimg {
    justify-content: left;
}
img.img-arrow {
    position: absolute;
    right: 150px;
}
.logo-design-process-box-1:nth-child(4) .logo-design-process-box-1-inner img {
    position: absolute;
    right: 40px;
    top: -80px;
}
.logo-design-process-headandimg h3
{
	font-size: 26px;
	font-weight: 700;
	background: linear-gradient(180deg, #720E07, #45050C);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 36px;
}

.logo-design-process-box-1 p
{
	font-size: 18px;
	font-weight: 600;
	color: #242526;
	padding-top: 20px;
	width: 400px;
}

.logo-design-process-box-1-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.logo-design-process-box-1-inner p
{
	font-size: 32px;
	font-weight: 400;
	font-family: 'Gilmer';
	text-align: center;
	line-height: 36px;
}

.logo-design-process-main .back-line
{
	position: absolute;
	left: -30px;
	height: 819px;
	width: 83%;
}
/* .logo-design-process-main ul li:nth-child(1)
{
	position: absolute;
    left: 162px;
    bottom: 334px;
}
.logo-design-process-main ul li:nth-child(2)
{
	position: absolute;
    left: -28px;
    top: -11px;
}
.logo-design-process-main ul li:nth-child(3)
{
	position: absolute;
    right: 505px;
    top: 110px;
}
.logo-design-process-main ul li:nth-child(4)
{
	position: absolute;
    left: 514px;
    bottom: 350px;
}
.logo-design-process-main ul li:nth-child(5)
{
	position: absolute;
    right: 234px;
    top: 386px;
} */

.step-img
{
	position: absolute;
	bottom: 0;
}
.logo-design-process-box-1:nth-child(2) .step-img
{
	top: -80px;
	left: -40px;
}
.logo-design-process-box-1:nth-child(3) .step-img
{
	top: 50px;
	right: -80px;
}
.logo-design-process-box-1:nth-child(4) .step-img
{
	bottom: 0;
}
.logo-design-process-box-1:nth-child(5) .step-img
{
	left: 190px;
	top: -70px;
}
.logo-design-process-box-1:nth-child(6) .step-img
{
	left: -70px;
	bottom: inherit;
	top: -60px;
}

.logo-design-process-box-1:nth-child(7) .step-img
{
	left: 130px;
	bottom: inherit;
	top: -140px;
}

/* ////////////////// logo-design-process section-1 style end////////////////////////// */  


/*Section Three CSS Start*/
section.sec-3.sec {
    background: url(../images/banner/bg-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-hd {
    text-align: center;
}

.main-hd h2 {
    color: #fff;
    position: relative;
    letter-spacing: 4px;
    padding: 0 0 25px;
    font-family: 'Futurist-Stencil';
    text-transform: capitalize;
}

.main-hd h2 span {
    font-size: 40px;
    line-height: 24px;
    position: absolute;
    left: -190px;
    right: 0;
    margin: 0 auto;
}
.main-hd p {
    font-size: 18px;
    line-height: 28px;
    color: rgb(255 255 255 / 60%);
    width: 81%;
}
.serv-wrap{
        background: linear-gradient(#45050C, #720E07) padding-box, linear-gradient(0deg, #fff, #00e8ff00) border-box;
        color: #313149;
        padding: 80px 27px;
        border: 5px solid transparent;
        border-radius: 20px;
        }
        .serve-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-md-3:nth-child(2) .serv-wrap, .col-md-3:nth-child(4) .serv-wrap{background: linear-gradient(#720e07, #45050c) padding-box, linear-gradient(179deg, #fff, #00e8ff00) border-box;}
.col-md-3:nth-child(2) .serv-wrap:hover, .col-md-3:nth-child(4) .serv-wrap:hover {
    background: linear-gradient(#45050C, #720E07) padding-box, linear-gradient(0deg, #fff, #00e8ff00) border-box;
    transition: 1s ease-in-out;
}
.serv-wrap:hover {
    background: linear-gradient(#720e07, #45050c) padding-box, linear-gradient(182deg, #fff, #00e8ff00) border-box;
    transition: 1s ease-in-out;
}
.serve-top h4 {
    font-family: 'Mont Heavy DEMO';
    color: #fff;
    position: relative;
    padding: 0 0 30px;
}
.serve-top h4 span {
    position: absolute;
    font-size: 24px;
    left: 0;
    bottom: 0;
}
.serve-top h2 {

    color: transparent;
    font-size: 160px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: 'Mont Heavy DEMO';
}
.serv-body p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gilmer';
    color: rgb(255 255 255 / 60%);
}
/*Section Three CSS End*/





 /* /////////////////////////////why-choose-us section-4 start///////////////  */

 
 .why-choose-us-main
{
	margin-top: 0;
}

 .why-choose-us-box-1
 {
	width: 100%;
 }
 .why-choose-us-box-1 h2
 {
	font-family: 'Futurist-Stencil';
	font-size: 100px;
	font-weight: 400;
	background: linear-gradient(180deg, #720E07, #45050C);
    background-clip: text;
    -webkit-text-fill-color: transparent;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 4px;
 }	

 .why-choose-us-box-1 h2 span
 {
	font-size: 40px;
	position: absolute;
	background: linear-gradient(180deg, #720E07, #45050C);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	top: -40px;
	left: 68px;
	text-transform: capitalize;
	}
	.why-choose-us-box-1
	{
		width: 100%;
	}
	.why-choose-us-paragraph
	{
		padding-top: 20px;
		width: 650px;
	}

	.why-choose-us-section  .banner-btn
	{
		margin-top: 30px;
	}
	.why-choose-us-section .banner-btn a {
	   
        background: linear-gradient(#720e07, #45050c);
        color: white;
    }
    .why-choose-us-section .banner-btn span
    {
        background: white;
    }
	

/* /////////////////////////////why-choose-us section-4 end///////////////  */

/* /////////////////////////////our-portfolio-section-4 start///////////////  */

.our-portfolio-section .container-fluid
{
		padding: 50px 40px 30px 40px;
}
.our-portfolio-section
{

background-image: url(../images/banner/bg-banner.jpg);
margin-top: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.our-portfolio-box-1
{
	width: 100%;
}
.portfolio-img
{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.our-portfolio-heading
{
	padding-top: 50px;
}
.our-portfolio-heading img
{
	position: absolute;
    top: 0;
    right: 430px;
    top: 44px;
    height: 30px;
}
.our-portfolio-heading img:nth-child(2)
{
	position: absolute;
    left: -80px;
    top: 76px;
    height: 40px;
   
}
.our-portfolio-heading h2
{
   font-family: 'Futurist-Stencil';
   font-size: 100px;
   font-weight: 400;
   color: white;
   text-transform: capitalize;
   letter-spacing: 5px;
   position: relative;
}	

.our-portfolio-heading h2 span
{
	font-size: 40px;
	position: absolute;
	color: white;
	top: -50px;
	text-transform: capitalize;
    left: 58px;
	}
   .our-portfolio-heading p
   {
	font-size: 16px;
    font-weight: 600;
    color: rgb(255 255 255 / 31%);
    padding: 30px 144px 50px 0px;
	}

.tabist
{
	display: flex;
	column-gap: 40px;
}
.tabist li a
{
	color: rgb(255 255 255 / 68%);
	border: 1PX solid #FFFFFF;
	padding: 15px 40px 15px 40px;
	border-radius: 80px;
	font-weight: 700;
	text-transform: capitalize;
}

ul.tabist li.current a {
    color: #000;
    background: #fff;
}
.text-sec p
{
	color: rgb(255 255 255 / 80%);
	padding: 40px 70px 40px 0px;
}

.tabist li a:hover {
    color: #E9422B !important;
    text-decoration: none;
    background: #fff;
}

.our-portfolio-section .banner-btn
{
	column-gap: 20px;
}

/* /////////////////////////////our-portfolio-section-5 end///////////////  */

/* /////////////////////////////our-packages-section-6 start///////////////  */

.our-packages-section
{
	padding: 50px 0;
}

.our-packages-section .our-portfolio-heading h2 
{
	background: linear-gradient(180deg, #720E07, #45050C);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding: 0 0 20px;
}

.our-packages-section .our-portfolio-heading h2 span
{
	background: linear-gradient(180deg, #720E07, #45050C);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.our-packages-section .our-portfolio-heading 
{
	position: relative;
    display: flex;
    justify-content: center;
}

.our-packages-section .our-portfolio-heading img {
    position: absolute;
    right: 500px;
    top: 104px;
    height: 40px;
}

.our-packages-section .our-portfolio-heading img:nth-child(2) {
	position: absolute;
	left: -35%;
	top: 30px;
	height: 26px;
	right: 0;
	margin: 0 auto;
}

.our-packages-section .tabist li a 
{
	color: #57080A;
	border: 1px solid #57080A;
}

.our-packages-section ul.tabist li.current a {
	color: #FFF;
	background-color: #57080A;
}

.package-box-1
{
	width: 100%;
	/* border: 1px solid #000; */
	margin-top: 50px;
	padding: 30px 30px 30px 30px;
	background: url(../images/banner/bg-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-radius: 16px;
}
.package-box-1-heading 
{
	display: flex;
	justify-content: space-between;
}

.package-box-1-heading h2
{
	font-size: 24px;
	font-weight: 700;
	color: white;
	line-height: 34px;
	padding: 0 40px 0 0;
}
.package-box-1-heading h3
{
	font-size: 60px;
	font-weight: 900;
	-webkit-text-stroke: 1px #fff;
	color: transparent;
}
.package-box-1 h4
{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding: 0;
}
.package-box-1 p
{
	color: #fff;
	padding: 0;
}
.all-list
{
	list-style: disc;
	 line-height: 30px;
	 padding: 0 0 0 24px;
}

.all-list li
{
	color: white;  
}
.select-plan
{
	margin-top: 20px;
}
.select-plan a
{
	padding: 15px 10px;
	border: 1px solid #fff;
	border-radius: 50px;
	color: white !important;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
    transition: 0.5s ease-out;
}
.our-packages-section .banner-btn {
	margin-top: 100px;
}

.our-packages-section .banner-btn a
{
    background: linear-gradient(120deg, #720E07, #45050C);
    color: white;
    margin: 0 auto;
}

.our-packages-section .banner-btn span
{
    background: white;
}
.our-packages-section .tabist {
    display: flex;
    column-gap: 40px;
    justify-content: center;
}

/* /////////////////////////////our-packages-section-6 start///////////////  */

.dream-business-section
{
	background-image: url(../images/banner/bg-banner.jpg);
	padding: 50px 0 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.dream-business-section .our-portfolio-heading h2
{
	letter-spacing: 3px;
	font-size: 80px;
	line-height: 90px;
}

.dream-business-section .our-portfolio-heading {
    padding-top: 0;
    text-align: unset; 
    display: unset;
}
.dream-business-section .our-portfolio-heading h2 span {
    font-size: 35px;
    position: absolute;
    color: white;
    top: -33px;
    left: 62px;
    text-transform: capitalize;
    line-height: 45px;
}
.dream-business-section .dream-business-box-1 .our-portfolio-heading p
{
}
.dream-business-section .dream-business-box-1 .banner-btn {
    display: flex;
    column-gap: 10px;
}

/* /////////////////////////////our-packages-section-7 end///////////////  */

.delivering-section
{
	padding: 50px 0 50px 0;
}
.delivering-box-1
{
	width: 100%;
}
.delivering-box-1 h2
{
	padding: 0 0 20px;
	font-family: 'Futurist-Stencil';
	font-size: 60px;
	font-weight: 400;
	background: linear-gradient(180deg, #720E07, #45050C);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-transform: capitalize;
	letter-spacing: 2px;
	line-height: 70px;
}
.delivering-paragraph-main p
{
	padding: 0 0 30px;
}
.delivering-paragraph-main p:nth-child(2)
{
	margin-top: -18px;
}
.delivering-section .banner-btn
{
	margin-top: 50px;
}

.delivering-section  .banner-btn
{
    margin-top: 30px;
}
.delivering-section .banner-btn a {
   
    background: linear-gradient(#720e07, #45050c);
    color: white;
}
.delivering-section .banner-btn span
{
    background: white;
}

.delivering-box-2
{
	display: flex;
	justify-content: end;
}

.list
{
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.list li
{
	display: flex;
	column-gap: 30px;
	width: 665.54px;
	height: 124.08px;
	background: linear-gradient(120deg, #720E07, #45050C);
	align-items: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.list li:nth-child(2) 
{
	margin-left: -70PX;
}
.list li:nth-child(3) 
{
	margin-left: -140px;
}
.list li:nth-child(4)
{
	margin-left: -210px;
} 
.images
{
	height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    background: #DBDBDB;
    clip-path: polygon(0 0, 100% 0, 63% 100%, 0% 100%);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
	margin-left: -1px;
}

.list li img
{
	height: 85px;
	width: 85px;
	margin-right: 40px;
}

.list li h2
{
	color: white;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    width: 190px;
    line-height: 36px;
	text-transform: capitalize;
}
.list li p
{
	color: #ffffff94;
	font-size: 17px;
	width: 200px;
}



/*Section Nin3 CSS Start*/
section.sec-9.sec {
    background: url(../images/banner/bg-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 150px 0;
    position: relative;
    z-index: 1;
}
section.sec-9.sec .main-hd {
    text-align: left;
}
.client-info{display: flex;align-items: center;gap: 15px;}
.client-info h5{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Gilmer';
    font-weight: 700;
}
.client-info h6 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Gilmer';
    font-weight: 700;
}
ul.rev-stars li i {
    color: #FF832E;
}

ul.rev-stars {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 0 20px;
}

ul.test-sld li {
    padding: 40px 70px 40px 40px;
    width: 61%;
    border: 4px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
    background: linear-gradient(#720e07, #45050c) padding-box, linear-gradient(182deg, #fff, #00e8ff00) border-box;
}

ul.rev-stars li {
    padding: 0;
    border: 0;
    width: 30px;
    margin: 0;
    background: none;
}
.test-wrap p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(255 255 255 / 60%);
    font-family: 'Gilmer';
    font-weight: 600;
    padding: 0 0 20px;
}

ul.test-sld .slick-prev.slick-arrow {
    z-index: 1;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    bottom: 120px;
    left: -100px;
    /* z-index: 0; */
    right: inherit;
}

ul.test-sld .slick-next.slick-arrow {
    z-index: 1;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    bottom: 26px;
    right: -50px;
    /* z-index: -1; */
    bottom: 120px;
}

ul.test-sld .slick-arrow:after {
    content: '\f177';
    position: absolute;
    font-size: 20px;
    font-family: 'Font Awesome 5';
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 50px;
    background-color: transparent;
    border-radius: 30px;
}

ul.test-sld .slick-arrow:hover:after {
    background-color: #fff;
    border: 1px solid #ffff;
    color: #000;
}

ul.test-sld .slick-prev.slick-arrow {
}

ul.test-sld .slick-prev.slick-arrow:after {
}

ul.test-sld .slick-next.slick-arrow:after {
    content: '\f178';
}
ul.test-sld {
    position: relative;
    z-index: 0;
    max-width: 400px;
}

ul.test-sld:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 50%;
    background: #ffffff73;
    opacity: 0.5;
    left: -40px;
    bottom: 65px;
    z-index: -1;
    transform: rotate(-8deg);
    border-radius: 30px;
    transition: 0.4s ease-in-out;
    box-shadow: -9px 0 0px 5px rgb(255 255 255 / 20%);
}
ul.test-sld:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 50%;
    background: #ffffff73;
    opacity: 0.5;
    right: -40px;
    bottom: 65px;
    z-index: -1;
    transform: rotate(10deg);
    border-radius: 30px;
    transition: 0.4s ease-in-out;
    box-shadow: 9px 0 0px 5px rgb(255 255 255 / 20%);
}
ul.test-sld:hover:before{transform: rotate(0deg); transition: 0.4s ease-in-out;left: 0;} 
ul.test-sld:hover:after{transform: rotate(0deg); transition: 0.4s ease-in-out;right: 0;} 
/*Section Nine CSS End*/
/*Section Ten CSS Start*/
section.sec-10 {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: -20px 0;
    z-index: 0;
}

.form-wrap {
    background: linear-gradient(#45050C, #720E07) padding-box, linear-gradient(0deg, #fff, #00e8ff00) border-box;
    border-radius: 15px;
    padding: 50px;
    position: relative;
    margin: 80px 0;
    position: relative;
}
.cont-img img {
    position: absolute;
    top: -70px;
    left: -70px;
      animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.form-wrap form{height: 100%;width: 100%;background-image: url(../images/1.png);background-repeat: no-repeat;background-size: contain;margin: auto;}
.field label {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    font-family: 'Gilmer';
    font-weight: 400;
    padding: 0 0 10px;
}

.field input, .field textarea  {
    font-size: 23px;
    line-height: 32px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    font-family: 'Gilmer';
    font-weight: 400;
    padding: 15px 25px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0 0 10px;
}
.field textarea{resize: none;height: 150px;margin: 0 0 20px;}
.field button {
    background: #fff;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gilmer';
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px;
    border-radius: 30px;
}
ul.logo-sld {transform: rotate(5deg);}
ul.logo-sld.logo-vert{transform: rotate(5deg) scale(-1);}
ul.logo-sld.logo-vert li img {
    transform: scale(-1);
}
ul.logo-sld li img {
    margin: 0 0 15px 0;
}

/*Section Ten CSS End*/



/* Side panel */
.sideform{position:fixed;height:370px;width:430px;right:-376px;top:0;bottom:0;margin:auto;z-index:9;background-color:#f9f9f9;padding:16px 20px 16px 80px;transition:all 0.4s ease-In-out;}
.sidehead{box-shadow:0px 0px 17.01px 1.99px rgb(0 0 0 / 35%);background:#000;padding:16px 0;color:#FFF;font-size:24px;text-transform:uppercase;font-weight:700;letter-spacing:2px;position:absolute;left: -161px;top: 157px;margin:auto;transform:rotate(-90deg);text-align: right;width: 370px;cursor:pointer;height:56px;padding-right:50px;animation:btnlight 1s ease infinite;background-color: var(--lg-green);background:-moz-linear-gradient(0deg, #bf0a30 0%, #000 100%);background:-webkit-linear-gradient(0deg, #bf0a30 0%, #000 100%);background:-ms-linear-gradient(0deg, #bf0a30 0%, #000 100%);background-size:200% 200%;}
.sidehead span{display:inline-block;padding:16px 15px;background:#000;position:absolute;top:0;right:0px;}
.sidehead span i{transition:all 0.4s ease-In-out;}
.sidebody{}
.sidebody h5{font-size:18px;font-weight:700;color:#000;line-height:normal;padding-bottom:10px;letter-spacing:-0.5px;}
.sidefield{margin-bottom:15px;}
.sidefield input,
.sidefield select{height:40px;width:100%;border:1px solid #ccc;padding:0 15px;font-size:14px;font-weight:400;line-height:normal;color:#000;}
.sidefield input::placeholder{color:#000;}
.sidebody button{height:40px;width: 100%;border-radius:50px;font-size: 14px;text-align:center;line-height:40px;color:#fff;background-color: #4d070b;transition:all 0.4s ease-In-out;font-weight: 500;}
.sidebody button:hover{background-color:#000;transition:all 0.4s ease-In-out;}
.sideform.active{right:0;transition:all 0.4s ease-In-out;}
.sideform.active .sidehead span i{transform:rotate(180deg);transition:all 0.4s ease-In-out;}
@keyframes btnlight{
   0%{background-position:0% 50%;}
   50%{background-position:100% 50%;}
   100%{background-position:0% 50%;}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}

/* Firefox */
input[type=number]{-moz-appearance:textfield;}

/* Animation */
#rocktanim{-webkit-animation:linear infinite;-webkit-animation-name:rockt;-webkit-animation-duration:1.5s;}
@-webkit-keyframes rockt{
   0%{transform:translateY(0);}
   50%{transform:translateY(10px);}
   100%{transform:translateY(0);}
}

/* ------Popup Style-------- */
.whiteoverlay{position:fixed;left:0px;right:0;top:0px;bottom:0px;margin:auto;width:100%;height:100%;z-index:1000;background-color: #202021;opacity:0;visibility:hidden;transition:0.3s;}
.whiteoverlay.show{opacity: 0.85;visibility:visible}
.popupMain{z-index:1010;position:fixed;left:0px;right:0;top:0px;bottom:0px;margin:auto;width: 1000px;height: 770px;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding: 40px;opacity:0;visibility:hidden;transition:0.3s;transform:translateY(50px);transition-delay:0.1s;background: linear-gradient(#720e07, #45050c) padding-box, linear-gradient(182deg, #fff, #00e8ff00) border-box;}
.popupMain.show{opacity:1;visibility:visible;transform:translateY(0px);}
.popupMain .imgSec{width:45%;padding:0px 0 0 0;}
.popupMain .formSec{width: 46%;padding-left: 20px;}
.popupMain .formSec h4{font-size: 22px;font-weight:400;color: #fff;padding:0px;margin:0;font-family: 'Gilmer';line-height: 32px;text-transform: capitalize;text-align: center;}
.popupMain .formSec h4 strong{font-weight:700;color:var(--pink);}
.popupMain .formSec h3{font-size: 40px;font-weight: 400;color: #fff;padding: 0px 0 20px;margin:0;line-height: 50px;text-transform: capitalize;font-family: 'Futurist-Stencil';text-align: center;}
.popupMain .formSec h3 strong{color: var(--pink);}
.popupMain .popupHead{text-align:center;}
.popupMain .popupHead img{margin-bottom:10px;}
.popupMain .pop-field{margin:0 0 20px;}
.popupMain .pop-field::placeholder{color:black}
.popupMain .pop-field input[type="text"],.popupMain .pop-field input[type="email"],.popupMain .pop-field .intl-tel-input{width:100%;border-radius: 4px;border: 1px solid #E8E9E9;background:transparent;padding:13px;font-size:14px;font-weight:400;color:#000000;margin:0;}
.popupMain button:before{content:"";position:absolute;z-index:-1;top:0;left:-10%;width:120%;height:200%;background:var(--dk-blue);transform:rotate(0deg) scaleX(1);transform-origin:0 50%;transition:transform ease-out 0.5s;}
.popupMain button:hover:before{transform:rotate(-25deg) scaleX(0);transition-timing-function:ease-in;}
.popupMain button.mn-btn:hover{border-color: var(--dk-blue);color: var(--dk-blue);}
.popupMain button.mn-btn{color:var(--white);}
.field.pop-field button {
    background: #DB1F28;
} 

.popupMain .pop-field.noThanks{text-align:center;margin:0;position:absolute;top: -20px;right: -20px;}
.popupMain .pop-field.noThanks a{font-size: 20px;font-weight: 400;color:var(--blk);text-transform:uppercase;border: 2px solid #DB1F28;border-radius: 30px;height: 40px;width: 40px;line-height: 40px;background: #fff;}
.popupMain .pop-field.noThanks a:hover{text-decoration:underline;}
.popupMain .imgDiscountImg{position:absolute;right:60px;bottom:95px;}
.popupMain .popupBotBg{background-color:#000000;border-radius:50px;width:90%;padding:0 10px 0 15px;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;margin-top:-30px;}
.popupMain .popupBotBg .mailLink{width:50%;margin-right:auto;}
.popupMain .popupBotBg .mailLink a{font-size:16px;font-weight:400;color:#fff;margin:0 0 0 15px;}
.popupMain .popupBotBg .mailLink a + a{border-left:1px solid #fff;padding-left:15px;}

.pop-field a.mn-btn:hover{color:var(--blk);}
.pop-field a.mn-btn{color:var(--white);}
.pop-field a.mn-btn i{background:var(--pink);color:var(--white);border:1px solid var(--pink);height:45px;width:45px;line-height:45px;border-radius:30px;position:absolute;left:5px;margin:auto 0;top:0;bottom:0;transition:0.4s ease-in-out;}
.pop-field a.mn-btn:hover i{background:transparent;border:1px solid var(--blk);transition:0.4s ease-in-out;color:var(--blk);}
.popupMain .pop-field.noThanks a:before{display:none;}
.popupMain .imgSec img{position:absolute;width: 45%;bottom:0;left: 40px;top: 0;margin: auto 0;border-radius: 10px 0 0px 10px;}
/* ------Popup Style-------- */

 /* ////////////////// footer style starts//////////////////////////  */

 footer
 {
	padding: 40px 0 20px 0;
	background-image: url(../images/banner/bg-banner.jpg);
	border-bottom: 2px solid;
	border-image:   linear-gradient( #FFFFFF 100%, #FFFFFF 0% );
	margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
	}
 .copyright .container
 {
	padding: 10px 0 0 0;
	border-top: 2px solid rgb(255 255 255 / 60%);
	margin: 20px auto 0;
	}
 .copyright p
 {
	color: white;
 }

.footer-box-1 p
{
	color: white;
	padding-top: 40px;
	width: 360px;
    padding-right: 60px;
}
.footer-icones
{
	display: flex;
	column-gap: 10px;
	margin-top: 30px;
}
.footer-icones a
{
	background-color: white;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
}
.footer-icones a:hover
{
    background-color: transparent;
    color: #fff;
}
.footer-box-1 h5
{
	font-size: 18px;
	font-weight: 400;
	color: white;
    padding: 100px 0 0 0;
}
.footer-box-1 ul
{
	margin-top: 10px;
}
.footer-box-1 li a, .footer-box-1 li
{
	color: white;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	transition: 0.5s ease-in;
	padding: 0 0 6px;
}

.footer-box-1 li a 
{
	position: relative;
}

.footer-box-1 li a::after
{
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	left: 0;
	display: inline-block;
	transition: 0.5s ease-in-out;
	background-color: #bd0d0d8c;
	right: 0;
	/* margin: 0 auto; */
	bottom: 0;
}
.footer-box-1 li a:hover::after
{width: 100%;}






/* ////////////////////////////////////////inner pages from there////////////////////////////////////////////////////////// */







/* ///////////////////////////////////////////section logo-process start/////////////////////////////////////////////// */
.logo-process-section
{
	padding: 200px 0;
	background-image: url(../images/banner/bg-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.logo-process-headings {
	text-align: center;
}
.logo-process-headings h2
{
	background: linear-gradient(180deg, #E31B35, #FFE500);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 100px;
	font-family: 'Futurist-Stencil';
	text-transform: capitalize;
	letter-spacing: 4px;
	font-weight: 400;
	padding: 0 0 10px;
}
.logo-process-headings p {
    color: #ffffffbd;
    width: 57%;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto;
}

/* ///////////////////////////////our-compendious-process-section start//////////////////////////////////////////// */

.our-compendious-process-section
{
	padding: 80px 0 40px;
}
.our-compendious-process h3
{
	background: linear-gradient(180deg, #720E07, #45050C);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 60px;
	font-family: 'Futurist-Stencil';
	text-transform: capitalize;
	font-weight: 400;
	padding: 0 0 20px;
	line-height: 70px;
}
.our-compendious-process h5
{
	background: linear-gradient(11deg, #E31B35, #500B27, #720E07, #45050C);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 21px;
    font-weight: 800;
    width: 535px;
	padding: 0 0 20px;
	line-height: 30px;
}
.our-compendious-process p
{
	width: 600px;
	color: #0000009e;
	font-size: 17px;
}


/* //////////////////////////////////////////////text section start//////////////////////////////////////////////////// */
.text-section
{
	padding: 100px 0 100px 0;
}
.text-box
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.text-box p
{
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Futurist-Stencil';
	line-height: 46px;
	color: #000;
}
.text-box p span
{
	background: linear-gradient(180deg, #E31B35, #500B27);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* //////////////////////////////////////our-philosophy-section start///////////////////////////////////// */


.our-philosophy-section {
	padding: 250px 0 350px 0;
    background-image: url(../images/banner/bg-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.our-philosophy-section img {
    position: absolute;
    height: 624px;
    right: 100px;
    top: 140px;
    width: 1318px;
}
.our-philosophy-box h2
{
	font-size: 60px;
	font-family: 'Futurist-Stencil';
	text-transform: capitalize;
	font-weight: 400;
	padding: 0 0 20px;
	color: white;
}
.our-philosophy-box p {
    color: #ffffffa8;
    width: 540px;
    font-size: 19px;
}
section.why-choose-us-section.logo-30 h2
{
	letter-spacing: 4px;
	font-size: 60px;
	-webkit-text-fill-color: #000;
	line-height: 70px;
}
section.why-choose-us-section.logo-30 h2 span {
    
    position: relative;
	left: 0;
	font-size: 80px;
	top: 0;
}
section.why-choose-us-section.logo-30 .why-choose-us-box-2 img
{
	position: absolute;
    top: 40px;
    width: auto;
    height: 390px;
    left: 111px;
}
section.why-choose-us-section.logo-30 .why-choose-us-box-1 p
{
	font-size: 19px;
	font-weight: 600;
	color: #0000005c;
}

section.dream-business-section.logo-effect-2 .our-portfolio-heading h2 span {
    /* font-size: 35px; */
    /* position: absolute; */
    color: white;
    top: -33px;
    left: 0;
    text-transform: capitalize;
}
section.dream-business-section.logo-effect-2 span {
    position: relative;
    top: 0;
    left: 0;
    /* padding: 0; */
}
section.dream-business-section.logo-effect-2 .banner-btn {
    margin: 0;
}






/*Inner Banner CSS Start*/
.mainBanner.innerbanner {text-align: center;}
.mainBanner.innerbanner .banner-box-1 h3 {font-size:100px;line-height:110px;}
.mainBanner.innerbanner .banner-box-1 p {
    width: 68%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
    padding: 0 0 30px;
}

ul.inner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

ul.inner-list li {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    font-family: 'Gilmer';
    position: relative;
}

ul.inner-list li:before {
    content: '';
    position: absolute;
    height: 34px;
    width: 34px;
    background: transparent;
    left: -40px;
    border-radius: 30px;
    border: 5px solid #fff;
}
.why-choose-us-box-1.logo-proc-text h2 {
    font-size: 60px;
    line-height: 70px;
}

.why-choose-us-box-1.logo-proc-text h4 {
    font-size: 32px;
    line-height: 42px;
    font-family: 'Gilmer';
    font-weight: 800;
    color: #202021;
    padding: 0 0 30px;
}

.why-choose-us-box-1.logo-proc-text p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'Gilmer';
    font-weight: 600;
    padding: 0 0 30px;
}
.why-choose-us-box-1.logo-proc-text.text-inc p {
    font-size: 22px;
    line-height: 32px;
    padding: 0 100px 0 0px;
    color: #1C1C1C;
}
ul.logo-list li {
    color: #4A4C57;
    list-style: disc;
    padding: 0 0 10px;
}
.main-hd.serv-hd h2 {
    font-size: 60px;
    line-height: 70px;
    width: 68%;
    margin: 0 auto;
}
.main-hd.serv-hd p {
    width: 59%;
    margin: 0 auto;
}
.main-hd.exc-hd h2 {
    font-size: 60px;
    line-height: 70px;
    background: linear-gradient(180deg, #720E07, #45050C);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 53%;
    margin: 0 auto;
}

.main-hd.exc-hd p {
    color: rgb(0 0 0 / 60%);
    width: 62%;
    margin: 0 auto;
    padding: 0;
}
.mng-wrap {
    text-align: center;
    padding: 44px;
}
.mng-wrap img{transition: 0.4s ease-in-out}
.mng-wrap:hover img{transform: rotateY(360deg); transition: 0.4s ease-in-out}
.mng-wrap h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 20px;
}

.mng-wrap p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

.why-choose-us-box-1.logo-proc-text {
    margin: 0;
}

.faq-wrap{
    background: #D9D9D9;
    padding: 30px;
    border-radius: 15px;
    margin: 0 0 20px;
}

.faq-quest h6{position: relative;}
.faq-quest h6:after{content: '\f067';position: absolute;font-size: 40px;font-family: 'Font Awesome 5';right: 0;}
.faq-quest h6.active:after{content: '\f068';position: absolute;font-size: 40px;font-family: 'Font Awesome 5';right: 0;}
.faq-quest h6, .faq-ans p {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 10px;
    font-weight: 600;
    font-family: 'Gilmer';
    color: #000;
}
.faq-ans p {display: none;}
/*Inner Banner CSS End*/








/* End Styling */

/* Hamburger Menu */
.menu-Bar{width:30px;height:20px;cursor:pointer;position:absolute;right:15px;top:0;bottom:0px;margin:auto;z-index:22;display:none;}
.menu-Bar span{display:block;height:4px;width:100%;background:#ffff00;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:#b70404;}
.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;}
/* Responsive Media Queries */
@media (max-width:1660px){
	.our-portfolio-heading img:nth-child(2) {left: 90px;}
		.container-fluid{padding: 0 100px;}
		.logo-design-process-main .back-line{width: 87%;left: -70px;}
		.logo-design-process-box-1:nth-child(3) .step-img{top: 0;}
		.cont-img img{left: -30px;}
		.our-philosophy-section img{right: 0;width: 1200px;}
		.banner-box-1 h2{font-size: 80px;line-height: 90px;}
}
@media (max-width:1600px){
	.logo-design-process:after{left: 60px;}
	ul.portfolio-img li {
    width: 32%;
}
.list li:nth-child(4){margin-left: -160px;}
.list li:nth-child(3){margin-left: -120px;}

}
@media (max-width:1440px){
	.logo-design-process-main .back-line{display: none;}
	ul.portfolio-img li{width: 31%;}
	.our-portfolio-heading img:nth-child(2){left: 0;}
	    .container-fluid {
        padding: 0 50px;
    }
    .list li:nth-child(4){margin-left: -120px;}
    .list li:nth-child(3){margin-left: -80px;}
    .list li:nth-child(2){margin-left: -40px;}
        .our-philosophy-section img {
        right: 0;
        width: 1000px;
    }

}
@media (max-width:1400px){

    h2, .banner-box-1 h2 {
    font-size: 80px;
    line-height: 90px;
}	
.dream-business-section .our-portfolio-heading h2, .serve-top h2{font-size: 70px;line-height: 80px;}
h3, h4{font-size: 35px;line-height: 45px;}
}
@media (max-width:1280px){
.container-fluid{padding: 0 10px;}
.our-packages-section .our-portfolio-heading img, .step-img, .logo-text-img img,
 .logo-design-process-box-1:nth-child(4) .logo-design-process-box-1-inner img, .logo-design-process:before, .logo-design-process:after{display: none;}
.list li:nth-child(2){margin-left: -20px;}
.list li:nth-child(3){margin-left: -40px;}
.list li:nth-child(4){margin-left: -60px;}
.our-philosophy-section img {
        right: 0;
        width: 700px;
        height: 440px;
        object-fit: contain;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .our-philosophy-section{padding: 100px 0;}
    .menu li{margin: 0 25px 0 0; }
    .menu li a{font-size: 13px;line-height: 23px;}
    .logo-process-section{padding: 150px 0;}
    .main-hd.serv-hd h2{width: 70%;}
    .why-choose-us-box-1.logo-proc-text.text-inc p{padding: 0;}
}
@media (max-width:1200px){
	img{max-width:100%;height:auto;}
	.menu-Bar{display:block;top:0px;}
	.menuWrap.open{display:flex;left:0px;}
	.menuWrap{position:fixed;left:-210%;right:0;top:0;bottom:0;margin:auto;background:#ff8000;height:100vh;display:flex;align-items:center;justify-content:center;flex-flow:column;transition:all 0.4s ease;z-index:3;width:100vw;}
	ul.menu li{display:block;}
	ul.menu li a{margin-bottom:10px;padding:0;display:block;text-align:center;margin-bottom:15px;padding-right:0px;margin-right:0px;color:#fff;font-size:15px;text-transform:capitalize;}
	.logo img{max-width:50%;}
	.container{position:relative;}
	header .header-top{display:none;}
	header .main-header ul.menu>li{display:block;padding:0px;}
	header .main-header ul.menu>li a{color:#fff;padding:0px;}
	header .main-header ul.menu>li a:before{display:none;}
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:767px){
}
@media (max-width:480px){
}



/* ///////////////////////button animation/////////////////// */


/* Global Button Styles */
a.animated-button {
    position: relative;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 0;
}
  
  a.animated-button:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    background: #000;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  }
  
  a.animated-button:hover{
    color: #FFF;
    text-shadow: none;
    z-index: 1;
    transform: scale(1.1);
  }
  a.animated-button:hover:after{
    height: 450%;
  }


a.animated-button.victoria-two:after {
	background: #6e282b;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}



@media screen and (max-width: 1680px)
{
    .menu li a
    {
        font-size: 13px;
    }
    .logo img 
    {
        height: 110px;
    }
    .banner-box-1 h3 {
        font-size: 46px;
        line-height: 64px;
        padding: 0 0 20px;
    }
    .banner-box-1 h2 {
        font-size: 68px;
        line-height: 86px;
        padding: 0 0 30px;
    }
    .banner-box-1 p 
    {
        padding: 0 0 40px;
        margin: 0;
    }
    .col-md-6:nth-child(2) .banner-box-1 img
    {
        width: 80%;
    }
    .serve-top h2
    {
        font-size: 96px;
        line-height: 106px;
    }
    .serve-top h4 
    {
        padding: 0 0 36px;
    font-size: 30px;
    line-height: 40px;
    }
    .serve-top h4 span
    {
        font-size: 22px;
        line-height: 32px;
    }
    .serv-wrap
    {
        padding: 40px 20px;
    }
    ul.portfolio-img li {
        width: 31%;
    }
    .col-md-6:nth-child(2) .our-portfolio-box-1
    {
        padding: 0 0 0 73px;
    }
    .our-portfolio-heading {
        padding: 0;
    }
    .our-portfolio-section
    {
        padding: 50px 0;
    }
    .our-portfolio-heading img {
        display: none;
    }
    .package-box-1-heading h2
    {
        padding: 0 40px 20px 0;
    }
    .package-box-1 p
    {
        padding: 0 0 14px;
    }
    .package-box-1 h4
    {
        padding: 0 0 10px;
    }
    .package-box-1
    {
        padding: 30px 16px;
        margin: 0;
    }
    .our-packages-section .tabist
    {
        padding: 0 0 50px;
    }
    .all-list li
    {
        font-size: 15px;
        line-height: 25px;
    }
    .our-packages-section .our-portfolio-heading h2 
    {
        font-size: 80px;
        line-height: 90px;
    }
    .dream-business-section .our-portfolio-heading h2
    {
        font-size: 70px;
        line-height: 80px;
    }
    .our-portfolio-heading p {
        padding: 30px 100px 50px 0px;
    }
    .list 
    {
        row-gap: 40px;
    }
    .list li
    {
        width: 535.54px;
    }
    .list li p
    {
        font-size: 15px;
        line-height: 25px;
    }
    .list li h2
    {
        font-size: 20px;
        line-height: 30px;
    }
    .delivering-box-1 h2
    {
        font-size: 47px;
        line-height: 57px;
    }
    .main-hd h2
    {
        font-size: 80px;
        line-height: 90px;
        padding: 0 0 30px;
    }
}


@media screen and (max-width: 1366px)
{
    .banner-box-1 h3
    {
        font-size: 45px;
        line-height: 55px;    
    }
    .banner-box-1 h2
    {
        font-size: 64px;
        line-height: 74px;
    }
    .banner-btn span 
    {
        padding: 6px;
    }
    .menu li {
        margin: 0 10px 0 0;
    }
    .serv-wrap 
    {
        padding: 20px 20px;
    }
    .main-hd h2 
    {
        font-size: 70px;
        line-height: 80px;
    }
    .main-hd h2 span
    {
        font-size: 34px;
        line-height: 10px;
        left: -160px;
    }
    .serv-wrap
    {
        padding: 12px;
    }
    .why-choose-us-box-1 h2 
    {
        font-size: 80px;
        line-height: 90px;
    }
    .why-choose-us-box-1 h2 span
    {
        font-size: 33px;
        line-height: 43px;
        top: -18px;
    }
    .why-choose-us-paragraph {
        width: 550px;
        padding: 20px 0 30px;
    }
    .why-choose-us-section .banner-btn
    {
        margin: 0;
    }
    .tabist li a 
    {
        padding: 10px 20px;
    }
    .text-sec p
    {
        padding: 40px 24px 40px 0px;
    }
    ul.portfolio-img li {
        width: 31%;
        height: 160px;
    }
    .our-packages-section .text-sec p
    {
        padding: 0;
    }
    .dream-business-section .our-portfolio-heading h2 {
        font-size: 67px;
        line-height: 77px;
    }
    .delivering-box-1 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .delivering-section .banner-btn {
        margin-top: 0px;
    }
    .main-hd h2 {
        font-size: 65px;
        line-height: 75px;
    }
    .col-xl-6:nth-child(2) .our-portfolio-box-1 {
        padding: 0 0px 0 36px;
    }
}

@media screen and (max-width: 1200px)
{
    .banner-box-1 h2 {
            font-size: 54px;
            line-height: 64px;
        }
        .banner-box-1 h3 {
            font-size: 37px;
            line-height: 55px;
        }
        .banner-section
        {
            padding-top: 180px;
        }
        .logo
        {
            width: 100%;
        }
        .serv-wrap {
            padding: 30px;
            margin: 0 0 30px;
        }
        .col-md-6:nth-child(2) .why-choose-us-box-2
        {
            text-align: right;
        }
        .col-md-6:nth-child(2) .why-choose-us-box-2 img
        {
            width: 90%;
        }
        .package-box-1 {
            padding: 30px 50px;
            margin: 0 0 30px;
        }
        .portfolio-img
        {
            text-align: center;
        }
        .our-portfolio-heading p {
            padding: 30px 5px 50px 0px;
            text-align: center;
        }
        .delivering-section .banner-btn a
        {
            padding: 5px 21px 5px 3px;
        }
}



@media screen and (max-width: 767px)
{
    .banner-box-1 h2 {
        font-size: 44px;
        line-height: 54px;
        text-align: center;
    }
    .banner-box-1 p {
        padding: 0 16px 40px;
        margin: 0;
        text-align: center;
        width: unset;
    }
    .banner-btn 
    {
        justify-content: center;
    }
    .banner-box-1 h3 {
        font-size: 31px;
        line-height: 41px;
        text-align: center;
    }
    .col-md-6:nth-child(2) .banner-box-1 img {
        display: none;
    }
    .sec.sec-10 .col-md-6:nth-child(2)
    {
        display: none;
    }
    .logo-design-process
    {
        display: none;
    }
    .main-hd h2 span {
        font-size: 28px;
        left: -107px;
        top: -8px;
    }
    .main-hd h2 {
        font-size: 47px;
        line-height: 57px;
        text-align: center;
    }
    .why-choose-us-paragraph {
        width: 86%;
        padding: 20px 0 30px;
    }
    .sideform 
    {
        display: none;
    }
    .why-choose-us-paragraph {
        width: 100%;
        padding: 20px 20px 30px;
        text-align: center;
    }
    .why-choose-us-box-1 h2 span {
        font-size: 30px;
        line-height: 43px;
        top: -18px;
        left: 96px;
    }
    .why-choose-us-box-1 h2 {
        font-size: 70px;
        line-height: 90px;
        text-align: center;
    }
    .col-md-6:nth-child(2) .why-choose-us-box-2 {
        text-align: center;
    }
    .our-portfolio-box-1 {
        width: 100%;
        padding: 0 0 90px;
    }
    .our-portfolio-heading h2 span {
        top: -26px;
        left: 46px;
        font-size: 32px;
        line-height: 42px;
    }
    .our-portfolio-heading h2
    {
        font-size: 70px;
        line-height: 80px;
        text-align: center;
    }

    .tabist {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        align-items: center;
    }
    .text-sec p {
        /* padding: 40px 24px 40px 0px; */
        padding: 28px 3px;
        text-align: center;
    }

   .dream-business-section .col-md-6:nth-child(2) .dream-business-box-1
   {
    display: none;
   }
   .dream-business-section .our-portfolio-heading h2 span
   {
    font-size: 27px;
   }
   .dream-business-section .our-portfolio-heading h2 {
    font-size: 46px;
    line-height: 56px;
}
.our-packages-section .banner-btn a 
{
    margin: 0 auto;
}
.our-packages-section .text-sec p {
    text-align: left;
}
.our-packages-section .banner-btn {
    margin-top: 20px;
}
.delivering-box-1 h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.delivering-paragraph-main
{
    text-align: center;
}
.list li {
    width: 428.54px;
    margin: 0 !important;
}
.delivering-box-1 
{
    padding: 0 0 80px;
}
.delivering-box-2
{
    justify-content: center;
}
.list li img {
    width: 63px;
    position: relative;
    left: -8%;
    margin: 0;
    height: auto;
}
.our-packages-section .our-portfolio-heading h2 span
{
    top: -18px;
    left: 38px;
}
.our-packages-section .our-portfolio-heading h2 {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
}
.main-hd p 
{
    width: 100%;
    text-align: center;
    padding: 0 0 70px;
}
ul.test-sld
{
    margin: 0 auto;
}

}





