@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
}
a:hover{
	text-decoration:none !important;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/GraphikWeb-Bold.eot');
    src: url('../fonts/GraphikWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GraphikWeb-Bold.woff2') format('woff2'),
        url('../fonts/GraphikWeb-Bold.woff') format('woff'),
        url('../fonts/GraphikWeb-Bold.ttf') format('truetype'),
        url('../fonts/GraphikWeb-Bold.svg#GraphikWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
}
.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
	right:0;
    width: 100%;
	animation: smoothScroll .6s forwards; 
	transition: all ease 0.5s
}
@keyframes smoothScroll {
	0% { 
	transform: translateY(-40px); 
	}
	100%{ 
	transform: translateY(0px); 
	}
}
.header.fixed-header{
	box-shadow: 0 0px 5px #808080;
}
.menu-part {
    background: #fff;
    padding: 5px 0;
}
.logo {
    padding-top: 0;
}
.banner {
    position: relative;
}
.banner:after {
    background: url(/wp-content/uploads/2021/01/curve_img.png);
    height: 102px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.menu{
	text-align: right;
}
.menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu ul li{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	
}
.menu ul li a{
	color:#000;
	padding:0 8px;
	text-decoration:none;
	transition: ease all 0.5s;
}
.menu ul li a:hover{
	color:#61d8ff;
	transition: ease all 0.5s;
}
.menu ul li .active{
	color:#61d8ff;
}
.number {
    padding: 31px 0 0;
}
.number ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.number ul li{
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}
.number ul li img{
	padding-right: 10px;
}
.number ul li a{
	color:#61d8ff;
	text-decoration:none;
}
.ms-slide-info {
    position: absolute !important;
    top: 55%;
    left: 0;
    text-align: center;
    transform: translate(0px, -50%);
}
.heading{
font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 46px;
    text-shadow: 0px 2px 7px rgb(0 0 0 / 48%);
    font-family: 'Graphik Web';
    position: relative;
}
.heading span{
	color:#61d8ff;
}
.heading:after{
    width: 60px;
    height: 5px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    content: '';
}
.banner_text{
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 3% 24% 0;
}
.start{
	text-align: center;
	margin-top: 15px;
}
.lets-start{
	background: #61d8ff;
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #61d8ff;
    padding: 12px 25px;
}
.lets-start:hover{
	background:#fff;
	color:#000;
	border:2px solid #61d8ff;
	animation: pulse 2s infinite linear;
}
@keyframes pulse{
  0% {
   
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
     
      box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
  100% {
     
      box-shadow: 0 0 0 0 rgba(225,255,255, 0);
  }
}
.our-service{
	padding:30px 0 60px;
	position:relative;
}
.our-service:after {
    background: url(https://aviinfotech.com.au/wp-content/uploads/2021/01/circle-mid2.png);
    width: 300px;
    height: 300px;
    content: "";
    position: absolute;
    left: 0;
    top: 310px;
    z-index: -1;
}
.heading2{
	font-family: 'Graphik Web';
	font-size: 35px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.heading2  span{
	color:#61d8ff;
}
.serv_sec {
    margin-bottom: 30px;
    padding: 39px 25px;
    border-radius: 14px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 9%);
	    background: #fff;
}
.serv_top {
    margin-bottom: 18px;
}
.serv_icon {
    width:68px;
    height:68px;
    display: inline-block;
}
.serv_titl {
    display: inline-block;
    vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
}
.serv_txt{
    margin-bottom: 0px;
}
.red_more a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
	text-decoration:none;
	transition: ease 0.5s;
}
.red_more a:hover{
	color: #61d8ff;
    transition: ease 0.5s;
}
.web{
    background: url(../images/bg.jpg) no-repeat;
    min-height: 230px;
    background-position: center;
    position: relative;
    background-size: cover;
}
.bg-website{
	padding:12% 0 0 4%;	
}
.carry{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.build {
    font-family: 'Graphik Web';
    font-size: 25px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}
.build span{
	font-family: 'Open Sans';
	font-weight:600;
}
.right_cta {
    padding: 90px 0;
}
.call_cta {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.call_cta a {
    color: #61d8ff;
}
.contact-btn{
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.cont{
	background: #61d8ff;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #61d8ff;
    padding: 10px 30px;
    border-radius: 50px;
}
.cont:hover{
	background:#fff;
	color:#000;
	border:2px solid #61d8ff;
	animation: pulse 2s infinite linear;
}
@keyframes pulse{
  0% {
   
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
     
      box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
  100% {
     
      box-shadow: 0 0 0 0 rgba(225,255,255, 0);
  }
}

.rs-rain-animate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}
.rs-rain-animate .line:nth-child(1) {
    left: 72px !important;
}
.rs-rain-animate .line:nth-child(3) {
    left: unset !important;
    right: 72px;
}
.rs-rain-animate .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: rgb(246 247 249 / 9%);
    z-index: 1;
}
.rs-rain-animate .line:nth-child(1):after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.rs-rain-animate .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #61d8ff  130%, #1273eb 59%);
    -webkit-animation: rain-line 6s 0s linear infinite;
    animation: rain-line 6s 0s linear infinite;
}
/* Rain Line Animation */
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
.about{
	margin: 6% 0;
	position:relative;
}
.about:before{
	background:url(../images/about-bg.png) no-repeat;
	min-height:360px;
	position:absolute;
	top:10%;
	left:0;
	right:0;
	bottom:0;
	content:'';
	opacity: 0.1;
}
.about-pic img{
	width: 100%;
}
.text-about{
    padding-left: 8%;
    padding-right: 4%;
    margin-top: 40px;
}
.infotech{
    font-family: 'Graphik Web';
    font-size: 35px;
    line-height: 1;
}
.infotech span{
	color:#61d8ff;	
}
.info_text{
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.info_text:after{
	width:73px;
	height:3px;
	background:#61d8ff;
	position:absolute;
	bottom:-17%;
	left:0;
	right:0;
	content:'';
}
.para{
    font-size: 15px;
    padding-top: 8%;
    line-height: 26px;
}
.read{
	margin-top: 20px;
}
.read-more{
    background: #61d8ff;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
}
.read-more:hover{
	background: #66b4ce;
	color: #000;
}
.buisness{
background: #61d8ff;
    padding: 40px 0;
    border-radius: 6px;
}
.icon-p{
	display: block;
	text-align:center;
}
.icon_text{
    display: block;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}
.buisness2{
	background:#fff;
	padding: 40px 0;
}
.buisness3{
	background: #61d8ff;
    padding: 40px 0;
    border-radius: 6px;
}
.buisness4{
	background:#fff;
	padding: 40px 0;
	position:relative;
}
.software {
    margin-bottom: 60px;
}
.about-pic {
    position: relative;
}
.about-pic:before {
    width: 200px;
    height: 91px;
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2021/01/dotted-2.png);
    top: 0px;
    left: -10px;
    z-index: -1;
}
.about-pic:after {
    width: 120px;
    height: 114px;
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2021/01/dotted-1.png);
    bottom: 0px;
    right: 10px;
    z-index: -1;
}
.why_titl {
    position: relative;
    padding-left: 0;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 40px;
}
.why_titl:before {
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
    height: 4px;
    width: 76px;
    background: #61d8ff;
}
.why_titl:after {
    content: '';
    position: absolute;
    left: 15px;
    top: -16px;
    height: 6px;
    width: 12px;
    background: #ffffff;
}
.sub-text {
    font-size: 15px;
    line-height: 25px;
}
.testimonial-swr{
    background: url(../images/testi-bg.png) no-repeat;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    padding:30px 0 70px;
}
.heading3{
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 2%;
	font-family: 'Graphik Web';
}
.heading3 span{
	color:#61d8ff;
}
.amazingcarousel-image-fix-wrapper:after {
    background: #1d1d1d;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 0;
    top: 6px;
    z-index: 99;
}
.footer{
    padding: 140px 0 50px;
    background: #191919;
    position: relative;
}
.footer:after {
    background: url(/wp-content/uploads/2021/01/curve_img2.png);
    height: 102px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}
.foot1{
	font-size:22px;
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	padding-left: 0;
	font-family: 'Graphik Web';
}
.foot1 span{
	color:#61d8ff;
}
.foot1 ul{
	padding: 0;
	margin:0;
	font-family: 'Open Sans';
	list-style: none;
	padding-top: 13px;
}
.foot1 ul li{
	font-weight: normal;
	font-size:16px;
	text-transform:capitalize;
	line-height: 30px;
}
.foot1 ul li a{
	color:#fff;
	text-decoration:none;
}
.foot1 ul li a:hover {
    color: #61d8ff;
}

.foot3{
	font-size:22px;
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	padding-left: 40px;
	font-family: 'Graphik Web';
}
.foot3 span{
	color:#61d8ff;
}
.foot3 ul{
	padding: 0;
	margin:0;
	font-family: 'Open Sans';
	list-style: none;
	padding-top: 13px;
}
.foot3 ul li{
	font-weight: normal;
	font-size:15px;
	text-transform:none;
	line-height: 32px;
}
.foot3 ul li img{
	padding-right: 12px;
}
.foot3 ul li a{
	color:#fff;
	text-decoration:none;
}
.foot3 ul li span{
	font-size:20px;
	font-weight: 600;
}
.foot4{
	font-size:22px;
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	padding-left: 0;
	font-family: 'Graphik Web';
}
.foot4 span{
	color:#61d8ff;
}
.foot4 ul{
	padding: 0;
	margin:0;
	font-family: 'Open Sans';
	list-style: none;
	padding-top: 13px;
}
.foot4 ul li{
	display:inline-block;	
}
.foot4 ul li img{
	padding-right: 10px;
}
.last{
	background: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
.last span{
	padding: 0 8px;
}
.last a{
	color:#000;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 27px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 53px;
    right: 1%;
    background: #191919;
    text-align: center;
    text-decoration: none;
	transition:all 0.5s
}
#back2Top:hover{
	background:#61d8ff;
	transition:all 0.5s
}
.floting{
	position: fixed;   
    cursor: pointer;
	right:-136px;
    top: 300px;
    transition: all 0.5s ease 0s;
    z-index: 99999;
	transform: rotate(90deg);
    
}
.floting a{	
    background: #61d8ff;
    padding: 10px 35px;
    font-size: 16px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 8px;
	color: #000;
	text-decoration:none;
}
.contact_us{
	background: #1d1d1d !important;
	color:#fff !important;
}
div#wonderplugincarousel-container-1 {
    margin: 30px;
}
li.amazingcarousel-item {
    padding: 20px 0 !important;
}
#wonderplugincarousel-1 .amazingcarousel-prev {
    left: 44% !important;
    top: 100% !important;
    margin-top: 0!important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
    right: 44% !important;
    top: 100% !important;
    margin-top: 0 !important;
}
.page .entry-header, .entry_header {
    height: 170px;
    text-align: center;
    background: #363636 !important;
    margin-bottom: 50px !important;
}
.page .entry-title, .entry_title  {
    padding: 70px 0 43px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 500;
	
}
.entry_header {
    margin-top: 60px;
}
.about_inner .abt_in_titl{
	color: #61d8ff;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Graphik Web';
}
.about_inner .abt_txt_inner{
	text-align: justify;
	margin-bottom: 25px;
}
.about_inner .abt_img img{
	max-width: 100%;
}
.about_inner .midl_cont {
    background: #fefefe;
    padding: 30px 20px 10px;
    margin: 40px 0;
	box-shadow: 0 0 4px #b2aeae;
	border-radius: 5px;
}
.about_inner .abt_txt_inner2{
	margin-bottom: 28px;
}
.about_icon{
	width: 68px;
	height: 68px;
	display: inline-block;
}
.abt_titl{
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	font-weight: bold;
	padding-left:0px;
	color: #61d8ff;
	font-family: 'Graphik Web';
}
 
