body{
	padding:0px;
	margin:0px;
	list-style:none;
	/*font:normal 16px/20px Arial, Helvetica, sans-serif;*/
    font: 400 16px/20px 'Roboto', sans-serif;
	color: #444;
    background: #fff;
    line-height: 1.6;
}
html, body{
	margin:0;
	width:100%;
	height:100%;
    scroll-behavior: smooth;
}
p{padding:0px;margin:0px;}
a{padding:0px;margin:0px;outline:none;}
ul{list-style:none;padding:0px;margin:0px;}
ul li{padding:0px;margin:0px;}
h1, h2, h3, h4, h5, h6{padding:0px;margin:0px;}
a:hover{outline:none !important;text-decoration:none;}
a:active{outline:none !important;text-decoration:none;}
input[type="text"]::-webkit-input-placeholder{opacity:1;}
input[type="text"]::-moz-placeholder{opacity:1;}
input[type="search"]::-webkit-input-placeholder{opacity:1;}
input[type="search"]::-moz-placeholder{opacity:1;}
input[type="email"]::-webkit-input-placeholder{opacity:1;}
input[type="email"]::-moz-placeholder{opacity:1;}
input[type="tel"]::-webkit-input-placeholder{opacity:1;}
input[type="tel"]::-moz-placeholder{opacity:1;}
textarea::-moz-placeholder{opacity:1;}
textarea::-webkit-placeholder{opacity:1;}
@font-face{
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont5b62.eot?v=4.6.3');
	src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3') format('embedded-opentype'), 
	url('../fonts/fontawesome-webfont5b62.woff2?v=4.6.3') format('woff2'), 
	url('../fonts/fontawesome-webfont5b62.woff?v=4.6.3') format('woff'), 
	url('../fonts/fontawesome-webfont5b62.ttf?v=4.6.3') format('truetype'), 
	url('../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}






.d-flex{
	display: flex;
}
.align-items-center{
	-ms-flex-align: center!important;
    align-items: center!important;
}
.divider-35{
	margin-top:35px;
}
.divider-70{
    margin-top: 70px;
}
.mb-60{
	margin-bottom: 60px;
}
.mt-55{
    margin-top:55px;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus{
	outline: none;
}
.btn-outline-maincolor{
	border: 4px solid #ff497c;
	background: none;
    color: #1f2732;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 22px 61px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
@media(max-width: 767px){
.btn-outline-maincolor {
    border: 2px solid #ff497c;
    font-size: 12px;
    padding: 15px 40px;
}
.divider-35{
    margin-top:20px;
}
}





.header_sec{width:100%;}
.header_top{
	width:100%;
	background: linear-gradient(40deg, #c03c29, #3a21ae) !important;
	padding:12px 0;
}
.header_topLeft{width:auto;float:left;padding-top:1px;}
.header_topLeft li{
	float: left;
    margin-right: 18px;
    font: 400 14px/16px 'Roboto', sans-serif;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-right: 1px solid #fff;
}
.header_topLeft li:nth-child(1):before{content:"\f0e0";color:#fff;position:absolute;font-family:'FontAwesome';left:0px;font-size:15px;top:1px;}
.header_topLeft li:nth-child(2):before{content:"\f095";color:#fff;position:absolute;font-family:'FontAwesome';left:0px;font-size:15px;top:1px;}
.header_topLeft li:last-child{
	margin-right:0px;
	border-right: none;
}
.header_topLeft li a{color:#fff;}
.header_topLeft li a[href^=tel]{text-decoration:inherit;color:#fff;}
.header_topRight{width:auto;float:right;}
.header_topRight li{float:left;margin-left:6px;}
.header_topRight li:first-child{margin-left:0px;}
.header_topRight li img{max-width:100%;}
.header_menu{width:100%;}
.nav_top{width:100%;padding:0px;margin:0px;border-radius:0px;box-shadow:inherit;min-height:inherit;border:none;background:none;}
.nav_top .navbar-brand{background:none;padding:0px;margin:0px !important;height:auto;min-height:inherit;position:absolute;left:0px;top:6px;width:210px;}
.nav_top .navbar-brand img{max-width:100%;}
.menu_sec{margin:0px !important;}
.menu_sec li{margin:0px;padding:20px 0;margin-left:25px;position:static;}
.menu_sec li a{padding:8px 0;font:500 15px/18px 'Roboto', sans-serif;color:#000 !important;position:relative;background:none !important;}
.menu_sec li:first-child{margin-left:0px;}
.menu_sec li a::before{width:0px;height:2px;background:#0090d6;position:absolute;left:0px;bottom:0px;content:"";-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.menu_sec li a:hover::before{width:32px;}
.menu_sec li.active a::before{width:32px;background:#0090d6 !important;}
.nav_top .dropdown .dropdown-menu{background:#fff;width:100%;min-width:auto;padding:0 25px 25px;border:none;}
.nav_top .navbar .container ul{width:100%;}
.nav_top .nav_menu{position:relative;width:100%;float:left;}
.nav_top .drop-arw{position:relative;float:right;z-index:99999999;}
.nav_top .drop-arw .caret{position:absolute;right:-12px;top:-19px;width:7px;height:10px;}
.menu_sec li ul.dropdown-menu > li{width:25%;float:left;margin:20px 0 0;padding:0px;}
.menu_sec li ul.dropdown-menu > li span{width:100%;float:left;font-weight:700;font-size:18px;line-height:20px;padding:2px;padding-left:12px;}
.menu_sec li ul.dropdown-menu > li:nth-child(1) span{border-left:3px solid #ff0000;}
.menu_sec li ul.dropdown-menu > li:nth-child(2) span{border-left:3px solid #f78e12;}
.menu_sec li ul.dropdown-menu > li:nth-child(3) span{border-left:3px solid #058e05;}
.menu_sec li ul.dropdown-menu > li:nth-child(4) span{border-left:3px solid #0092d8;}
.menu_sec li ul.dropdown-menu > li ul{width:100%;float:left;padding:12px 0 0;}
.menu_sec li ul.dropdown-menu > li ul li{width:100%;float:left;padding:2px;padding-left:15px;margin:0px;position:relative;}
.menu_sec li ul.dropdown-menu > li ul li:before{background:url(../images/menuspritesheet.png) no-repeat;background-position:-5px -5px;content:"";width:10px;height:9px;position:absolute;left:0px;top:11px;}
.menu_sec li ul.dropdown-menu > li ul li a{font:400 14px/24px 'Roboto', sans-serif;color:#5e5e5e !important;width:100%;}
.menu_sec li ul.dropdown-menu > li ul li a::before{background:none;}
.menu_sec li ul.dropdown-menu > li ul li a:hover{color:#078dc7 !important;}
.top_nav{margin:0px;padding:0px;background:none;border:none;min-height:auto;box-shadow:none;border-radius:0px;}
.navbar-brand{margin:0px;padding:0px;height:auto;}
.navbar-brand img{max-width:100%;}
.banner_sec{width:100%;position:relative;background-image:-webkit-linear-gradient(45deg, #bbdcec, #ddedf4);background-image:-o-linear-gradient(45deg, #bbdcec, #ddedf4);background-image:linear-gradient(45deg, #bbdcec, #ddedf4);background-repeat:repeat-x;}
.banner_innr{
	width:100%;
	padding: 30px 0 60px;
	display:inline-block;
}
.banner_pic{width:100%;}
.banner_pic img{max-width:100%;}
.banner_text{width:auto;float:right;padding-top:15px;}
.banner_text span.top_heading{width:100%;display:inline-block;font:700 40px/46px 'Roboto', sans-serif;color:#000;text-transform:capitalize;}
.banner_text span.top_heading strong{font-weight:900;color:#07386b;}
.banner_text p{font:400 15px/20px 'Roboto', sans-serif;color:#000;padding:12px 0 0;}
.banner_text span.top_subheading{width:100%;display:inline-block;font:600 27px/32px 'Roboto', sans-serif;color:#000;padding:12px 0 0;}
.banner_text ul.list_txt{width:100%;display:inline-block;}
.banner_text ul.list_txt li{width:50%;float:left;margin:12px 0 0;font:400 17.27px/24px 'Roboto', sans-serif;color:#484848;padding-left:20px;position:relative;background:none !important;}
.banner_text ul.list_txt li:before{position:absolute;top:7px;left:0px;background-image:url(../images/arspritesheet.png);background-position:-5px -5px;content:"";width:14px;height:14px;}
.banner_text ul.list_txt li b{font-weight:700;color:#000;}
.banner_text ul.list_btn{width:100%;display:inline-block;padding:10px 0 0;}
.banner_text ul.list_btn li{float:left;margin:8px 10px 0 0;}
.banner_text ul.list_btn li:last-child{margin-right:0px;}
.banner_text ul.list_btn li a{float:left;padding:10px 18px;padding-left:38px;border:2px solid #0093d9;font:400 14.54px/16px 'Roboto', sans-serif;color:#fff;text-decoration:none;outline:none;color:#0093d9;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;position:relative;}
.banner_text ul.list_btn li a:before{background-image:url(../images/arspritesheet.png);background-repeat:no-repeat;width:14px;height:14px;content:"";background-position:-5px -5px;position:absolute;left:14px;top:11px;}
.banner_text ul.list_btn li a:hover::before{background-position:-5px -5px;}
.banner_text ul.list_btn li.actv a::before{background-position:-5px -5px;}
.banner_text ul.list_btn li a:hover{background-color:#0093d9;color:#fff;}
.banner_text ul.list_btn li.actv a{background-color:#0093d9;color:#fff;}
.banner-curve {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 78px;
    background-image: url(../images/banner-curve-two.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    z-index: 2;
}
.flexslider-bottom .mouse-button {
    background-image: url(../images/mouse_icon.png);
    background-repeat: no-repeat;
    bottom: 12px;
    content: "";
    display: block;
    height: 65px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 45px;
    z-index: 4;
}


/*========About-us-section=======*/
.about-us-section{
	padding-top: 10px;
}
.about-us-section h4{
	font-family: 'Caveat', cursive;
    color: #0e5fcd;
    font-size: 28px;
    margin-bottom: 10px;
}
.about-us-section h5{
	font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 80px;
    font-weight: 600;
    color: #3f2a3b;
}
@media(max-width: 767px){
.about-us-section h5{
    font-size: 22px;
}
}
@media(max-width: 480px){
.about-us-section h5{
    font-size: 18px;
    padding: 0
}
}


/*========Our Services =========*/
.our-services h4{
	font-family: 'Caveat', cursive;
    color: #0e5fcd;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}
.our-services h5{
	text-align: center;
	font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0 80px;
    font-weight: 600;
    color: #3f2a3b;
}
.vertical-item{
	margin-bottom: 35px;
	position: relative;
}
.vertical-item .item-content {
    padding-top: 23px;
}
.vertical-item .item-media{
	width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 1.0s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 1.0s linear;
    transform-style: preserve-3d;
    transition: all 1.0s linear
}
.vertical-item:hover .item-media{
	transform: scale(.8) rotate(360deg);
	-moz-transform: scale(.8) rotate(360deg);
    -webkit-transform: scale(.8) rotate(360deg);
}
.item-media img {
    width: 100%;
    z-index: 3;
    max-width: 200px;
}
.item-content h6{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.item-content h6 a{
	color: #3f2a3b;
	transition: all 1.0s linear
}
.vertical-item:hover .item-content h6 a{
	color: #1c3088;
}

@media(max-width: 767px){
.our-services h5 {
    font-size: 22px;
}
.item-content h6{
    font-size: 17px;
}
}

@media(max-width: 480px){
.our-services h5 {
    font-size: 18px;
    padding: 0;
}
.item-content h6 {
    font-size: 14px;
}
}


.work-pro{
	position: relative;
}
.work-pro-curve {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 78px;
    background-image: url(../images/banner-curve-three.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    z-index: 2;
}
.process-part {
    background-image: url(../images/texture_dark.jpg);
    padding: 40px 0 80px;
}
.process-part-inner{
	position: relative;
	padding-top: 180px;
	color: #9a9a9a;
}
.process-part-inner:before{
	background-image: url(../images/white_line_big.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 134px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 4;
}
.process-part .step-center-part{

}
.process-part .step-center-part img{
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 1.0s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 1.0s linear;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
.process-part .step-center-part:hover img{
    transform: scale(.8) rotate(360deg);
    -moz-transform: scale(.8) rotate(360deg);
    -webkit-transform: scale(.8) rotate(360deg);
}

.process-part .step-center-part img {
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    max-width: 270px;
}
.process-part .step-center-part:after {
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    bottom: -97px;
    content: "";
    display: block;
    height: 136px;
    position: absolute;
    right: 55px;
    width: 34px;
    z-index: 4;
}
.process-part .step-text {
    margin-left: -30px;
}
.process-part .step-title {
    font-size: 50px;
    margin-right: -30px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.process-part .step-title span {
    font-size: 180px;
    font-weight: 600;
    left: -40%;
    letter-spacing: 1px;
    position: absolute;
    top: -124%;
    width: 100%;
    z-index: -1;
    border-color: #ff497c;
    color: #ff497c;
}
.process-part .right .step-title span {
    left: 36%;
    position: absolute;
}
.color-main2 {
    border-color: #a0ce4e;
    color: #a0ce4e !important;
}
.process-part .right .step-center-part:after {
    background-image: url(../images/left_arrow.png);
    left: 55px;
    right: auto;
}
.color-main3 {
    border-color: #00bea3;
    color: #00bea3 !important;
}
.process-part .part4 span {
    left: 42%;
}
.process-part .last:after {
    background: none;
}
.color-main4 {
    border-color: #f1894c;
    color: #f1894c !important;
}
.btn-outline-whitecolor{
    border: 4px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 22px 61px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    position: absolute;
    z-index: 11;
    left: 43%;
    bottom: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.btn-outline-whitecolor:hover{
    border: 4px solid #ff497c;
    color: #ff497c;
}
.for-mobile-scr{
    display: none !important;
}
@media(max-width: 1199px){
.process-part-inner {
    padding-top: 115px;
}
.work-pro-curve{
    background-image: none;
}
.process-part{
    padding: 0 0 80px;
}
.d-flex{
    display: initial;
}
.process-part .step-title span {
    font-size: 80px;
    position: relative;
    left: 0;
    top: 16px;
}
.process-part .step-title{
    font-size: 30px;
    margin-right:0px; 
}
.step-left-part{
    text-align: center !important;
    margin-bottom: 30px;
}
.process-part .step-center-part:after{
    display: none;
}
.step-right-part{
    margin-top: 30px;
}
.process-part .step-text{
    margin-left: 0;
    text-align: center;
    font-size: 16px;
}
.fordesktop{
    display: none;
}
.for-mobile-scr{
    display: block !important;
}
.process-part .banner-curve{
    background-image: none;
}
.btn-outline-whitecolor{
    left: 41%;
    bottom: -35px;
}
}
@media(max-width: 1530px){
.process-part .part4 span {
    left: 0%;
}
.process-part .right .step-title span {
    left: 0%;
}
.process-part .step-title span {
    left: 0%;
}
}
@media(max-width: 767px){
.Portfolio-section {
    padding-top: 35px;
}
.process-part .step-center-part img{
    max-width: 200px;
}
.for-mobile-scr{
    margin: 0;
}
.btn-outline-whitecolor {
    border: 2px solid #ff497c;
    font-size: 12px;
    padding: 15px 40px;
    position: initial;
    margin: 0 auto;
    display: table;
    margin-top: 25px;
    margin-bottom: -75px;
}
.process-part {
    padding: 0 0 50px;
}
}
@media (max-width: 575px){
.btn-outline-whitecolor {
    left: 33%;
    border: 2px solid #ff497c;
    font-size: 12px;
}
}
@media(max-width: 480px){
.btn-outline-whitecolor {
    left: 35%;
} 
}












.Portfolio-section h4{
    font-family: 'Caveat', cursive;
    color: #0e5fcd;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.Portfolio-section h6{
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 35px;
    margin-top: 0;
    padding: 0 80px;
    font-weight: 600;
    color: #3f2a3b;
    text-align: center;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button{
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #0e5fcd;
    margin-bottom: 0px;
}
.filter-button:active{
    color: #3f2a3b;
    box-shadow: none;
    background: none;
}
.filter-button:active:focus{
    background: none;
}
.filter-button:hover{
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #0e5fcd;
    background: none;
}
.filter-button:focus{
    background: none;
}
.filter-button:active:hover{
    background: none;
}
.port-image{
    width: 100%;
}
.gallery_product{
    margin-bottom: 30px;
}  
.portfolio_pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*.portfolio_box img {
    width: 100%;
    border-radius: 12px 12px 0 0; 
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0; 
}*/
.over_pic {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.over_pic {
    -webkit-transform: translate3d(0px,-280px,0);
    transform: translate3d(0px,-281px,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.over_pic img {
    max-width: 100%;
    width: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.portfolio_box:hover .over_pic {
    -webkit-transform: translate3d(0px,-20px,0);
     transform: translate3d(0px,-20px,0); 
}
.portfolio_box {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.36), 0 2px 10px 0 rgba(0,0,0,0.32);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.34), 0 2px 10px 0 rgba(0,0,0,0.32);
    padding: 2px;
}
.portfolio_box .overlay_port {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0e5fcd;
}
.portfolio_box:hover .overlay_port {
    opacity: 0.8 !important;
}

@media(max-width: 991px){
.Portfolio-section{
    padding-top:35px;
}
}
@media(max-width: 767px){
.Portfolio-section h6 {
    font-size: 22px;
}
}
@media(max-width: 480px){
.Portfolio-section h6{
    font-size: 18px;
    padding: 0;
}
}








.testimonial_section_inner{
    position: relative;
}
.testimonial_section_inner h4{
    font-family: 'Caveat', cursive;
    color: #0e5fcd;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.testimonial_content h6{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    color: #3f2a3b;
    text-align: left;
}
.testimonial_content p{
    line-height: 32px;
}
.testimonial_content h5{
    font-size: 18px;
    color: #0586e2;
    font-weight: normal;
}
.testimonial_content h5 span{
    color: #777575;
    font-size: 16px;
}
.details-block{
    margin-top: 25px;
}
.testimonial_logo_section img{
    width:180px !important;
}
.tesmonial_images img{
    width: 76% !important;
    margin: 0 auto;
}
.customPrevBtn{
    position: absolute;
    z-index: 111;
    bottom: 14%;
    right: 13%;
    cursor: pointer;
}
.customPrevBtn img{
    width:40px;
}
.customNextBtn{
    position: absolute;
    z-index: 111;
    bottom: 0;
    right: 13%;
    cursor: pointer;
}
.customNextBtn img{
    width:40px;
}

@media(max-width: 991px){
.testimonial_content h6{
    font-size:20px;
}
.tesmonial_images img{
    width: 200px !important;
}
}


.corner {
    background-color: transparent !important;
    height: 0;
    overflow: visible !important;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
}
.corner:after {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 50px solid #fff;
}
.corner:before, .corner:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.corner.corner-inverse:before, .corner.corner-inverse:after {
    border-bottom: 50px solid transparent;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
}
@media(max-width: 1199px){
.corner:after{
    border-top: 0px solid #fff;
}
}





.sprite-what-do-icon1{background-position:-5px -5px;}
.sprite-what-do-icon2{background-position:-85px -5px;}
.sprite-what-do-icon3{background-position:-5px -85px;}
.sprite-what-do-icon4{background-position:-85px -85px;}
.howWeSec{width:100%;background-image:-webkit-linear-gradient(45deg, #ff8a02, #ffa102);background-image:-o-linear-gradient(45deg, #ff8a02, #ffa102);background-image:linear-gradient(45deg, #ff8a02, #ffa102);background-repeat:repeat-x;padding:35px 0;}
.howWeSec h3{font:700 34px/36px 'Roboto', sans-serif;color:#fff;}
.howWeSec h4{font:700 37px/40px 'Dancing Script', cursive;color:#fff;padding-top:5px;}
.howWeSec p{font:400 15px/24px 'Roboto', sans-serif;color:#fff;padding-top:12px;}
.totalServiceSec{width:100%;padding:35px 0;}
.totalServiceSec h1{font:700 24px/28px 'Roboto', sans-serif;color:#232e3c;}
.totalServiceSec p{font:400 15px/24px 'Roboto', sans-serif;color:#404040;padding-top:12px;}
.totalServiceSec p a, .totalServiceSec p span{color:#42b3e7;}
.whatCanSec{width:100%;background:#f3f4f5;padding:40px 0;}
.whatCanPic{width:100%;}
.whatCanPic img{max-width:100%;}
.whatCanTxt{width:100%;}
.whatCanTxt h2, .whatCanTxt h1{
    font: 500 28px/32px 'Oswald', sans-serif;
    color: #273880;
}
.whatCanTxt h4{font:700 18px/20px 'Roboto', sans-serif;color:#007ec3;padding-top:10px;}
.whatCanTxt p, .whatCanTxt ul li{font:400 15px/26px 'Roboto', sans-serif;color:#404040;margin-top:12px;}
.whatCanTxt p b, .whatCanTxt ul li b{font-weight:600;}
.whatCanTxt ul{padding:10px 0 0;width:100%;display:inline-block;}
.whatCanTxt ul li{position:relative;padding-left:22px;margin-top:5px;}
.whatCanTxt ul li:before{
    color:#273881;
    position:absolute;
    left:0px;
    top:1px;
    width:14px;
    height:10px;
    content:"\f00c";
    font-family:'FontAwesome';
}
.ourPortfolioSec{width:100%;padding:40px 0;}
.topHeading{width:100%;text-align:center;}
.topHeading h4{
    font: 500 24px/30px 'Oswald', sans-serif;
    color:#273880;
    padding-top:0;
    padding-bottom:22px;
    position:relative;
}
.topHeading h4:after{content:"";background-image:url(../images/brdspritesheet.png);background-repeat:no-repeat;background-position:-5px -5px;width:131px;height:11px;position:absolute;bottom:0px;display:inline-block;left:50%;margin-left:-65.5px;}
.topHeading h4 strong{font-weight:700;}
.portNrinnr{width:100%;margin-top:20px;}
.portNrinnr .row{margin:0 -7.5px;}
.portNrinnr .col-sm-6{padding:0 7.5px;}
.portfoliobox{width:100%;position:relative;-moz-box-shadow:0 0 12px 8px #f4f4f4;-webkit-box-shadow:0 0 12px 8px #f4f4f4;box-shadow:0 0 12px 8px #f4f4f4;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;overflow:hidden;margin-top:15px;}
.portfoliobox > img{width:100%;}
.porthoverboxIn{width:100%;position:absolute;top:0px;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;height:100%;}
.porthoverbox{width:100%;position:absolute;bottom:0px;left:0px;z-index:1;padding:14px;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);background:rgba(0,0,0,.6);-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.portfoliobox strong{width:100%;display:inline-block;font:700 30px/36px 'Roboto', sans-serif;color:#fff;-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition:opacity 0.55s, transform 0.55s;}
.portfoliobox span{width:100%;display:inline-block;font:700 15.01px/18px 'Roboto', sans-serif;color:#fff;padding-top:10px;text-transform:capitalize;-webkit-transition:opacity 0.55s,
-webkit-transform 0.55s;transition:opacity 0.55s, transform 0.55s;}
.portfoliobox em{font-size:12.01px;line-height:16px;font-weight:600;font-family:'Roboto', sans-serif;color:#fff;font-style:normal;padding-top:22px;width:100%;display:inline-block;}
.porthoverbox2{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.6);padding:14px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;opacity:0;visibility:hidden;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.porthoverbox2_innr{width:100%;position:absolute;left:50%;top:50%;text-align:center;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.portfoliobox:hover .porthoverbox2{opacity:1;visibility:visible;}
.portfoliobox:hover .porthoverbox{opacity:0;visibility:hidden;}
.porthoverbox2 span{background:url(../images/port-line.png) no-repeat center bottom;padding:30px 0 12px 0;}
.piclink{position:absolute;top:0px;left:0px;width:100%;height:100%;display:inline-block;}
.portNrinnr .col-sm-6:last-child .portfoliobox > img{height:255px;object-fit:cover;}
.portfoliobox img{width:100%;float:left;object-fit:cover;height:265px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.portfoliobox.portweb img{height:545px;}
.strongReasonsSec{width:100%;padding:0 0 40px 0;}
.strongReasonsCont{width:100%;margin-top:30px;}
.strongReasonBx{width:100%;margin-top:10px;min-height:130px;}
.strongReasonBx h5{color:#221e1b;font:600 18px/21px 'Roboto', sans-serif;}
.strongReasonBx p{color:#787878;font:400 14px/21px 'Roboto', sans-serif;padding-top:10px;}
.strongReasonBx .media-left a{background-image:url(../images/reasonsSpritesheet.png);background-repeat:no-repeat;display:block;width:60px;height:60px;}
.strongReasonBx .media-left{padding-right:18px;}
.sprite-reason-icon1{background-position:-5px -5px;}
.sprite-reason-icon10{background-position:-75px -5px;}
.sprite-reason-icon2{background-position:-145px -5px;}
.sprite-reason-icon3{background-position:-5px -75px;}
.sprite-reason-icon4{background-position:-75px -75px;}
.sprite-reason-icon5{background-position:-145px -75px;}
.sprite-reason-icon6{background-position:-5px -145px;}
.sprite-reason-icon7{background-position:-75px -145px;}
.sprite-reason-icon8{background-position:-145px -145px;}
.sprite-reason-icon9{background-position:-215px -5px;}
.homeServicesSec{width:100%;padding:40px 0;background:#f3f0f0;}
.home_logo_service{width:100%;margin-top:10px;position:relative;overflow:hidden;}
.homeServicesSec span{font:600 18px/20px 'Roboto', sans-serif;letter-spacing:10px;}
.homeServicesSec h3{font:700 42px/46px 'Roboto', sans-serif;padding-top:4px;}
.homeServicesSec strong{font-weight:600;font-size:22px;line-height:26px;padding-top:5px;display:block;}
.home_logo_service img{width:100%;object-fit:cover;height:452px;}
.homeServicesSec .col-sm-5, .homeServicesSec .col-sm-7{padding:0 5px;}
.homeServicesSec .row{margin:0 -5px;}
.home_web_service{width:100%;float:left;margin-top:10px;height:221px;background-size:cover !important;position:relative;}
.home_serv_left{width:40%;float:left;padding:38px 0 0 20px;}
.home_serv_rt{width:55%;float:right;padding:32px 0 0;}
.home_serv_rt img{max-width:100%;}
.home_web_service{color:#481603;}
.home_eccom_service{color:#fff;}
.home_eccom_service .home_serv_rt{padding:14px 54px 0 0;text-align:right;}
.home_wordpress_service{color:#fff;}
.home_wordpress_service .home_serv_rt{padding:0;text-align:right;width:50%;}
.home_digital_service{width:100%;float:left;margin-top:10px;min-height:452px;background:#2f006a;text-align:center;position:relative;}
.home_digital_service{color:#fff;}
.home_digital_service .home_serv_rt{width:100%;text-align:center;}
.home_digital_service .home_serv_left{width:100%;padding:65px 0 0;position:relative;}
.home_digital_service .home_serv_rt img{max-width:100%;width:auto;float:none;display:inline-block;margin-top:-61px;height:auto !important;object-fit:inherit !important;}
.home_logo_service_hvr{width:100%;position:absolute;left:0;bottom:0;min-height:inherit !important;padding:92px 12px 20px;color:#fff;}
.home_logo_service_hvr img{width:100%;height:222px;object-fit:inherit;position:absolute;left:0;bottom:0;}
.logo_connt{width:100%;position:relative;z-index:999;}
.home_grahic{width:100%;position:absolute;left:0px;bottom:0px;}
.home_web_service a{color:#481603;text-decoration:none;outline:none;}
.home_eccom_service a{color:#fff;text-decoration:none;outline:none;}
.home_wordpress_service a{color:#fff;text-decoration:none;outline:none;}
.home_digital_service a{color:#fff;text-decoration:none;outline:none;}
.home_web_service img{width:100%;}
.home_web_service .home_serv_rt img{max-width:100%;width:auto;object-fit:inherit;height:auto;}
.home_graphics_service img{height:221px;object-fit:cover;width:100%;}
.home_eccom_service .home_serv_left{width:44%;padding:60px 0 0 20px;}
.home_wordpress_service .home_serv_left{width:44%;padding:60px 0 0 20px;}
.home_testimonial_sec{width:100%;float:left;background:url(../images/testimonial-bg1.png) no-repeat left bottom #1f4f7f;position:relative;padding:30px 0;}
.home_testimonial_innr{width:100%;float:left;padding:0 180px;}
.home_testimonial_box{width:100%;float:left;}
.home_testimonial_pic{width:15%;float:left;text-align:center;}
.home_testimonial_pic img{max-width:100%;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;width:auto !important;display:inline-block !important;}
.home_testimonial_rt{width:82%;float:right;text-align:left;}
.home_testimonial_rt h4{font:700 18px/20px 'Roboto', sans-serif;color:#fff;}
.home_testimonial_rt ul.star.star_new{width:auto;display:inline-block;margin-top:8px;padding:6px 12px;padding-right:33px;background:#1fabeb;-moz-border-radius:33px;-webkit-border-radius:33px;border-radius:33px;}
.home_testimonial_rt ul.star.star_new li{display:inline-block;font:500 14px/16px 'Roboto', sans-serif;color:#fff;position:relative;}
.home_testimonial_rt ul.star.star_new li::after{width:30px;background:url(../images/newstar1.png) no-repeat 0 0;position:absolute;right:-29px;top:-1px;content:"";background-size:16px;width:20px;height:20px;}
.home_testimonial_rt ul li img{max-width:100%;float:left;width:auto !important;}
.home_testimonial_rt p{font:400 18px/23px 'Roboto', sans-serif;color:#fff;padding-top:8px;}
.home_testimonial_innr .owl-nav{display:none;}
.blog_home{width:100%;padding:30px 0 40px 0;display:inline-block;}
.blog_services{width:100%;display:inline-block;margin-top:20px;}
.blog_services .row{margin:0 -5px;}
.blog_services .col-sm-6{padding:0 5px;}
.blog_home_box{width:100%;float:left;margin-top:15px;position:relative;padding:6px;-moz-box-shadow:0 0 3px 1px #dfdfdf;-webkit-box-shadow:0 0 3px 1px #dfdfdf;box-shadow:0 0 3px 1px #dfdfdf;}
.blog_home_pic{width:100%;float:left;position:relative;overflow:hidden;}
.blog_home_pic img{width:100%;float:left;object-fit:cover;height:250px;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.blog_home_hvr{width:100%;position:absolute;padding:10px;background:rgba(0,0,0,.5);left:0;bottom:0;}
.blog_home_hvr h3{font:700 18px/22px 'Roboto', sans-serif;color:#fff;}
.blog_home_hvr h3 a{color:#fff;}
.blog_home_hvr h4{font:500 13px/16px 'Roboto', sans-serif;color:#fff;padding-top:5px;letter-spacing:1px;}
.blog_home_hvr a.more_btn{width:auto;border:2px solid #ffbe00;display:inline-block;margin:8px 0 0;padding:0 8px 2px;text-decoration:none;font:600 11px/18px 'Roboto', sans-serif;color:#000;text-transform:capitalize;text-align:center;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background:#ffbe00;}
.blog_home_hvr a.more_btn:hover{background:#fff;color:#000;border-color:#fff;}
.blog_home_box:hover .blog_home_pic img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.blog_home_box.blog_home_box2 .blog_home_pic img{height:526px;}
.footer_sec{
    width:100%;
    position: relative;
}
.ftr-round-logo{
    margin-top: -45px;
}
.bottom_contact_sec{
    width:100%;
    padding:-1px 0 50px 0;
    text-align:center;
    display:inline-block;
    background-image:-webkit-linear-gradient(45deg,#efeded,#cecdcd);
    background-image:-o-linear-gradient(45deg,#efeded,#cecdcd);
    background-image:linear-gradient(45deg,#efeded,#cecdcd);
    background-repeat:repeat-x;
    overflow: hidden;
}
.bottom_contact_sec .col-sm-4{
    /*background:url(../images/ftdevider.png) no-repeat right center;*/
}
.bottom_contact_sec .col-sm-4:last-child{
    background:none;
}
.bottom_contact{
    width:100%;
    display:inline-block;
    text-align:center;
}
.bottom_contact img{
    max-width:100%;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.bottom_contact:hover img{
    -moz-transform:scale(.9) rotate(360deg);
    -webkit-transform:scale(.9) rotate(360deg);
    transform:scale(.9) rotate(360deg);
}
.bottom_contact h4{font:700 26px/32px 'Roboto', sans-serif;color:#000;padding:12px 0 0;}
.bottom_contact p{font:400 18px/26px 'Roboto', sans-serif;color:#000;padding:8px 0 0;}
.bottom_contact p a{color:#fff !important;-webkit-appearance:none;outline:none;}
.bottom_contact p a[href^=tel]{text-decoration:inherit;color:#000;}

.footer_sec:before{
    background-attachment: fixed;
    background-color: #c03c29;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 290px;
    left: 0;
    position: absolute;
    top: -30px;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    width: 50%;
}
.footer_sec:after {
    background-attachment: fixed;
    background-color: #c03c29;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 290px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    /* transform: skewY(-3deg); */
    width: 50%;
    z-index: 1;
}



.new_footer_top_section{
    width: 100%;
    background: linear-gradient(180deg, #c03c29, #3a21ae) !important;
    margin-top: -5px;
    position: relative;
    z-index: 11;
}
.new_footerInner{
    width:100%;background:url(../images/ftrbg.png) no-repeat center center;
}
.ftr_works_txt{width:100%;padding:35px 0 30px;border-bottom:1px solid #4f759e;}
.ftr_works_txt h4{font:600 24px/30px 'Roboto', sans-serif;color:#fff;}
.ftr_works_txt p{font:400 14px/24px 'Roboto', sans-serif;color:#fff;padding:10px 0 0;}
.footer_menusec{width:100%;padding:30px 0;}
.footer_box{width:100%;display:inline-block;}
.footer_box h5{font:600 16px/20px 'Roboto', sans-serif;color:#fff;background:url(../images/ftrline.jpg) no-repeat left bottom;padding-bottom:12px;margin-bottom:12px;}
.footer_box ul{width:100%;padding:0;margin:0;}
.footer_box ul li{padding:0 0 0 12px;font:400 13px/24px 'Roboto', sans-serif;color:#fff;position:relative;}
.footer_box ul li:before{border:4px solid transparent;border-left:5px solid #fff;content:"";position:absolute;left:0px;top:9px;}
.footer_box ul li a{color:#fff;}
.payu_money{width:100%;display:inline-block;}
.ftr_subheading{width:100%;display:inline-block;font:600 14px/18px 'Roboto', sans-serif;padding-bottom:10px;color:#fff;}
.payu_money img{max-width:100%;}
.payment_option_images{width:100%;display:inline-block;padding:12px 0 0;}
.payment_option_images img{max-width:100%;}
.newfooter_second_part{width:100%;background: #190441;padding:20px 0;text-align:center;}
.newfooter_second_part p{font:400 12px/20px 'Roboto', sans-serif;color:#ddd;}
.newfooter_second_part p span{color:#fff;font-weight:600;}
.whatCanTxt ul li b{font-weight:500;}
.qk_quotebtn{width:auto;position:fixed;right:0px;top:30%;z-index:9;}
.qk_quotebtn a{outline:none;}
.qk_quotebtn img{max-width:100%;}
.quick_quotesec .modal-dialog{width:400px;}
.quick_quoteinnr{width:100%;display:inline-block;text-align:center;}
.quick_quoteinnr h3{font:700 25px/30px 'Roboto', sans-serif;color:#282828;text-transform:capitalize;}
.quick_quoteinnr p{font:500 12px/14px 'Roboto', sans-serif;color:#282828;text-transform:capitalize;padding:10px 0 0;}
.quick_quoteinnr input[type="text"], .quick_quoteinnr input[type="email"], .quick_quoteinnr input[type="tel"]{width:100%;display:inline-block;margin-top:18px;padding:12px 0 8px 0;outline:none;border:none;border-bottom:1px solid #e5e5e5;background:none;-webkit-appearance:none;font:500 13px/18px 'Roboto', sans-serif;color:#333;box-shadow:inherit;}
.quick_quoteinnr input[type="text"]::placeholder{color:#333;opacity:1;}
.quick_quoteinnr input[type="email"]::placeholder{color:#333;opacity:1;}
.quick_quoteinnr input[type="tel"]::placeholder{color:#333;opacity:1;}
.quick_quoteinnr select{width:100%;display:inline-block;margin-top:18px;padding:12px 0 8px 0;outline:none;border:none;border-bottom:1px solid #e5e5e5;-webkit-appearance:none;font:500 13px/18px 'Roboto', sans-serif;color:#333;box-shadow:inherit;background:url(../images/slecticon.png) no-repeat right 10px center;cursor:pointer;outline:none;-webkit-appearance:none;}
.quick_quoteinnr input[type="submit"], .quick_quoteinnr input[type="button"]{width:100px;display:inline-block;margin-top:18px;outline:none;border:none;border-bottom:2px solid #3ea7e2;background:#0093d9;-webkit-appearance:none;height:38px;font:700 13px/38px 'Roboto', sans-serif;color:#fff;box-shadow:inherit;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-transform:uppercase;}
.quick_quotesec .close{width:50px;position:absolute;right:-18px;top:-12px;opacity:1;}
.quick_quotesec .close img{max-width:100%;}
.quick_quoteinnr input[type="submit"], .quick_quoteinnr input[type="button"]:hover{background:#000;}
.quick_quoteinnr input[type="button"]{margin: 8px 0 0;}
.nav_top .drop-arw{border:none;width:18px;height:18px;margin:-26px -17px 0 0;}
.nav_top .drop-arw:before{ border: 5px solid transparent; border-top: 5px solid #7b7a79; content: "";position: absolute;top: 7px;right: 1px;}
.nav_top .drop-arw .caret{position:inherit;right:inherit;top:inherit;width:auto;height:auto;border:none;}
.menu_sec li.actv > a::before{width:32px;background:#0090d6 !important;}
.homeban.banner_sec{background-image:-webkit-linear-gradient(45deg, #171cb5, #da4114);background-image:-o-linear-gradient(45deg, #171cb5, #da4114);background-image:linear-gradient(45deg, #171cb5, #da4114); background-repeat:repeat-x;}
.banner_text span.top_heading{color:#fff;font-size:38px;line-height:44px;}
.banner_text span.top_heading strong{color:#fff;font-weight:700;}
.banner_text p{color:#fff;}
.banner_text span.top_subheading{color:#fff;}
.banner_text ul.list_txt li{color:#fff;font-size:16px;}
.banner_text ul.list_txt li b{color:#fff;}
.homeban .banner_text ul.list_btn li:nth-child(2) a{border-color:#fff;color:#fff;}
.homeban .banner_text ul.list_btn li:nth-child(2) a:before{background-position:-5px -5px;}
.homeban .banner_text ul.list_btn li:nth-child(2) a:hover{background:#0093d9;border-color:#0093d9; }
.homeban .banner_text ul.list_btn li.actv a {background-color: #0093d9;color: #fff;}
.homeban .banner_text ul.list_txt li::before{background-image: url(../images/arspritesheet.png);}
.homeban .banner_text ul.list_btn li:nth-child(2) a:hover::before{background-position:-5px -5px;}
.howWeSec{background-image:-webkit-linear-gradient(45deg, #1e1c1c, #5a5652);background-image:-o-linear-gradient(45deg, #1e1c1c, #5a5652);background-image:linear-gradient(45deg, #1e1c1c, #5a5652);background-repeat:repeat-x;}
.quick_quoteinnr #mc_embed_signup .mc-field-group input{width:100%;display:inline-block;margin-top:12px;padding:12px 0 8px 0;outline:none;border:none;border-bottom:1px solid #e5e5e5;background:none;-webkit-appearance:none;font:500 13px/18px 'Roboto', sans-serif;color:#333;box-shadow:inherit;}
.quick_quoteinnr input[type="text"], .quick_quoteinnr input[type="email"], .quick_quoteinnr input[type="tel"]{width:100% !important;display:inline-block !important;margin-top:18px;padding:12px 0 8px 0 !important;outline:none;border:none !important;border-bottom:1px solid #e5e5e5 !important;}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{width:100% !important;margin:5px 0 0 !important;display:inline-block !important;font:400 13px/18px 'Roboto', sans-serif !important;padding:0px !important;}
#mc_embed_signup .size1of2{float:left;display:inline-block;width:100% !important;margin-right:0 !important;min-height:inherit !important;padding:0 !important;}
#mc_embed_signup .mc-field-group{width:100% !important;padding-bottom:0 !important;min-height:inherit !important;margin:0 !important;}
#mc_embed_signup .indicates-required{width:100% !important;margin:10px 0 0 !important;}
.quick_quoteinnr input[type="submit"]{width:100px !important;display:inline-block !important;margin:18px 0 0 !important;outline:none;border:none !important;border-bottom:2px solid #3ea7e2 !important;background:#0093d9 !important;-webkit-appearance:none;height:38px !important;font:700 13px/38px 'Roboto', sans-serif !important;color:#fff !important;box-shadow:inherit;-moz-border-radius:3px !important;-webkit-border-radius:3px !important;border-radius:3px !important;}
#mc_embed_signup form{width:100% !important;margin:0px !important;padding:0px !important;}
.quick_quoteinnr input[type="submit"]:hover{background:#000 !important;}
.capcha{width:100%;display:inline-block;margin-top:12px;}
.capcha #rcaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.thankyou_txt{width:100%;display:inline-block;padding:12px 0 30px 0;}
.thankyou_txt h1{font:700 24px/30px 'Roboto', sans-serif;color:#333;padding-top:0;text-align:center;}
.thankyou_txt h1 span{color:#36981b;}
.bottom_contact p a, .bottom_contact p span{color:#000 !important;}
.portfolio_box:hover .overlay_port{opacity:0.8 !important;}
.fixd-pnl ul li a{display:inline-block;background-image:url(../images/footSpritesheet.png);background-repeat:no-repeat;width:34px;height:34px;}
.sprite-footersos1{background-position:-5px -5px;}
.sprite-footersos2{background-position:-49px -5px;}
.sprite-footersos3{background-position:-5px -49px;}
.sprite-footersos4{background-position:-49px -49px;}
.sprite-footersos5{background-position:-93px -5px;}
.sprite-footersos6{background-position:-93px -49px;}
.header_topRight li a{display:inline-block;width:20px;height:20px;background-image:url(../images/headspritesheet.png);background-repeat:no-repeat;}
.sprite-topsos1{background-position:-5px -5px;}
.sprite-topsos2{background-position:-34px -5px;}
.sprite-topsos3{width:19px;height:19px;background-position:-5px -35px;}
.sprite-topsos4{background-position:-34px -35px;}
.sprite-topsos5{background-position:-64px -5px;}
.sprite-topsos6{background-position:-64px -35px;}
.sprite-cardnew{background-image:url(../images/payspritesheet.png);background-repeat:no-repeat;width:249px;height:31px;background-position:-5px -5px;display:inline-block;}
.sprite-payumonney_img2{width:235px;background-image:url(../images/payspritesheet.png);height:43px;background-position:-5px -46px;display:inline-block;}
.sprite-mobcall{width:33px;background-image:url(../images/iconspritesheet.png);background-repeat:no-repeat;height:33px;background-position:-1px -2px;display:inline-block;background-size:71px;}
.sprite-mobmail{width:33px;background-image:url(../images/iconspritesheet.png);background-repeat:no-repeat;height:33px;background-position:-38px -2px;display:inline-block;background-size:71px;}
.mob_contact{top:3px;}
.qk_quotebtn a i{background-image:url(../images/quspritesheet.png);background-repeat:no-repeat;display:block;width:38px;height:143px;background-position:-5px -5px;}
.header_topLeft li a{text-decoration:inherit;color: #fff !important;}   
.header_topLeft li span{text-decoration:inherit;color: #fff !important;} 
.home_web_service1 img{height:221px;object-fit:cover;width:100%;}
.web_grahic{ width: 100%; position: absolute; left: 0px; top: 0px;}
.ecom_grahic{ width: 100%; position: absolute; left: 0px; top: 0px;}
.wordpress_grahic{ width: 100%; position: absolute; left: 0px; top: 0px;}
.home_eccom_service img{ height: 221px;object-fit:cover;width:100%; }
.home_wordpress_service img{ height: 221px;object-fit:cover;width:100%; }
.img_box{ width: 100%; display: inline-block; margin: 20px 0 0; text-align: center;}
.img_box img{ max-width: 100%; }
.img_box h3{ font: 600 20px/24px 'Roboto', sans-serif; color: #8084af; padding: 0 0 20px; margin-bottom: 20px;  text-transform: uppercase;background: url(../images/txt-bg-new.png) no-repeat center bottom;}
.pagination_sec .pagination a{ padding: 6px 12px 4px; font: 600 14px/22px 'Roboto', sans-serif; color: #fff; background: #f69c35; margin: 5px 5px 0 0; border-radius: 3px; float: left;  }
.pagination_sec .pagination a.jp-current{ background: #1a7ee8; }
.pagination_sec .pagination a.jp-disabled{background: #f7be7d; }
.pagination_sec span{ margin: 0 10px; float: left; min-height: 38px; }


@media only screen and (min-width:768px) and (max-width:9000px){.nav_top .dropdown .dropdown-menu{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;max-height:0;display:block;opacity:0;visibility:hidden;display:block;}
.nav_top .dropdown:hover .dropdown-menu{max-height:500px;opacity:1;visibility:visible;}
@-webkit-keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.header_sec.fixed{top:0;left:0;right:0;position:fixed;margin:0;z-index:1002;-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-box-shadow:0 0 8px -5px #333;-webkit-box-shadow:0 0 8px -5px #333;box-shadow:0 0 8px -5px #333;}
.header_sec.fixed .header_top{display:none;}
.header_sec.fixed .header_menu{background:#fff;}
}
@media only screen and (min-width:992px) and (max-width:1199px){.sprite-what-do-icon1{background-position:-2px -2px;}
.sprite-what-do-icon2{background-size:120px;background-position:-62px -2px;}
.sprite-what-do-icon3{background-size:120px;background-position:-3px -63px;}
.sprite-what-do-icon4{background-size:120px;background-position:-63px -61px;}
.what_do_box .media-left a{width:55px;height:55px;background-size:120px;}
.home_testimonial_sec{background-size:80%;}
.what_do_box h5{font-size:18px;line-height:26px;}
.what_do_box .media-left{padding-right:7px;}
.what_do_box p{font-size:15px;line-height:22px;}
.whatWeDo .col-sm-3{width:50%;}
.what_do_box{margin-top:20px;}
.whatWeDo{padding:0 0 20px;}
.howWeSec{padding:30px 0;}
.howWeSec h3{font-size:32px;line-height:36px;}
.howWeSec h4{font-size:35px;line-height:38px;}
.howWeSec p{font-size:16px;line-height:26px;}
.totalServiceSec{padding:30px 0;}
.totalServiceSec h1{font-size:24px;line-height:28px;}
.totalServiceSec p{font-size:16px;line-height:26px;}
.whatCanTxt p, .whatCanTxt ul li{font-size:15px;}
.whatCanTxt ul{padding:6px 0 0;}
.whatCanTxt h2, .whatCanTxt h1{font-size:22px;line-height:28px;}
.portfoliobox strong{font-size:26px;line-height:30px;}
.portfoliobox span{font-size:14.01px;line-height:17px;}
.porthoverbox{bottom:-8px;}
.strongReasonBx h5{font-size:18px;line-height:24px;}
.strongReasonBx p{font-size:16px;line-height:24px;padding-top:6px;}
.strongReasonBx{min-height:inherit;margin-top:25px;}
.strongReasonBx .media-left{padding-right:10px;}
.strongReasonBx .media-left a{width:62px;height:62px;background-size:250px;}
.strongReasonBx .media-left a.sprite-reason-icon1{background-position:0px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon2{background-position:-125px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon3{background-position:0px -65px;}
.strongReasonBx .media-left a.sprite-reason-icon4{background-position:-63px -64px;}
.strongReasonBx .media-left a.sprite-reason-icon5{background-position:-125px -65px;}
.strongReasonBx .media-left a.sprite-reason-icon6{background-position:0px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon7{background-position:-63px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon8{background-position:-125px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon9{background-position:-188px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon10{background-position:-63px -2px;}
.strongReasonsSec{padding:0 0 35px;}
.home_logo_service img{height:400px;}
.homeServicesSec span{font-size:16px;line-height:18px;letter-spacing:8px;}
.homeServicesSec h3{font-size:35px;line-height:40px;}
.homeServicesSec strong{font-size:20px;line-height:24px;}
.home_logo_service_hvr img{height:200px !important;}
.home_web_service{height:195px;}
.home_graphics_service img{height:100%;}
.home_web_service1 img{height:100%;}
.home_eccom_service img{height:100%;}
.home_wordpress_service img{height:100%;}
.home_graphics_service .home_serv_rt img{height:auto !important;object-fit:inherit !important;}
.home_grahic{bottom:0;}
.home_graphics_service .home_serv_rt{padding:0px;}
.home_graphics_service .home_serv_left{padding:12px 0 0 20px;}
.home_eccom_service .home_serv_rt img{max-width:68%;}
.home_eccom_service{height:154px;}
.home_eccom_service .home_serv_rt{padding:10px 25px 0 0;}
.home_eccom_service .home_serv_left{width:44%;padding:30px 0 0 15px;}
.home_wordpress_service{height:160px;}
.home_wordpress_service .home_serv_left{width:44%;padding:37px 0 0 15px;}
.home_wordpress_service .home_serv_rt{width:45%;padding:0;}
.home_wordpress_service .home_serv_rt img{max-width:94%;}
.home_digital_service{min-height:325px;}
.home_digital_service .home_serv_rt img{max-width:65%;margin-top:-44px;}
.home_digital_service .home_serv_left{padding:40px 0 0;}
.bottom_contact_sec{padding:0px 0;}
.bottom_contact img{width:110px;}
.bottom_contact h4{font-size:22px;line-height:28px;padding:10px 0 0;}
.bottom_contact p{font-size:14px;line-height:22px;}
.ftr_works_txt{padding:30px 0;}
.ftr_works_txt h3{font-size:22px;line-height:28px;}
.ftr_works_txt p{font-size:14px;line-height:24px;}
.strongReasonsCont .col-sm-6{width:100%;}
.blog_home_pic img{height:220px;}
.blog_home_box.blog_home_box2 .blog_home_pic img{height:467px;}
.blog_home_hvr h3{font-size:15px;line-height:20px;}
.blog_home_hvr h4{font-size:12px;}
.header_top{padding:10px 0;}
.nav_top .navbar-brand{width:190px;}
.menu_sec li{padding:16px 0;margin-left:30px;}
.nav_top .drop-arw{width:21px;height:21px;margin:-25px -20px 0 0;cursor:pointer;}
.nav_top .dropdown .dropdown-menu{padding:0 20px 20px;}
.menu_sec li ul.dropdown-menu > li span{font-size:16px;}
.menu_sec li ul.dropdown-menu > li ul li a{font-size:13.5px;width:100%;float:left;padding:0 5px 0 0;}
.navbar .container > .navbar-collapse{white-space:inherit !important;}
.qk_quotebtn{top:20%;}
.banner_text{padding-top:0;}
.banner_text span.top_heading{font-size:32px;line-height:39px;}
.banner_text p br{display:none;}
.banner_text span.top_subheading{font-size:24px;line-height:28px;padding:10px 0 0;}
.banner_text ul.list_txt li{font-size:14px;line-height:20px;margin:10px 0 0;}
.banner_text ul.list_btn{padding:6px 0 0;}
.banner_text ul.list_btn li a{padding:8px 12px;padding-left:34px;font-size:14px;}
.banner_text ul.list_btn li{margin:6px 8px 0 0;}
.header_top{padding:10px 0 6px;}
.banner_text ul.list_txt li::before{top:5px;}
.banner_text ul.list_btn li a{padding-bottom:10px;}
.banner_text ul.list_btn li a::before{top:10px;}
.sprite-payumonney_img2{width:224px;height:43px;background-position:0px -37px;background-size:236px;}
.sprite-cardnew{width:226px;height:31px;background-position:-5px -5px;display:inline-block;background-size:216px;}
}
@media only screen and (min-width:768px) and (max-width:991px){.sprite-what-do-icon1{background-position:-2px -2px;}
.sprite-what-do-icon2{background-size:120px;background-position:-62px -2px;}
.sprite-what-do-icon3{background-size:120px;background-position:-3px -63px;}
.sprite-what-do-icon4{background-size:120px;background-position:-63px -61px;}
.what_do_box .media-left a{width:55px;height:55px;background-size:120px;}
.home_testimonial_sec{background-size:80%;}
.what_do_box h5{font-size:18px;line-height:26px;}
.what_do_box .media-left{padding-right:7px;}
.what_do_box p{font-size:15px;line-height:22px;}
.whatWeDo .col-sm-3{width:50%;}
.what_do_box{margin-top:20px;}
.whatWeDo{padding:0 0 20px;}
.howWeSec{padding:30px 0;}
.howWeSec h3{font-size:32px;line-height:36px;}
.howWeSec h4{font-size:35px;line-height:38px;}
.howWeSec p{font-size:16px;line-height:26px;}
.totalServiceSec{padding:30px 0;}
.totalServiceSec h1{font-size:22px;line-height:28px;}
.totalServiceSec p{font-size:16px;line-height:26px;}
.whatCanTxt p, .whatCanTxt ul li{font-size:16px;}
.whatCanTxt ul{padding:6px 0 0;}
.whatCanTxt h2, .whatCanTxt h1{font-size:22px;line-height:28px;}
.portfoliobox strong{font-size:22px;line-height:26px;}
.portfoliobox span{font-size:13.01px;line-height:15px;padding:6px 0 0;}
.porthoverbox{bottom:-13px;}
.strongReasonBx h5{font-size:18px;line-height:24px;}
.strongReasonBx p{font-size:16px;line-height:24px;padding-top:6px;}
.strongReasonBx{min-height:inherit;margin-top:25px;}
.strongReasonBx .media-left{padding-right:10px;}
.strongReasonBx .media-left a{width:62px;height:62px;background-size:250px;}
.strongReasonBx .media-left a.sprite-reason-icon1{background-position:0px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon2{background-position:-125px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon3{background-position:0px -65px;}
.strongReasonBx .media-left a.sprite-reason-icon4{background-position:-63px -64px;}
.strongReasonBx .media-left a.sprite-reason-icon5{background-position:-125px -65px;}
.strongReasonBx .media-left a.sprite-reason-icon6{background-position:0px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon7{background-position:-63px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon8{background-position:-125px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon9{background-position:-188px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon10{background-position:-63px -2px;}
.strongReasonsSec{padding:0 0 35px;}
.home_logo_service img{height:350px;}
.homeServicesSec span{font-size:15px;line-height:17px;letter-spacing:5px;}
.homeServicesSec h3{font-size:28px;line-height:32px;}
.homeServicesSec strong{font-size:18px;line-height:22px;}
.home_logo_service_hvr img{height:190px !important;}
.home_web_service{height:170px;}
.home_graphics_service img{height:100%;}
.home_web_service1 img{height:100%;}
.home_eccom_service img{height:100%;}
.home_wordpress_service img{height:100%;}
.home_graphics_service .home_serv_rt img{height:auto !important;object-fit:inherit !important;}
.home_grahic{bottom:0;}
.home_graphics_service .home_serv_rt{padding:0px;}
.home_graphics_service .home_serv_left{padding:0 0 0 14px;}
.home_eccom_service .home_serv_rt img{max-width:82%;}
.home_eccom_service{height:135px;}
.home_eccom_service .home_serv_rt{padding:3px 15px 0 0;}
.home_eccom_service .home_serv_left{width:44%;padding:28px 0 0 15px;}
.home_wordpress_service{height:135px;}
.home_wordpress_service .home_serv_left{width:52%;padding:24px 0 0 15px;}
.home_wordpress_service .home_serv_rt{width:46%;padding:0;}
.home_wordpress_service .home_serv_rt img{max-width:94%;float:left;}
.home_digital_service{min-height:280px;}
.home_digital_service .home_serv_rt img{max-width:72%;margin-top:-38px;}
.home_digital_service .home_serv_left{padding:25px 0 0;}
.bottom_contact_sec{
    padding:0px 0;
}
.bottom_contact img{width:110px;}
.bottom_contact h4{font-size:22px;line-height:28px;padding:10px 0 0;}
.bottom_contact p{font-size:15px;line-height:22px;}
.ftr_works_txt{padding:30px 0;}
.ftr_works_txt h3{font-size:22px;line-height:28px;}
.ftr_works_txt p{font-size:14px;line-height:24px;}
.strongReasonsCont .col-sm-6{width:100%;}
.portfoliobox.portweb img{height:420px;}
.portfoliobox img{height:202px;}
.porthoverbox2_innr strong{font-size:20px;line-height:24px;}
.topHeading h4{font-size:26px;line-height:32px;}
.home_serv_left{width:44%;padding:44px 0 0 15px;}
.home_testimonial_innr{padding:0 50px;}
.home_testimonial_pic{width:12%;}
.home_testimonial_rt{width:85%;}
.home_testimonial_rt h4{font-size:18px;line-height:20px;}
.home_testimonial_rt p{font-size:15px;line-height:23px;padding-top:2px;}
.footer_box ul li{font-size:12px;line-height:24px;background-size:4px;padding:0 0 0 8px;}
.newfooter_second_part{padding:18px 0;}
.blog_home_pic img{height:220px;}
.blog_home_box.blog_home_box2 .blog_home_pic img{height:467px;}
.blog_home_hvr h3{font-size:15px;line-height:20px;}
.blog_home_hvr h4{font-size:12px;}
.blog_home_hvr{padding:8px;}
.header_top{padding:10px 0;}
.nav_top .navbar-brand{width:150px;top:7px;}
.menu_sec li{padding:14px 0;margin-left:25px;}
.nav_top .dropdown .dropdown-menu{padding:0 15px 15px;}
.menu_sec li ul.dropdown-menu > li span{font-size:14px;line-height:18px;}
.menu_sec li ul.dropdown-menu > li ul li a{font-size:11.5px;width:100%;float:left;padding:0 3px 0 0;line-height:20px;}
.navbar .container > .navbar-collapse{white-space:inherit !important;}
.nav_top .drop-arw{margin:0;background-size:7px;width:auto;height:auto;position:absolute;float:right;z-index:99999999;top:19px;right:313px;padding:14px;cursor:pointer;}
.header_topLeft li{font-size:13px;padding-left:18px;}
.header_topLeft li{margin-right:12px;}
.menu_sec li a{font-size:13px;line-height:16px;padding:6px 0;}
.menu_sec li ul.dropdown-menu > li ul{padding:8px 0 0;}
.menu_sec li ul.dropdown-menu > li ul li{padding-left:11px;background-position:left 9px;background-size:6px;}
.qk_quotebtn{top:20%;}
.banner_text{padding-top:0;}
.banner_text span.top_heading{font-size:33px;line-height:38px;}
.banner_text p br{display:none;}
.banner_text span.top_subheading{font-size:24px;line-height:28px;padding:10px 0 0;display:none;}
.banner_text ul.list_txt{display:none;}
.banner_text ul.list_txt li{font-size:14px;line-height:20px;margin:10px 0 0;}
.banner_text ul.list_btn{padding:6px 0 0;}
.banner_text ul.list_btn li a{padding:8px 12px;padding-left:34px;font-size:14px;}
.banner_text ul.list_btn li{margin:6px 8px 0 0;}
.header_top{padding:10px 0 6px;}
.banner_text ul.list_btn li a{padding-bottom:10px;}
.banner_text ul.list_btn li a::before{top:10px;}
.menu_sec li ul.dropdown-menu > li ul li::before{background-position:-3px -1px;width:10px;height:16px;left:0px;top:7px;background-size:14px;}
.sprite-payumonney_img2{width:139px;height:31px;background-position:-3px -28px;background-size:153px;}
.sprite-cardnew{width:148px;height:31px;background-position:-2px 6px;display:inline-block;background-size:151px;}
}
@media only screen and (max-width:767px){.sprite-what-do-icon1{background-position:-2px -2px;}
.sprite-what-do-icon2{background-size:120px;background-position:-62px -2px;}
.sprite-what-do-icon3{background-size:120px;background-position:-3px -63px;}
.sprite-what-do-icon4{background-size:120px;background-position:-63px -61px;}
.what_do_box .media-left a{width:55px;height:55px;background-size:120px;}
.home_testimonial_sec{background-size:80%;}
.what_do_box h5{font-size:16px;line-height:24px;}
.what_do_box .media-left{padding-right:7px;}
.what_do_box p{font-size:14px;line-height:21px;}
.whatWeDo .col-sm-3{width:50%;}
.what_do_box{margin-top:20px;}
.whatWeDo{padding:0 0 20px;}
.howWeSec{padding:30px 0;}
.howWeSec h3{font-size:28px;line-height:34px;}
.howWeSec h4{font-size:30px;line-height:36px;}
.howWeSec p{font-size:14px;line-height:23px;}
.totalServiceSec{padding:30px 0;}
.totalServiceSec h1{font-size:20px;line-height:26px;}
.totalServiceSec p{font-size:14px;line-height:23px;}
.whatCanTxt p, .whatCanTxt ul li{font-size:14px;line-height:24px;}
.whatCanTxt ul{padding:6px 0 0;}
.whatCanTxt h2, .whatCanTxt h1{font-size:20px;line-height:26px;}
.portfoliobox strong{font-size:18px;line-height:22px;}
.portfoliobox span{font-size:13.01px;line-height:15px;padding:6px 0 0;}
.porthoverbox{bottom:-14px;}
.strongReasonBx h5{font-size:16px;line-height:20px;}
.strongReasonBx p{font-size:16px;line-height:24px;padding-top:6px;display:none;}
.strongReasonBx{min-height:inherit;margin-top:5px;}
.strongReasonBx .media-left{padding-right:10px;}
.strongReasonBx .media-left a{width:62px;height:62px;background-size:250px;}
.strongReasonBx .media-left a.sprite-reason-icon1{background-position:0px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon2{background-position:-125px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon3{background-position:0px -65px;}
.strongReasonBx .media-left a.sprite-reason-icon4{background-position:-63px -64px;}
.strongReasonBx .media-left a.sprite-reason-icon5{background-position:-125px -65px;}
.strongReasonBx .media-left a.sprite-reason-icon6{background-position:0px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon7{background-position:-63px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon8{background-position:-125px -127px;}
.strongReasonBx .media-left a.sprite-reason-icon9{background-position:-188px -2px;}
.strongReasonBx .media-left a.sprite-reason-icon10{background-position:-63px -2px;}
.strongReasonsSec{padding:0 0 30px;}
.home_logo_service img{height:310px;}
.homeServicesSec{padding:20px 0 30px 0;}
.homeServicesSec span{font-size:14px;line-height:17px;letter-spacing:3px;}
.homeServicesSec h3{font-size:24px;line-height:26px;}
.homeServicesSec strong{font-size:16px;line-height:18px;}
.home_logo_service_hvr img{height:172px !important;}
.home_web_service{height:150px;}
.home_graphics_service img{height:100%;}
.home_web_service1 img{height:100%;}
.home_eccom_service img{height:100%;}
.home_wordpress_service img{height:100%;}
.home_graphics_service .home_serv_rt img{height:auto !important;object-fit:inherit !important;max-width:98%;}
.home_grahic{bottom:0;}
.home_graphics_service .home_serv_rt{padding:0px;}
.home_graphics_service .home_serv_left{padding:0 0 0 14px;}
.home_eccom_service .home_serv_rt img{max-width:76%;}
.home_eccom_service{height:120px;}
.home_eccom_service .home_serv_rt{padding:3px 15px 0 0;}
.home_eccom_service .home_serv_left{width:44%;padding:24px 0 0 15px;}
.home_wordpress_service{height:120px;}
.home_wordpress_service .home_serv_left{width:52%;padding:20px 0 0 15px;}
.home_wordpress_service .home_serv_rt{width:48%;padding:0;}
.home_wordpress_service .home_serv_rt img{max-width:98%;float:left;}
.home_digital_service{min-height:250px;}
.home_digital_service .home_serv_rt img{max-width:100%;margin-top:-26px;width:190px;}
.home_digital_service .home_serv_left{padding:20px 0 0;}
.bottom_contact_sec{
    padding:0px 0 30px 0;
}
.bottom_contact img{width:90px;}
.bottom_contact h4{font-size:22px;line-height:28px;padding:10px 0 0;}
.bottom_contact p{font-size:15px;line-height:22px;}
.ftr_works_txt{padding:30px 0;}
.ftr_works_txt h3{font-size:22px;line-height:28px;}
.ftr_works_txt p{font-size:14px;line-height:24px;}
.strongReasonsCont .col-sm-6{width:100%;}
.portfoliobox.portweb img{height:360px;}
.portfoliobox img{height:173px;}
.porthoverbox2_innr strong{font-size:18px;line-height:22px;}
.topHeading h4{font-size:24px;line-height:30px;}
.home_serv_left{width:44%;padding:44px 0 0 15px;}
.home_testimonial_innr{padding:0 10px;}
.home_testimonial_pic{width:20%;}
.home_testimonial_rt{width:76%;}
.home_testimonial_rt h4{font-size:14px;line-height:16px;}
.home_testimonial_rt p{font-size:13px;line-height:18px;padding-top:2px;}
.footer_box ul li{font-size:12px;line-height:24px;background-size:4px;padding:0 0 0 8px;}
.footer_box.footer_boxlast{margin-top:15px;}
.newfooter_second_part{padding:18px 0;}
.whatCanPic{text-align:center;}
.whatCanPic img{float:none;width:300px;}
.whatCanTxt{margin-top:30px;}
.whatCanSec{padding:30px 0;}
.strongReasonBx .media-body{vertical-align:middle;}
.bottom_contact_sec .col-sm-4:nth-child(2){background:none;}
.bottom_contact_sec .col-sm-4{margin-top:20px;}
.payu_money{float:left;width:50%;}
.payment_option_images{width:50%;float:right;}
.blog_home_pic img{height:200px;}
.blog_home_box.blog_home_box2 .blog_home_pic img{height:428px;}
.blog_home_hvr h3{font-size:14px;line-height:18px;}
.blog_home_hvr h4{font-size:11px;}
.blog_home_hvr{padding:8px;}
.blog_home{padding:30px 0;}
.blog_services{margin-top:15px;}
.nav_top .nav_menu{width:auto;position:static !important;float:none;}
.menu_sec li{position:relative;width:100%;float:left;}
.header_sec{padding:12px 0;}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color:#273881;
}
.nav_top .navbar-brand{width:170px;top:-6px;}
.navbar-toggle{margin:0px;}
.navbar .container > .navbar-collapse{background:#fff !important;}
.navbar .container > .navbar-collapse .menu_sec li a{color: #000 !important; font-size: 14px;padding: 10px 15px;}
.menu_sec{padding:0 !important;}
.menu_sec li{margin:0 0 3px;padding:0px;}
.menu_sec li:last-child{margin-bottom:0px;}
.menu_sec li > a{padding:14px 15px;font-size:16px;line-height:18px;}
.menu_sec li a::before{background:none !important;}
.menu_sec li.active a::before{background:none !important;}
.menu_sec li a:hover{background:#e1e1e1 !important;}
.menu_sec li.active a{background:#e1e1e1 !important;}
.nav_top .drop-arw .caret{position:inherit;right:inherit;width:auto;height:auto;top:inherit;border:none;}
.nav_top .drop-arw{width:100%;height:26px;position:absolute;right:8px;top:8px;text-align:center;cursor:pointer;margin:0px;}
.menu_sec li ul.dropdown-menu > li{width:100%;}
.nav_top .dropdown .dropdown-menu{padding:10px 15px 0 20px;width:100%;float:left;position:inherit;left:inherit;top:inherit;}
.menu_sec li ul.dropdown-menu > li{margin:0px;}
.menu_sec li ul.dropdown-menu > li a{background:url(../images/bulleticon3.png) no-repeat left 11px !important;padding:6px 0px 6px 18px !important;font-size:14px;font-weight:400;}
.navbar-inverse .navbar-nav.menu_sec > .open > a{background:#e1e1e1 !important;}
.menu_sec li ul.dropdown-menu > li a:hover{background:url(../images/bulleticon4.png) no-repeat left 11px !important;color:#078dc7 !important;}
body.active .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}
.dropdown-menu > li > a{white-space:inherit;width:100%;float:left;}
.navbar .container > .navbar-collapse{white-space:inherit !important;}
.header_sec.fixed{background:#fff;}
@-webkit-keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.header_sec.fixed .navbar-header{top:0;left:0;right:0;position:fixed !important;margin:0;z-index:1002;-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-box-shadow:0 0 8px -5px #333;-webkit-box-shadow:0 0 8px -5px #333;box-shadow:0 0 8px -5px #333;background:#fff;padding:12px 15px;}
.header_sec.fixed .header_top{display:none;}
.header_sec.fixed .header_menu{background:#fff;}
.header_sec.fixed .nav_top .navbar-brand{left:15px;top:7px;}
body.active .header_sec.fixed .navbar-header{background:none;box-shadow:inherit !important;}
.navbar-toggle{padding-right:0px;}
.mob_contact{width:auto;position:absolute;right:36px;top:5px;}
.mob_contact ul{margin:0px !important;}
.mob_contact ul li{float:left;margin-left:7px;width:28px;}
.mob_contact ul li:first-child{margin-left:0px;}
.mob_contact ul li img{max-width:100%;}
body.active .header_sec .navbar-header .mob_contact{display:none !important;}
.header_sec.fixed .navbar-header .mob_contact{right:51px;top:16px;}
body.active .fixd-pnl{display:none !important;}
.fixd-pnl{width:100%;position:fixed;bottom:-60px;background-image:-webkit-linear-gradient(45deg, #2e8ae0, #296eb7);background-image:-o-linear-gradient(45deg, #2e8ae0, #296eb7);background-image:linear-gradient(45deg, #2e8ae0, #296eb7);background-repeat:repeat-x;padding:10px 0 5px 0;width:100%;z-index:999;text-align:center;-webkit-transition:all .8s ease;transition:all .8s ease;-moz-box-shadow:1px 1px 8px -3px #333;-webkit-box-shadow:1px 1px 8px -3px #333;box-shadow:1px 1px 8px -3px #333;}
.fixd-pnl.fixed1{bottom:0px;}
.fixd-pnl ul{display:inline-block;width:100%;}
.fixd-pnl ul li{float:left;margin-left:0;width:25%;}
.fixd-pnl ul li:first-child{margin-left:0px;}
.fixd-pnl ul li img{max-width:100%;}
.qk_quotebtn{top:30%;}
.quick_quotesec .modal-dialog{width:auto;}
.quick_quotesec .close{width:40px;right:-10px;top:-6px;}
body.active .qk_quotebtn{display:none;}
.banner_text{padding-top:1%;}
.banner_text span.top_heading{font-size:28px;line-height:32px;}
.banner_text p br{display:none;}
.banner_text span.top_subheading{font-size:24px;line-height:28px;padding:10px 0 0;display:none;}
.banner_text ul.list_txt{display:none;}
.banner_text ul.list_txt li{font-size:14px;line-height:20px;margin:10px 0 0;}
.banner_text ul.list_btn{padding:6px 0 0;}
.banner_text ul.list_btn li a{padding:6px 10px;padding-left:32px;font-size:13px;background-position:left 11px center !important;}
.banner_text ul.list_btn li{margin:6px 8px 0 0;}
.banner_text p{font-size:14px;padding-right:12px;}
.newfooter_second_part{padding:18px 0 65px;}
.portfolio_box:hover .overlay_port{opacity:0.3;}
.banner_text ul.list_btn li a{padding-bottom:6px;}
.banner_text ul.list_btn li a::before{top:8px;}
.qk_quotebtn a i{width:31px;height:104px;background-position:-1px -5px;background-size:35px;}
.quick_quoteinnr input[type="button"]{ margin-top: 6px;}
}
@media only screen and (max-width:600px){.portNrinnr .col-xs-6{width:100%;}
.portfoliobox img{height:auto;}
.topHeading h4{font-size:22px;line-height:30px;}
.strongReasonBx h5{font-size:15px;line-height:18px;}
.homeServicesSec .col-xs-5{width:100%;}
.homeServicesSec .col-xs-7{width:100%;}
.home_logo_service img{height:auto;}
.home_logo_service_hvr img{height:150px !important;}
.homeServicesSec span{font-size:15px;line-height:20px;letter-spacing:5px;}
.homeServicesSec h3{font-size:26px;line-height:30px;}
.homeServicesSec strong{font-size:20px;line-height:24px;}
.home_web_service1 .home_serv_left{float:right;padding:30px 12px 0 0;text-align:right;}
.home_web_service1 .home_serv_rt{float:left;padding:20px 0 0;}
.home_web_service1 .home_serv_rt img{width:250px;}
.home_graphics_service .home_serv_rt img{max-width:100%;float:right;width:220px;}
.home_eccom_service{height:150px;}
.home_eccom_service .home_serv_rt{float:left;}
.home_eccom_service .home_serv_rt img{max-width:100%;width:200px;float:left;}
.home_eccom_service .home_serv_left{width:44%;padding:32px 15px 0 0;float:right;text-align:right;}
.home_wordpress_service{height:150px;}
.home_wordpress_service .home_serv_rt{width:48%;padding:0 10px 0 0;}
.home_wordpress_service .home_serv_rt img{max-width:100%;float:right;width:170px;}
.home_wordpress_service .home_serv_left{width:52%;padding:30px 0 0 15px;}
.blog_services .col-xs-6{width:100%;}
.blog_home_pic img{height:260px;}
.blog_home_box.blog_home_box2 .blog_home_pic img{height:330px;}
.blog_home_hvr a.more_btn{padding:1px 8px 0px;line-height:20px;}
.banner_innr .col-xs-6{width:100%;}
.banner_innr{text-align:center;}
.banner_pic{width:100%;text-align:center;display:inline-block;}
.banner_pic img{max-width:400px;}
.banner_text{padding-top:15px;}
.banner_text p br{display:none;}
.banner_text p{padding:12px 12px 0;}
.banner_text ul.list_btn{width:auto;}
.banner_text ul.list_btn li a{padding:8px 12px;padding-left:32px;font-size:14px;}
.banner_text ul.list_btn li a{padding-bottom:9px;}
.banner_text ul.list_btn li a::before{top:10px;left:11px;}
.sprite-payumonney_img2{width:224px;height:43px;background-position:0px -37px;background-size:236px;}
.sprite-cardnew{width:226px;height:31px;background-position:-5px -5px;display:inline-block;background-size:216px;}
}
@media only screen and (max-width:570px){.footer_menusec .col-xs-4{width:50%;}
.footer_box{min-height:270px;margin-top:15px;}
.footer_menusec .col-xs-12{width:50%;}
.footer_box.footer_boxlast{min-height:inherit;}
.payu_money{width:100%;}
.payment_option_images{width:100%;}
.footer_menusec{padding:20px 0;}
.whatWeDo .col-sm-3{width:100%;}
.get_touch_sec .col-xs-6{width:100%;}
}
@media only screen and (max-width:480px){.homeServicesSec h3{font-size:22px;line-height:25px;}
.homeServicesSec strong{font-size:14px;line-height:18px;}
.home_web_service{height:130px;}
.homeServicesSec h3{font-size:20px;line-height:22px;}
.homeServicesSec span{font-size:13px;line-height:17px;letter-spacing:2px;}
.home_eccom_service{height:130px;}
.home_eccom_service .home_serv_rt{padding:10px 0 0;}
.home_eccom_service .home_serv_rt img{max-width:100%;width:150px;float:left;}
.home_wordpress_service{height:130px;}
.home_wordpress_service .home_serv_left{padding:22px 0 0 15px;}
.home_wordpress_service .home_serv_rt{width:48%;padding:18px 15px 0 0;}
.home_web_service1 .home_serv_rt img{width:220px;}
.bottom_contact img{width:74px;}
.bottom_contact h4{font-size:20px;line-height:26px;padding:10px 0 0;}
.bottom_contact p{font-size:13.5px;line-height:21px;}
.ftr_works_txt p{font-size:13px;line-height:22px;}
.footer_menusec .col-xs-4{width:100%;}
.footer_menusec .col-xs-12{width:100%;}
.footer_box{min-height:auto;}
}
@media only screen and (max-width:430px){.home_logo_service_hvr img{height:180px !important;}
.home_web_service{height:120px;}
.home_graphics_service .home_serv_rt{padding:0px;width:50%;}
.homeServicesSec strong{font-size:13px;line-height:18px;}
.home_graphics_service .home_serv_left{margin-top:-15px;}
.home_eccom_service .home_serv_rt{padding:7px 0 0;}
.home_logo_service_hvr img{height:150px !important;}
.footer_menusec .col-xs-4{width:100%;}
.footer_box{min-height:inherit;}
.footer_menusec .col-xs-12{width:100%;}
.bottom_contact{position:relative;text-align:left;padding-left:82px;margin-top:25px;}
.bottom_contact img{width:70px;position:absolute;left:0;top:-2px;}
.bottom_contact h4{font-size:22px;line-height:27px;padding:0;}
.bottom_contact_sec .col-xs-6{width:100%;}
.bottom_contact_sec .col-xs-12{width:100%;}
.bottom_contact_sec .col-sm-4{margin:0px;background:none;}
.bottom_contact_sec{padding:0 0 30px;}
.banner_pic img{max-width:300px;}
.banner_text span.top_heading{font-size:24px;line-height:30px;}
.banner_text ul.list_btn li a{padding:6px 7px;padding-left:29px;font-size:13px;}
.banner_text ul.list_btn li{margin:6px 6px 0 0;}
.banner_text ul.list_btn li a{padding-bottom:7px;padding-top:6px;}
.banner_text ul.list_btn li a::before{top:8px;}
}
@media only screen and (max-width:380px){.banner_text span.top_heading{font-size:20px;line-height:26px;}
.banner_pic img{max-width:260px;}
}


.btn_our_team {display: inline-block; border-radius: 0;background-color: #f4511e00;
    border: none;
    color: #ff497c;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 5px;
    display: table;
}
.btn_our_team:hover{
    color: #263780;
}
.btn_our_team:focus{
    outline:none;
}
.btn_our_team span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.btn_our_team span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.btn_our_team:hover span {
    padding-right: 25px;
}
.btn_our_team:hover span:after {
    opacity: 1;
    right: 0;
}
.specialized-for ul li {
    width: 17% !important;
}
.specialized-for  ul li:before{
    color: #27388100 !important;
}
@media(max-width:768px){
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #273881;
}
.nav_top .navbar-brand img{
    width:100px;
}
}
.spc-mob{
    background: #e9e9e9;
}
.spc-mob a{
    font-weight: bold !important;
    font-size: 16px !important;
}