@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: Montserrat-Regular;
}
h1{
  font-family: 'Montserrat-ExtraBold';
    text-transform: uppercase;
	color: #FB2224;
}
.topnav{
  position: absolute;
    width: 100%;
/*     background-color: rgb(232 232 232 / 82%); */
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
}
.topnav .logo{
  width: 200px;
}
.topnav ul{
  float: right;
    text-transform: capitalize;
    font-size: 17px;
    margin-top: 16px;
}
.topnav ul button{
  display: none;
}
.topnav ul li a{
  padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat-SemiBold;
  line-height: 2;
	color: #fff;
}
.topnav .dropdown-menu{
  padding:20px;
}
.topnav .dropdown-menu li a{
	color: #333;
}
.banner{
  background-color: #ffce00;
    width: 100%;
    position: relative;
    z-index: -1;
    padding-bottom: 70px;
}
.slider .typed{
  font-size: 50px;
    margin-top: 20px;
    color: #fff !important;
}
.banner .wrapper{
  position: relative;
    background-color: #fff0;
    border-width: 15px;
    border-style: solid;
    color: #ffffff8c;
    width: 600px;
    height: 528px;
    margin: auto;
    margin-top: 99px;
}
.banner .wrapper img{
  margin: auto;
    position: absolute;
    min-width: 812px;
    left: -125px;
    right: 0;
    top: -114px;
    z-index: -1;
}
.banner .content{
  position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
.banner .content h1{
    margin: auto;
    text-transform: capitalize;
    color: #fff;
    font-family: Montserrat-ExtraBold;
    font-size: 76px;
    width: 600px;
}

.slider{
  position: relative;
    width: 100%;
    height: 812px;
}
.slider:before{
  position: absolute;
    width: 100%;
    height: 100%;
    background-color: #141414d6;
    content: "";
    z-index: 1;
}
.slider .wrapper{
}
.slider .wrapper img{
/*   filter: grayscale(1); */
  width:100%;
  height: 812px;
    object-fit: cover;
}
.slider .content{
  position: absolute;
    top: 30%;
    left: 200px;
    color: #fff;
    z-index: 1;
    text-transform: capitalize;
}
.slider .content h4{
  margin: auto;
    font-weight: bold;
    font-size: 24px;
}
.slider .content h1{
  margin: auto;
    font-family: 'Montserrat-ExtraBold';
    font-size: 70px;
    width: 600px;
    margin-top: 20px;
}
.slider .content a{
  background-color: #FB2224;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 40px;
    color: #fff;
}

.sec-one{
  background-image: url(https://www.designdex.co.uk/wp-content/uploads/2023/01/Untitled-design-1-Copy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
}
.sec-one .content{
  width: 50%;
    float: left;
    margin-top: 150px;
}
.sec-one .content h1{
  font-family: 'Montserrat-ExtraBold';
    font-size: 60px;
}
.sec-one .content p{
  font-size: 17px;
    line-height: 1.7;
    margin-top: 30px;
}
.sec-one .content a{
  background-color: #FB2224;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 5px;
    letter-spacing: 4px;
    font-size: 12px;
    display: inline-block;
    margin-top: 30px;
} 
.sec-two{
  background-color: #222429;
    padding-top: 70px;
    padding-bottom: 50px;
}
.sec-two h1{
    text-align: left;
    font-family: 'Montserrat-ExtraBold';
    font-size: 40px;
    letter-spacing: 3px;
    color: #fb2224;
}
.sec-two .wrapper{
  margin-top: 15px;
    background-color: #fff;
    display: grid;
    padding: 25px 25px;
  min-height: 251px;
}
.sec-two .wrapper span{
  display: inline-block;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sec-two .wrapper img{
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.sec-two h3{
  text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 3px;
    margin-top: 0px;
}
.sec-two ul li{
	width:33%;
}
.sec-two button{
  position: absolute;
  top: -50px;
  right: 0;
  background-color: #FB2224;
  padding: 6px 20px;
  font-size: 24px;
  color: #fff;
  border: 0;
}
.sec-two button.slick-prev {
  right: 60px;
}
.sec-two .slick-slide {
  padding: 5px;
}
.sec-two a:hover .wrapper{
  background-color: #FB2224;
  color:#fff;
  transition: ease-in-out 0.3s; 
}
.sec-two a:hover .wrapper span{
  opacity: 1;
}
.sec-two a:hover .wrapper img{
  filter: brightness(0);
  transform: rotateY(360deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.sec-three{
  background-color: #FB2224;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec-three .content {
  float: left;
}
.sec-three .content p{
  font-size: 30px;
    font-weight: bold;
}
.sec-three h1{
  text-align: left;
    color: #fff;
    font-family: 'Montserrat-ExtraBold';
    font-size: 45px;
}
.sec-three form{
  margin: auto;
  margin-top: 50px;
    text-align: center;
}
.sec-three form .block{
  margin-bottom: 30px;
}
.sec-three label{
  font-family: 'Montserrat-SemiBold';
  color: #fff;
    font-size: 29px;
    display: block;
}
.sec-three input{
  background-color: transparent;
    border: 0;
    font-size: 29px;
    margin-left: 10px;
    color: #333;
    border-bottom: 2px dashed #333;
    font-family: 'Montserrat-SemiBold';
  margin-bottom: 40px;
}
.sec-three textarea{
  background-color: transparent;
    border: 0;
    font-size: 29px;
    margin-left: 10px;
    color: #333;
    border-bottom: 2px dashed #333;
    font-family: 'Montserrat-SemiBold';
  margin-bottom: 40px;
}
.sec-three input::placeholder{
  color: #333;
  text-align: center;
  font-family: 'Montserrat-SemiBold'; 
}
.sec-three button{
  background-color: #333;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 50px;
  float: right;
  margin-top: 39px;
  border-radius: 50px;
  font-size: 16px;
}
#quote form{

}
#quote form label{

}
#quote form input{
  width: 100%;
  padding: 7px;
  border: 1px solid #3333333d;
  margin-bottom: 10px;
  margin-top: 5px;
}
#quote form textarea{
  width: 100%;
  height: 120px;
  border: 1px solid #3333333d;
}
#quote form button{
  background-color: #fb2224;
  border: 0;
  padding: 10px 30px;
  font-weight: bold;
  margin-top: 10px;
	color: #fff;
}
#quote .modal-dialog{
  width: 400px;
}
.sec-four{
  padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ededed;
}
.sec-four h1{
  text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';
    font-size: 45px;
    margin-bottom: 70px;
}
.sec-four img{
  margin: auto;
}
.portfolio{
  margin-top: 50px;
}
.portfolio h1{
  font-family: 'Montserrat-ExtraBold';
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.portfolio .nav-tabs{
  margin-top: 23px;
    font-size: 15px;
    float: right;
    text-transform: uppercase;
}
.portfolio .tab-content ul{
  margin: auto;
  text-align: center;
}
.portfolio .tab-content ul li{
	width: 24.7%;
}
.portfolio ul li img{
	width:100%;
	height:210px;
	object-fit:cover;
}
.portfolio .tab-content #Website ul li {
    width: 24.7%;
	height: 350px;
	min-height: 179px;
    max-height: 179px;
    overflow: hidden;
	margin-bottom: 20px;
    position: relative;
	border: 1px solid #3333332e;
    padding: unset;
}
.portfolio #Website ul li img {
    margin-bottom: 10px;
    bottom: -787px;
    width: 100%;
	object-fit:contain;
    min-height: 963px;
    max-height: 396px;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
	object-fit: fill;
}
.portfolio #Website ul li img:hover{
  bottom: 0;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}
