    /**********Owl Carousel************/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.scale{transform:scale(.8);}
/***********Section2***********/
.home-sec2 h2{
    position: absolute;
    top: 40px;
}
.small-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.home-sec2{
    /*padding:60px 40px;*/
	padding:260px 40px;
}
.home-sec2-col2 p{
    max-width:800px;
    padding-bottom: 0px;
    line-height:2em;
	font-size:25px;
	font-family:arial;
}
  .white-button a{
    background: #fff;
    color: #000;
    padding: 16px 76px 16px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size:14px;
    letter-spacing:1px;
    border-radius: 36px;
    text-decoration: none; 
} 
/**Black Button***/
	.black-button{
	        padding: 11px 80px 11px 60px!important;
    text-align: center;
    background: #fff!important;
    color: #000!important;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 1px;
    border-radius: 0px;
    width: 100% !important;
    display: block;
    box-shadow: 6px 8px #c2bdbd;
      transition: box-shadow 0.3s ease-in-out;

    text-transform: uppercase;
		
	}
  
     
.black-button:before {
mix-blend-mode: difference;
	}
	
.black-button:hover{
	 transition: background 0.5s ease;
	 box-shadow:11px 16px #c2bdbd
}

	.black-button:before {
    left: 0px;
    content: "";
    background-image: url(https://ik.imagekit.io/dezvolta/dezvoltadev/img/button-pattern.png);
    position: absolute;
    top: 0px;
    height: 100%;
    background-size: 36%;
    background-position: -40%;
    background-repeat: no-repeat;
    width: 100%;
    transition: 2s;
    z-index: 3;
    transition: background 0.5s ease;
    mix-blend-mode: difference;
}


.ctalargetxt{    font-size: 7vw;}

@media(hover: hover){
.black-button:hover:before { visibility: visible; transition: 2s; right: 0px; background-position: 170%; overflow: hidden; transition: background 0.5s ease;}
}
.black-button:after{
   content: " ";
    height: 25px;
    width: 94px;
    background: url(https://www.dezvolta.com/img/new-button-arrow1.svg) bottom center;
    position: absolute;
    bottom: 39%;
    right:45px!important;;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    transition: all .3s ease;
	mix-blend-mode:difference;
}
@media(max-width:767px){
	.black-button{
		padding:17px 45px 16px 25px!important;
	}
	.black-button:after {
    right: 20px!important;
		width:16px!important;
		bottom: 21px!important;
}
	.black-button:before{
		    top: 0px!important;
    height: 50.5px!important;
	}

}

.white-button, .cta, .cta-black, .black-button{
    background: transparent;
    border: 0px;
    position:relative;
    padding:0px;
}

.cta{
    background: transparent;
    color: #fff;
    padding: 10px 60px 8px 0px;
    display:inline-block;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    min-width: 219px;  
    text-align:left;

	    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
	mix-blend-mode:difference;
}
@media(min-width:768px){    
	.cta,.cta:after,.cta:hover::before{    transition: all .3s ease;}
	
}
button:focus{
    outline:none;
}
.cta:hover{
    /*background:#fff;*/
    color:#000;
    padding-left:20px;

}
.cta:active{color:#000; background:#fff }
.cta:before{
    content: " ";
    height: 11px;
    width: 16px;
    background: url(https://www.dezvolta.com/img/new-button-arrow1.svg) bottom center;
    position: absolute;
    bottom: 15px;
    right:0px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20px;

}
.cta:hover::before{
    background: url(https://www.dezvolta.com/img/new-button-arrow2.svg) bottom center; 
    background-repeat: no-repeat;

    right:20px;
}
.cta:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    width: 100%;

    z-index:-1;
}
.cta:hover::after {
    height: 100%;
    background-color: #fff;
}
.cta:active::after {
    height: 100%;
    background-color: #fff;
}
.white-button:before{
   content: " ";
    height: 11px;
    width: 20px;
    background: url(https://www.dezvolta.com/img/new-button-arrow2.svg) bottom center;
    position: absolute;
    bottom: 8px;
    right:11px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    transition: all .3s ease;
}


.verimg{
	    width: 100%;
    height: 0;
    padding-top: calc(22.5 / 15 * 100%);
    position: relative;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 40px;
}
.verimg img{
	    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/**********Section3***********/
.home-sec3{
    /*padding:90px 40px 190px;   */
	padding:90px 40px 249px;   
}
.home-sec3-div1{
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;  
}
.home-sec3-div1 a{
    text-decoration:none!important;
}
.home-sec3-sub-div1{
    position:relative;
    border-bottom:1px solid #44444466;
    padding:25px 20px 28px 20px;
        cursor:pointer;
        display:block;
}

.home-sec3-sub-div1:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    transition: all .3s ease;
}
.home-sec3-sub-div1:hover{color:#fff; opacity:1;}


.home-sec3-div1 .home-sec3-sub-div1:last-child{
    border-bottom:0px;
}
.home-sec3-text1  {
    font-size: 7vw;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    opacity: 1;
    font-family: "Atyp Display";
    
    display: inline-block;
    position: relative;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 1px;
    background-size: 200% 100%;
}

.home-sec3-icon1 svg{
    width:50px;
    position: absolute;
    right: 0px;
    bottom:45%;
    transition:.5s;
}
.home-sec3-img1{
    position: absolute;
    width: 300px;
    z-index: 9;
    right: 10%;
    bottom: -21%;
    display:none;
}

.home-sec3-text1:after{
    content:"";
     left: 108%;
    bottom: 42%;
    width: 59px;
    height: 15px;
    position: absolute;
    background: url(https://www.dezvolta.com/img/white-arrow.svg) bottom center;
    background-repeat: no-repeat;
   display:none;

}
.home-sec3-sub-div1:hover .home-sec3-img1{
    /*display:block;*/
}
.home-sec3-sub-div1:hover .home-sec3-icon1 svg{
    display:none;
}
.home-sec3-sub-div1 .home-sec3-text1 div div{
background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #fff0 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .8s background ease-out;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 1px;
}
.home-sec3-sub-div1:hover .home-sec3-text1 div div {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    
}
@media(min-width:1000px){.home-sec3-sub-div1:hover .home-sec3-text1 div div {
    background-position: 0;
}
}
/*********Section4*************/
.home-sec4{
    padding:60px 0px;
    
}

.shadow-big-title{
    font-size:90px;
    font-weight:bold;
    display: flex;
    width: max-content;
        font-family: 'Bakbak One', cursive;
}
.home-sec4-img1{
    border-radius:8px;
}
.home-sec4-r2-col{
    padding-right:0px;
}
#work-slider .owl-stage {
    right: -10px;
    padding-left: 0 !important;
}
#work-slider{
    padding-top:50px;
}
/***********Section5*************/
.home-sec5 {
    padding: 60px 10px;
    position:relative;
}
.section5-mob{
    display:none;
}
.home-sec5-div1{
    background: #ee1c25;
	/*background: #0782d4;*/
    padding: 50px;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        height: 500px;
    border-radius: 300px;
    place-content: center;
    display: grid;
}
.home-sec5-div1 h3{
font-size: 50px;
    font-weight: 600;
    margin-bottom:0px;
}
/***********Section6*************/
.home-sec6{
    background:#fff;
    padding:60px 20px;
    position:relative;
}
.big-title{
    font-size:90px;
}
.home-sec6-logo-container{
    padding-top:50px;
}
.home-sec6-logo-container img{
	width:20%;
	max-width: 235px;
   /* width: 16%;*/
    padding:50px 34px;
    min-width:200px;
    /*max-width:200px;*/
    margin:0 auto;
}
#clientlogo-slider2{
    width:90%;
    margin:0 auto;
}
.home-sec6:before {
    content: " ";
    height: 500px;
    width: 500px;
    background: url(https://www.dezvolta.com/img/second-pattern.svg) right;
    position: absolute;
    bottom: 6px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
/***********Section7*************/
.home-sec7{
    /*padding:80px 20px 100px;*/
	padding:260px 20px 240px;
    overflow:hidden;
	margin-top:70px
}
.tab {
  overflow: hidden;
      margin-top: 60px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width:24%;
  min-width:300px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /*background-color:#00000070;*/
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #00000070;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  margin-top: 50px;
  position:relative;
}
.tabcontent::before{
content: "";
    left: 10%;
    top: 0px;
    width: 300px;
    height: 300px;
    position: absolute;
    background: url(images/client-bg-icon.svg) bottom center;
    background-repeat: no-repeat; 
}
.home-sec7-title1{
    display:flex;
}
.home-sec7-title1 img{
    width: 50px;
    height: 50px;
    border-radius: 70px;
}
.home-sec7-title1 p{
    text-align: left;
    padding-left: 13px;
    margin-bottom: 0px;
    display: grid;
    place-content: center;
    font-size:15px;
}
.home-sec7-title1 span{
    font-size:11px;
}
.home-sec7-p1{
    max-width: 80%;
    margin: 0 auto;
    line-height: 2em;
}
.home-sec7-verified{
    padding-top:30px;
}
.home-sec7-verified img{
  width:20px!important;  
}
.home-sec7-verified span{
    font-size: 11px;
    padding-left: 6px;
}
.home-sec7-star img{
    width: 130px!important;
}
/***********Section8*************/
.home-sec8{
    padding:60px 20px;
    overflow-x: hidden;
	    margin-bottom: 70px;
}
.home-sec8-span{
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    padding: 1px 4px 0px 4px;
    margin-bottom: 8px;
    display: inline-block;
}
.home-sec8-title{
    font-size: 30px;
    font-weight:400;
}
.home-sec8-r1{
    border-bottom:2px solid #66686a7a;
    margin-top: 70px;
}
.home-sec8-r1 .col-md-8{
    padding-left:0px;
        transition: .5s;
}
.home-sec8-r1 .col-md-4{
    padding-right:0px;
}
.home-sec7 svg{    width: 10px;
    height: 10px;
    margin: 0px auto;
    position: relative;
    left: 49%;will-change: transform; }
/*******Footer*********/
@media(min-width:991px){footer{width:87%; }}
footer{
    position:relative;
        /*margin-left: 50px;
    margin-right: 50px;*/
    margin:0px auto;
    
}
.footerbg{will-change: transform;}
.footerbginner{    position: absolute;will-change: transform;
    width: 100%;
    height: 100%;
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: white;
}
.footer-one{
padding: 55px 20px 50px;
}
.footer-one-button a{
    background: #ee1c25;
    padding: 50px;
    max-width: 220px;
    position: absolute;
    top: 0%;
    right:15%;
    
    height: 220px;
    border-radius: 300px;
    place-content: center;
    display: grid;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-decoration:none;
        transition: all .3s ease;
}
.footer-one-button a:hover{
    background:#000;
        transition: all .3s ease;
            font-size: 27px;
    font-weight: bold;
}
.footer-two{
    padding:40px 20px 50px 20px;
}
.foot-social-media{
    padding:0px;
    list-style-type: none;
}
.foot-social-media li img{
    width: 23px;
    height:23px;
        transition: all .3s ease;
        
}
.foot-social-media li a:before{
        content: "";
    background-image: linear-gradient(to right, #00ff22, #1cee78 50%, #ffe200 50%);
    position: absolute;
    background-position: -100%;
    bottom: -12px;
    height: 49px;
    width: 0PX;
    z-index: -1;
    transition: all .3s ease;
    LEFT: 12PX;
    MIX-BLEND-MODE: darken;
    BORDER-RADIUS: 50PX;

}
.foot-social-media li a:hover::before{
     bottom: -12px;
    z-index: 1;
    transition: all .3s ease;
    LEFT: -12PX;
    background-position: 0;
    WIDTH: 49PX;
}
.foot-social-media li a{
    display:inline-block;
    position:relative;
}
.foot-social-media li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.footer-two-title{
    font-size:18px;
}
.footlinks{
  padding-left:0px;
  list-style-type: none;
}
.footlinks li{
    padding-bottom:8px;
}
.footlinks li a{
    color:#000;
    text-decoration:none;
    font-size:14px;
    transition: all .3s ease;
    position:relative;
}
.footlinks li a {
  background-image: linear-gradient(to right, #ee1c24, #ee1c24 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.footlinks li a:before {
  content: "";
  background: red;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

.footlinks li a:hover {
  background-position: 0;
}

.footlinks li a:hover::before {
  width: 100%;
}
.footer-two-address{
    font-size:14px;
    line-height:1.7em;
}
.footer-two-address a{
    color:#000;
    text-decoration:none;
}
.bottom-bar{
    font-size: 11px;
    line-height:1.7em;
    padding-top:40px;
}
.bottom-bar a{
    color:#000;
    text-decoration:none;
    background-image: linear-gradient(to right, #ee1c24, #ee1c24 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.bottom-bar a:hover {
  background-position: 0;
}
.back-to-top img{
    width: 46px;
    height: 46px;
    right: 20px;
    position: absolute;
    bottom: 20px;
}
@media(min-width:767px) {.foot-social-media
{float: right;
    margin-right: 20px;}
    
}
/**********Tab View***********/
@media(min-width:767px) and (max-width:1000px){
.home-sec1-h1 {
    font-size: 60px;
}
}
/**********Mobile View***********/
@media(max-width:768px){
	
/*******Section2********/
.home-sec2 {
    padding: 70px 10px;
    position:relative;
}
.home-sec2-col2 p{
    padding-bottom: 30px;
    font-size:12px;
    line-height:1.5em;
}
.home-sec2 h2{
     position: relative;
    top: auto;   
    margin-bottom:20px;
}


.home-sec2 .col-md-4 svg{
position: absolute;
    width: 150px;
    top: 55px;
    left: 0px;
}

.cta a, .cta-black a{
    min-width:170px!important;
}
.cta:before, .cta-black a{
    bottom:13px!important;
}
.white-button:before{
	bottom:18px;
}
.white-button a, .black-button{
    display:block;
    font-size:12px;
}
	.cta, .cta-black a{
    font-size:9px;
}
/*******Section3********/
.home-sec3 {
    padding: 30px 10px 70px; 
}

.home-sec3-div1 {
    max-width: 100%;
}
.home-sec3-div1{
    padding-top: 15px;
}
.home-sec3-sub-div1{
    padding: 19px 10px;
}
.home-sec3-text1 {
    font-size: 6.7VW;
    letter-spacing: 1.5px;
}
.home-sec3-icon1 svg {
    width: 23px;
    bottom: 42%;
}
.home-sec3-text1:after{
        width: 33px;
}
.home-sec3-sub-div1:hover .home-sec3-img1{
    display:none;
}
.home-sec3-text1:after{
        bottom: 33%;
}
/*******Section4********/
.home-sec4 {
    padding: 0px 0px;
    overflow-x:hidden;
}
.home-sec4-subdiv1 img{
    width:80px!important;
}
.home-sec4-subdiv2 {
    width: 55px;
}
.home-sec4-subdiv1 p{
    font-size:10px;
    margin-top:8px;
}
.shadow-big-title {
    font-size: 50px;
}
.shadow-big-title-top{
    margin-bottom: -34px!important;
}
.shadow-big-title-bottom{
        margin-top: -34px!important;
}
#work-slider{
    padding-top:30px;
}
.home-sec7-title1{
    background:#00000070;
        place-content: center;
    max-width: fit-content;
    padding: 12px 20px;
    margin: 0 auto;
}
.home-sec7-title1 img{
    max-width:50px;
}
.tabcontent::before{
        left: 0%;
    top: 45%;
    width: 200px;
    height: 200px;
}
.home-sec5-div1{
    padding: 38px;
    height:230px;
    width:230px;
}
.home-sec5-div1 h3 {
    font-size: 19px;
    margin-bottom:10px;
}
.home-sec5-div1 p{
    font-size:10px;
}
.section5-desk{
    display:none;
}
.section5-mob{
    display:block;
}
.big-title {
    font-size: 50px;
    line-height:1.2em;
}
.home-sec6{
    padding:60px 10px;
}
.home-sec6-logo-container{
	padding-top:0px;
}
.home-sec8 {
    padding: 10px 10px 40px 10px;
}
.home-sec8-title {
    font-size: 20px;
    margin-bottom:0px;
}
.home-sec8-span {
    font-size: 8px;
}
.home-sec8-r1 p{
    font-size:11px;
    margin-bottom:5px;
}
.home-sec8-r1 .col-md-8{
    padding-left:15px;
}
#clientlogo-slider2{
    width:100%;
}
.home-sec6:before{
    height: 300px;
    width: 300px;
}
.home-sec6-logo-container img {
	width:32%;
    padding: 32px 3%;
    min-width:auto;
    max-width:130px;
    margin:0 auto;
}
.home-sec7-title1 p{
    font-size: 13px;;
}
.home-sec7-title1 span {
    font-size: 10px;
}
.home-sec7-p1 {
    max-width: 100%;
    margin:inherit;
    font-size:12px;
}
.home-sec7-verified img {
    width: 15px!important;
}
.home-sec7-verified span {
    font-size: 9px;
}
.home-sec7 {
    padding: 60px 10px 85px 10px;
}
.tab button{
    width: 100%;
}
.home-sec7-verified{
    display:flex;
    place-content:center;
}
.home-sec7-star{
    display:flex;
    place-content:center;
}
.tabcontent {
    padding: 6px 0px;
    margin-top: 30px;
}
.home-sec8-r1 .col-md-4{
    display:none;
}
.home-sec8-r1{
    margin-top: 0px;
padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px solid #000;
}
/*footer{    margin-left: 20px !important;
    margin-right: 20px !important;}*/
.footer-one-button{
  display: list-item;
    list-style: none;
    height: 70px;
	margin-bottom:0px;
}
.footer-one {
    padding: 60px 5px 0px;
}
.footer-one-button a{
  width:50px;
  height:50px;
  max-width:50px;
  font-size:16px;
  top:-34px;
  right:10px;
}
	.footer-one-button a:hover{  font-size:16px; font-weight:inherit}
.footer-two {
    padding: 0px 10px 80px 10px;
}
.footer-two-col2{
    display:none;
}
.bottom-bar{
    padding-top: 15px;
    font-size:9px;
}

.panel1, .panel2, .panel3, .panel4 {
        display: flex;
    flex-wrap: wrap;
}
.panel1.open1, .panel2.open2, .panel3.open3, .panel4.open4 {
    display: block;
    animation: fadeIn 2s;
}
.acc1.active:after, .acc2.active:after, .acc3.active:after, .acc4.active:after {
    content: "\2212";
}
.footer-two-border{
    border-bottom:1px solid #00000038;
}
	.footlinks li a:before{display:none}
	.footlinks li a:hover{box-shadow: 4px 4px 0px 0px #000;}
.footer-two-title{
    padding-top:16px;
    font-size:14px;
}
	.footlinks li{    margin-bottom: 10px;
    margin-right: 10px; padding-bottom:0px;}
	.footlinks li a{
    font-size:14px;
	    padding: 3px 7px;

    border-radius: 5px;    background: #f3f3f3;
    -webkit-text-fill-color: #5f5f5f;
    box-shadow: 4px 4px 0px 0px #00000057;
}
	
.foot-social-media {
    padding: 26px 0px 0px 0px;
    text-align:center;
    margin-bottom:0px;
}
.home-sec8 .container{
    max-width:100%;
}
	.back-to-top img{bottom:10px; right:10px;}
}
@media(min-width:767px) and (max-width:1000px){
.home-sec1-h1 {
    font-size: 60px;
}
.home-sec2 h2 {
    top: 0;
}
.home-sec3-div1 {
    max-width: 100%;
}
.home-sec3-sub-div1:hover .home-sec3-img1{
    display:none;
}
.shadow-big-title, .big-title{
    font-size:60px;
}
.home-sec5-div1 h3 {
    font-size: 30px;
}
.home-sec5-div1{
    max-width:400px;
    height:400px;
}
}
::-moz-selection { /* Code for Firefox */
  color: black;
  background: yellow;
}

::selection {
  color: black;
  background: yellow;
}
.footlinks li a::-moz-selection { /* Code for Firefox */
  color: black;
  background: yellow;
}

.footlinks li a::selection {
      -webkit-text-fill-color: #000;
  background: yellow;
}

/*******Service Page**********/
.ss5 h2{padding:20px;}
.ss3-p2{
	line-height:1.8em;	
	color: #eee;
    font-size: 1.7vw;
    max-width:1201px;
    margin:0px auto
}
@media (max-width: 767px){
.ss3-p2{
	font-size:16px;
	padding:0px 15px !important;
}
}