.software_devolopment_inner .soft_cont{
	text-align: justify;
}
.software_devolopment_inner .soft_img img{
	max-width:100%;
}
.inner_dev{
	margin-top: 25px;
	font-size: 20px;
	width: 100%;
	padding-left: 15px;
}
.software_devolopment_inner .delivery{
	margin-top: 25px;
	box-shadow: 0px 0px 4px #b2aeae;
	padding: 15px 5px 0;
	min-height: 280px;
	border-radius: 5px;
}
.software_devolopment_inner .del_title{
font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #1d1d1d;
    margin-top: 10px;
}
 
.graphic_inner .left-part{
	text-align: justify;
}
.graphic_inner .graphic_img img{
	max-width:100%;
}
.graphic_inner .design{
	margin-top: 25px;
}
.graphic_inner .grapic_title{
	margin-bottom: 20px;
}
.design ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.design ul li{
	padding-left: 28px;
	background:url(/wp-content/uploads/2020/05/right.png) no-repeat;
	background-position: left;
	background-size: 19px;
	font-weight: bold;
	display: inline-block;
	padding-right: 30px;
}
.primary-navigation li li a{
	text-align: left;
	color: #fff;
}
 
.contact-us-inner .right-address{
	background: #191919;
}
.contact-us-inner .right-address ul{
	list-style: none;
	padding: 0;
	padding-top:6%;
}
.contact-us-inner .right-address ul li{
	color:#fff;
	padding-left:0;
	padding-bottom:4%;
	font-size: 20px;
}
.contact-us-inner .right-address ul li span{
	padding: 0 8px;
}
.contact-us-inner .right-address ul li a{
	color:#fff;
	text-decoration:none;
}
.contact-us-inner .right-address ul li img{
	padding-right: 10px;
}
.send_btn input {
    background: #000 !important;
}