.portfolio ul li video{
  width: 100%;
}
.portfolio .nav-tabs > li.active > a, 
.portfolio .nav-tabs > li.active > a:hover, 
.portfolio .nav-tabs > li.active > a:focus{
  border: 0px; 
  border-bottom: 1px solid;
    border-bottom-color: black;
}
footer{
  background-color: #222429;
    color: #999b9f;
    padding-top: 50px;
}
footer h5{
  text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Montserrat-ExtraBold';
} 
footer ul li{
  line-height: 2.5;
}
footer ul li a{
  color: inherit;
  text-transform: capitalize;
}
footer form{
  margin-bottom: 30px;
}
footer form label{
  display: none;
}
footer form .wpforms-field-container{
  width: 77%;
  display: inline-block;
}
footer form input{
  width: 100%;
  background-color: #1c1e22;
    border: 0 !important;
    padding: 16px !important;
}
footer form .wpforms-submit-container{
  width: 23%;
  display: inline-block;
}
footer form button{
    padding: 17px;
    background-color: #FB2224;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    margin-left: -4px;
    font-size: 12px;
}
footer .social i.fa{
	font-size:25px;
	width: auto;
	margin-right: 30px;
	margin-bottom: 20px;
}
footer i.fa{
  color: #FB2224;
    margin-right: 9px;
    width: 5%;
    font-size: 17px;
    text-align: center;
    display: inline-block;
}
footer ul li p{
  display: inline-block;
  width:90%;
  vertical-align: top;
}
footer .logo{
  margin-bottom: 30px;
}
footer .logo img{
    width: 215px
}
footer .abt{
    line-height: 2;
    font-size: 14px;
}
footer .ender{
  margin-top: 50px;
    border-top: 1px solid #fff6;
    padding-top: 30px;
    padding-bottom: 20px;
}
footer .ender p{
  margin: auto;
  margin-top: 13px;
	text-align: center;
}
footer .ender ul{
  float: right;
}
footer .ender ul li i.fa{
  margin: auto;
  background-color: #0e0e0e;
    color: #fff;
    border-radius: 50%;
    width: auto;
    display: block;
    padding: 10px 12px;
}
footer .ender ul li:nth-child(1) i.fa{
  padding: 10px 14px;
}
footer .list-inline{
	margin-top: 20px;
	text-align: center;
}
footer .list-inline li{
	display: table-cell;
	padding-left: 0px;
	padding-right: 0px;
}
footer .list-inline li a{
	
}
.abt-one{
  margin-top: 50px;
  margin-bottom: 50px;
}
.abt-one h2{
  font-family: 'Montserrat-SemiBold';
    margin-bottom: 30px;
    text-align: left;
}
.abt-one p{
  font-size: 16px;
    text-align: left;
}
.abt-one img{
  border-radius: 100px 100px 100px 300px
}

