@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');

body{
	line-height: 1.5;
	font-weight: 400;
}

*{

	padding:0;
	margin:0;
	box-sizing: border-box;
}

ul{
	list-style: none;
	margin:0
	padding:0;
}
a{
	text-decoration: none;

}
.wrapper{
	width:100%;
	height:80px;
}
/*header*/
.header{
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	box-shadow:5px -1px 5px 5px #888888;
	background-color: #ffffff;
	z-index:99;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.header-main{
	display: flex;
	justify-content:center;
	align-items: center;
    font-size: 0.9rem;
    margin:0.5rem .5rem .5rem .5rem;

}
.header .logo{
	padding:10px 10px 0px 10px;

}
.header .logo img{
	width:180px;

}

.header .nav-menu{
	padding: 0 10px;
}
.menu-item img{
	width:23px;
  height:23px;
  border-radius: 50%;

}
 .ex_home a{
	color:brown;
}

.header .menu > .menu-item{
	display: inline-block;
	margin-left: 40px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 8px 0 3px 2px;
	font-size:15px; 
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	margin-right:5px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;

}
.header .menu > .menu-item > a .fa-chevron-down{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:8px; 
	pointer-events: none;
}


.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: brown;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover{
	background: brown;
	color:white;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 187px;
	font-size:20px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid brown;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
	font-family: 'Raleway', sans-serif;
	border-radius:10px;
}
span{
	font-family: 'Montserrat', sans-serif;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: black;
	transition: all 0.3s ease;
	text-transform: capitalize;
	font-weight:bold;
	margin-top:10px;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;

	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}




/* responsive */

@media only screen and (min-width: 10px) and (max-width: 1310px){

	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
.bass{
	width:100px; 
	padding:5px 0px;
	border-top:none;
	margin-top:2px;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #222222;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.p{
		display:none;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: brown;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
	.menu-fixed-social-navigation-container li a {
    width: 45px;
}

.menu-item .menu-item-has-children a p{
	left:30px;
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
}
}

/*footer*/
.container{
	max-width: 90%;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}

.footer{
	margin-top:3rem;
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight:bold;
	position: relative;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: brown;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: brown;
	padding-left: 8px;
}
 .company_logo img{
	display: inline-block;
	margin:40px 0 0 50px;

}
.num{
	font-family: 'Roboto', sans-serif;
	color:white;

}
.second-footer p{
	text-align: center;
	color:#fff;
	background-color:black;
	padding:10px 10px 10px 10px;
    font-weight:bold;
	font-size:14px; 
	font-family: 'Raleway' , sans-serif;

}
/*responsive*/

c
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.social-links{
    overflow: hidden;
    display: inline-block;
    position: fixed;
    right: 0;
    top: 55%;
    transform: translate(0,-50%);
    z-index: 200;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    box-sizing: border-box;
}


.arrow-stickynav {
    background-color: #000;
    width: 50px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
}
.arrow-stickynav img {
    width: 25px;
    height: 25px;
}
.box {
    overflow: hidden;
}
.exhibitor-login {
    background-color: #8d1b1f;
    height: 140px;
    position: relative;
    width:50px;
}
.exhibitor-login a {

    display: block;
    color: #fff;
    white-space: nowrap;
  
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.exhibitor-pro {
    background-color: #283a46;
    height: 170px;
    margin-top: 4px;
    margin-bottom: 2px;
}
.facebook-fix a {
    background-image: url(../img/facebook-logo.jpg);
}
.menu-fixed-social-navigation-container li a {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-indent: -9999px;
    width: 50px;
    height: 43px;
    background-size: 50px;
}
.instagram-fix a {
    background-image: url(../img/instagram-logo.jpg);
}
.linked-in-fix a {
    background-image: url(../img/linked-in-logo.jpg);
}
.whatsapp-fix a {
    background-image: url(../img/whatsapp-logo.jpg);
}

 .top_nav{
  display: flex;
   justify-content: space-between;
  align-items: center;
  position:relative;
  z-index:1;

}

.top_nav .left ul{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top:40px;
  margin-left:110px;
}

.top_nav .right ul{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top:40px;
  margin-right:120px;
}

.top_nav .left ul li a {
	text-transform: uppercase;
    font-size: 15px;
    padding: 3px 34px;
    margin-top: 15px;
    display: inline-block;
    background-color:white;
    color:black;
    border:2px solid  #283a46;
    border-radius:10px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;

}
.top_nav .left ul li a:hover{
	  background-color:#283a46;
	  color:white;
}
.top_nav .left .but{
	text-transform: uppercase;
    font-size: 15px;
    padding: 9px 25px;
    display: inline-block;
    background-color: #283a46;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border-radius:10px;
}
.top_nav .right ul li a {
	text-transform: uppercase;
    font-size: 15px;
    padding: 3px 34px;
    margin-top: 15px;
    display: inline-block;
    background-color:white;
    color:black;
    border:2px solid #8d1b1f;
    border-radius:10px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;

}
.top_nav .right ul li a:hover{
	background-color: #8d1b1f;
    color: #fff;
}
.top_nav .right .but{
	text-transform: uppercase;
    font-size: 15px;
    padding: 9px 30px;
    display: inline-block;
    background-color: #8d1b1f;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border-radius:10px;
}



#slider{
	overflow:hidden;
}

#slider{
	width:100%;
	background-size:cover;
	background-position:center center;
	min-height:100vh;
	position:relative;
	background-image:linear-gradient(to right, rgba(255,255,255,0.9) 20%, rgba(0,0,0,0) 90%),url('../img/1.jpg');
	
}

.slider-text{
	position:absolute;
	top:40%;
	left:85px;
	

}
.slider-text h1 {
    font-size:72px;
    line-height: 1.5;
    color: #283a46;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;

}
.slider-text h2 {
    font-size: 45px;
    color: #8d1b1f;
    text-transform: lowercase;
}
.slider-text a {
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px 25px;
    margin-top: 15px;
    display: inline-block;
    background-color: #8d1b1f;
    color: #fff;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    
  
}
.slider-text a:hover{
	background:black;;
	color:white;
}
/*@keyframes slider{
	0%{
		left:0;
	}
	20%{
		left:0;
	}
	25%{
		left:-100%;
	}
	45%{
		left:-100%;
	}
	50%{
		left:-200%;
	}
	70%{
		left:-200%;
	}
} */
.btn-project {
    text-align: center;
    background-color:#8d1b1f;
    padding: 13px 0;
    margin-top:15px;
    }
    .btn-project a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    font-weight: bold;
    font-family: 'Raleway' , sans-serif;
}