.app_txt_inner{
   text-align: justify;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.8;
}
.app_in_tittle{
    color: #61d8ff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: 'Graphik Web';
    line-height: 1.3;
}
.app_img img{
	max-width:100%;
	margin-top: 15px;
}
.cl_txt {
    color: #fff;
    margin-top: 10px;
}
.web-development-inner .app_img img{
	margin-top: 0;
}
.web-development-inner .inner_dev {
    font-size: 20px;
    width: 100%;
    padding-left: 15px;
	font-weight:bold;
	color: #61d8ff;
}
.web-development-inner .soft_inner_cont{
	text-align: justify;
}
.web-development-inner .delivery {
	box-shadow: 0px 0px 4px #b2aeae;
	padding: 15px;
	min-height: 384px;
	margin-top: 25px;
	border-radius: 5px;
}
.web-development-inner .del_title {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #1d1d1d;
    margin-top: 10px;
}
.quality_inner .grapic_title {
    margin-bottom: 20px;
}
.quality_inner .design ul li {
    padding-left: 28px;
    background: url(/wp-content/uploads/2020/05/right.png) no-repeat;
    background-position: left;
    background-size: 19px;
    font-weight: bold;
    display: inline-block;
    padding-right: 16px;
}

.testimonial-inner .star {
    background: #fff;
    padding: 0 12px 15px;
    box-shadow: 0 0px 8px 0px #9b9b9b;
	min-height: 309px;
    margin-bottom: 30px;
}
.testimonial-inner .user {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 33px;
    text-align: left;
}
.testimonial-inner .user img {
    width: 100px;
}
.testimonial-inner .lorem-text {
    text-align: justify;
    font-size: 15px;
    padding-top: 17%;
    position: relative;
}
.testimonial-inner .lorem-text::before {
    background: url(/wp-content/uploads/2020/05/testi-quote.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    background-size: 30px;
    width: 50px;
    height: 53px;
}
.testimonial-inner .client-image {
    text-align: left;
    font-weight: bold;
    color: #61d8ff;;
}
.frm_fld textarea {
    height: 120px;
}
.frm_fld input, .frm_fld textarea, .frm_fld select {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
}
.frm_fld {
    margin-bottom: 10px;
}
.form_cont {
    margin: 0 20%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
}
.thankyou-btn a {
    background: #61d8ff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    color: #000;
    text-decoration: none;
}
.tech_box strong {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.tech_box {
    background: #fff;
    align-content: center;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #cdd0d4;
	    margin-bottom: 20px;
}
.tech_box img {
    width: 100%;
}
.pn {
    text-align: center;
    background: #ffffff;
    padding: 28px;
    margin-top: -30px;
    z-index: 999;
    position: relative;
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 9%);
    -khtml-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 30px rgb(0 0 0 / 9%);
}
.pn strong {
    display: block;
    font-size: 14px;
    color: #61d8ff;
}
.pn {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.5;
    color: #242524;
}
.list-item ul{
	margin:0 0 20px 0;
}
.list-item ul li {
	padding-left: 24px;
    background: url(/wp-content/uploads/2020/05/right.png) no-repeat;
    background-size: 15px;
    display: block;
    margin-bottom: 10px;
    background-position: 0 5px;
}
.light_bg {
    margin: 40px 0;
    background: #f3f3f3;
    padding: 60px 0;
}
.testi_cont {
    margin-top: 30px;
}
.sp-testimonial-free {
    background: #000 !important;;
    padding: 20px 15px !important;;
    height: 390px !important;;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 15px !important;;
    line-height: 22px !important;;
    color: #dbdbdb !important;;
}
#sp-testimonial-free-wrapper-378 .sp-testimonial-free-section .sp-testimonial-client-name {
    color: #6ccff6 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image img {
    -webkit-border-radius: 0 !important;;
    -moz-border-radius: 0 !important;;
    border-radius: 0 !important;;
}
.serv_img_n {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
	position: relative;
}
.serv_img_n:before {
    clip-path: polygon(0 99%, 100% 44%, 100% 100%, 0% 100%);
    width: 101%;
    height: 100px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
}
.serv_img_n img {
    width: 100%;
}
.serv_titl_n {
     text-align: center;
    margin: 0px 0 15px;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #0640c3 0%, #1f97bf 29%, #61d8ff 67%, #1e2122 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-family: 'Graphik Web';
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.serv_titl_n span {
    display: block;
    font-size: 12px;
    animation: none !important;
    color: #000;
}
.serv_sec_n {
    background: #fff;
    padding-bottom: 3px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 13%);
    overflow: hidden;
    border-radius: 20px;
	position:relative;
}
.serv_sec_n:after {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    right: -30px;
    bottom: -40px;
    background: rgb(97 216 255 / 15%);
    border-radius: 50px;
}
.app_txt_inner strong {
    color: #61d8ff;
    border-left: 2px solid #61d8ff;
    padding: 10px;
    display: block;
    line-height: 1;
    font-size: 18px;
}