.abt-two{
  background-color: #fb2224;
    padding-top: 50px;
    padding-bottom: 50px;
}
.abt-two ul{

}
.abt-two ul li{
  width: 47%;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 12px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    margin-right: 20px;
    min-height: 349px;
    max-height: 349px;
    vertical-align: bottom;
}
.abt-two h4{
  font-weight: bold;
    margin-bottom: 20px;
    line-height: inherit;
}
.abt-two p{
  font-size: 15px;
    line-height: 1.7;
}
.abt-two h3{
  margin-top: 100px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
}
.abt-two .text{
  line-height: 2;
  color:#fff;	
}
.abt-two a{
  background-color: #000;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
    font-family: 'Montserrat-SemiBold';
}

.profolio-page{
  margin-bottom: 50px;
}
.profolio-page .nav-tabs{
  margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: fit-content;
}
.package{
  font-family: 'Montserrat-Regular';
  margin-top: 70px;
  margin-bottom: 70px;  
}
.package h1{
  margin-bottom: 30px;
  text-align: left;
	font-size: 45px;
}
.package .nav-tabs{
    margin-top: 23px;
    margin-bottom: 20px;
    font-size: 15px;
	font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    height: auto;
    overflow: hidden;
    width: fit-content;
}

.package .nav-tabs > li.active > a, 
.package .nav-tabs > li.active > a:hover, 
.package .nav-tabs > li.active > a:focus {
    border: 0px;
    border-bottom: 1px solid;
    border-bottom-color: black;
  }