.section{
	width:100%;
	min-height: 50vh;
	background-color:#ffffff;
}
.about-section{
	width:80%;
	display:block;
	margin:auto;
	
}
.content-section{
	float:right;
	width:40%;

}
.image-section{
	float:left;
	width:55%;
}
.image-section img{
	width:100%;
	height:auto;
}
.content-section .title{
	text-transform: uppercase;
	font-size:25px;

}
.content-section .title h2{
	margin-top:40px;
	color: brown;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-left:-45px;

}
.content-section .title h2 span{
	font-family: 'Montserrat', sans-serif;
    color: #283a46;
	}

.content-section .content p{
    color: black;
    font-size: 18px;
    margin-top: 10px;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-left:-45px;

}


@media screen and (max-width:885px){
.slider-text h1 {
    font-size: 50px;
   
}
.slider-text h2 {
    font-size: 30px;
    }
	.about-section{
	margin:0px;
	width:100%;
}
.content-section .title h2{
	margin-left:0px;
	text-align: center;
}
.content-section .content p{
	margin-left:0px;
	text-align: center;
}
.posi{
	margin-top:50%;
	margin-left:-311px;

}
.posii{
	margin-left:70px;
}
.content-section{
	float:none;
	width:100%;
	display:block;
	margin:auto;
}
.image-section{
	float:none;
	width:100%;
	display:block;
	margin:auto;
}
}
.clear{
	clear:both;
}
.services{
	width:100%;
	min-width:40vh; 
	margin-top:20px;
	
	
}
.ser-container{
	width:80%;
	margin:auto;
	display:flex;
	flex-direction:row;
	justify-content: center;

	
}
.services-box{
	padding:0px 10px;
	margin:0 30px;
}
.b-box{
	border:1px solid #ddd;
	box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.13);
	width:325px;
	height:340px;
	border-radius:10px;
	position:relative;
	

}
.a-box img{
	padding-top:27px;
	
}
.a-box{
	border:1px solid #ddd;
	box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.13);
	width:325px;
	height:340px;
	border-radius:10px;
	position:relative;
	

}
.b-box img{
	padding-top:27px;

	
}
.adver img{
	position: absolute;
    left: 38px;
    top: 29px;
    z-index: 1;

}
.adver1 img{
	position: absolute;
    left: 37px;
    top: 29px;
    z-index: 1;

}