.elect_box {
    background: #ededed;
    padding: 16px;
    margin-top: 10px;
    height: 93%;
    border-radius: 6px;
    font-size: 15px;
}
.elect_img {
    background: #fff;
    padding: 12px 15px 2px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0px 2px 3px 1px #c9c9c9;
}
.elect_txt strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #37bde9;
}
.elect_img img {
    width: 50px;
    margin-bottom: 10px;
}
@media only screen and (max-width : 320px) {
	.header {
		position: static;
	}
	.logo {
		padding-top: 0px;
	}
	.number {
		padding:11px 0 0;
	}
	.number ul li {
		font-size: 14px;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -45px !important;
	}
	.number ul li img {
		padding-right: 5px;
		width: 15px;
	}
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu {
		text-align: left;
	}
	.menu ul li a {
		padding: 4px 0;
	}
	.primary-navigation li li a {
		color: #1d1d1d !important; 
	}
	.ms-slide-info {
		top: 37%;
	}
	.banner:after{
		display:none;
	}
	.banner {
		min-height: auto;
	}
	.heading {
		font-size: 19px;
		line-height: 25px;
		padding-top: 7%;
	}
	.banner_text {
		font-size: 14px;
    	padding: 25px 20px 0px;
	}
	.start {
		display: none;
	}
	.lets-start {
		font-size: 15px;
		padding: 8px 12px;
	}
	.right_cta {
		padding: 10px 0 30px;
		text-align: center;
	}
	.banner {
		min-height: auto;
	}
	.our-service {
		padding: 20px 0;
	}
	.heading2 {
		font-size: 25px;
	}
	.serv_titl {
		font-size: 18px;
		    padding-left: 0;
	}
	.serv_icon img {
		width: 56px;
	}
	.serv_txt {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.red_more a {
		font-size: 16px;
	}
	.serv_sec {
		margin-bottom: 30px;
	}
	.web {
		background-size: cover;
	}
	.carry {
		font-size: 16px;
	}
	.bg-website {
		padding: 7% 0 0 0%;
	}
	.build {
		font-size: 24px;
	}
	.contact-btn {
		padding: 3% 7% 0 0;
		text-align: left;
	}
	.cont {
		font-size: 16px;
		padding: 7px 18px;
	}
	.about {
		margin: 6% 0;
	}
	.text-about {
		padding-left: 0;
		padding-right: 0;
	}
	.infotech {
		font-size: 25px;
		margin-top: 15px;
	}
	.info_text {
		font-size: 17px;
	}
	.info_text:after {
		bottom: -6%;
	}
	.para {
		font-size: 16px;
	}
	.read-more {
		font-size: 15px;
		padding: 9px 15px;
	}
	.icon-p {
		margin-left: 15px;
	}
	.buisness, .buisness2, .buisness3, .buisness4 {
		padding: 20px 0px;
    	margin: 20px 20px;
	}
	.software {
		margin-bottom: 0;
	}
	#wpsm_counter_b_row_194 .wpsm_counterbox {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.icon-p.second {
		margin-left: 15px;
	}
	.buisness2 {
		padding: 20px 0;
	}
	.buisness3 {
		padding: 20px 0;
	}
	.icon_text {
		font-size: 17px;
		padding-top: 0;
	}
	.buisness4 {
		padding: 20px 0;
	}
	.heading3 {
		font-size: 25px;
		padding-top: 0%;
	}
	div#wonderplugincarousel-container-1 {
		margin: 0 20px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		right: 27% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		left: 27% !important;
	}
	.testimonial-swr {
		min-height: auto;
		padding: 30px 0 60px;
	}
	.foot1 {
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.foot1 ul li {
		font-size: 15px;
		line-height: 26px;
	}
	.foot3 {
		font-size: 20px;
		padding-left: 15px;
	}
	.foot4 {
		font-size: 20px;
		padding-left: 15px;
		margin-top: 15px;
	}
	.floting {
		top: auto;
		bottom: 0;
		width: 100%;
		transform: initial;
		left: 0;
	}
	.floting a {
		padding: 15px 0px;
		font-size: 16px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		float: left;
		text-align: center;
		width: 50%;
	}
	.last {
		padding: 15px 0 45px;
		font-size: 13px;
	}
	.page .entry-header {
		height: 120px;
		margin-bottom: 20px !important;
	}
	.page .entry-title {
		padding: 51px 0 35px;
   	 font-size: 17px;
	}
	.abt_titl {
		font-size: 20px;
	}
	.about_inner .abt_in_titl {
		font-size: 22px;
	}
	.about_inner .midl_cont {
		margin: 40px 0 0;
	}
	.testimonial-inner .star {
		min-height: auto;
		margin-bottom: 20px;
	}
	.contact-us-inner .right-address {
		margin-top: 20px;
	}
	.contact-us-inner .right-address ul li {
		font-size: 15px;
	}
	.contact-us-inner .right-address ul {
		margin: 0 0px 10px;
	}
	.form_cont {
		margin: 0 5%;
	}

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.header {
		position: static;
	}
	.logo {
	    padding-top: 0px;
    	padding-right: 0;
	}
	.logo img {
		width: 143px;
	}
	.number {
		padding: 19px 0 0;
		    text-align: center;
	}
	.number ul li {
		font-size: 15px;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -54px !important;
	}
	.number ul li img {
		padding-right: 5px;
		width: 15px;
	}
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu {
		text-align: left;
	}
	.menu ul li a {
		padding: 4px 0;
	}
	.primary-navigation li li a {
		color: #1d1d1d !important; 
	}
	.ms-slide-info {
		top: 45%;
	}
	.heading {
		font-size: 25px;
		line-height: 33px;
		padding-top: 0%;	
	}
	.banner_text {
		font-size: 15px;
		padding: 25px 0 0;
	}
	.start, .banner:after {
		display: none;
	}
	.lets-start {
		font-size: 15px;
		padding: 8px 12px;
	}
	.banner {
		min-height: auto;
	}
	.our-service {
		padding: 20px 0;
	}
	.heading2 {
		font-size: 25px;
	}
	.serv_titl {
		font-size: 18px;
		    padding-left: 0;
	}
	.serv_icon img {
		width: 56px;
	}
	.serv_txt {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.red_more a {
		font-size: 16px;
	}
	.serv_sec {
		margin-bottom: 30px;
	}
	.web {
		background-size: cover;
	}
	.carry {
		font-size: 18px;
	}
	.right_cta {
		padding: 0;
		text-align: center;
	}
	.bg-website {
		padding: 5% 0 0 0%;
		text-align: center;
	}
	.buisness, .buisness2, .buisness3, .buisness4 {
		padding: 20px 0px;
    	margin: 20px 20px;
	}
	.build {
		font-size: 24px;
	}
	.contact-btn {
		padding: 3% 7% 0 0;
		text-align: left;
	}
	.cont {
		font-size: 16px;
		padding: 7px 18px;
	}
	.about {
		margin: 6% 0;
	}
	.text-about {
		padding-left: 0;
		padding-right: 0;
	}
	.infotech {
		font-size: 25px;
		margin-top: 15px;
	}
	.info_text {
		font-size: 17px;
	}
	.info_text:after {
		bottom: -6%;
	}
	.para {
		font-size: 16px;
	}
	.read-more {
		font-size: 15px;
		padding: 9px 15px;
	}
	.icon-p {
		margin-left: 15px;
	}
	.buisness {
		padding: 20px 0;
	}
	.icon-p.second {
		margin-left: 15px;
	}
	.buisness2 {
		padding: 20px 0;
	}
	.buisness3 {
		padding: 20px 0;
	}
	.icon_text {
		font-size: 17px;
		padding-top: 0;
	}
	.buisness4 {
		padding: 20px 0;
	}
	.heading3 {
		font-size: 25px;
		padding-top: 0%;
	}
	div#wonderplugincarousel-container-1 {
		margin: 0 20px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		right: 27% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		left: 27% !important;
	}
	.testimonial-swr {
		min-height: auto;
		padding: 30px 0 60px;
	}
	.foot1 {
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.foot1 ul li {
		font-size: 15px;
		line-height: 26px;
	}
	.foot3 {
		font-size: 20px;
		padding-left: 15px;
	}
	.foot4 {
		font-size: 20px;
		padding-left: 15px;
		margin-top: 15px;
	}
	.floting {
		top: auto;
		bottom: 0;
		width: 100%;
		transform: initial;
		left: 0;
	}
	.floting a {
		padding: 15px 0px;
		font-size: 16px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		float: left;
		text-align: center;
		width: 50%;
	}
	.last {
		padding: 15px 0 45px;
		font-size: 13px;
	}
	.page .entry-header {
		height: 120px;
		margin-bottom: 20px !important;
	}
	.page .entry-title {
		padding: 48px 0 35px;
		font-size: 20px;
	}
	.abt_titl {
		font-size: 20px;
	}
	.about_inner .abt_in_titl {
		font-size: 22px;
	}
	.about_inner .midl_cont {
		margin: 40px 0 0;
	}
	.testimonial-inner .star {
		min-height: auto;
		margin-bottom: 20px;
	}
	.contact-us-inner .right-address {
		margin-top: 20px;
	}
	.contact-us-inner .right-address ul li {
		font-size: 15px;
	}
	.contact-us-inner .right-address ul {
		margin: 0 0px 10px;
	}
	.form_cont {
		margin: 0 5%;
	}
}
 
/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.header {
		position: static;
	}
	.logo {
	    padding-top: 0px;
    	padding-right: 0;
	}
	.logo img {
		width: 120px;
	}
	.ms-slide-info {
		top: 44%;
	}
	.menu-part {
		padding: 9px 0;
	}
	.number {
		padding: 14px 0 0;
    	text-align: right;
	}
	.banner:after{
		display:none;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -48px !important;
	}
	.number ul li img {
		padding-right: 5px;
		width: 15px;
	}
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu {
		text-align: left;
	}
	.menu ul li a {
		padding: 4px 0;
	}
	.primary-navigation li li a {
		color: #1d1d1d !important; 
	}
	.heading {
		font-size: 30px;
		line-height: 38px;
		padding-top: 15px;
	}
	.banner_text {
		padding: 25px 0 0;
	}
	.start {
		margin-top: 15px;
	}
	.lets-start {
		font-size: 15px;
		padding: 8px 12px;
	}
	.banner {
		min-height: 400px;
	}
	.our-service {
		padding: 20px 0;
	}
	.heading2 {
		font-size: 30px;
	}
	.serv_titl {
		font-size: 18px;
		    padding-left: 0;
	}
	.serv_icon img {
		width: 56px;
	}
	.serv_txt {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.red_more a {
		font-size: 16px;
	}
	.serv_sec {
		margin-bottom: 30px;
		    min-height: 93%;
	}
	.right_cta {
		padding: 10px 14px;
	}
	.call_cta {
		padding-top: 15px;
	}
	.web {
		background-size: cover;
	}
	.carry {
		font-size: 18px;
	}
	.bg-website {
		padding: 5% 0 0 0%;
	}
	.build {
		font-size: 35px;
	}
	.contact-btn {
		padding: 3% 7% 0 0;
		text-align: left;
	}
	.cont {
		font-size: 16px;
		padding: 7px 18px;
	}
	.about {
		margin: 6% 0;
	}
	.text-about {
		padding-left: 0;
		padding-right: 0;
	}
	.infotech {
		font-size: 30px;
		margin-top: 15px;
	}
	.info_text {
		font-size: 17px;
	}
	.info_text:after {
		bottom: -6%;
	}
	.para {
		font-size: 16px;
	}
	.read-more {
		font-size: 15px;
		padding: 9px 15px;
	}
	.icon-p {
		margin-left: 15px;
	}
	.buisness {
		padding: 20px 0;
		margin: 20px 0;
	}
	.icon-p.second {
		margin-left: 15px;
	}
	.buisness2 {
		padding: 20px 0;
	}
	.buisness3 {
		padding: 20px 0;
	}
	.icon_text {
		font-size: 16px;
		padding-top: 0;
		padding-left: 34px;
	}
	.buisness4 {
		padding: 20px 0;
	}
	.heading3 {
		font-size: 30px;
		padding-top: 0%;
	}
	div#wonderplugincarousel-container-1 {
		margin: 0 20px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		right: 34% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		left: 34% !important;
	}
	.testimonial-swr {
		min-height: auto;
		padding: 30px 0 60px;
	}
	.foot1 {
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.foot1 ul li {
		font-size: 15px;
		line-height: 26px;
	}
	.foot3 {
		font-size: 20px;
		padding-left: 15px;
	}
	.foot4 {
		font-size: 20px;
		padding-left: 15px;
		margin-top: 15px;
	}
	.floting {
		top: auto;
		bottom: 0;
		width: 100%;
		transform: initial;
		left: 0;
	}
	.floting a {
		padding: 15px 0px;
		font-size: 16px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		float: left;
		text-align: center;
		width: 50%;
	}
	.last {
		padding: 15px 0 45px;
		font-size: 13px;
	}
	.page .entry-header {
		height: 120px;
		margin-bottom: 20px !important;
	}
	.page .entry-title {
		padding: 48px 0 35px;
		font-size: 20px;
	}
	.abt_titl {
		font-size: 17px;
	}
	.about_inner .abt_in_titl {
		font-size: 22px;
	}
	.about_inner .midl_cont {
		margin: 40px 0 0;
	}
	.testimonial-inner .star {
		min-height: auto;
		margin-bottom: 20px;
	}
	.contact-us-inner .right-address {
		margin-top: 20px;
	}
	.contact-us-inner .right-address ul li {
		font-size: 15px;
	}
	.contact-us-inner .right-address ul {
		margin: 0 0px 10px;
	}
	.form_cont {
		margin: 0 5%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.logo {
	    padding-top: 0px;
    	padding-right: 0;
	}
	.logo img {
		width: 160px;
	}

	.menu-part {
		padding: 10px 0;
	}
	.number {
		padding: 24px 0 0;
    	text-align: right;
	}
	.menu-toggle {
		background-color: transparent !important;
		top: -57px !important;
	}
	.number ul li img {
		padding-right: 5px;
		width: 15px;
	}
	.menu ul li {
		display: block;
		font-size: 16px;
	}
	.menu {
		text-align: left;
	}
	.menu ul li a {
		padding: 4px 0;
	}
	.primary-navigation li li a {
		color: #1d1d1d !important; 
	}
	.heading {
		    font-size: 33px;
		line-height: 38px;
		padding-top: 0;
	}
	.banner_text {
		padding: 25px 0 0;
	}
	.start {
		margin-top: 15px;
	}
	.lets-start {
		font-size: 15px;
		padding: 8px 12px;
	}
	.banner {
		min-height: 400px;
	}
	.our-service {
		padding: 20px 0;
	}
	.heading2 {
		font-size: 30px;
	}
	.serv_titl {
		font-size: 15px;
		padding-left: 0;
		width: 64%;
	}
	.serv_icon img {
		width: 56px;
	}
	.serv_txt {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.red_more a {
		font-size: 16px;
	}
	.serv_sec {
		margin-bottom: 30px;
	}
	.web {
		background-size: cover;
		    min-height: 140px;
	}
	.call_cta {
		font-size: 21px;
	}
	.carry {
		font-size: 16px;
	}
	.bg-website {
		padding: 5% 0 0 0%;
	}
	.build {
		font-size: 30px;
	}
	.contact-btn {
		padding: 3% 0% 0 0;
		text-align: left;
		margin: 0;
	}
	.cont {
		font-size: 16px;
		padding: 7px 18px;
	}
	.about {
		margin: 6% 0;
	}
	.text-about {
		padding-left: 0;
		padding-right: 0;
	}
	.infotech {
		    font-size: 26px;
   	 margin-top: 0;
	}
	.info_text {
		font-size: 17px;
	}
	.info_text:after {
		bottom: -6%;
	}
	.para {
		font-size: 16px;
	}
	.read-more {
		font-size: 15px;
		padding: 9px 15px;
	}
	.icon-p {
		margin-left: 15px;
	}
	.buisness {
		padding: 20px 0;
		    margin: 10px 0;
	}
	.icon-p.second {
		margin-left: 15px;
	}
	.buisness2 {
		padding: 20px 0;
	}
	.buisness3 {
		padding: 20px 0;
	}
	.icon_text {
		font-size: 16px;
		padding-top: 10px;
		padding-left: 18px;
	}
	.web-development-inner .delivery {
		min-height: 444px;
	}
	.buisness4 {
		padding: 20px 0;
	}
	.heading3 {
		font-size: 30px;
		padding-top: 0%;
	}
	div#wonderplugincarousel-container-1 {
		margin: 0 20px !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		right: 34% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		left: 34% !important;
	}
	.testimonial-swr {
		min-height: auto;
		padding: 30px 0 60px;
	}
	.foot1 {
		font-size: 20px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.foot1 ul li {
		font-size: 15px;
		line-height: 26px;
	}
	.foot3 {
		font-size: 20px;
		padding-left: 15px;
	}
	.foot4 {
		font-size: 20px;
		padding-left: 15px;
		margin-top: 15px;
	}
	.floting {
		top: auto;
		bottom: 0;
		width: 100%;
		transform: initial;
		left: 0;
	}
	.floting a {
		padding: 15px 0px;
		font-size: 16px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		float: left;
		text-align: center;
		width: 50%;
	}
	.last {
		padding: 15px 0 45px;
		font-size: 13px;
	}
	.page .entry-header {
		height: 120px;
		margin-bottom: 20px !important;
	}
	.page .entry-title {
		    padding: 54px 0 35px;
    	font-size: 25px;
	}
	.abt_titl {
		font-size: 17px;
	}
	.about_inner .abt_in_titl {
		font-size: 22px;
	}
	.about_inner .midl_cont {
		margin: 40px 0 0;
	}
	.testimonial-inner .star {
		min-height: 410px;
		margin-bottom: 20px;
	}
	.testimonial-inner .lorem-text {
		padding-top: 27%;
	}
	.contact-us-inner .right-address ul li {
		font-size: 15px;
	}
	.contact-us-inner .right-address ul {
		margin: 0 0px 10px;
	}
	.form_cont {
		margin: 0 5%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li {
		font-size: 14px;
	}
	.menu ul li a {
		padding: 0 5px;
	}
	.number ul li {
		font-size: 14px;
	}
	.banner:after {
		height: 100px;
		bottom: -23px;
		background-size: contain;
	}
	.banner {
		min-height: 562px;
	}
	.serv_titl {
		font-size: 19px;
	}
	#wonderplugincarousel-1 .amazingcarousel-next {
		right: 42% !important;
	}
	#wonderplugincarousel-1 .amazingcarousel-prev {
		left: 42% !important;
	}
	.footer:after {
		top: -1px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.foot3 ul li {
		font-size: 15px;
	}
}


@media screen and (min-width: 1424px) {
	.banner:after {
		height: 100px;
		background-size: cover;
	}
	.footer:after {
		height: 102px;
		background-size: cover;
	}
}

@media screen and (min-width: 1624px) {
	.banner:after {
		height: 120px;
		background-size: cover;
	}
	.footer:after {
		height: 122px;
		background-size: cover;
	}
}

@media screen and (min-width: 1920px) {
	.banner:after {
		height: 150px;
		background-size: cover;
	}
	.footer:after {
		height: 152px;
		background-size: cover;
	}
}

@media screen and (min-width: 2048px) {
		.banner:after {
		height: 160px;
		background-size: cover;
	}
	.footer:after {
		height: 162px;
		background-size: cover;
	}
}

@media screen and (min-width: 2550px) {
	.banner:after {
		height: 180px;
		background-size: cover;
	}
	.footer:after {
		height: 192px;
		background-size: cover;
	}
}  