.package .content{
}
.package .head{
  background-color: #222429;
    color: #fff;
    padding: 15px;
    min-height: 190px;
}
.package .title{
  display: inline-block;
    width: 70%;
}
.package .head .title h4 {
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
}
.package .head .title p {
    font-size: 13px;
    min-height: 75px;
}
.package img{
  display: inline-block;
    float: right;
    margin-top: 15px;
}
.package .price{
  background-color: #FB2224;
    padding: 20px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.package .price span{
  font-size: 30px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.package .price bdi{
  font-size: 14px;
    display: inline-block;
    text-decoration: line-through;
}
.package .content ul{
  text-align: center;
    font-size: 15px;
    line-height: 2.5;
    padding-top: 20px;
    list-style: none;
    padding-left: unset;
    font-family: 'Montserrat-Regular';
    height: 255px;
    overflow: auto;
    color: #000;
}
.package .content ul li{
    border-bottom: 1px solid #33333314;
}
.package .content a{
  margin: auto;
    margin-top: 15px;
    text-align: center;
    display: block;
    background-color: #FB2224;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Montserrat-Light';
  	width: 50%;
}
.package .content ul::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.package .content ul::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.package .content ul::-webkit-scrollbar-thumb
{
  background-color: #00000026;
}
.pricing ul.list-inline{
    margin-top: 40px;
}
.pricing ul.list-inline li{
    background-color: #262626;
    padding: 10px 30px 30px;
    position: relative;
    overflow: hidden;
}
.pricing ul.list-inline li h1{
    font-family: fantasy;
    font-weight: bold;
    font-size: 60px;
    float: left;
    vertical-align: middle;
    letter-spacing: 6px;
    color: #fff;
    margin-top: 25%;
    position: relative;
}
.pricing ul.list-inline li .content{
    width: 60%;
    display: inline-block;
    float: right;
}
.pricing ul.list-inline ul{
    color: #fff;
    font-size: 17px;
    margin-top: 50px;
}
.pricing ul.list-inline ul li{
    padding: unset;
    line-height: 2.5;
    margin-left: 30px;
	text-align: left;
}
.pricing .slick-slide{
    padding: 10px;
}
.pricing .tags{
    background-color: #eb5939;
    color: #fff;
    width: fit-content;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    text-transform: capitalize;
    font-size: 18px;
    font-family: calibri;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.pricing button{
    background-color: #eb5939;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: Syne-Bold;
    padding: 15px 30px;
    margin-top: 20px;
    margin-left: 30px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.pricing .sidetag{
    position: absolute;
    left: -32px;
    top: 0;
    bottom: 0;
    color: #262626;
    text-transform: uppercase;
    font-family: fantasy;
    transform: rotate(-90deg);
    font-size: 110px;
    transform-origin: center;
    -webkit-text-stroke: 2px rgba(255,255,255,0.05);
    opacity: .8;
}
.pricing .slick-prev, .pricing .slick-next{
    display: none !important;
}
.pricing .slick-dots li{
	display:inline-block;
	background-color:transparent !important;
	margin-left:0px;
	overflow:visible !important;
}
.pricing .slick-dots li button:before{
	font-size:35px;
}
.pricing .slick-dots li.slick-active button:before{
	    opacity: 1;
    color: #eb5939;
}
.serv-slider{
  position: relative;
    width: 100%;
    height: 812px;
}
.serv-slider:before{
  position: absolute;
    width: 100%;
    height: 100%;
    background-color: #22242987;
    content: "";
    z-index: 1;
}
.serv-slider .wrapper{
}
.serv-slider .wrapper img{
/*   filter: grayscale(1); */
  width: 100%;
  height: 812px;
    object-fit: cover;
}
.serv-slider .content{
  position: absolute;
    top: 30%;
    left: 200px;
    color: #fff;
    z-index: 1;
    text-transform: capitalize;
}
.serv-slider .content h4{
  margin: auto;
    font-weight: bold;
    font-size: 24px;
}
.serv-slider .content h1{
  margin: auto;
    font-family: 'Montserrat-ExtraBold';
    font-size: 70px;
    width: 600px;
    margin-top: 20px;
}
.serv-slider .content a{
  background-color: #ffaa17;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 40px;
}
.serv-slider video{
	width: 100%;
    height: 812px;
    object-fit: cover;
}
.serv-slider .typed{
  font-size: 50px;
    margin-top: 20px;
    color: #ffaa17 !important;
}
.serv-one{
  margin-top: 50px;
}
.serv-one .wrapper{
  margin-bottom: 50px;
    display: inline-block;
}
.serv-one h1{
  font-family: 'Montserrat-ExtraBold';
    color: #FB2224;
    line-height: 1.5;
}
.serv-one p{
  font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
}
.serv-one img{
  padding: 30px;
  max-height: 370px;
    margin: auto;
}
.contact-text{
  margin: auto;
    margin-top: 50px;
  margin-bottom: 50px;
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    width: 800px;
    text-align: center;
}
#popup h4{
  margin: auto;
    font-family: 'Poppins-Bold';
}
#popup .close{
  position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #f46530;
    color: #fff;
    padding: 10px;
}
#popup form{

}
#popup form input{
  width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
    margin-bottom: 10px;
}
#popup form textarea{
  width: 100%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
    margin-bottom: 10px;
    height: 100px;
}
#popup form button{
  background-color: #ffaa17;
    border: 0;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 15px;
}
.sticker{
  background-color: #3a3a3a;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sticker ul{
  margin: auto;
  text-align: center;
}
.sticker ul li{
  width: 184px;
  height: 184px;
  margin-left: -4px;
}
.sticker ul li:hover{
  transform: scale(1.3);
  opacity: 1;
  transition: ease-in 0.2s;
  position: relative;
  z-index: 1;
}
.sticker ul li img{
  margin: auto;
  margin-top: 40px;
  margin-bottom: 11px;
  width: 47px;
  height: 47px;
  object-fit: contain;
  filter: brightness(100);
}
.sticker ul li p{
  text-align: center;
  color: #fff;	
}
.sticker ul li:nth-child(1){
  background-color: #fb2224;
}
.sticker ul li:nth-child(2){
  background-color: #ea0002;
}
.sticker ul li:nth-child(3){
  background-color: #df0002;
}
.sticker ul li:nth-child(4){
  background-color: #d30002;
}
.sticker ul li:nth-child(5){
  background-color: #c20103;
}
@media screen and (max-width:1024px){
  .portfolio h1{
    font-size: 35px;
  }
  .package .content{
    width: 24.7%;
  }
  .package .content a{
    display: block;
    width: 90%;
    margin-left: 14px;
  }
  .package img{
    width: 25%;
    display: inline-block;
    margin: auto;
  }
  .package .price{
    font-size: 30px;
  }
  .package .price span{
    font-size: 22px;
  }
  footer i.fa{
    width: 7%;
  }
  footer ul li p{
    width: 85%;
  }
  .serv-one .col-lg-6{
    width: 49%;
    float: right;
  }
  .abt-two ul li{
    width: 47%;
    min-height: 280px;
    margin-right: 28px;
  }
}
form.checkout, .cart-page{
	padding-top: 150px;
	padding-bottom: 70px;
}
form.checkout input{
	padding: 7px;
    border: 1px solid #3333336e;
}
.woocommerce-additional-fields{
	display: none;
}
.woocommerce button.button.alt, .woocommerce a.button.alt{
	background-color: #ffaa17;
    color: #000;
    width: 100%;
    padding: 13px;
    border-radius: 0px;
	text-align:center;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: unset;
	width:100%;
}
.survey-form{
    margin-top: 50px;
    margin-bottom: 50px;
}
.survey-form h2{
    text-align: center;
    font-weight: bold;
}
.survey-form form{
    width: 700px;
    margin: auto;
}
.survey-form form label{
    display: block;
    margin-bottom: 10px;
}
.survey-form form textarea{
    width: 100%;
    height: 70px;
    padding: 10px;
    border: 1px solid #3333334d;
    margin-bottom: 15px;
}
.survey-form form button{
    background-color: #333333;
    border: 0;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    display: block;
    margin: auto;
    text-align: center;
}
.survey-form form ul{
    list-style:none;
}
.survey-form form ul li{
    position: relative;
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}
.survey-form form ul li input[type="radio"]{
    position: absolute;
    top: 0;
}
.survey-form form ul li span.wpforms-image-choices-label{
    margin-left: 5px;
    position: absolute;
    top: 0;
    left: 15px;
}
.survey-form form ul li img{
    margin-top: 25px;
    width: 200px;
}
@media screen and (max-width:768px){
  .topnav ul{
    margin-top: 8px;
  }
  .sec-one{
    height: 530px;
  }
  .sec-one .content{
    width: 53%;
    margin-top: 11px;
  }
  .sec-one .content h1{
    font-size: 35px;
  }
  .sec-two h1{
    font-size: 35px;
  }
  .portfolio h1{
    text-align: center;
  }
  .portfolio .nav-tabs{
    float: unset;
    text-align: center;
    margin: auto;
    display: inline-block;
    margin-bottom: 30px;
  }
  .portfolio .tab-content ul li {
    width: 32.7%;
  }
  .package .content {
    width: 49.5% !important;
    margin-bottom: 30px;
  }
  .package .title {
    text-align: left;
  }
  .package .tab-content{
    text-align: center;
  }
  #menu-footer_menu{
    column-count: 2;
  }
  .abt-one .col-lg-4:nth-child(2), .abt-one .col-lg-4:nth-child(3){
    width: 50%;
    float: left;
  }
  .abt-two ul li {
    width: 45.9%;
    min-height: 349px;
  }
  .contact-text{
    width: 100%;
  }
  .nav-tabs > li{
    float: unset;
    display: inline-block;
  }
  .package .nav-tabs{
    text-align:center;
  }
  .slider .content, .serv-slider .content{
    left:50px;
  }
  .serv-slider, .slider{
    height:512px;
  }
  .serv-slider .wrapper img, .slider .wrapper img{
    height:512px;
  }
  .slider .content h1{
    font-size: 50px;
  }
}