.services-box h3{
	font-size:40px;
	color: brown;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;

}
.services-box h3 span{
	font-family: 'Montserrat', sans-serif;
    color: #283a46;
	}
	.services-box  p{
	color: black;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size:18px;
   
	}
	.para{
		font-size:20px;
		line-height: 40px;
	}
	.b-box h4{
    font-family: 'Montserrat', sans-serif;
    color: #283a46;
    font-size:30px;
	}
	.a-box h4{
    font-family: 'Montserrat', sans-serif;
    color:#8d1b1f;
    font-size:30px;
	}
	.button a{
	
    border:2px solid #283a46;
    padding: 8px 25px 8px 22px;
    border-radius: 10px;
    color:#283a46;
    text-transform: uppercase;
    margin-top: 45px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	}
	.button1 a{
	
    border:2px solid brown;
    padding: 8px 25px 8px 22px;
    border-radius: 10px;
    color:brown;
    text-transform: uppercase;
    margin-top:20px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	}
@media screen and (max-width:992px){
	.ser-container{
	width:100%;
	flex-direction:column;
	justify-content: center;
	align-items: center;

}
.services-box{
   margin-bottom:30px;
   text-align:center;
}

}
.sol{
	width:100%;
	height:60vh;
	background-color:#283a46;
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items:center; 
	position :relative;
	margin-top:20px;
}

.sol-1{
	width: 378px;
    height: 346px;
    background-color:white;
    margin-right:150px;
    


}
  .sol-1::before {
        content: '';
    position: absolute;
    left: 560px;
    top: 53px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 66px solid #ffffff;
    border-top: 171px solid transparent;
    border-bottom: 176px solid transparent;
  }


.sol-2{
	width: 628px;
    height: 346px;
	background-color:white;
}
.circle{
	width:150px;
	height:150px;
	position:absolute;
	border:20px solid #283a46;
	border-radius:50%;
	left:7%;
	top:31%;
	background:white; 
}
.circle .fa-question-circle-o{
          position:absolute;
          top:50%;
          left:50%;
          transform: translate(-50%,-50%);
          font-size: 60px;
          color:#8d1b1f;
}

.circle1{
	width:150px;
	height:150px;
	position:absolute;
	border:20px solid #283a46;
	border-radius:50%;
	left:42%;
	top:30%;
	background:white; 
}
.circle1 .fa-lightbulb-o{
          position:absolute;
          top:50%;
          left:50%;
          transform: translate(-50%,-50%);
          font-size: 60px;
          color:#8d1b1f;
}
.sol-1 h4{
	padding-top:50px;
	padding-left:100px;
	font-family: 'Montserrat', sans-serif;
    color: #8d1b1f;
    font-size:25px;
}
.sol-1 p{
	
	padding-left:100px;
	color: black;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:20px;
}
.sol-2 h4{
	padding-top:50px;
	padding-left:100px;
	font-family: 'Montserrat', sans-serif;
    color: #8d1b1f;
    font-size:30px;
}
.sol-2 p{
	
	padding-left:100px;
	color: black;
    margin-top: 10px;
     font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size:20px;
    padding-right:30px;
}
.sol1{
	width:100%;
	height:60vh;
	background-color:#8d1b1f;
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items:center; 
	position :relative;

    
}
.sol-3{
    width: 378px;
    height: 346px;
    background-color:white;
    margin-right:150px;
	
}
  .sol-3::before {
        content: '';
    position: absolute;
    left: 560px;
    top: 52px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 69px solid #ffffff;
    border-top: 181px solid transparent;
    border-bottom: 165px solid transparent;
  }


