html{
	scroll-behavior: smooth;
}
body{
	margin:0 auto;
	padding: 0;
	/*font-family: 'Poppins', sans-serif;
	font-weight: normal;*/
}

a{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}

/* ========================= Swap CSS START =============================== */

.nav-link2{
	margin-left: 10px !important;
	
}
.swap25{
	  padding: 0px 0px 25px 0px;
	  text-align: center !important;
}


.swaphd{
	text-align: center;
    padding-top: 15px;
    font-family: 'Josefin Sans';
    color: #1cabe8;
    font-weight: 600;
}

.swap0{
	padding-bottom: 0px !important;
}

.swap18{
	font-size: 18px;
	
}

.swap50{
	    padding-top: 50px !important;
}

.swap-py{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.header-meta{
	float: right;
    text-align: right;
}

.item-block{
    margin-top: 0;
    border-color: #fff;
    border-left-width: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: box-shadow .5s,
    background-color .5s,
    -webkit-box-shadow .5s;

}

.item-block:a, a:focus, a:hover{
	color: #29aafe;
}

.swap-top{
	padding: 20px 30px;
    border-bottom: 1px solid #ecebeb;
}

.swap-top:hover{
	border: 1px solid #1cabe8;
	border-left: 3px solid #1cabe8;

}
	
.swap-non{
	display: contents !important;
}

.swap-size{
	font-size: 18px;
	color: #96a2b2 ;
}

.hgroup {
    display: inline-block;
 }

.item-block  .header-meta {
    float: right;
    text-align: right;
}

.location:before{
	content: "\f041";
    font-family: FontAwesome;
    padding-right: 10px;
}

.location{
	display: block;
    color: #96a2b2;
    line-height: 35px;
}

.location::before{
	box-sizing: border-box;
}

.label{
	display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
   	padding: 2px 6px;
    margin-top: 6px;
    margin-left: 16px;
   	color: #fff !important;
    text-align: center;
    
}

.label-success{
	background-color: #5cb85c;
}

.swap-hd{
		color:#1cabe8;
		
}

.swap-arrow:Before{
	content: " \f101";
    font-family: fontawesome;
   	font-size: 18px;
    padding-right: 10px;

}

.swap-20{
	 padding: 20px 0px;
}

.swap-txt{
	text-align: justify;
}

.swap-center{
	text-align: center;
}

.appy{
	border: 1px dashed #1cabe8 !important;
	height: 50px !important;
}




/* ========================= Swap CSS END =============================== */


/* ========================= start Header top===============================*/



.header-top{
	padding-top:0px;
	width:100%;
	height:auto;
	background-color: #da251d;
	color:#fff;
	box-sizing: border-box;
}
.top-links ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top-links ul li{
	line-height: 1px;
	display: inline-block;
}
.top-links ul li:last-child{
	float: right;
	line-height: 1px;
	text-transform: uppercase;
}
.top-links ul li span{
	font-size: 13px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.top-links ul li a{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:#fff;
	text-decoration: none;
	
}
.top-links ul li a .fa{
	color:#fff;
	font-size: 15px;
}
.top-links ul li a.btn{
	background-color:#1cabe8;
	border-radius:0;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.top-links ul li a.btn:hover{
	background-color:#000000;
}

.btn{
	width:125px;
	background-color: #da251d;
	color: #fff;
}
.btn:hover{
	background-color: #1cabe8;
	color:#fff;
}
/*=========================== end Header top================================*/
/*=========================== start Navbar ================================*/

.navbar{
	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
}
.navbar .collapse .navbar-nav .nav-item .nav-link{
	line-height: 59px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-left:16px;
	color:#4f555b;
	text-transform: uppercase;
}
.navbar .collapse .navbar-nav .nav-item .arrow:after{
	content: " \f103";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 14px;
}
.navbar .collapse .navbar-nav .nav-item .nav-link:hover{
	color:#da251d;
}

.navbar-nav .nav-item .sub-menu{
	transition: all .5s ease;
	border-radius: 0 0 4px 4px;
	background-color:#1cabe8;
    display: none;
    position: absolute;
    z-index: 999;
    border-bottom: 5px solid #da251d;
    animation: menu .8s ease forwards;
   }
@keyframes menu{
	0%{
		top:150%;
		opacity: .5;
	}
	100%{
		top:100%;
	}

}
.navbar-nav .nav-item:hover .sub-menu{
    display: block;	/* Display the dropdown */
 
}
.navbar-nav .nav-item .sub-menu li{
	padding: 5px 20px;
    display: block;
    border-bottom: 1px solid silver;
    
}
.wd{
	left:76%;
}
.navbar-nav .nav-item .sub-menu li a{
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.navbar-nav .nav-item .sub-menu li:hover{
	background-color: #fff;
}
.navbar-nav .nav-item .sub-menu li:hover a{
	color:#4f555b;
}

/*=========================== end Navbar ================================*/
/*=========================== start Carousel ================================*/

.carousel .carousel-indicators li{
	width:10px;
	height:10px;
	border-radius: 100%;
	background-color:#1cabe8;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
#slider .carousel-caption
{
    right: 15%;
    top: 33%;
	bottom:inherit;
    left:inherit;
    text-align: left;
}
#slider .carousel-caption h3
{
	font-size:40px;
	text-transform:uppercase;
	font-family: 'Josefin Sans', sans-serif;
	text-shadow: 2px 2px #000000;
}
#slider .carousel-caption ul li
{
	list-style:disc;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
	text-shadow: 2px 2px #000000;
}
#slider .carousel-caption ul 
{
	margin-left:20px;
}



/*=========================== end Carousel ================================*/
/*=========================== start Section 1 ================================*/

.widget-title{
	font-size: 30px;
    color: #1cabe8;
    font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-family: 'Josefin Sans', sans-serif;
}
.line{
	margin-bottom: 20px;
}

.button{
	font-size: 20px;
	width:200px;
	line-height:40px;
}

/*=========================== end Section 1 ================================*/
/*=========================== start Section 2 ================================*/

.graybg{
	background-color:#f4f5f8;
	padding:50px 0;
}
.field{
	width:100%;
}
.field input, .field textarea,.field select{
    width: 100%;
    height: 40px;
	padding: 8px 15px;
	margin-bottom: 25px;
	border:1px solid #000;
	}
.field textarea,.field input[type="text"],.field input[type="email"], .field select
{	
	color:black;
	
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    vertical-align: middle;
	border: 1px dashed #1cabe8;
}
.field textarea{
	height: 100px;
}
.field input[type="submit"]
{
	text-transform: uppercase;
	width:100px;
	height:40px;
	font-size: 14px;
	font-weight: bolder;
	transition: all .5s ease;
	background-color:#da251d;
	color:#fff;
	border-radius: 4px;
	margin:auto;
	display:table;
}
.field input[type="submit"]:hover
{
	background-color:#1cabe8;
	
}
.field input:focus, .field textarea:focus,.field select option{
	border:1px dashed #da251d;
	color:#000;
}
::-moz-placeholder { 
	color : #000 !important ;
}
::-webkit-input-placeholder {
 color:#000;
 font-size:13px;
}
:-ms-input-placeholder {
 color:#000;
}

/*=========================== end Section 2 ================================*/
/*=========================== start Section 3 ================================*/

.spser {
	width: 100%;
	transition: all .3s ease-out 0s;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-bottom:35px;
}
.spser:hover{
	box-shadow:5px 5px 5px grey;
}
.spser:hover h4{
	background-color: #da251d;
	color:#fff;
}
.spser h4 {
	background-color: #1cabe8;
	color:#fff;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	font-size: 17px;
	font-weight:600;
	padding: 16px 15px;
	text-align: center;
	text-transform:uppercase;
}
.spser p {
	margin-bottom: 0px !important;
}
.effect-box4 {
	border-radius: 5px 5px 0 0;
	position: relative;
	width: 100%;
}
.effect-box4 img {
	width: 100%;
	height: auto;
}
.overlay4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition:all .5s ease;
}
.spser:hover .overlay4 {
	height: 100%;
}
.text4 {
	color: #ffffff;
	position: absolute;
	top: 18%;
	left: 6%;
	right: 6%;
	bottom: 10%;
	text-align: center;
}
.text4 h4{
	color:#1cabe8;
}
.text4 p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-bottom:10px !important;
}
.text4 .btn {
	background-color: #da251d;
	color: #fff;
	font-weight: bold;
	font-size:14px;
	padding:5px 15px;
	transition: all .5s ease;
}
.text4 .btn:hover{
	background-color: #1cabe8;
}

/*=========================== end Section 3 ================================*/
.port li a{padding:5px 20px; border:1px solid #ccc; margin:0px 5px;}
.portfolio-list
{
	text-align:center;
	padding:0px;
	margin:25px 0px 0px 0px;
}
.portfolio-list li
{
	display:inline-block;
	width:24%;
	padding:15px 5px;
}
.portfolio-list li img
{
	width:100%;
	border: 3px dashed #ccc;
}
/*====our technology===*/

.tech-list {
    width: 100%;
    margin: 20px 0px 35px 0px !important;
    text-align: center;
}
.tech-list li {
    width: 12.5%;
    margin: 0px 0.5% 10px 0.5% !important;
    display: inline-block;
}
.tech-list li img {
	width:100%;
}
   
#portfolio-list .item 
{
	padding:0px 5px;
}
#portfolio-list .item img
{
	width:100%;
}
#client-list .item 
{
	padding:0px 5px;
}
#client-list .item img
{
	width:100%;
}


/*========================== start Footer ==================================*/
.back{
	background:url('../images/why-us.png') no-repeat;
	background-attachment: fixed;
	background-size:cover;
}

.box{
	width:99.9%;
	padding: 40px 0;
	background:url('../images/bg5.png') no-repeat;
	background-size: cover;
	background-color: #fff;
	border-radius: 0 0 200% 0;
	margin-bottom: 50px;
	box-shadow: 0 10px 10px black;
	
}
.box img{
	transition: all .5s ease;
}
.box:hover img{
		
	transform: scale(1.3);
}
.social {
	width: 100%;
	margin-top: 1%;
  }
.social li {
	display: inline-block;
	margin: 0px 3px 3px 3px;
	
}
.social li a {
	color: #ffffff;
	border: solid 2px #c6c6c6;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	//background-color: #da251d;
}
.social i {
	font-size: 25px;
}
.social .facebook:hover {
	color: #ffffff;
	background-color: #1cabe8;
}
.social .twitter:hover {
	color: #ffffff;
	background-color: #1cabe8;
}
.social .linkedin:hover {
	color: #ffffff;
	background-color: #1cabe8;
}
.whyus-content ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.whyus-content ul li{
	line-height: 40px;
	color:#fff;
}
.whyus-content ul li:before{
	content: " \f101";
	font-family: fontawesome;
	font-size: 13px;
}
hr{
	height:.2px;
	background-color:grey;
}
.footer {
	width: 100%;
	background-color: rgba(0,0,0,.8);
	padding: 0 0px 3px;
	font-size:16px;
	color:#da251d;
}

.footer .widget {
	width: 100%;
	float: left;
	margin-right:3%;
}
.footer .widget:last-child {
	margin-bottom:2%;
}
.footer .widget .widget-title {
	font-size: 30px;
	margin-bottom:15px;
   color:#da251d;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-top: -20px;
}
.footer .widget .widget-title ul{
	list-style-type: none;
}
.footer .widget li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	color: #fff;
}
.footer .widget li .fa{
	font-size:25px;
}
.footer a{
	color: #fff; 
	text-decoration: none; 
	transition: all .5s ease;
}

.footer .widget ul li a:before{
	content: " \f101";
	font-family: fontawesome;
	font-size: 13px;
}
.footer .widget ul li a:hover{
	padding-left: 10px;
	color:#da251d;
}
.footer-bottom{
	border-top:.9px solid #da251d;
}
.footer-bottom .widget ul li{
	padding-bottom: 10px;
	border-bottom: 1px dotted #555;
}
.widget-titleh{
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 10px;
	font-weight: 700;
}

.widget-titleh::after {
	content: "\f111";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 0;
    color: #da251d;
    display: block;
    height: 1px;
    padding: 0 0px 0px 0px;
    width: 250px;
    background: #cccccc;
    margin: 20px 0 20px 0;
    margin-left: 0;
    margin-right: auto;
}

.footercopy {
	padding: 22px 0;
	background: #000;
	text-align:center;
	color: #c6c6c6;
}
/*========================== end Footer ==================================*/


/*==============================[ Start About Page ]=============================*/


.about-section1{
	background:url('../images/slider.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	color: white;
	margin: 0 auto;
}
.menu{
	background-color: rgba(0,0,0,.7);
	padding-top: 50px;
	box-sizing: border-box;
}
.about-section1 h1{
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
}
.about-section3{
	padding: 50px 0;
	background-color: #f4f5f8;
}

/*.android-bg{

}
.android-section1{
	background:linear-gradient(145deg,#1cabe8,#fff,#da251d);
}*/
/*==============================[ End About Page ]===============================*/
/*==============================[ Start Contact Page ]=============================*/
.contactbg{
	background:url('../images/background.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.contact-inner{
	background:rgba(32 33 35 / 80%);
}

/*==============================[ End Contact Page ]===============================*/
/*==============================[ Start Web-devolopment Page ]=====================*/
.web-development-section2{
	background:url('../images/banner4.html') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.inner-section1{
	background-color:rgba(28,171,232,.8);
}
.web-development-section2 .container .row .col-md-6{
	margin-bottom: 100px;
}
.img{
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 100%;
	background-color: #fff;
	border-top: 20px solid #da251d;
	border-bottom: 20px solid #da251d;
	position: absolute;
	left:50%;
	transform: translate(-50%,0);
	top:0;
	z-index: 1;
	padding: 32px 50px;
}

.img img{
	width: 100px;
	height: 100px;
}
.card{
	border-top:10px solid #da251d;
	border-bottom: 10px solid #da251d;
	top:100px;
	transition: all .5s ease;
	margin-bottom: 100px;
}
.card-body{
	margin-top: 100px;
}
.card:hover{
	border-color:#1cabe8;
}

/*==============================[ End Web-devolopment Page ]=====================*/
/*==============================[ Start Website-devolopment Page ]=====================*/
.website-development-section3{
	background-color: #f9F9F9;
}

/*==============================[ End Website-devolopment Page ]=====================*/
/*==============================[ Start Digital Marketing Page ]=====================*/

.digital-marketing-section3{
	background:url('../images/banner4.html') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.digital-marketing-inner3{
	background-color:rgba(28,171,232,.8);
}
.bg4{
	 background: url('../images/bg4.png') no-repeat;
	 background-size:cover;
	}
.bg4-inner{
	background-color: rgba(255,255,255,.8);
}

/*==============================[ End Digital Marketing Page ]=====================*/
.tg{
	background:url('../images/tbg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.fq{
	background:url('../images/fq.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.fbg{ background:#fff; padding:100px 50px;}
.section2{
	background:url('../images/bg1.png') no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}
.inner-section2{
	background-color: rgba(255,255,255,.9);
}
.section3{
	background:url('../images/bg5.png') no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}
.section4{
	background:url('../images/bg6.png') no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.inner-section3{
	background-color: rgba(255,255,255,.9);
}

.wd-section2{
	background:url('../images/bg2.png') no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}
.innerweb{
	background-color: rgba(255,255,255,.9);
}
/*==============================[ Start Products Page ]==========================*/
.products-menu{
}
.products-menu ul{
	border:1px solid #1cabe8;
	padding: 10px;
	list-style-type: none;
}
.products-menu ul li{
	border-bottom: 1px dotted #1cabe8;
	display: block;
	margin-bottom: 10px;
}
.products-menu ul li a{
	color:#1cabe8;
	text-decoration: none;
}
.products-menu ul li:last-child{
	border-color: #f0f0f0;
	margin-bottom: 0;
}
.quote-img
{
	padding-right:100px;
	text-align:center;
}
.quote-img img
{
	width:100%;
}
.our-client
{
	margin-bottom:-50px;
	}

@media only screen and (max-width:1200px) {
.tech-list li {
width: 18.5%;
}
}
@media only screen and (max-width :1024px) {
	.swap8{
	padding: 0px 0px 18px 0px !important;
}

}
@media only screen and (max-width :991px) {
.list li {
    width: 33.3%;
}
#slider .carousel-caption {
    right: 4%;
    top: 10%;
}
.swap8{
	padding: 0px 0px 18px 0px !important;
}

.swap-py{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.swap28{
	    font-size: 28px !important;
}

}
@media only screen and (max-width:767px) {
	#slider .carousel-caption h3
{
	font-size:13px !important;
	color:#ffffff !important;
}
#slider .carousel-caption ul li
{
    font-size: 11px;
	margin-bottom:2px;
	line-height:16px;
}

.swap8{
	padding: 0px 0px 18px 0px !important;
}


}
@media only screen and (max-width:640px) {
.list li {
    width: 37.5%;
   }

.swap8 {	
 	padding: 0px 0px 18px 0px !important;
}

}
#slider .carousel-caption .button
{
	display:none;
	}
}

@media only screen and (max-width:480px) {
	.swap8{
	padding: 0px 0px 18px 0px !important;
}

}