@media screen and (max-width:500px){
  .topnav ul{
    display: none;
  }
   .topnav .logo {
    width: 80px;
  }
  .topnav .hamburger{
    display: block !important;
    float: right;
    font-size: 24px;
    margin-top: 5px;
  }
  .slider .content, .serv-slider .content {
    left: 30px;
  }
  .slider .content h1 {
    font-size: 40px;
    width: auto;
  }
	.sticker ul li{
		width: 49%;
		margin-left: 0px;
    	margin-bottom: 10px
	}	
  .sec-one{
    height: 500px;
    background-position: right;
    background-attachment: fixed;
  }
  .sec-one .content {
    width: 100%;
  }
  .sec-two .wrapper{
    margin-top: 30px;
	padding: 20px 20px;
    min-height: 190px;
  }
	.sec-two ul li{
		width:100%;
	}	
  .portfolio .tab-content ul li {
    width:49% !important;
  }
  .portfolio ul li img{
    min-height: 130px;
    max-height: 130px;
  }
  .package .content {
    width: 100% !important;
  }
	.pricing ul.list-inline ul{
		margin-top:0px;
	}
	.pricing button{
		margin-left: 0px;
	}
  .sec-three h1{
    font-size: 50px;
  }
  .sec-three input, .sec-three textarea{
    width: 100%;
    margin-left: 0px;
  }
  .open > .dropdown-menu {
    display: contents;
    font-size: 17px;
	}
	.dropdown-menu > li > a{
		line-height: inherit;
	}
	.dropdown-backdrop{
		position: unset;
	}
	.serv-slider .content h1{
		font-size: 50px;
		width: 100%;
	}
	.serv-one .col-lg-6{
		width: 100%;
	}
	.serv-slider video{
		height: 512px;
	}
	.abt-one .col-lg-4:nth-child(2), .abt-one .col-lg-4:nth-child(3){
		width: 100%;
	}
	.abt-two ul li {
    	width: 100%;
    	min-height: auto;
	}
	footer .logo img{
	 margin: auto;
	}
}
 .topnav .hamburger{
  display: none;
  color: #fff;	 
 }
 .backface{
  position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    z-index: 99;
    left: -100%;
 }
 .sidenav{
  background-color: #fff;
    width: 89%;
    height: 100%;
    position: absolute;
    font-size: 19px;
    left: -100%;
    transition: ease-in-out 0.3s;
 }
.sidenav  .logo{
    background-color: #000;
    padding: 30px;
    margin-bottom: 30px;
}
.sidenav .logo img{

}
 .sidenav button{
  display: none;
 }
 .sidenav ul{
  line-height: 3.5;
 }

.sidenav ul li{
    border-bottom: 1px solid #3333;
}
.sidenav ul li a{
    padding-left: 20px;
}
.sidenav .close{
  position: absolute;
	top: 0;
    right: 0;
    background-color: #ff1616;
    opacity: 1;
    padding: 15px;
	color:#fff;
	font-size:12px;
}
.sidenav .close i.fa{

}
.others{
	padding-top: 50px;
    padding-bottom: 50px;
}
.others p, .others ul{
	font-size: 16px;
}
.others h2, .others h3, .others h4, .others h1, .others b{
	color: #ffaa17;
	font-weight: bold;
}
.wpforms-confirmation-container p{
	text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
}
.trustpilot-widget{
	margin-top: 20px;
}