.sol-4{
    width: 628px;
    height: 346px;
	background-color:white;
}
.circle2{
	width:150px;
	height:150px;
	position:absolute;
	border:20px solid #8d1b1f;
	border-radius:50%;
	left:8%;
	top:32%;
	background:white; 
}
.circle2 .fa-question-circle-o{
          position:absolute;
          top:50%;
          left:50%;
          transform: translate(-50%,-50%);
          font-size: 60px;
          color:#8d1b1f;
}

.circle3{
	width:150px;
	height:150px;
	position:absolute;
	border:20px solid #8d1b1f;
	border-radius:50%;
	left:42%;
	top:30%;
	background:white; 
}
.circle3 .fa-lightbulb-o{
          position:absolute;
          top:50%;
          left:50%;
          transform: translate(-50%,-50%);
          font-size: 60px;
          color:#8d1b1f;
}
.sol-3 h4{
	padding-top:40px;
	padding-left:100px;
	font-family: 'Montserrat', sans-serif;
    color: #8d1b1f;
    font-size:30px;
}
.sol-3 p{
	
	padding-left:100px;
	color: black;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:20px;
}
.sol-4 h4{
	padding-top:40px;
	padding-left:100px;
	font-family: 'Montserrat', sans-serif;
    color: #8d1b1f;
    font-size:30px;
}
.sol-4 p{
	
	padding-left:100px;
	color: black;
    margin-top: 5px;
     font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size:20px;
    padding-right:30px;
}
  
.promo{
	text-align:center;
	margin-top:70px;
	float:left;
	margin-left:25%;
	margin-bottom:50px;
}
.promo a{
	border:2px solid #283a46;
	background-color: #283a46;
    padding: 20px 35px 20px 35px;
    border-radius: 10px;
    color:white;
    text-transform: uppercase;
    margin-right:10px;
    display: inline-block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}
.promo1{
	text-align:center;
	margin-top:70px;
	float:right;
	margin-right:25%;
}
.promo1 a{
	border:2px solid #8d1b1f;
	background-color:#8d1b1f;
    padding: 20px 35px 20px 35px;
    border-radius: 10px;
    color:white;
    text-transform: uppercase;
    margin-right:10px;
    display: inline-block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.main{
	width:80%;
	margin:auto;
	display:flex;
	flex-direction:row;
	justify-content: center;
	text-align:center;
	margin-top:50px;
	position:relative;
	

}
.main .video{
	border:1px solid #ddd;
	box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.13);
	padding:0px 40px;
	border-radius:10px;
	padding-bottom:15px;
	margin:0 40px 0 60px;
	width: 280px;
    height: 262px;

}
.main .vide{
	margin-top:30px;
}
.main .vide img{
	width: 107px;
    height: 103px;
}

.main1 .vide{
	margin-top:30px;

}
.main1 .vide img{
	width: 107px;
    height: 103px;
}
.video a img{
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
	}
