.header-top{
	background: #069fd9;
}
.header1-logo {
	max-width: 380px
}
.vs-hero-wrapper p{
	color: #000!important;
	font-size: 16px!important;
	padding-bottom: 15px!important;
	font-weight: 600;
	line-height: 1.5!important;
}

.media-body h2{
	font-size: 24px!important;
	text-transform: uppercase;
	font-weight: 700;
}
.cl1{
	background: rgb(18 197 195)!important;
	padding: 50px;
}
.cl2{
	background: #0cb8b6!important;
	padding: 50px;
}
.cl1 h2, .cl2 h2{
	color: #ffffff!important;
}
.cl1 p, .cl2 p{
	color: #ffffff!important;
}

.cl1 button, .cl2 button{
	border: 1px solid #fff;
	background: transparent;
	color: #ffffff;
	padding: 5px 20px;
	font-size: 15px;
	margin-top: 15px;
}
.cl1 button:hover, .cl2 button:hover{
	background: #fff;
	color: #069fd9;
}
.about-content h2{
	font-size: 25px;
}
.about-content p{
	font-size: 16px;
	color: #333;
	text-align: justify;
}
.vs-service-wrapper{
	background-color: #e2f7ff;
}
.sr-content h4{
	font-size: 15px;
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #333333;
}
.sr-content h3{
	font-size: 20px;
	color: #333333;
}
.sr-content a{
	color: #302565;
}
.sr-icon img{
	border-radius: 100%;
}
.abouthome{
	
	padding: 5rem 0;
}
.drimg img{
	border-radius: 100%;
	max-width: 85%;
	border: 1px solid #e31e25;
}
.abouthome h3{
	font-size: 20px;
	position: relative;
	padding-bottom: 25px;
	color: #333;
}
.abouthome h3:after{
	position: absolute;
	background: #e31e25;
	content:'';
	width: 80px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.abouthome h1{
	font-size: 48px;
	margin: 0;
	text-align: left;
	color: #302565;
	padding-bottom: 20px;
	display: block;
	line-height: 1;
}
.abouthome h1 span{
	font-size: 28px;
	color: #d11a2d;
	font-weight: 400;
}
.abouthome p{
	font-size: 18px;
	color: #333;
	font-weight: 300;
	line-height: 1.6;
}
.vs-project-wrapper .section-title{
	margin-bottom: 30px;
}
.vs-project-wrapper .sec-subtitle span{
	color: #fff!important;
}
.footer-wrapper{
	background: #13233e;
}
.vs-widget-about p {
    color: #ffffff;
    font-size: 15px;
}
.team-body h3{
	margin-top: 20px;
}
.contact-information p{
	font-size: 15px;
	color: #000000;
}
.contact-information h4, .contact-information h3{
	color: #333333;
	font-size: 20px!important;
}
.sr-body{
	text-align: left!important;
}
.innerbox ul li{
	font-size: 15px;
}
.innerbox h3{
	font-size: 22px;
	    color: #302565;
}
.innerbox{
	text-align: left;
}
.team-card ul li{
	font-size: 15px;
}
.team-body h3{
	font-size: 22px;
	    color: #302565;
}
.vs-project-box h4{
	font-size: 22px;
	    color: #302565;

}

.gallbox{
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallbox h3{
	border: 2px solid #e31e25;
	margin: 5px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
}
.gallery-title{
	font-size: 26px;
}
.gallery-title a{
	margin-left: 15px;
}
.gallbox:hover img{
	opacity: 0.8;
}
.gallbox video{
	width: 100%;
	height: 280px;
	background: #3a3a3a;
}
.gall .vs-project-box .project-content {
    padding: 0;
}
.vs-project-box{
	background: #cccccc20;
	/*border: 1px solid #cccccc;*/
	padding-bottom: 0;
	margin-bottom: 30px;
}
.mrser{
    background: #dddfde50;
    padding: 5rem 0;
    text-align: center;
}
.mrbx{
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	transition: 0.5s ease;
	text-align: center;
}
.mrbx img{
	border-radius: 100%;
	transition: 0.5s ease;
}
.mrbx:hover{
	box-shadow: 0 0 15px #00000020;
}
.mrbx p{
	margin-bottom: 0;padding-top: 10px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.about-content ul li{
	font-size: 15px;
	color: #000;
}
.about-content ul ul{
	list-style: circle;
}
.mrser h3{
	font-size: 22px;
	margin-bottom: 0;
	padding: 0;
	padding-top: 15px;

}
.product-img{
	border: 1px solid #cccccc;
}

/*for annie*/
.annie{
	margin-bottom: 40px;
}

.annie img{
	border:2px solid #e31e25;
}

.annie figure{
	position: relative;
}

.annie figure figcaption{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff5;
	transform: translateX(-110%);
	opacity: 0;
	overflow: hidden;
	transition: 0.5s;

}

.annie figure figcaption i{
	font-size: 40px;
	color: #e31e25;
	text-align: center;
	padding: 40% 38%;
}

.annie:hover figure figcaption{
	transform: translateX(0);
	opacity: 1;
}


.annie h1{
color:#222;
text-align: left;
    margin-bottom: 2%;
    	font-size: 40px;
       margin-top: 6px;	
position: relative;
}

.aanie h1:before{
	content: '';
	position: absolute;
	width: 10%;
	height: 4px;
	color: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}

.annie h2{
color:#222;	
}

.annie h3{
	font-size: 18px;
	color: #444;
	font-weight: 500;
	padding-top: 31px;
}

.annie h3 i{
	font-size: 20px;

}

.annie p{
	font-size: 16px;
}

.annie strong{
	color: #222;
}

.annie button{
	border:2px solid #e31e25;
	margin: 45px 0;
	padding: 8px 20px;
	transition: 0.5s;
}

.annie button:hover{
	background: #e31e25;
}

.info ul li{
	float: left;
}


/*for tab*/

body {
  color: #666;
  font: 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
}
.tabs {
    max-width: 100%;
    margin-bottom: 10%;
   
    border: 1px solid #cfcbcb;
    box-shadow: 0 0 3px #c7c2c2;
}

.tab-active a{
	background: #dcdcdc;
}

.tabs-nav li {
    float: left;
    width: 21%;
}
.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.tabs a {
 
  color: #222;
  display: block;
  font-weight: 500;
  padding: 10px 0;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
}
.tabs a:hover {
  color: #ff293d;
}
.tab-active a {
  background: #fff;
  border-bottom-color: transparent;
  color:  #ff0009;
  cursor: default;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #e31e25;
}
.tabs ul{
	position: relative;
}
.tabs ul:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #0000003d;
    top: 44px;
    left: 0;
    bottom: 0;
    right: 0;
}
.tabs ul li{
  list-style: none;
}
.tabs-stage {
  
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}

#tab-1 h1 {
    font-size: 17px;
    color: #222;
   
    text-align: left;
    margin: 6px 0;
    font-weight: 500;
}
#tab-2 h1{
	 font-size: 17px;
    color: #222;
   
    text-align: left;
    margin: 6px 0;
    font-weight: 500;
}

