body {font-family: 'Roboto', sans-serif!important; color: #666;}

.sidebar {
  height: 100%;
  width: 290px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #800000;
  background-size: cover;
  padding-top: 15px; box-shadow:18px 0px 30px rgb(0 0 0 / 65%);
  /*background-image: url(../images/home-11-left-menu-background.jpg);*/
}

.main {margin-left: 290px; /* Same as the width of the sidenav */
  padding:0px;}

.home-logo{width:100%; float:left; padding:0 25px; box-sizing: border-box; margin-bottom:15px; text-align: center;}

.home-logo img{max-width:170px; max-height:110px;}

.home-menu{width:100%; float:left;}

.home-menu ul{width:100%; float:left; margin:0; padding:0;}

.home-menu ul li{width:100%; float:left; list-style:none; position:relative;}

.home-menu ul li a{width:100%; float:left; padding:10px 25px; border-top:#955353 solid 1px; font-size: 13px;color: #fff; font-weight: 500; text-align:left; position:relative; text-decoration:none; box-sizing: border-box; text-transform:uppercase; letter-spacing:1px;}

.home-menu ul li a:hover{background:#000; color: #fff;}

.home-menu ul li a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px; top:14px;
    color: #955353;
    font-size: 10px;
    transition: all .3s ease;
}

.home-menu ul li:last-child a{border-bottom:0;}

.home-menu ul li:last-child a:after{}

.home-menu ul li a:hover{}
	
.home-menu ul li a:hover:after {}	

.home-menu .mega_menu {
	width:250px;
    position: absolute;
    top: 0px;
    left: 320px; 
    margin: 0;
    padding:0;
    background-color: rgba(33,33,33,.95);
    z-index: 999999; box-sizing:border-box;
	visibility:hidden;transition: all .4s ease-in-out;
}

.home-menu ul li:hover .mega_menu{visibility:visible !important; left: 290px;}

.home-menu .mega_menu a{border-bottom:0; font-size: 12px; padding: 13px 25px; color:#fff; box-sizing:border-box; border-bottom: 1px solid rgba(255,255,255,.09); text-transform:capitalize; font-weight:400; letter-spacing:0;}

.home-menu .mega_menu a:after {display:none;}

.home-menu .mega_menu a:hover{box-shadow:none;color: #ffc000; background:transparent;}

.home-menu .mega_menu ul li:last-child a{
 border-bottom:0; color:#fff; padding: 12px 25px;
}

.home-menu .mega_menu ul li:last-child a:hover{
color: #ffc000;
}

.home-login-bx {
    width:100%; text-align:center;
    float: left;
    margin: 30px 0 0 0px;padding: 0px 25px; box-sizing:border-box;
}

.home-login-bx a {
    height: auto;
    font-size: 18px;
    display: inline-block;
    color: #555; border:#ddd solid 1px; width:46px; height:46px; line-height:46px; border-radius:46px;
    margin-right: 13px;
}

.home-login-bx a:hover {
border:#ffc000 solid 1px;
}

.home-cart-h {
    position: relative;
}

.home-cart-n {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -6px;
    z-index: 9;
    background: #ffc000;
    border-radius: 24px;
    padding: 0px;
}

.home-cat-bx{width:100%; float:left;}

.home-cat-bx ul{width:100%; float:left; margin:0; padding:0;}

.home-cat-bx ul li{width:33.33%; float:left; margin:0; padding:0;}

.home-cat-bx-img{width:100%; float:left; position:relative; overflow:hidden; max-height:325px;}

.home-cat-bx-img img{width:100%; object-fit:cover;}

.home-cat-bx-img:hover .home-cat-bx-text{
    opacity: 1;
	-webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
	}

.home-cat-bx-text{
position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity:0;
    background-color: rgba(29,29,29,.94);
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;}
	
.home-cat-bx-text-inn{
	position: relative;
    height: 100%; margin-top:-40px;
    width: 100%;-webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    vertical-align: middle;
    text-align: center;}	

.home-cat-bx-text h3{ color:#fff; font-size:20px; font-weight:500; margin:20px 0 11px 0; transition:all ease 0.20s;font-family: 'Roboto', sans-serif!important;}
	
.home-cat-bx-text p{ color:#fff; font-size:14px; font-weight:400; margin:20px 0 10px 0; transition:all ease 0.20s;font-family: 'Roboto', sans-serif!important;}	

.home-cat-bx-text .line{width: 25px; margin-top:20px;
    height: 2px; float:none; display:inline-block;
    background:#ffc000; transition:all ease 0.20s;}	

.home-cat-bx-img:hover .home-cat-bx-text h3{margin:0px 0 11px 0; transition:all ease 0.40s;}
.home-cat-bx-img:hover .home-cat-bx-text p{margin:0px 0 10px 0; transition:all ease 0.40s;}
.home-cat-bx-img:hover .home-cat-bx-text .line{margin-top:0px; transition:all ease 1.2s;}

.home-footer{width:100%; float:left; display: block; background-color: #1d1d1d; padding:40px 40px 25px 40px;}

.home-footer h4{color:#fff; font-size:14px; font-weight:500; margin:0px 0 20px 0; text-transform:uppercase; letter-spacing:1px;font-family: 'Roboto', sans-serif!important;}

.home-footer p{color:#999; font-size:15px; font-weight:400; font-family: 'Roboto', sans-serif!important; line-height:25px;}

.home-footer p a{color:#ffa600; text-decoration:none; font-size:13px;}

.home-footer ul{
width:100%; float:left; margin:0; padding:0;
}

.home-footer ul li{width:100%; float:left; list-style:none; position:relative; padding-bottom:15px;}

.home-footer ul li a{float:left;  font-size: 15px;color: #999; font-weight: 400; text-align:left; transition:all ease 0.10s;}

.home-footer ul li a:hover{color:#ffc000; text-decoration:none; transition:all ease 0.10s;}

.insta-follow{width:100%; float:left;}

.insta-img-bx{width:25%; float:left; margin:0 8% 15px 0; height:50px; overflow:hidden;}

.insta-img-bx img{width:100%; object-fit:cover; transition:all ease 0.10s;}

.insta-img-bx img:hover{transition:all ease 0.10s; opacity:0.8;}

.home-bottom{width:100%; float:left; padding:25px 40px 20px; background:#000;}

.home-bottom p{font-size: 13px; color: #999; font-weight: 400; margin:0; padding:0;}

.home-bottom-social{float:right;}

.home-bottom-social a{font-size: 16px; color: #999; float:left; margin-left:20px; transition:all ease 0.10s;}

.home-bottom-social a:hover{color:#ffc000; transition:all ease 0.10s;}

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;}
.jquery-script-clear {
clear:both;
height:0;}

.home-mob-header{display:none;}

.home-web-desgine-sec{width:100%; float:left; position:relative; margin:0; padding:0;     box-shadow: 0px 23px 32px rgb(2 2 2 / 50%);}
.web-design{z-index:99;}
.home-web-desgine-sec img{width:100%;}
.r-more-sec{position:absolute; right:16.5%; bottom:40px; width:auto;}
.r-more-sec a{color:#3d074b; font-size:15px; font-weight:600; font-family: 'Roboto', sans-serif!important; background:#ffa600; padding:15px 40px; text-transform:uppercase; border-radius:50px; text-decoration:none; position:relative; overflow:hidden; transition:all ease 0.5s;box-shadow:0 9px 20px rgb(0 0 0 / 55%); letter-spacing:1px;}
.r-more-sec a:hover{ background:#fff; transition:all ease 0.5s;}

.seo-sec{box-shadow: 0px -23px 32px rgb(2 2 2 / 50%); z-index:9;}

.web-dev-sec .r-more-sec{right:inherit; bottom:110px; left:7%;}
.web-dev-sec .r-more-sec a{color:#fff; background:#0f5e97;}
.web-dev-sec .r-more-sec a:hover{color:#fff; background:#000;}

.seo-sec .r-more-sec{right:inherit; bottom:27px; left:7.5%;}
.seo-sec .r-more-sec a{color:#222; background:#fff;}
.seo-sec .r-more-sec a:hover{color:#fff; background:#012351;}

.h-con-sec input[type=text], .h-con-sec input[type=email], .h-con-sec select, .h-con-sec textarea {
  width: 100%;
  padding:10px 12px;font-family: 'Roboto', sans-serif; font-size:12px;
  border: 0px solid #ccc;
  border-radius: 4px; background:#161616;
  box-sizing: border-box; outline:0;
  margin-top: 0px; color:#fff;
  margin-bottom: 10px;
  resize: vertical;box-shadow: 2px 2px 0px rgb(0 0 0 / 50%) inset;
}
.h-con-sec textarea{border-radius: 4px;}
.h-con-sec input[type=submit] {
  background-color: #222;
  color:#ffa600;font-family: 'Roboto', sans-serif; font-size:16px;
  padding: 11px 12px; font-weight:500; text-transform:uppercase;
  border: none;width: 100%; letter-spacing:1px;
  border-radius: 4px;
  cursor: pointer; box-shadow:0 2px 14px rgb(0 0 0 / 60%);
}
.h-con-sec input[type=submit]:hover {
  background-color: #111;
}

.h-con-sec input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#ccc;
  opacity: 1; /* Firefox */
}
.h-con-sec input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#ccc;
}
.h-con-sec input::-ms-input-placeholder { /* Microsoft Edge */
  color:#ccc;
}

.h-con-sec textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */color:#ccc;opacity: 1; /* Firefox */}
.h-con-sec textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */color:#ccc;}
.h-con-sec textarea::-ms-input-placeholder { /* Microsoft Edge */color:#ccc;}
.f-abt{padding-right:40px;}

.con-inn{width:100%; float:left; background:#1d1d1d; padding:30px; box-shadow:0 2px 20px rgb(0 0 0 / 40%);}

.web-design-wrap-top{width:100%;}
.web-d-50{width:50%; float:left;}
.web-d-top-left{width:100%; float:left; position:relative;}
.web-d-top-left img{width:100%; height:740px; object-fit:cover;}
.web-d-top-left-text{ position: absolute; left:0; top: 21%; width:100%; box-sizing:border-box; padding-left:45px;}
.web-d-top-left-text h1{font-family: 'Oswald', sans-serif; font-size:80px; color:#fff; text-transform:uppercase; line-height:90px; font-weight:500; margin:0; padding:0;}

.d-b-main{font-family: 'Oswald', sans-serif; font-size:14px; color:#fff; text-transform:uppercase; font-weight:500; margin:40px 0 0 0; background:#26ccca; float:left; letter-spacing:2px; display:block; text-decoration:none; text-align:center;}
.d-b-main:hover{color:#fff;text-decoration:none;}
.d-btn{width:158px; display:block; height:60px; line-height:60px; overflow:hidden; position:relative; transition:all ease 0.5s;}
.d-btn-inn{position:relative;}
.d-btn:before{color:#fff; background:#000; position: absolute; left:-158px; top:0; width:100%; height:100%; content:""; transition:all ease 0.5s;}
.d-b-main:hover .d-btn:before{left:0; transition:all ease 0.5s;}

.web-d-100{width:100%; float:left;}
.top-r-top-left img{width:100%; height:370px; object-fit:cover;}
.top-r-top-rt h2 {font-family: 'Oswald', sans-serif; font-size:35px; color:#0d0d0d; text-transform:uppercase; font-weight:500; line-height:45px; text-align:left; margin:0; padding:0 0 0 10%;}
.top-r-top-rt h2 span{color: #26ccca;}
.top-r-top-rt{height:370px; display: flex;align-items: center;justify-content: flex-start; background:#f3f3f3;}
.blue-bg{background:#26ccca;}
.blue-bg h2{color: #fff;}

.web-design-wrap-mid{width:100%;}
.web-d-m-left{width: 100%; float: left;}
.web-d-m-left img {width: 100%;height: 358px; object-fit: cover;}
.web-d-m-rt{height: 358px; display: flex;align-items: center;justify-content: flex-start;}
.a-c{text-align:center;}
.web-d-m-rt-text{width:100%; text-align:center;}
.web-d-m-rt-text h3 {font-family: 'Oswald', sans-serif; font-size:25px; color:#0d0d0d; text-transform:uppercase; font-weight:500; line-height:35px; margin:25px 0 0 0; padding:0; transition:all ease 0.5s;}
.web-d-m-rt-text h3 a{color:#0d0d0d; outline:0;}
.web-d-m-rt-text h3 a:hover {color:#26ccca; text-decoration:none; transition:all ease 0.5s;}
.gray-bg{background:#f3f3f3;}
.web-d-m-rt-text span img{max-width:100%;}
.web-d-m-rt-text h2 {font-family: 'Oswald', sans-serif; font-size:35px; color:#0d0d0d; text-transform:uppercase; font-weight:500; line-height:45px; margin:0 0 0 0; padding:0 20px; transition:all ease 0.5s; text-align:left;}
.web-d-m-rt-text h2 a{color:#0d0d0d; outline:0;}
.web-d-m-rt-text h2 a:hover {color:#26ccca; text-decoration:none; transition:all ease 0.5s;}
.date{color:#888; font-family: 'Roboto', sans-serif; font-size:14px; padding:0; font-weight:400; text-align:left; float:left; margin:10px 0 0 22px; transition:all ease 0.5s;}
.date:hover{color:#444; text-decoration:none; transition:all ease 0.5s;}

.inner-header{position:fixed; left:0; top:0; padding:20px 30px; z-index:99; width:100%; transition:all ease 0.5s;}
.logo-left{width:40%; float:left;}
.h-rt-menu{float:right; width:60%;}

/*new menu*/
.panel-new {
    width:100%;
    float:right;
    height:100%;
    background:linear-gradient(to top, rgb(0 0 0 / 100%), rgb(0 28 108 / 95%), rgb(236 0 0 / 80%));
    position:fixed;
    right:0px;
	top:-1340px;
	z-index:999999;
}

.hide {
    display: block!important;
}

.slider-arrow-new {
    padding:0px 0px;
    width:32px;
    float:right; z-index:999999;
    background: transparent;
    font-size: 28px;
    color:#800000;
    text-decoration:none;
    position:relative;
    left:0px;
	top:0px;
	border-radius:0;
}

.slider-arrow-new:hover {color:#26ccca;}

.slider-arrow-new:focus {
    color: #26ccca;
    text-decoration: none;
    outline: none;
}
.slider-arrow-new .fa-times{color: #26ccca;}

.menu-new_r{ width:100%; height:100%; padding:30px 0;}
.menu-new_r ul{ width:100%; float:left; margin:0; padding:0; font-family: Roboto, sans-serif; font-weight: 500; text-align:center;}
.menu-new_r ul li{ width:100%; float:left; margin:0; list-style:none; border-bottom:#111 solid 0px; padding: 10px 10px;}
.menu-new_r ul li:last-child { border-bottom:#000 solid 0px;}
.menu-new_r ul li a{
	display:inline-block; font-family: 'Open Sans', sans-serif;
    font-size: 36px;line-height: 48px;
    text-decoration: none; 
	transition:all ease 0.5s;
    color: #fff;
    letter-spacing: 2px;text-transform: uppercase;
    font-weight: 800;}
.menu-new_r ul li a:hover{transition:all ease 0.5s;color: #fff;}
.menu-new_r ul li a .fa{margin-right:4px;}

/*new menu end*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;transition:all ease 0.5s;
    z-index: 9;padding: 10px 30px;
    background: #fff;    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

.logo2{display:none;}

.fixed .logo2{display:block;  margin-top:0px;}
.fixed  .logo-home{display:none;}

.portfolio-btm{width:100%; padding:60px 0; float:left; border-top:#ddd solid 1px;}
.port-in{width:100%; float:left; overflow:hidden; box-shadow: 0px 0px 19px rgb(2 2 2 / 20%); padding:20px;}
.port-in img{width:100%;}
.design-last-sec ol{margin: 0 0 20px 15px;padding: 0;}
.design-last-sec ol li{ font-family: Roboto, sans-serif;font-weight: 400;text-align: justify;font-size: 20px;padding: 0 0 0 5px;color: #333; margin: 0 0 20px 5px; line-height: 30px;}
.design-last-sec ol li span{color: #ec0000; font-weight: 500;}


.portfolio-banner{width:100%; float:left;}
.portfolio-banner img{width:100%;}
.feature-port-sec{background: #202327; width:100%; float:left; padding:80px 0 100px;}
.heading span{font-family: Roboto, sans-serif; font-weight: 500; text-transform:uppercase; font-size:14px; color:#ffa600; letter-spacing:1px;}
.heading h1{font-family: 'Open Sans', sans-serif; font-weight: 700; font-size:60px; color:#c4cfde; line-height:70px; margin:12px 0 15px 0;}
.featured-box-out{margin-top:40px;}
.featured-box{width:100%; float:left; text-align: left; padding: 35px 50px 35px 50px;transition: 0.3s all ease-in-out;border-radius: 10px; background: linear-gradient(to right bottom, #212428, #1e2126); box-shadow: 0 2px 28px rgb(0 0 0 / 50%); height:350px;}
.featured-box .ico{ font-size:48px; color:#ffa600; margin:10px 0 0 0; display:inline-block;}
.featured-box .ico img{height:40px;}
.featured-box h2{font-family: 'Open Sans', sans-serif; font-weight: 600; font-size:24px; color:#fff; line-height:32px; margin:20px 0 20px 0;}
.featured-box p{font-family: Roboto, sans-serif; font-weight: 400; font-size:16px; color:#fff; line-height:28px;}
.arrow-left{opacity:0; transition: 0.3s all ease-in-out; margin:18px 0 0 0;}
.arrow-left img{width:30px;}
.featured-box:hover{padding: 20px 50px 35px 50px;transition: 0.3s all ease-in-out; background: linear-gradient(to right bottom, #1b1c20, #1e2024);}
.featured-box:hover .arrow-left{opacity:1; transition: 0.3s all ease-in-out;}


.portfolio-main-sec{background: #202327; width:100%; float:left; padding:80px 0; border-top:#111 solid 1px;}
.portfolio-box-out{margin-top:40px;}
.portfolio-box{width:100%; float:left; text-align: left; padding: 30px;transition: 0.3s all ease-in-out; border-radius: 10px; background: linear-gradient(to right bottom, #212428, #1e2126); box-shadow: 0 2px 28px rgb(0 0 0 / 50%);}
.portfolio-box h2{font-family: 'Open Sans', sans-serif; font-weight: 600; font-size:24px; color:#c4cfde; line-height:32px; margin:20px 0 20px 0; display: inline-block;}
.portfolio-box p{font-family: Roboto, sans-serif; font-weight: 400; font-size:16px; color:#c4cfde; line-height:28px;}
.portfolio-box:hover{transition: 0.3s all ease-in-out; background: linear-gradient(to right bottom, #1b1c20, #1e2024);}
.portfolio-box:hover .portfolio-img img{transition: 0.3s all ease-in-out; transform:scale(1.1);}
.portfolio-img{width:100%; float:left; overflow:hidden; border-radius: 10px;}
.portfolio-img img{width:100%; transition: 0.3s all ease-in-out;height: 225px;
 object-fit: cover;}
.portfolio-main-sec .heading{text-align:center;}
.dev-like{width: 100%;float: left;margin: 20px 0 15px 0;}
.dev-t a{font-family: Roboto, sans-serif;font-weight: 500;text-transform: uppercase;font-size: 12px;color: #ffa600;letter-spacing: 1px;}
.dev-t a:hover{color: #ffa600; text-decoration:none;}
.like{font-family: Roboto, sans-serif;font-weight: 500;text-transform: uppercase;font-size: 13px;color: #c4cfde;letter-spacing: 1px; float:right;}
.like a{color: #c4cfde;}
.like a:hover{color: #ffa600;}
.portfolio-box h2{margin:0;}
.portfolio-box h2 a{font-family: 'Open Sans', sans-serif;font-weight: 600;color: #c4cfde; transition: 0.8s all ease-in-out;}
.portfolio-box h2 a:hover{color: #ffa600;text-decoration:none;}
.a-up{display:none;transition: 0.8s all ease-in-out; margin-top:20px;}
.portfolio-box h2 a:hover .a-up{display:inline-block;transition: 0.8s all ease-in-out; margin-top:0;}

.resume-main-sec{background: #202327; width:100%; float:left; padding:80px 0; border-top:#111 solid 1px;}
.resume-main-sec .heading{text-align:center;}
.resume-main-sec .heading h2{font-family: Roboto, sans-serif; font-weight: 300; font-size:18px; color:#ffa600; letter-spacing:0.5px;}
.skill-box{margin-top:50px;}
.skill-box-inn{width:100%; float:left;}
.skill-box-inn .maintitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 62px; margin:0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    color: #c4cfde;}
.skill-box-inn span.subtitle {
    color: #ffa600;
    font-size: 14px;    font-family: Roboto, sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
}	
.progress-charts {
    overflow: hidden;
}
.progress-charts h6.heading {
    margin-bottom: 15px;
    color: #c3cedd;
    font-size: 12px;    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    font-weight: 400;
}
.progress-charts .progress {
    height: 13px;display: flex;
    overflow: visible;
    font-size: 14px;
    border-radius: 10px;
    padding: 3px; margin-bottom:0;
    background: #212428;
    box-shadow: inset 8px 8px 16px rgb(0 0 0 / 46%), inset -8px -8px 16px rgb(56 62 69 / 46%);
}
.progress-charts .progress .progress-bar {
    overflow: visible;
    position: relative;
    border-radius: 14px;
    background: #f02981;
    background: linear-gradient(145deg, #f02981 0%, #c81901 100%);
}
.progress-charts .progress .progress-bar span.percent-label {
    position: absolute;
    right: -7px;
    top: -22px;
    font-weight: 400;
    color: #c3cedd;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
}

.progress-charts + .progress-charts {
    margin-top: 30px;
}


.development-sec-1{background-image: url(../images/background-img-2.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:780px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	
	position:relative;
	}

.b-bg-overlay:after{width:100%;height:100%;position:absolute;left:0;top:0px; padding:0; background:linear-gradient(to top, rgb(0 0 0 / 100%), rgb(0 0 0 / 20%)); content:"";}

.w-bg-overlay:after{width:100%;height:100%;position:absolute;left:0;top:0px; padding:0; background:linear-gradient(to top, rgb(255 255 255 / 100%), rgb(255 255 255 / 20%)); content:"";}	

.red-bg-overlay:after{width:100%;height:100%;position:absolute;left:0;top:0px; padding:0; background:linear-gradient(to top, rgb(151 0 0 / 100%), rgb(151 0 0 / 10%)); content:"";}

.blue-bg-overlay:after{width:100%;height:100%;position:absolute;left:0;top:0px; padding:0; background:linear-gradient(to top, rgb(0 80 201 / 90%), rgb(0 80 201 / 10%)); content:"";}

.orange-bg-overlay:after{width:100%;height:100%;position:absolute;left:0;top:0px; padding:0; background:linear-gradient(to top, rgb(161 95 0 / 100%), rgb(209 123 0 / 10%)); content:"";}
	
.development-sec-text-bx{width:100%; text-align:center; position:absolute; left:0; bottom:60px; padding:0 100px; z-index:1;}
	
.development-sec-1 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-1 p{color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}
.development-sec-1 .d-b-main{margin-top:20px;}


.development-sec-2{background-image: url(../images/background-img-1.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;
    background-repeat: no-repeat;background-attachment: fixed;
    background-color: transparent;
    overflow: hidden;	position:relative;
	}
.development-sec-2 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #000;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-2 p{color: #111;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}
.development-sec-2 .d-b-main{margin-top:20px; background: #ffa600;color: #111;}
.development-sec-2 .d-b-main:hover{color: #fff;}


.development-sec-3{background-image: url(../images/background-img-3.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-3 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-3 p{color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}


.development-sec-4{background-image: url(../images/background-img-4.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;	position:relative;
	}
.development-sec-4 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-4 p{color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}


.development-sec-5{background-image: url(../images/background-img-5.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-5 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-5 p{color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}
	
.development-sec-6{background-image: url(../images/background-img-6.jpg);
    background-position:center 0;
    background-size: cover;background-attachment: fixed;
    padding:0; min-height:650px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-6 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-6 p{color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}	
	
.development-sec-7{background-image: url(../images/background-img-7.jpg);
    background-position:center 0;
    background-size: cover;background-attachment: fixed;
    padding:0; min-height:650px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-7 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #000;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-7 p{color: #111;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}	
	
.development-sec-8{background-image: url(../images/background-img-8.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-8 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-8 p{color: #fff;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}	
	
.development-sec-9{background-image: url(../images/background-img-9.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;
    background-repeat: no-repeat;background-attachment: fixed;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-9 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-9 p{color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}

.development-sec-10{background-image: url(../images/background-img-10.jpg);
    background-position:center 0;
    background-size: cover;background-attachment: fixed;
    padding:0; min-height:650px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-10 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-10 p{color: #fff;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}

.development-sec-11{background-image: url(../images/background-img-5.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;
    background-repeat: no-repeat;background-attachment: fixed;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-11 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #fff;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-11 p{color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}

.development-sec-12{background-image: url(../images/background-img-7.jpg);
    background-position:center 0;
    background-size: cover;
    padding:0; min-height:650px;background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;	position:relative;
	}
.development-sec-12 h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    color: #000;
    line-height: 56px;
    font-weight: 800;
    margin:0px 0 30px;
    padding: 0;
}	
.development-sec-12 p{color: #111;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif!important;
    line-height: 38px;}		


.home-video-sec{    
width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
   box-shadow: 0px 23px 32px rgb(2 2 2 / 50%);}
.video-bx {
    width: 100%;margin-bottom: -6px;
    float: left;
    border: #fff solid 0px;
}

.seo-top-hero-banner{width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
   box-shadow: 0px 23px 32px rgb(2 2 2 / 50%);
   }

.seo-top-hero-banner img{width: 100%;} 

.seo-page-sec .container-fluid{padding:0 60px;}
.seo-page-sec{width: 100%;float: left;
    position: relative;
    margin: 0; background:#000;
    padding:70px 0;z-index:3;
   box-shadow: 0px 23px 32px rgb(2 2 2 / 50%);} 

.seo-page-sec h2{font-family: 'Open Sans', sans-serif;
    font-weight: 800; position:relative;
    font-size: 44px;
    color: #fff;
    line-height: 50px; padding-bottom:10px;
    margin: 0px 0 50px 0;
    text-transform: uppercase;
    letter-spacing: 2px;}

.seo-page-sec h2:after{position:absolute; width:50px; height:3px; background:#ffa600; content:""; left:0; bottom:0;}	

.seo-page-sec p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 33px; text-align:justify;
	margin-bottom:25px;
}

.seo-page-sec ol{margin:0 0 20px 15px; padding:0;}
.seo-page-sec ol li{font-family: Roboto, sans-serif;
    font-weight: 400;text-align:justify;
    font-size: 20px; padding:0 0 0 5px;
    color: #fff;margin:0 0 20px 0;
    line-height: 33px;}	
	
.what-seo{background:#fff; z-index:2;}	
.what-seo h2{color:#0d0d0d;}
.what-seo p{color:#333; font-weight: 500;}
.what-seo h2:after{background:#26ccca;}
.seo-page-sec strong{font-size:22px;}

.how-seo-work{background:#800000;z-index:5; box-shadow: 0px -23px 32px rgb(2 2 2 / 40%);}

.steps-seo-success{background:#fff;}	
.steps-seo-success h2{color:#0d0d0d;}
.steps-seo-success p{color:#333; font-weight: 500;}
.steps-seo-success h2:after{background:#26ccca;}
.step-title {width:40%; float:left; height:200px; overflow:hidden; position:relative;}
.step-title img{width:100%; min-height:200px;}
.step-title .btn-title{ position:absolute; width:86%; text-align:center; left:7%; top:37%;}
.btn-title-inn{font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 18px; color: #fff; padding:10px 20px; background:#b4141c; border-radius:50px; display:inline-block; text-transform:uppercase; letter-spacing:1px; border:#fff solid 2px;line-height: 23px;}
.step-text{width:60%; float:left; background:#b4141c; height:200px; padding:30px 40px;}
.step-text p{font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px; text-align:left;
    color: #fff;
    line-height: 33px;}

.step-seo-shasow{width:100%; float:left; box-shadow: 0px 23px 32px rgb(2 2 2 / 50%); position: relative; z-index: 1;}
	
.on-page-optimization .step-text{background:#5f5345;}
.on-page-optimization .btn-title-inn{background:#5f5345;}	

.technical-seo .step-text{background:#00739a;}
.technical-seo .btn-title-inn{background:#00739a;}

.quality-content .step-text{background:#99734e;}
.quality-content .btn-title-inn{background:#99734e;}

.backlink-building .step-text{background:#528461;}
.backlink-building .btn-title-inn{background:#528461;}

.user-experience .step-text{background:#7f7a74;}
.user-experience .btn-title-inn{background:#7f7a74;}

.local-seo .step-text{background:#c0aa04;}
.local-seo .btn-title-inn{background:#c0aa04;}

.smi .step-text{background:#658793;}
.smi .btn-title-inn{background:#658793;}

.regular-monitoring-analysis .step-text{background:#de5c11;}
.regular-monitoring-analysis .btn-title-inn{background:#de5c11;}

.adaptation-persistence .step-text{background:#666;}
.adaptation-persistence .btn-title-inn{background:#666;}

.seo-page-sec ol li ul{margin: 10px 0 20px 15px; padding: 0;}
.seo-page-sec ol li ul li{font-family: Roboto, sans-serif;
    font-weight: 400;text-align:justify;
    font-size: 20px; padding:0;
    color: #fff; margin:0px 0 8px 0; list-style: disc;
    line-height: 33px;}	

.seo-page-sec ol li ul li::marker{color:#ffa600;}	

.types-seo-sec{background:#202327;}

.types-seo-sec ol{margin: 0 0 20px 0;}
.types-seo-sec ol li{background:#000; padding:30px 35px; list-style:none; background: linear-gradient(to right bottom, #212428, #1e2126); box-shadow: 0 2px 28px rgb(0 0 0 / 50%); margin: 0 0 40px 0;border-radius: 10px;}

.types-seo-sec ol li ul li{margin: 0px 0 8px 20px; background:transparent; box-shadow:none;}

.types-seo-sec ol li strong {font-size: 24px; color:#ec0000;}

.types-seo-sec ol li ul li strong {font-size: 20px; color:#ffa600; font-weight:400;}

.seo-so-important-sec strong{color:#ec0000;}

.how-seo-work strong{color: #ffa600;}

.about-sec-1 h2{color: #4169e1;
    text-transform: capitalize;
    text-align: center;
    line-height: 56px;
    font-size: 40px; padding-bottom:0;
    letter-spacing: 0;}
.about-sec-1 h2:after{right: 0;margin: 0 auto; display:none;}	
.about-sec-1 p{text-align: center;}

.about-sec-2{background:#fff; z-index: 2;}
.about-sec-2 h2{ color: #0d0d0d; text-transform: capitalize;
    font-size: 44px;
    letter-spacing: 0;}
.about-sec-2 h2:after {background: #26ccca;}
.about-sec-2 p {color: #333;font-weight: 500;}
.about-sec-3{background: #800000; z-index: 5;box-shadow: 0px -23px 32px rgb(2 2 2 / 40%);}
.about-sec-3 h2{ text-transform: capitalize; letter-spacing: 0;}	
.about-sec-4 h2{color: #4169e1; text-transform: capitalize; letter-spacing: 0;}
.about-sec-4 strong {color: #ffa600;}
.about-sec-5{background:#fff; z-index: 2;}
.about-sec-5 h2{ color: #0d0d0d; text-transform: capitalize;font-size: 44px;letter-spacing: 0;}
.about-sec-5 h2:after {background: #26ccca;}
.about-sec-5 ol li {color: #333;font-weight: 500; margin-left:5px;}	
.about-sec-5 strong {color: #ec0000;}
.about-sec-6{background: #800000; z-index: 5;box-shadow: 0px -23px 32px rgb(2 2 2 / 40%);}
.about-sec-6 h2{ text-transform: capitalize; letter-spacing: 0;}
.about-sec-7 h2{color: #4169e1; text-transform: capitalize; letter-spacing: 0;}
.about-sec-8{background:#fff; z-index: 2;}
.about-sec-8 h2{color:#0d0d0d;text-transform:capitalize;font-size:44px;letter-spacing:0;}
.about-sec-8 h2:after {background: #26ccca;}
.about-sec-8 p {color: #333;font-weight: 500;}
.abt-img-mob{display:none;}
.seo-tp-banner-mob{display:none;}
.port-banner-mob{display:none;}

.home-bottom-left img {margin: -1px 1px 0 2px;}

.proofreading-sec p{font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    line-height: 33px;
    text-align: justify;
    margin-bottom: 25px;}
.proof-top-hero-banner img{width:100%;}   
.proof-top-hero-banner{    width: 100%;
    float: left;    z-index: 3;
    position: relative;
    margin: 0;
    padding: 0;
    box-shadow:0px 23px 32px rgb(2 2 2 / 50%)}
.proofreading-sec ul{margin: 0 0 20px 25px;padding: 0;}  
.proofreading-sec ul li {
    color: #333;
    font-weight: 500;
    margin-left: 5px;
    font-family: Roboto, sans-serif;
    text-align: justify;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 33px;
}

.graph-des-sec{text-align: center; box-shadow: 0px 23px 32px rgb(2 2 2 / 50%);
    z-index: 9;}

.graph-des-sec .r-more-sec {
    right: 0;
    left: 0;
    bottom: 90px;
    margin: 0 auto;
}

.graph-des-sec .r-more-sec a { background: #fff; color:#f32b81; transition: all ease 0.5s;}

.graph-des-sec .r-more-sec a:hover {background: #f32b81; color:#fff;transition: all ease 0.5s;}

.proof-read-sec .r-more-sec {left: 7.5%;bottom: 90px;}

.proof-read-sec .r-more-sec a { background: #000; color:#fff; transition: all ease 0.5s;}

.proof-read-sec .r-more-sec a:hover {background: #f32b81; color:#fff;transition: all ease 0.5s;}

.info-graph-sec{box-shadow: 0px -23px 32px rgb(2 2 2 / 50%);}

.info-graph-sec .r-more-sec {right: 15%;bottom: 70px;}

.info-graph-sec .r-more-sec a { background: #f32b81; color:#fff; transition: all ease 0.5s;}

.info-graph-sec .r-more-sec a:hover {background: #fff; color:#000;transition: all ease 0.5s;}

.grapg-design{background: #fff;}

.g-d-bx{margin-bottom:30px;}

.g-d-bx-inn{width:100%; border: #ddd solid 1px; padding: 10px; text-align:center; box-shadow: 0 9px 20px rgb(0 0 0 / 35%); overflow: hidden; border-radius: 6px;}
.g-d-bx-inn img{max-width:100%; height:230px; transition: 0.3s all ease-in-out; object-fit: cover;}
.g-d-bx-inn:hover img{transition: 0.3s all ease-in-out; transform: scale(1.1);}

.proof-read-sec2{text-align:center;}
.p-read-bx{width:100%;margin-bottom:0px; box-shadow: 0px 23px 32px rgb(0 0 0 / 50%);}
.p-read-bx img{width:100%;}
.proof-read-sec1{box-shadow: none; background: #f2f2f2;}
.proof-read-sec2{box-shadow: none; background: #fff; padding:0;}
.p-r-bx-inn{width:100%; box-shadow:0px 0px 32px rgb(2 2 2 / 50%); border-radius: 12px;}
.p-r-bx-inn img{width:100%; border-radius: 12px;}
.p-r-bx-text{width:100%; text-align:center; padding:70px 50px 0; }
.p-r-bx-text p{font-family: Roboto, sans-serif;
    font-size: 20px;text-align:center;
    color: #fff;color: #333;
    font-weight: 500;
    line-height: 35px;}
    
.proof-read-sec2 .container-fluid{padding:0;} 
.proof-read-sec2 .container-fluid .row{margin-right: 0px;
    margin-left: 0px;}
    
    
.blog-page-main{width: 100%;
    float: left;background-color: #f6f6f6;
    position: relative;
    margin: 0;
    padding: 50px 0;}
.blog-left-side{width:67%; float:left;}
.blog-left-side-inn{width:100%; padding-right:15px; box-sizing:border-box;float:left;}	
.blog-left-side-inn .blog-box{width:100%;margin-bottom: 38px;background-color: #fff;box-shadow: 1px 2px 15px #e5e5e5;-webkit-box-shadow: 1px 2px 15px #e5e5e5;float:left;}
.blog-left-side-inn .blog-box .blog-img{width:40%; float:left;}
.blog-left-side-inn .blog-box .blog-img img{width:100%; min-height:263px;}
.blog-left-side-inn .blog-box .blog-content{width:60%; float:left;box-sizing:border-box; padding:20px 15px 10px 30px;}
.blog-content .blog-cat a{font-size: 13px;font-weight: 600;letter-spacing: 1px; color:#26ccca; text-decoration:none; text-transform:uppercase;}
.blog-content h2{font-family: 'Oswald', sans-serif;font-weight: 400;font-size: 20px; color:#222; text-decoration:none;text-transform:uppercase;margin: 4px 0 13px;}
.blog-content h2 a{ color:#222; text-decoration:none;}
.blog-content h2 a:hover{ color:#26ccca; text-decoration:none;}
.blog-content p{font-size: 13px;font-weight: 400; color:#666; line-height:22px;-webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: left;
    -webkit-box-orient: vertical;}
.r-more{padding: 10px 23px; background: #0f5e97;color: #fff;font-size: 11px;font-weight: 500; letter-spacing: 1.5px; text-decoration:none; text-transform:uppercase; display: inline-block;margin: 5px 0 20px;}
.r-more:hover{background: #0a4874;color: #fff;text-decoration:none;}
.r-more:focus{background: #0a4874;color: #fff;text-decoration:none;}
.blog-content p.b-date{text-transform:uppercase;letter-spacing: 1px;color: #999; font-size: 12px;}
.blog-rt-side{width:33%; float:left;box-sizing:border-box;padding-left:15px;}
.blog-rt-side .blog-rt-side-inn{width:100%; padding:30px; box-sizing:border-box;float:left;background-color: #fff;box-shadow: 1px 2px 15px #e5e5e5;-webkit-box-shadow: 1px 2px 15px #e5e5e5;}
.blog-abt-me{width:100%; float:left; margin-bottom:40px;}
.blog-abt-me h5{font-family: 'Oswald', sans-serif;font-weight: 400;font-size: 16px; color:#222;text-transform:uppercase;margin: 0 0 15px; position:relative;}
.blog-abt-me-img{width:100%; margin:0 0 15px;}
.blog-abt-me-img img{width:100%;}
.blog-abt-me p{font-size: 13px;font-weight: 400; color:#666; line-height:22px;}
.blog-abt-me h5:after{position: absolute;
    top: -4px; content:"";
    left: -30px;
    width: 7px;
    height: 25px;
    background-color: #f1f1f2;}
.load-more{width:100%; float:left; margin-top:0px; text-align:center;}
.load-more .load-more-inn{display: inline-block;
    width: 75px;
    height: 75px;
    position: relative;
    padding: 0;}
.btn-load-more{ position: absolute;
    top: 0;
    background-color: #58bcb3;
    display: inline-block;
    height: 53px;
    width: 53px;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;}
.btn-load-more span{display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
}	
.popular-post-bx{width:100%; float:left; padding:10px 0; border-top:#e5e5e5 solid 1px;}
.popular-post-bx:last-child{border-bottom:#e5e5e5 solid 1px;}
.popular-post-text{float:left;}
.pop-cat{margin:0 0 2px;}
.pop-cat a{font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #26ccca;
    text-decoration: none;
    text-transform: uppercase;}	
.popular-post-text h6{font-family: 'Oswald', sans-serif;font-weight: 400;font-size: 15px; color:#666; text-decoration:none;margin:0;}
.popular-post-text h6 a{ color:#666; text-decoration:none;}
.popular-post-text h6 a:hover{ color:#26ccca; text-decoration:none;}
.popular-post-img{float:right; width:100px;}
.popular-post-img img{width:100%; height:65px;}
.popular-post-sec{margin-bottom:0;}
.popular-post-sec h5{margin-bottom:25px;}
.social-bottom-box{width: 100%;float: left; text-align:center; padding:40px 0;}
.social-bottom-box p{font-family: 'Oswald', sans-serif;font-weight: 400;font-size: 15px; color:#666; text-decoration:none;margin:0;text-transform: uppercase;letter-spacing: 1px;}
.social-bottom-box p a{text-decoration:none;}
.blog-left-side-inn .blog-details{margin-bottom:0;}
.blog-left-side-inn .blog-details .blog-img{width: 100%;}
.blog-left-side-inn .blog-details .blog-content{width: 100%;padding: 30px 40px 10px;}
.blog-left-side-inn .blog-details .blog-content h2{margin-bottom:25px;font-size:28px; line-height:36px;}
.blog-left-side-inn .blog-details .blog-content p{margin-bottom:20px;}
.blog-content h3{font-family: 'Oswald', sans-serif;font-weight: 400;font-size: 16px; color:#222; text-transform:uppercase;margin: 25px 0 15px;}
.blog-left-side-inn .blog-details .blog-content p.b-date{border-bottom:#e5e5e5 solid 1px; padding-bottom:8px; margin-top:30px;}
.related-post{width:100%; float:left; padding:0 40px 40px;}
.related-post h3{font-family: 'Oswald', sans-serif;font-weight: 400;font-size: 18px; color:#222; text-transform:uppercase;margin: 0 0 15px;}
.related-post-img{width:100%;}
.related-post-img img{width:100%; height:140px;}
.related-post h4{font-family: 'Oswald', sans-serif;font-weight: 400;font-size: 14px; color:#222; text-transform:uppercase;margin:15px 0 12px;line-height: 24px; letter-spacing:0.5px;}
.related-post h4 a{color:#222; text-decoration:none;}
.related-post h4 a:hover{color:#26ccca; text-decoration:none;}
.related-post p{font-size:12px;}   

.blockquote-shortcode{position: relative;display: table;border-left: 21px solid #f1f1f2;padding: 0;margin-bottom: 30px;}
.blockquote-shortcode p{padding-left: 17px;font-size: 18px;line-height: 26px;margin-bottom: 0px!important;color: #333;}
.quote-box{width:100%;background: #f7f7f7;padding: 25px;border-radius: 12px;border-left: #d55a5a solid 4px;margin-bottom: 35px;}
.quote-box p{font-size: 15px;line-height: 24px;margin-bottom: 0!important;}
.quote-box p .fa{font-size: 18px;color: #333;}


/*=========responsive css here==========*/

@media (max-width: 1199px) {
.featured-box h2 {font-size: 22px;}
.featured-box {height: 380px;}
.portfolio-box h2 {font-size: 18px;line-height: 27px;}
.portfolio-img img{height: 175px;}
.step-text{height:240px;}
.step-title{height:240px;}
.step-title img{min-height:240px;}
}/*max-width: 1199px end*/


@media (max-width: 1024px) {
.r-more-sec {bottom: 25px;}
.web-dev-sec .r-more-sec { bottom: 60px;}

.blog-left-side-inn .blog-box .blog-img {width: 100%;}
.blog-left-side-inn .blog-box .blog-img img {min-height: 150px;}  
.blog-left-side-inn .blog-box .blog-content {width: 100%;}
.popular-post-text {width: 100%;text-align: center;margin-bottom: 15px;}
.popular-post-img {width: 100%;}
.popular-post-img img {height: auto;}

}/*max-width: 1024px end*/


@media (max-width: 991px) {
.sidebar {display:none;} 
.home-mob-header{display:block;}
.main{margin-left:0;}
.home-mob-logo{width:130px; display:inline-block; margin-top: 6px;}
.home-mob-login{float:right; margin:0px 15px 0 0; font-size:16px; color:#555; border: #ddd solid 1px;width: 32px;height: 32px;line-height: 32px;border-radius: 32px;}
.home-cart-mob{position: fixed;top: 80px;right: 0;width: 100px;height: 33px; color:#d50000;z-index: 9; font-size:20px;background: #fff; text-align:left;padding: 5px 5px 5px 10px;}
.home-cart-no-mob{width:60px;float:right; font-family: 'Roboto', sans-serif;font-weight: 500; margin-left:5px;color: #222; line-height:26px; text-transform:uppercase;font-size: 11px;}		
.r-more-sec {bottom: 50px;}
.web-dev-sec .r-more-sec { bottom: 120px;}	
.web-d-top-left-text h1 {font-size: 60px; line-height: 70px;}
.top-r-top-rt h2 {font-size: 28px;line-height: 38px; padding: 0 6% 0 10%;}
.web-d-m-rt-text h3 {font-size: 22px;}
.web-d-m-rt-text h2 {font-size: 28px;line-height: 36px;}
.web-d-m-left img {height: 270px;}
.web-d-m-rt {height: 270px;}
.web-d-top-left img {height: 540px;}
.top-r-top-rt {height: 270px;}
.web-d-top-left-text { padding-left: 28px;}
.top-r-top-left img{height: 270px;}
.featured-box-out{width:50%; float:left;}
.portfolio-box-out{width:50%; float:left;}
.portfolio-img img {height: 215px;}
.portfolio-box h2{min-height:55px;}
.development-sec-text-bx {bottom: 40px;padding: 0 50px;}
.development-sec-1 h1 {font-size: 40px;line-height: 50px;}
.development-sec-2 h1 {font-size: 40px;line-height: 50px;}
.development-sec-3 h1 {font-size: 40px;line-height: 50px;}
.development-sec-4 h1 {font-size: 40px;line-height: 50px;}
.development-sec-5 h1 {font-size: 40px;line-height: 50px;}
.development-sec-6 h1 {font-size: 40px;line-height: 50px;}
.development-sec-7 h1 {font-size: 40px;line-height: 50px;}
.development-sec-8 h1 {font-size: 40px;line-height: 50px;}
.development-sec-9 h1 {font-size: 40px;line-height: 50px;}
.development-sec-10 h1 {font-size: 40px;line-height: 50px;}
.development-sec-11 h1 {font-size: 40px;line-height: 50px;}
.development-sec-12 h1 {font-size: 40px;line-height: 50px;}
.step-text{height:300px;}
.step-title{height:300px;}
.step-title img{min-height:300px;}
}/*max-width: 991px end*/


@media (max-width: 768px) {
.r-more-sec {bottom: 25px;}
.web-dev-sec .r-more-sec { bottom: 60px;}
.home-footer {padding: 30px 0px 20px 0px;}
.f-abt {padding-right: 40px;  }
.home-f-bx{display:inline-block; width:100%; margin-bottom:25px; border-bottom:#333 solid 1px;padding-bottom:15px;}
.h-con-sec{margin-bottom:0px; border-bottom:0;padding-bottom:0;}
.home-bottom-left{text-align:center;}
.home-bottom {padding: 20px 0px 15px;}
.home-bottom-right{text-align:center;}
.home-bottom-social {width: 100%;text-align: center; margin-top:15px;}
.home-bottom-social a {float: none; margin-left: 10px;margin-right: 10px; display: inline-block;}
.w-d-w-t-left{width:100%;}
.web-d-top-left-text h1 {font-size: 60px; line-height: 70px;}
.top-r-top-rt h2 {font-size: 28px;line-height: 38px; padding: 0 6% 0 10%;}
.web-d-m-rt-text h3 {font-size: 22px;}
.web-d-m-rt-text h2 {font-size: 28px;line-height: 36px;}
.w-d-w-m-left{width:100%;}
.web-d-m-left img {height: inherit;}
.w-d-w-m-rt{width:100%;}
.web-d-m-rt {height:360px;}
.web-d-top-left img {height:inherit;}
.top-r-top-rt {height: 370px;}
.web-d-top-left-text { padding-left: 30px; padding-right:30px;}
.top-r-top-left img{height: 370px;}
.w-d-w-t-rt{width:100%;}
.gray-bg2{background: #f3f3f3;}
.white-bg{background: #fff;}
.logo-left {width: 80%;}
.h-rt-menu {width: 20%;}
.inner-header {padding: 20px 15px;}
.fixed {padding: 10px 15px;}
.featured-box h2 {font-size: 20px;}
.portfolio-img img {height:180px;}
.development-sec-1 h1, .development-sec-2 h1, .development-sec-3 h1, .development-sec-4 h1, .development-sec-5 h1, .development-sec-6 h1, .development-sec-7 h1, .development-sec-8 h1, .development-sec-9 h1, .development-sec-10 h1, .development-sec-11 h1, .development-sec-12 h1 {font-size: 36px;line-height: 40px; margin: 0px 0 20px;}
.development-sec-1 p, .development-sec-2 p, .development-sec-3 p, .development-sec-4 p, .development-sec-5 p, .development-sec-6 p, .development-sec-7 p, .development-sec-8 p, .development-sec-9 p, .development-sec-10 p, .development-sec-11 p, .development-sec-12 p {font-size: 20px;line-height: 33px;}
.seo-page-sec .container-fluid {padding: 0 15px;}
.seo-page-sec ol {margin: 0 0 20px 30px;}
.types-seo-sec ol {margin: 0 0 20px 0px;}
.step-title {width: 100%; height:inherit;}
.step-title img {min-height: inherit; height: 200px;object-fit: cover;}
.step-text{width: 100%; height:inherit;}

.blog-left-side {width: 100%;}   
.blog-rt-side {width: 100%;margin-top: 30px;padding-left: 0;}
.popular-post-text {width: auto;text-align: left;margin-bottom: 0px;}
.popular-post-img {width: 100px;}
.popular-post-img img {height: 65px;}
.blog-left-side-inn {padding-right: 0;}

}/*max-width: 768px end*/

@media (max-width: 767px) {
.skill-box {display: inline-block;width: 100%;}
.dev-skill{margin-top: 40px; padding-top:40px; border-top:#333 solid 1px;}
.related-post-bx{width: 33.33333333333333%;float: left;}

}/*max-width: 767px end*/


@media (max-width:640px) {
.featured-box {padding: 35px 35px 40px 35px; height: 350px;}
.featured-box:hover {padding: 20px 35px 40px 35px;}
.heading h1 {font-size: 36px;line-height: 42px; margin: 5px 0 5px 0; text-align:center;}
.feature-port-sec {padding: 40px 0 50px;}
.portfolio-box-out {width: 100%; margin-top: 30px;}
.portfolio-img img {height: inherit;}
.portfolio-box h2 {min-height:inherit; font-size: 16px;line-height: 26px;}
.portfolio-main-sec {padding: 40px 0;}
.heading span{text-align:center; display: inherit;}
.resume-main-sec {padding: 40px 0;}
.skill-box {margin-top: 30px;}
.skill-box-inn .maintitle {font-size: 28px;line-height: 42px;}
.resume-main-sec .heading h2 {font-size: 16px;}
.dev-skill {margin-top: 30px;padding-top: 30px;}
.seo-page-sec h2 {font-size: 30px;line-height:36px;margin: 0px 0 25px 0; font-weight: 700; letter-spacing: 0px;}
.seo-page-sec {padding: 40px 0;}
.seo-page-sec p {font-size: 16px;line-height: 29px; margin-bottom: 20px;}
.seo-page-sec ol li{font-size: 16px;line-height: 29px; margin: 0 0 15px 0;}
.seo-page-sec strong {font-size: 18px;}
.types-seo-sec ol li strong {font-size: 18px;}
.types-seo-sec ol li {padding: 30px 25px;}
.types-seo-sec ol li ul li {font-size: 16px;line-height: 29px; margin: 0px 0 8px 0px;}
.types-seo-sec ol li ul li strong {font-size: 18px;}
.seo-page-sec ol {margin: 0 0 20px 20px;}
.types-seo-sec ol {margin: 0 0 20px 0px;}
.step-title img {height: 160px;}
.step-text {padding: 20px 20px;}
.on-page-optimization .step-title .btn-title{top: 27%;}
.btn-title-inn{font-size: 15px; letter-spacing:0;}
.design-last-sec ol li {font-size: 16px;line-height: 29px;margin: 0 0 15px 0;}
.portfolio-btm {padding: 40px 0;}
.proofreading-sec ul li {font-size: 16px;line-height: 29px;margin: 0 0 15px 0;}

.blog-page-main{padding: 30px 0 40px;}  
.social-bottom-box{padding: 30px 0;}
.related-post-bx{width: 50%;margin-bottom: 10px;}

}/*max-width: 640px end*/

@media (max-width:580px) {
.r-more-sec {bottom: 10px;}
.r-more-sec a {color: #ffa600;font-size: 12px;background: none;padding: 0;box-shadow:none;letter-spacing: 1px;}
.web-dev-sec .r-more-sec { bottom: 30px;}
.web-dev-sec .r-more-sec a {color: #0f5e97;background: none;}
.seo-sec .r-more-sec { bottom: 3px; left: 9%;}
.seo-sec .r-more-sec a {color: #fff;background:none; }
.logo2{max-width:150px;}
.logo-home{max-width:160px;}
.featured-box-out {width: 100%;}
.featured-box { height: inherit;}
.featured-box {padding: 30px 35px 30px 35px; height: 350px;}
.featured-box:hover {padding: 20px 35px 30px 35px;}
.featured-box-out {margin-top: 30px;}

.related-post-bx{width: 100%;margin-bottom: 10px;}
.related-post-img img {height: auto;}
.blockquote-shortcode p { padding-left: 12px;font-size: 16px;line-height: 24px;}
.blockquote-shortcode {border-left: 12px solid #f1f1f2;}
.quote-box {padding: 15px;}

}/*max-width: 580px end*/

@media (max-width:480px) {
.web-d-top-left-text {padding-left: 20px;padding-right: 20px; top: 28%;}
.web-d-top-left-text h1 {font-size: 44px;line-height: 50px;}
.web-d-top-left img {height: 376px;}
.d-btn {height: 48px;line-height: 48px;}
.d-b-main{margin: 26px 0 0 0;}
.top-r-top-left img {height: 230px;}
.top-r-top-rt {height: 230px;}
.top-r-top-rt h2 {font-size: 24px;line-height: 32px; padding: 0 15px 0 15px;}
.web-d-m-rt-text h3 {font-size: 18px;}
.web-d-m-rt-text span img {height: 100px;}
.web-d-m-rt-text h2 {font-size: 24px;line-height: 32px;padding: 0px 15px;}
.web-d-m-rt {height: 260px;}
.development-sec-text-bx { bottom: 25px;padding: 0 15px;}
.development-sec-1 h1, .development-sec-2 h1, .development-sec-3 h1, .development-sec-4 h1, .development-sec-5 h1, .development-sec-6 h1, .development-sec-7 h1, .development-sec-8 h1, .development-sec-9 h1, .development-sec-10 h1, .development-sec-11 h1, .development-sec-12 h1 {font-size: 30px;line-height: 38px; margin: 0px 0 15px;}
.development-sec-1 p, .development-sec-2 p, .development-sec-3 p, .development-sec-4 p, .development-sec-5 p, .development-sec-6 p, .development-sec-7 p, .development-sec-8 p, .development-sec-9 p, .development-sec-10 p, .development-sec-11 p, .development-sec-12 p {font-size: 16px;line-height: 29px;}
.w-bg-overlay:after {background: linear-gradient(to top, rgb(255 255 255 / 100%), rgb(255 255 255 / 40%));}
.development-sec-1 {min-height: 680px;}
.menu-new_r ul li a {font-size: 24px;letter-spacing: 1px;}
.menu-new_r ul li {padding: 15px 10px;}
.abt-img-desktop{display:none;}
.abt-img-mob{display:block;}
.seo-tp-banner-desk{display:none;}
.seo-tp-banner-mob{display:block;}
.port-banner-mob{display:block;}
.port-banner-desk{display:none;}
.home-footer ul li {width: 47%;float: none;padding-bottom: 2px;display: inline-block;margin: 0 1%;}
.home-footer ul li a {font-size: 13px;color: #ccc;background: #333;width: 100%;padding: 7px 10px;}
.home-mob-logo{width:60px; margin-top: 0px;}
}/*max-width: 480px end*/

.logo-home{max-height:80px;}
.logo2{max-height:50px;}