.main .video h3{
	padding-top:10px;
	font-family: 'Montserrat', sans-serif;
    color:#283a46;
    font-size:20px;
}
.main1{
	width:80%;
	margin:auto;
	display:flex;
	flex-direction:row;
	justify-content: center;
	text-align:center;
	margin-top:50px;

}
.main1 .video1{
	border:1px solid #ddd;
	box-shadow:0 0 5px 3px rgba(0, 0, 0, 0.13);
	padding:0px 40px;
	border-radius:10px;
	padding-bottom:15px;
	margin:0 40px 0 60px;
	width: 280px;
    height: 262px;

}
.video1 a img{
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
}
.main1 .video1 h3{
	padding-top:10px;
	font-family: 'Montserrat', sans-serif;
    color:#8d1b1f;
    font-size:20px;
}
@media screen and (max-width:885px){
*{
	box-sizing: border-box;
}

.p{
	left:0;

}
	.sol{
	width:100%;
	height:100vh;
	position:relative;
	flex-direction:column;


}
.sol-1{
	width:80%;
	height:30vh;
	margin-right:0px;
}
.sol-1::before{
	display:none;
}
.solp{
	
	display:none;
}
.sol-2{
	margin-top:50px;
	width:80%;
	height:40vh;
}
.circle{

	left:2%;
	top:17%;

}
.circle1{
	left:3%;
	top:57%;
	background:white; 
}

.sol-1 h4{
	
    font-size:25px;
}
.sol-1 p{
	padding-right:20px;
    font-size:17px;
}
.sol-2 h4{

    font-size:25px;
}
.sol-2 p{
    padding-right:20px;
    font-size:17px;
}




.sol1{
	width:100%;
	height:100vh;
	position:relative;
	flex-direction:column;
}
.solp1{
	
	display:none;
}
.sol-3{
	width:80%;
	height:30vh;
	margin-right:0px;
}
.sol-3::before{
	display:none;
}
.circle2{
	width:100px;
	height:100px;
	position:absolute;
	border-radius:50%;
	left:2%;
	top:20%;
	background:white; 
	}
	.circle2 .fa-question-circle-o{
          
          color:#8d1b1f;
}
.circle3{
	width:100px;
	height:100px;
	position:absolute;
	border-radius:50%;
	left:2%;
	top:60%;
	background:white; 
	}
	.circle2 .fa-question-circle-o{
          
          color:#8d1b1f;
}

.sol-4{
	margin-top:50px;
	width:80%;
}


.sol-3 h4{
	
    font-size:25px;
    padding-top:10px;
}
.sol-3 p{
	padding-right:20px;
    font-size:17px;
}
.sol-4 h4{

    font-size:25px;
    padding-top:20px;
}
.sol-4 p{
	padding-left:60px;
    font-size:15px;
    padding-right:10px;
}
.promo{
	width:100%;
	margin-left:0px;
}
.promo a{
	
    padding: 20px 25px 20px 22px;
    font-size: 19px;
 
}
.promo1{
    width:100%;
	margin-right:0px;
}
.promo1 a{
	
    padding: 20px 25px 20px 22px;
    font-size: 19px;
   
}
.main
{
	width:100%;
	flex-direction:column;
	margin-top:50px;

}

.main1{
    width:100%;
	flex-direction:column;
	margin-top:50px;

}
.main .video{
	width:80%;
	margin:0;
	margin:auto;
	margin-bottom:50px;

}

.main1 .video1{
	width:80%;
	margin:0;
	margin:auto;
	margin-bottom:50px;

}

}
@media screen and (max-width:788px){
.sol-1 h4{
    padding-top:50px;
}
.sol-2 h4{
	padding-top:50px;
	
}
.sol-3 h4{
	padding-top:50px;
	
}
.sol-2 p{
   font-size:20px;
}
.sol-4 p{
    font-size:20px;
}
.sol-3 p{
   font-size:20px;
}
.sol-1 p{
    font-size:20px;
}
	.circle{
	width:100px;
	height:100px;
	position:absolute;
	border-radius:50%;
	left:2%;
	top:20%;
	background:white; 
	}
	.circle2 .fa-question-circle-o{
          
          color:#8d1b1f;
}
.circle1{
	width:100px;
	height:100px;
	position:absolute;
	border-radius:50%;
	left:2%;
	top:60%;
	background:white; 
	}
	.circle2 .fa-question-circle-o{
          
          color:#8d1b1f;
}
}
@media screen and (max-width:388px){
	.sol-1 h4{
    padding-top:30px;
}
.sol-2 h4{
	padding-top:30px;
	
}
.sol-2 p{
   font-size:15px;
}
	.circle{
	width:100px;
	height:100px;
	position:absolute;
	border-radius:50%;
	left:2%;
	top:20%;
	background:white; 
	}
	.circle2 .fa-question-circle-o{
          
          color:#8d1b1f;
}
.circle1{
	width:100px;
	height:100px;
	position:absolute;
	border-radius:50%;
	left:2%;
	top:60%;
	background:white; 
	}
	.circle2 .fa-question-circle-o{
          
          color:#8d1b1f;
}



}
.popup .over{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.7);
	z-index:1;
	display:none;
	box-sizing:border-box;
}
.popup .content{
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%) scale(0);
	 background:#fff;
	 width:50%;
	 height:480px;
	 border-radius:10px;
	 z-index:2;
	 box-sizing:border-box;
}
.popup .content h1{
	text-align:center;
}
.popup .close-btn 
{
position:absolute;
right:20px;
top:20px;
width:30px;
height:30px;
background:brown;
color:white;
font-size:25px;
font-weight:600;
line-height:30px;
text-align: center;
border-radius:50%;
cursor:pointer;

}
.popup.active .over{
	display:block;
	width:100%;
	box-sizing:border-box; 
}
.popup.active .content{
	transition:all 300ms ease-in-out;
	transform:translate(-50%,-50%) scale(1);
}
.s1{
	margin-top:50px;
	margin-left:50px;
}
.sel{
    
    height:40px;
    width:40%;
    font-size: 1rem;
    padding:0px 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    
}

