#stripe-button {
  background-color: #000;
  color: #000; 
}




button[type=submit] {
    
       transform:-50%,-50%;
         width:150px; height:50px; 
         text-align:center; 
         
         color:#fff; 
         font-size:15px; 
         text-transform: uppercase; 
         text-decoration:none; 
         font-family:sans-serif; 
       
         background:#AC001E; 
         background-size:400; 
         border-radius:30px;
         border-color: transparent;
        
         

}

button[type=text]:focus {
  border: 2px solid gray;
}

button[type=submit]:focus {
    background: linear-gradient(90deg, 	#FF8C00, #AC001E,#AC001E, 	#FF8C00); 

}

button[type=submit]:hover {
    
    box-shadow: 0 0 5px #fff, 0 0 5px #FFFF00, 0 0 5px #fff, 0 0 10px #FFFF00, 0 0 5px #ffff, 0 0 5px #ffff, 0 0 5px #FFFF00;

}

div.sh{
    text-align:center;
}

.hero{
    background: linear-gradient(90deg, 	#FF8C00, #FF4500,#FF4500, 	#FF8C00);
}

.servicehead{
    padding:0px 100px !important;
     text-align: justify;
  text-justify: auto;
}
/*slider testimonial*/


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.section-team {
	font-family: "Poppins", sans-serif;
	padding: 80px 0;
}

.section-team .header-section {
	margin-bottom: 50px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
	font-size: 16px;
    font-weight: 500;
    color: #F6AE38;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
	margin-top: 30px;
	padding: 30px;
	background-color: #f6f9ff;
	border-radius: 5px;
}

.section-team .single-person:hover {
	background: linear-gradient(to right, #00bfff, #F6AE38);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    transition: padding .3s;
}
.alingment-team{
    display: flex;
  justify-content: center;
}
.section-team .single-person:hover .person-image {
	/*padding: 10px;*/
   /* border: 4px dashed #fff;*/
}

.section-team .single-person .person-image img {
	width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #F6AE38;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #016cec;
}

.section-team .single-person .person-info .full-name {
	margin-bottom: 10px;
	font-size: 28px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #F6AE38;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
	color: #fff;
}
/*contact form*/
@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300');

/* ------------- */
/* GLOBAL STYLES */
/* ------------- */
ul {
  list-style: none;
  padding: 0;
}

.brand {
  text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.brand span {
  color: #ffffff;
}

.wrapper {
  box-shadow: 0 0 20px 0 rgba(57, 82, 163, 0.7);
}

.wrapper > * {
  padding: 1em;
}

/* ------------------- */
/* COMPANY INFORMATION */
/* ------------------- */

.company-info {
  background: linear-gradient(to top, #00bfff 0%, #f6ae38 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.company-info h3,
.company-info ul {
  text-align: center;
  margin: 0 0 1rem 0;
}

/* ------- */
/* CONTACT */
/* ------- */

.contact {
  background-color: #F5F5F5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ---- */
/* FORM */
/* ---- */

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.contact form label {
  display: block;
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 1em;
  border: solid 1px #627EDC;
  border-radius: 4px;
}

.contact form textarea {
  resize: none;
}

/* ------------- */
/* MEDIA QUERIES */
/* ------------- */

@media only screen and (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .wrapper > * {
    padding: 2em;
  }

  .company-info {
    border-radius: 4px 0 0 4px;
  }

  .contact {
    border-radius: 0 4px 4px 0;
  }

  .company-info h3,
  .company-info ul,
  .brand {
    text-align: left;
  }
}
/* contact form end*/

.new{
    height:115px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    margin: 9px;
}
.float{
	position:fixed;
	width:58px;
	height:58px;
	bottom:17px;
	right:90px;
background-color:#25d366;
	color:#fff;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}
/* CSS code for the popup of pdf and video*/
.popup1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup1 .pdf-container {
  width: 80%;
  height: 80%;
  margin: auto;
}

.popup1 .pdf-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup1 .close-btn1 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* CSS code for the popup of image*/
.popup2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup2 .pdf-container2 {
  width: 80%;
  height: 80%;
  margin: auto;
}

.popup2 .pdf-container2 img {
  width: 100%;
  height: 100%;
  border: none;
}

.popup2 .close-btn2 {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* Css for text in center of our team section*/
  .tcenter{
        text-align: center !important;}
        
        
        
        
        
        




















/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */

img{max-width:100%;}
/*end reset*/

.layer {
    background-color:#fff;
}

.w3layouts-main,.main-agile {
    width: 49%;
    margin: 0 .1em;
    float:left;
    background: #000;
    text-align: center;
}
.w3layouts-main {
    color: #000;
}
input[type="text"], input[type="email"], input[type="number"]{
    width: 80%;
    outline: none;
    font-size: 14px;
    color: #000;
    font-family: 'Hind', sans-serif;
    border: none;
    background: transparent;
    letter-spacing: 1px;
}

select[type="text"]  {
	width: 80%;
    padding: 10px 15px 10px 0;
    outline: none;
    font-size: 14px;
    color: #000;
    font-family: 'Hind', sans-serif;
    border: none;
    background: transparent;
    letter-spacing: 1px;
}

option[type="text"]{
	width: 80%;
    padding: 10px 15px 10px 0;
    outline: none;
    font-size: 14px;
    color: #000;
    font-family: 'Hind', sans-serif;
    border: none;
    background: transparent;
    letter-spacing: 1px;
}


input[type="submit"] {
    padding: 9px 0px 5px;
    font-size: 1em;
    width: 40%;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e64b50;
    background: #b84592;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
	font-family: 'Hind', sans-serif;
    margin: 24px auto 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 30px;
}
input[type="submit"]:hover,.content-wthree input[type="submit"]:hover {
    background: cornflowerblue;
}
.w3layouts-main ::-webkit-input-placeholder{
    color: #fff!important;
}
.main-agile1{
	width: 60%;
    margin: 0px auto 0px auto;
    padding: 0 12px;
    position: relative;
}
.alert-close {
    background: url('../images/into.png') no-repeat 0px 0px;
    background-size: 16px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 30px;
    top: 15px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 999;
}
.content-wthree, .w3layouts-main {
    padding: 50px 0;
    text-align: center;
}
.content-wthree p {
    color: #444444;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 15px 0 0;
}
.content-wthree h2 {
    margin-top: 49px;
}
h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.w3layouts-main h2 {
    color: #fff;
}
h3 {
    font-size: 25px;
    color: #353535;
    color: #fff;
    text-transform: capitalize;
}
span {
    color: #fff;
}
.w3layouts-main form {
    width: 80%;
    margin: 0 auto;
}
.content-wthree form{
	width:80%;
	margin:0 auto;
}
.content-wthree input[type="email"] {
    width: 80%;
    background: #fff;
    background: transparent;
    color: #000;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 10px 15px 0px;
    text-align: left;
}
.content-wthree input[type="submit"] {
    width: 40%;
    background: #e64b50;
    background: #b84592;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 9px 0;
    padding: 8px 0px 5px;
    color: #fff;
    text-transform: uppercase;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    cursor: pointer;
    border-radius: 30px;
}
/*--//footer--*/
.footer-w3l p{
	width:70%;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	color:#eee;
	letter-spacing:1px;
	line-height:27px;
}
.footer-w3l p a{
	color:#fff;
}
.footer-w3l p a:hover{
	text-decoration:underline;
}
.footer-w3l {
    padding: 50px 0px 35px;
}
/*--//footer--*/

ul.top-links li a i.fa {
    color: #000;
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
ul.top-links li {
    margin-left: 5px;
    display: inline-block;
}
ul.top-links {
    margin: 20px 0 30px;
}
ul.top-links li a i.fa.fa-facebook {
    background: #3b5998;
    color: #fff;
}
ul.top-links li a i.fa.fa-twitter {
    background: #1da1f2;
    color: #fff;
}
ul.top-links li a i.fa.fa-linkedin {
    background: #00a0dc;
    color: #fff;
}
i.fa.fa-paper-plane-o {
    font-size: 50px;
    color: #e64b50;
    color: #b84592;
}
ul.top-links li a i.fa.fa-facebook:hover ,ul.top-links li a i.fa.fa-twitter:hover,ul.top-links li a i.fa.fa-linkedin:hover  {
    transform: scale(1.4);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    z-index: 1;
}
.email {
    border: none;
    border-bottom: 1px solid #f5f5f5;
    margin: 20px 0px;
}
.content-wthree .email {
    border: none;
    border-bottom: 1px solid #4c4c4c;
    margin: 35px 0px 10px;
}
.email i.fa {
    color: #fff;
    font-size: 16px;
}
.content-wthree .email i.fa {
    color: #000;
    font-size: 16px;
}
/*--responsive--*/
@media(max-width:1920px){
	h1 {
		padding: 120px 0px 40px;
	}
	.footer-w3l {
		padding: 50px 0px 383px;
	}
}
@media(max-width:1680px){
	.footer-w3l {
    padding: 50px 0px 233px;
	}
}
@media(max-width:1600px){
	.footer-w3l {
		padding: 50px 0px 35px;
	}
	h1 {
		padding: 48px 0px;
	}
}
@media(max-width:1440px){
	h1 {
		font-size: 38px;
		letter-spacing: 2px;
		padding: 40px 0px;
	}
	.content-wthree {
		padding: 40px 0;
	}
	.content-wthree input[type="text"] {
		margin: 80px 0 45px;
	}
	.content-wthree img {
		width: 55px;
	}
	.content-wthree input[type="email"] {
		padding: 28px 15px 0px;
	}
}
@media(max-width:1366px){
	.main-agile {
		width: 50%;
	}
}
@media(max-width:1280px){
	.content-wthree form {
		width: 70%;
	}
	.content-wthree input[type="submit"] {
		width: 44%;
	}
	h1 {
		font-size: 40px;
	}
	.main-agile1 {
		width: 70%;
	}
}
@media(max-width:1080px){
	.main-agile1 {
		width: 75%;
		padding: 0;
	}
}
@media(max-width:1050px){
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 21px;
	}
	.w3layouts-main {
		padding: 53px 0;
	}
}
@media(max-width:1024px){
	.content-wthree input[type="submit"],input[type="submit"] {
		font-size: 15px;
		width: 50%;
	}
	.footer-w3l p {
		font-size: 15px;
	}
	.main-agile1 {
		width: 80%;
		padding: 0;
	}
	h2 {
		font-size: 32px;
	}
	.alert-close {
		right: 10px;
	}
}
@media(max-width:991px){
	.content-wthree {
		padding: 39px 0;
	}
	h2 {
		font-size: 31px;
	}
	h3 {
		font-size: 22px;
	}
	.w3layouts-main {
		padding: 51px 0;
	}
}
@media(max-width:900px){
	h1 {
		font-size: 35px;
	}
	.content-wthree img {
		width: 45px;
	}
	h2 {
		font-size: 30px;
		letter-spacing: 1px;
	}
	input[type="submit"] {
		width: 45%;
	}
	.content-wthree form {
		width: 75%;
	}
	.content-wthree p {
		letter-spacing: 0px;
	}
	.content-wthree input[type="email"] {
		padding: 26px 15px 0px;
	}
}
@media(max-width:800px){
	.main-agile1 {
		width: 90%;
	}
	h1 {
		font-size: 34px;
	}
	.content-wthree input[type="text"] {
		margin: 83px 0 40px;
	}
	h2 {
		font-size: 31px;
	}
}
@media(max-width:768px){
	h2 {
		font-size: 28px;
	}
}
@media(max-width:767px){
}
@media(max-width:736px){
	h1 {
		font-size: 33px;
	}
	.content-wthree img {
		width: 41px;
	}
	h2 {
		font-size: 30px;
	}
	.content-wthree p {
		padding: 0 25px;
	}
	.content-wthree .email {
		margin: 20 px 0px 10px;
	}
	.content-wthree input[type="email"] {
		padding: 3px 0px 0px;
	}
}
@media(max-width:667px){
	.footer-w3l p {
		width: 80%;
	}
	.content-wthree {
		padding: 37px 0;
	}
	.content-wthree input[type="submit"] {
		width: 50%;
	}
	h2 {
		font-size: 27px;
	}
	.main-agile1 {
		width: 98%;
	}
	.content-wthree input[type="email"] {
		padding: 7px 0px 0px;
	}
	h1 {
		padding: 30px 0px 25px;
	}
}
@media(max-width:640px){
	h1 {
		letter-spacing: 2px;
	}
	.content-wthree input[type="text"] {
		margin: 74px 0 33px;
	}
	.content-wthree form {
		width: 75%;
	}
	.footer-w3l p {
		width: 84%;
	}
	.alert-close {
		background-size: 15px;
	}
	.main-agile1 {
		width: 100%;
	}
	.w3layouts-main, .main-agile {
		width: 49%;
	}
	.content-wthree input[type="email"] {
		padding: 6px 0px 0px;
	}
	input[type="submit"] {
		width: 50%;
	}
}
@media(max-width:600px){
	.content-wthree input[type="text"] {
		padding: 12px 12px 12px;
	}
	.footer-w3l p {
		width: 90%;
	}
	h2 {
		font-size: 27px;
	}
	.content-wthree p {
		padding: 0 20px;
	}
	.content-wthree input[type="submit"], input[type="submit"] {
		font-size: 14px;
		width: 50%;
	}
}
@media(max-width:568px){
	.footer-w3l p {
		width: 82%;
		line-height: 35px;
	}
	h1 {
		font-size: 29px;
	}
	h2 {
		font-size: 26px;
	}
	i.fa.fa-paper-plane-o {
		font-size: 40px;
	}
	.content-wthree p {
		padding: 0 13px;
	}
	.content-wthree, .w3layouts-main {
		padding: 45px 0;
	}
	.content-wthree h2 {
		margin-top: 33px;
	}
}
@media(max-width:480px){
	h1 {
		font-size: 29px;
	}
	.footer-w3l p {
		width: 86%;
	}
	.content-wthree {
		padding: 25px 0;
	}
	.w3layouts-main, .main-agile {
		width: 99%;
	}
	.main-agile1 {
		width: 80%;
	}
	.w3layouts-main {
		margin-bottom: 25px;
	}
	.alert-close {
		right: 10px;
		top: 530px;
	}
}
@media(max-width:414px){
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 25px;
	}
	.content-wthree img {
		width: 36px;
	}
	.content-wthree input[type="text"] {
		margin: 60px 0 30px;
	}
	.alert-close {
		background-size: 14px;
	}
	.footer-w3l p {
		line-height: 31px;
	}
	.main-agile1 {
		width: 90%;
	}
}
@media(max-width:384px){
	h1 {
		font-size: 24px;
	}
	.content-wthree img {
		width: 33px;
	}
	h2 {
		font-size: 22px;
	}
	.content-wthree form {
		width: 88%;
	}
	.content-wthree input[type="text"] {
		margin: 55px 0 23px;
	}
	.footer-w3l p {
		font-size: 14px;
		width: 92%;
	}
}
@media(max-width:375px){
	h1 {
		font-size: 24px;
	}
	.footer-w3l p {
		width: 81%;
		font-size: 14px;
		letter-spacing: 1px;
	}
}
@media(max-width:320px){
	.content-wthree img {
		width: 25px;
	}
	h2 {
		font-size: 22px;
	}
	.content-wthree input[type="text"] {
		padding: 6px;
		margin: 49px 0 16px;
	}
	.footer-w3l p {
		width: 92%;
	}
	.content-wthree form {
		width: 90%;
	}
	.main-agile1 {
		width: 95%;
	}
	h1 {
		font-size: 22px;
		letter-spacing: 0;
	}
	.content-wthree, .w3layouts-main {
		padding: 30px 0;
	}
	.alert-close {
		right: 5px;
		top: 490px;
	}
}
/*--responsive--*/







/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}








/*services css*/


.service{
    width: 100%;
    height: 80vh;
    background-image: url("images/graphics.png");
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.head-txt{
    font-size: 45px;
    color: #ffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
}
.service button{
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 30px;
    border-radius: 10px;
    background: transparent;
    color: #ffff;
    border: 3px solid #ffff;
}
.service button:hover{
    background: #ffff;
    border:3px solid #f6ae38 ;
    color: #f6ae38;
}
.service-cate{
    font-size: 45px;
    color: #000000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
    text-align: center;
    margin-top: 50px;
}
.brands{
    display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  justify-content:space-evenly ;
  padding: 0px 100px;
}
.logo img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform .3s cubic-bezier(.4,0,1,1);
}
.business img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform .3s cubic-bezier(.4,0,1,1);
}
.web img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform .3s cubic-bezier(.4,0,1,1);
}
.brands img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform .3s cubic-bezier(.4,0,1,1);
}
.free-brand{
    font-size: 35px;
    color: #000000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
}


.form input{
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    color: #666;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    width: auto;
    height: 50px;

}
.form input:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    cursor: pointer;
    border:1px solid #abb8c3;
}
.form{
margin-top: 30px;
display: flex;
flex-direction:column;
}
.submit-btn input{
   

    padding: 20px 163px;
    margin: 20px 10px 0px 0px;
    text-align:left;
    
   
}
.submit-btn{
    margin-bottom: 100px;
}
.submit-btn input:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    cursor: pointer;
    border:1px solid #abb8c3;
}
.submit-button{
    background-color: #f6ae38;
    padding: 20px 162px;
    font-size: 15px;
    border:transparent;
    border-radius: 5px;
   font-family: Arial, Helvetica, sans-serif ;
}
.submit-button:hover{
    background-color: #ee9e1e;
}
.service-line{
    margin-left: 160px;
    display: flex;
}
.service-line h2{
    font-size: 30px;
    color: #f6ae38;
}

.line1{
    width:700px;
    height:5px;
    background-color: #f6ae38;
   margin-left: 5px;
   margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 17px;
}
    .content-img{
        display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  flex-basis: 50%;
  padding-left: 150px;
  justify-content: center;
  
    }
    .content-img div{
        width:80%;
        
    }
    
    .content-img img{
        width:80%;
        position: relative;
  top: -93px;
    

    }
    .h1mar2{
    margin-top:-70px;
    }
    .h1mar1{
        margin-top:-60px;
    }
    
    
    
    
    .content-img img:hover{
        transition: transform .8s cubic-bezier(.4,0,1,1);
        transform: scale(1.05);
    }
    .service-line-1{
        margin-left: 160px;
        display: flex;
    }
    .service-line-1 h2{
        font-size: 30px;
        color: #f6ae38;
    }
.right-col{
    padding-right: 130px;
}
.talk{
    background-color: #f6ae38;
    padding:50px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.talk h2{
    text-align: center;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 30px;
}
.contact-form label{
    color: #fff;
    font-size: 28px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    line-height: 40px;
    word-spacing: 5px;
}
.contact-form input{
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 25px;
    color:#dfdfdf;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
   
    text-align: start;
    border-bottom: 1px dashed #dfdfdf;
}
.contact-form option{
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 25px;
    color:#dfdfdf;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
   
    text-align: start;
    border-bottom: 1px dashed #dfdfdf;
}

.contact-form select{
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 25px;
    color:#dfdfdf;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 600;
   
    text-align: start;
    border-bottom: 1px dashed #dfdfdf;
}
.contact-form ::placeholder{
    line-height: inherit;
    display: inline-block;
    color: #dfdfdf!important;
    cursor: pointer;
    font-weight: 600;
   
   

}
    /* second section */
    
    @media screen and (max-width: 768px) {
        .servicehead{
    padding:20px 30px 0px!important;
     text-align: justify;
  text-justify: inter-word;
}
        .brands{
            display: flex;
          flex-direction: column;
          text-align: center;
          justify-content: center;
          margin-top: 40px;
          justify-content:space-evenly ;
       
        }
        .content-img{
            display: flex;
      flex-direction:column;
      
        }
        .content-img div{
            /*width:70%;*/
            text-align: justify;
          margin-left: -40px;
        }
        .content-img img{
           width: 200%;
           margin-top: 110px;
           /*margin-left: -50px;*/
        }
        .content-sec-txt{
            text-align: justify;
            padding:0px;
            margin:0px;
        }
        .service-line{
            margin-left: 0px;
            display: flex;
        }
        .service-line h2{
            font-size: 25px;
            margin-left: 100px;

        }
        .service-line-1 h2{
            font-size: 25px;
            color: #f6ae38;
            margin-left: -50px;
        }
        
      
        #service-line h2::after{
            display: none;
        }
        .right-col{
            padding-right: 0px;
        }
        .line1{
            display: none; 
        }
        .form input{
            margin-left: 80px;
            padding: 20px  50px;
            margin-top: 5px;
            
            }
            .form input ::placeholder{
                text-align: left;
            }
            .submit-button{
                margin-left: 80px;
                padding: 20px  60px;
                margin-top: 5px;
            }
    
            .talk h2{
                text-align: center;
                color: #fff;
                font-size: 70px;
                font-weight: bold;
                line-height: 60px;
                margin-bottom: 30px;
            }
            .contact-form label{
                color: #fff;
                font-size: 28px;
                font-family:Georgia, 'Times New Roman', Times, serif;
                font-weight: 700;
                line-height: 40px;
                word-spacing: 5px;
            }
            .contact-form input{
                border: none;
                background: transparent;
                font-family: inherit;
                font-size: 15px;
                color:#dfdfdf;
                font-weight: inherit;
                line-height: inherit;
                display: inline-block;
                padding: 0;
                margin: 0;
               
                text-align: start;
                border-bottom: 1px dashed #dfdfdf;
            }
            .contact-form option{
                border: none;
                background: transparent;
                font-family: inherit;
                font-size: 15px;
                color:#dfdfdf;
                font-weight: inherit;
                line-height: inherit;
                display: inline-block;
                padding: 0;
                margin: 0;
               
                text-align: start;
                border-bottom: 1px dashed #dfdfdf;
            }
            
            .contact-form select{
                border: none;
                background: transparent;
                font-family: inherit;
                font-size: 15px;
                color:#dfdfdf;
                font-weight: inherit;
                line-height: inherit;
                display: inline-block;
                padding: 0;
                margin: 0;
                font-weight: 300;
               
                text-align: start;
                border-bottom: 1px dashed #dfdfdf;
            }
            .contact-form ::placeholder{
                line-height: inherit;
                display: inline-block;
                color: #dfdfdf!important;
                cursor: pointer;
                font-weight: 300;
            }
      }
     
     
     
     
     
     
     
     
     
     
     
     /* mobile resposive*/
     
     /*@media (max-width: 768px) {*/
    /* Styles for screens <= 768px */
/*    .service-cate {*/
/*        font-size: 2rem;*/
/*    }*/
/*    .brands {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        justify-content: center;*/
/*    }*/
/*    .logo, .web, .business, .clothing {*/
/*        width: 50%;*/
/*    }*/
/*    .logo img, .web img, .business img, .clothing img {*/
/*        max-width: 100% !important;*/
/*      margin: 10px auto;*/
/*    }*/
/*    .logo p, .web p, .business p, .clothing p {*/
/*        text-align: center;*/
/*    }*/
/*    .service-line {*/
/*        margin-top: 50px;*/
/*    }*/
/*    .line1 {*/
/*        margin: 0 auto;*/
/*        margin-bottom: 20px;*/

/*        margin-top: 20px;*/
/*    }*/
/*    .content-img {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    .content-sec-txt {*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .right-col {*/
/*        margin-top: 20px;*/
/*    }*/
/*}*/



/*progressbar*/

.sonny_progressbar {
	margin-bottom: 16px;
}
.sonny_progressbar p.title {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 10px 0;
}
.sonny_progressbar .bar-container {
	position: relative;
	height: 40px;
	border-radius: 25px;
}
.sonny_progressbar .bar-container.shadow {
	-moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
	box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
}
.sonny_progressbar .backgroundBar {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.sonny_progressbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 25px;
}
.sonny_progressbar .targetBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-animation: Animation 2s infinite ease-in-out;
	-moz-animation: Animation 2s infinite ease-in-out;
	animation: Animation 2s infinite ease-in-out;
}
.sonny_progressbar .targetBar.loader {
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
	background-image: url('animated-overlay.gif');
}
.sonny_progressbar .bar-container.border .bar, .sonny_progressbar .bar-container.border .targetBar, .sonny_progressbar .bar-container.border .backgroundBar {
	border-bottom: 3px solid rgba(0,0,0,.2);
}
.sonny_progressbar .progress-percent {
	font-size: 20px;
	position: absolute;
	right: 15px;
	top:-24px;
}

@keyframes Animation {
  0%   { opacity:.4; }
  50%   { opacity:1; }
  100% { opacity:.4; }
}
@-moz-keyframes Animation{
  0%   { opacity:.4; }
  50%   { opacity:1; }
  100% { opacity:.4; }
}
@-webkit-keyframes Animation{
  0%   { opacity:.4; }
  50%   { opacity:1; }
  100% { opacity:.4; }
}
@keyframes AnimationB {
  0%   { opacity:.01; }
  50%   { opacity:.1; }
  100% { opacity:.01; }
}
@-moz-keyframes AnimationB {
  0%   { opacity:.01; }
  50%   { opacity:.1; }
  100% { opacity:.01; }
}
@-webkit-keyframes AnimationB {
  0%   { opacity:.01; }
  50%   { opacity:.1; }
  100% { opacity:.01; }
}




/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}