#tab-1 p{
	font-size: 15px;
}

#tab-2 p{
	font-size: 15px;
}

.person{
	margin-top: 2%;
}
 label {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

label span{
	color:#e31e25; 
}

/* button{
	margin-left: 4%;
}*/

/*for equiry*/

body {
  font-family: Arial, sans-serif;
  
  background-size: cover;
  height: 100vh;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}

.box {
   text-align: left;
    background-clip: padding-box;
    margin-top: 40px;

}
.button {
    font-size: 1em;
    padding: 8px 23px;
    color: #564646;
    border: 2px solid #e31e25;
 
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
  background: #e31e25;
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.popup {
    margin: 70px auto;
  
    background: #fff;
    border-radius: 5px;
    width: 40%;
    min-height: 650px;
    box-shadow: 0 0 13px #fff;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup h2 {
    margin-top: -20px;
    color: #222;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 11px 29px;
    background: #dcdcdc;
}


  .popup2 h2 {

    color: #222;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 11px 29px;
    background: #dcdcdc;
}


	.popup2 strong {
    font-size: 14px;
    color: #222;
    padding: 0 14px;
}

.popup .close {
    position: absolute;
    top: -2%;
    right: -2%;
    transition: all 200ms;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    height: 29px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 27px;
    width: 29px;
    text-align: center;
    background: #222;
}
.popup .close:hover {
  color: #e31e25;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.person input{
	width: 100%;
    background: #dcdcdc;
    border: 1px solid;
}

.person textarea{
	width: 100%;
    background: #dcdcdc;
}

.person button{
	text-align: center;
	margin-left: 45%;
	margin-top: -2%;
}

.info ul li{
	float: left;
}*/


@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.blog{
	width: 100%;
    border: 1px solid #e2e2e2;
    margin-bottom: 60px;
    box-shadow: 0 0 5px #cac6c6;
}


.blog img{
	width: 100%;
	margin-bottom: 20px;
}

.blog button {
  background: #069fd9;
    color: #fff;
    padding: 2px 25px;
    border-radius: 20px;
    font-size: 15px;
    border: none
}


.blog button:hover{
	background: #000;

}
.content p{
	font-size: 15px;
	color: #727171;
	margin-top: 10px;
  margin-bottom: 0;
}
.content h1{
	font-size: 20px;
    color: #000;
    font-family: 'Poppins';
    margin: 8px 0;
    text-align: left;
    font-weight: 500;
    line-height: 28px
}

.content button a{
	color: #fff;

}

.content{
	padding: 0px 15px 15px;

}

.admin a{
	font-size: 15px;
	color: #069fd9;
	text-decoration: underline;


}
/* Base */
.btn-floating:hover img {
  margin-bottom: 0
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
    align-items: center;

}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

/* WhatsApp */
.btn-floating.insta {
    background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, 
    #fdf497 5%, 
    #fd5949 45%, 
    #d6249f 60%, 
    #285AEB 90%);
    bottom: 145px;
    font-size: 25px;
}

.btn-floating.insta:hover {
    background-color: #E4405F
}

/* WhatsApp */
.btn-floating.facebook {
    background: #1877F2;
    bottom: 205px;
    font-size: 25px;
}

.btn-floating.facebook:hover {
    background-color: #1877F2
}

.mission{
	display: flex;
	flex-wrap: wrap;
	margin: 0 70px;	
	padding-bottom: 70px;
}
.mlft{
	width: 50%;
	padding: 50px 30px;
	/*padding-left: 80px;*/
	background: #48aed5;
}
.mlft p{
	color: #ffffff;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 0;
}
.mrgt{
	width: 50%;
	padding: 50px 30px;
	/*padding-right: 80px;*/
	background: #38a1c9;
}
.mrgt p{
	color: #ffffff;
	text-align: justify;
	font-size: 14px;
	margin-bottom: 0;
}
.mlft h2, .mrgt h2 {
    text-align: left;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff30;
    position: relative;
}
.mlft h2:after, .mrgt h2:after{
	position: absolute;
	content: '';
	width: 120px;
	height: 3px;
	background: #fff;
	left: 0;
	bottom: -2px;
}
.vlopk img{
	max-width:600px;
}
.consult{
	padding: 70px 0;
}
.cbox{
	display: flex;
	background: white;
	flex-wrap: wrap;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 15px #00000015;
	align-items: top;
}
.cbox img{
	width: 40%;
	height: 200px;
}
.feedetails{
	width: 60%;
	padding-left: 15px;
}
.feedetails h2{
	font-size: 22px;
	margin-bottom: 5px;
}
.feedetails h3{
	font-size: 25px;
	color: #d11526;
	font-weight: 600;
}
.feedetails p {
    font-size: 15px;
    line-height: 1.4;
    color: #1a1a1a;
    margin-bottom: 5px;
}
.testimonial-wrapper{
	padding: 70px 0;
}
.vs-project-wrapper{
	padding-bottom: 50px;
}
.vs-project-wrapper .section-title span{
	color: #ffff;
}
.vs-project-box .project-content{
	height: 250px;
}
.service-box{
	height: 650px;
}
.consult{
	background: #2b1d72;
}
.vs-about-wrapper .mission{
	padding-bottom: 50px;
}
.why-choose h2{
	margin-bottom: 15px;
	font-size: 25px;
}
.why-choose ul{
	margin-left: 0;
	padding-left: 0;
}
.why-choose ul li{
	list-style: none;
	padding-bottom: 15px;
	font-size: 15px;
}
.why-choose p{
	font-size: 15px;
	columns: #333333;
}
.why-choose ul li i{
	margin-right: 10px;
	color:#d11526;
}
.why-choose ul li:last-child{
		padding-bottom: 0;
	}
.minfo{
		padding: 30px 0 0 0;
	}
.minfo h3{
	font-size: 22px;
}	
.minfo p{
		font-size: 15px;
		columns: #333333;
}
.minfo h2{
	font-size: 25px;
}
@media(max-width: 767px) {
	
	.mlft {
		padding: 25px 25px;
	}
	.mrgt {
	padding: 25px 25px;
	}
	.mlft p {
		font-size: 14px;
	}
}
@media(max-width: 576px) {
	.abouthome {
		padding: 2.5rem 0;
	}
	.abouthome h3 {
		padding-bottom: 10px;
	}
	.abouthome h1 {
		font-size: 32px;
		padding-bottom:10px
	}
	.abouthome h1 span {
		font-size: 20px;
	}
	.service-box{
		height:auto;
	}
	.sr-content h3 {
		font-size: 20px;
		margin-bottom:10px;
	}
	.service-box {
		padding: 7px;
	}
	.about-content h2 {
		font-size: 20px;
	}
	.mlft {
		width:100%;	
	}
	.mrgt {
	width:100%;
	}
	.space, .space-top {
    padding-top: 40px;
}
	.space, .space-bottom {
    padding-bottom: 40px;
}
	.about-content p{
		margin-bottom:0;
		font-size:14px
	}
	
}
@media(max-width: 425px) {
	.vs-menu-toggle {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}
	.header1-logo {
    max-width: 221px;
}
	.mlft h2, .mrgt h2 {
		font-size: 26px;
		padding-bottom: 8px;
		margin-bottom: 15px;
		position: relative;
	}
	.mlft h2:after, .mrgt h2:after {
		width: 78px;
		height: 3px;
		background: #fff;
		left: 0;
		bottom: -2px;
	}
	.mission {
    margin: 0 0px;
    padding-bottom: 40px;
}
}
.serpage{
	padding: 60px 0 80px 0;
}
.serpage p{
	margin: 0 auto;
	margin-bottom: 25px;
	width: 70%;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.srbx{
	background: #cccccc20;
	padding: 20px;
	margin-top: 30px;
	transition: 0.5s ease;
	text-align: center;
}
.srbx h3{
	margin-top: 15px;
}
.srbx img{
	border-radius: 100%;
	transition: 0.5s ease;
	border: 1px solid #cccccc30;
}
.srbx h3{
	font-size: 22px;
}
.srbx:hover img{
	box-shadow: 0 0 15px #00000020;
}
.srbx p{
	margin-bottom: 0;padding-top: 10px;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.srbx a button{
	background: #d11a2d;
	color: #fff;
	width: 120px;
	height: 40px;
	font-weight: 500;
	font-size: 15px;
	border: none;
	border-radius: 5px;
}
.srbx .modal-title{
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.srbx .modal-body p{
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	padding-bottom: 15px;
}
.srbx .modal-body ul{
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.srbx .modal-body ul li{
	text-align: left;
	list-style: square;
	font-size: 16px;
	line-height: 1.6;
}
.scnt ul {
	padding-left: 30px;
}
.scnt h3{
	font-size: 26px;
	margin-bottom: 7px;
}
.scnt h4{
	font-size: 20px;
	color: #4e4e4e;
	margin-bottom: 8px;
}
.teamarea{
	 padding-top: 80px;
}
.teamarea h2{
	font-size: 35px;
}
.bg1 {
	background: #cccccc20;
	padding: 30px;
}
.teamarea p{
	font-size: 16px;
}

/*.faq{
  padding:50px 25px;
}*/
.faq h1{
	padding: 0;
	margin-bottom: 15px;
}
.headings{
  text-transform:capitalize;
  text-align:center;
}

.section-heading{
  font-size:40px;
  color:#131313;
}

.sub-heading{
  margin:20px auto 0;
  max-width:45ch;
  color:#939393;
  line-height:1.6;
}

.que-container{
  max-width:1200px;
  margin:50px auto 0;
}

.question{
  border-top:1px solid #131313;
}

.question:last-child{
  border-bottom:1px solid #131313;
}

.question button{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background-color:transparent;
  font-size:20px;
  color:#111111;

  text-transform:capitalize;
  font-family:inherit;
  font-weight:600;
  letter-spacing:normal;
  padding:25px 20px 25px 0;
  border:none;
  cursor:pointer;
  transition:color 0.3s;
}

.question button i {
 color:#dc3545;
  transition:transform 0.3s;
}

.question p{
  color:#555;
  font-size: 16px;
  line-height:1.6;
  height:0;
  overflow:hidden;
  transition:all 0.3s;
}

.question button.show + p{
  padding-bottom:25px;
  height:auto;
}

.question button.show{
  color:#dc3545;
}

.question button.show i{
  transform:rotate(180deg);
}