.wrapper_sl{
  position: absolute;
  top: 25%;
  left: 20%;
  transform: translate(-50%,-50%);
}

.wrapper_sl .title{
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.select_wrap{
  width: 250px;
  margin: 15px auto;
  position: relative;
  user-select: none;
}

.select_wrap .default{
  background: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  border:1px solid black;
}

.select_wrap .default li{
    padding: 10px 20px;
}

.select_wrap .default:before{
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
}

.select_wrap .select_ul{
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
  overflow: hidden;
}

.select_wrap .select_ul li{
  padding: 10px 20px;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover{
  background: #fff4dd;
}

.select_wrap .option{
  display: flex;

  
}

.select_wrap .option .icon{

  width: 32px;
  height: 32px;
  margin-right: 15px;

}

.select_wrap .option.pizza .icon{
  background-position: 0 0;
}

.select_wrap .option.burger .icon{
  background-position:  0 -35px;
}

.select_wrap .option.ice .icon{
  background-position: 0 -72px;
}

.select_wrap .option.fries .icon{
 background-position: 0 -111px;
  width: 25px;
}

.select_wrap.active .select_ul{
  display: block;
}

.select_wrap.active .default:before{
  top: 25px;
  transform: rotate(-225deg);
}

.pr{
	 position:absolute;
	 top:300px;
	 right:60px;

}
.pr a{
	color:brown;
	font-size:20px;
	font-family:'Montserrat',sans-serif; 
	font-weight:bold;
	 }
	 .posi{
	position:absolute;
	top:56px;
	left:400px;
	width:250px;
	height:45px;
	border-radius:5px;
	font-size:15px;}
	.posii{
		 position:absolute;
		 top:290px;
		 left:10px;
		 color:brown;
		 font-size:20px;
		 border:2px solid brown;
		 background:brown; 
		 color:white;
  padding:10px 20px;
  border-radius:10px;
  font-family:'Montserrat',sans-serif;
  font-weight:bold;} 
	}
	.thanks{
		width:100%;
		height:80vh;
	}
@media screen and (max-width:360px){

.sol-1 p {
    padding-right: 15px;
    font-size: 13px;
}
.sol-2 h4 {
    padding-top: 10px;
}
.sol-2 p {
    font-size: 12px;
    padding-left: 80px;
}
.sol-3 h4{
	    padding-top: 20px;
}
.sol-3 p {
    padding-right: 15px;
    font-size: 13px;
}
.sol-4 h4 {
    padding-top: 5px;
}
.sol-4 p {
    font-size: 12px;
    padding-left: 80px;
    margin-top:0;
    height:50vh;
}
.promo1{
	margin-top:30px;
}
	.slider-text{
		left:30px;
	}
	.slider-text h1 {
    font-size: 25px;
    
}
.slider-text h2 {
    font-size: 20px;
   
}
.top_nav .left ul {
  
    margin-left: 30px;
}
}