body{
font-family: 'Roboto', sans-serif;
}
.fa {
	color:#d7d5d4;
	cursor:pointer;
}
.padding0{
	padding:0px !important;
}
.padding-l-r{
	padding:0px !important;
}
.padtop0{
    padding-top: 0px !important;
}
.mrgtop100{
	margin-top:100px;
}
.mrgtop50{
	margin-top:50px;
}
.mrgtop25{
	margin-top:25px !important;
}
.mrgbtm10{
    margin-bottom: 10px !important;
}
.mrgbtm25{
	margin-bottom:25px;
}
.mrgbtm50{
	margin-bottom:50px;
}
.mrgbtm100{
	margin-bottom:100px !important;
}
.mrg-top{
	margin-top:25px;
}
.paddingtop25{
	padding-top:25px;
}
.paddingtop50{
	padding-top:50px;
}
.paddingtop100{
	padding-top:125px;
}
.paddingtop10{
	padding-top:10px !important;
}
.paddingbtm10{
	padding-bottom:10px !important;
}
.paddingbtm25{
	padding-bottom:25px;
}
.paddingbtm50{
	padding-bottom:50px;
}
.paddingtop75{
	padding-top:75px;
}
.paddingbtm100{
	padding-bottom:100px;
}
.mrgr-l-r{
	margin:0px;
}
.mar-left-rig{
	margin-left:0px;
	margin-right:0px;
}
.mrg-btm{
	margin-bottom:25px;
}
.head-mrg{
	margin:0px;
}
.txt-cen{
	text-align:center !important;
}
.txt-left{
	text-align: left !important;
}
.clr-wht{
	color:#fff !important;
}	
.txt-dec-none{
	text-decoration:none !important;
	color:#000;
}

.sec-pad-40{
	padding: 40px 0px !important;
}
.sd-header{
	font-size: 34px !important;
	font-weight: normal !important;
	padding: 20px 0px !important;
	text-align: center !important;
	width: 100% !important;
	color:#fff !important;
}
.sd-icon-header{
	font-size: 20px !important;
	text-transform: capitalize !important;
	font-weight:500;
}
.bg-blue{
	background-color:#40BAED !important;
}
.blue{
    color: #40BAED !important;
}
.orange{
    color: #F9A11B;
}
.sd-icon-header{
font-size: 19px !important;
color: #737171 !important;
text-transform: capitalize !important;
}
.light{
    background-color: #f5f5f5 !important;
}
.white{
    background-color: white !important;
}
.navbar-header{
margin-bottom:10px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: Blue !important;
}
.banner-ovr-txt {
    width: 100%;
    position: absolute;
    top: 37%;
    left: 0;
	bottom:0;
	right:0;
    color: #FFF;
}

.banner-ovr-head{
    color: white;
	text-align:center;
	font-size:50px;
}

/*--MAIN-TOP-MENU-CSS--*/
.main-menu{
    background-color: white !important;
    border-color: white;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    margin-bottom: 0px !important;
    padding-bottom: 20px;
}
.smard{
color:#40BAED !important;
font-weight:bold;
}
.digital{
color:#F9A11B !important;
font-weight:bold;
}
.smarddigital-menu{
  float: right;
  padding-top:20px;
}
.smarddigital-menu li{
    padding-right: 10px;    
}
.smarddigital-menu li:last-child a {
    border: medium none !important;
}
.smarddigital-logo{
    padding:0px;
}
.smarddigital-logo img{
 height: 90px;
padding: 5px !important;
}
.owned-by{
	font-size: 10px;
    margin-top: -3px;
    color: #969696;
    margin-left: -9px;
}
.smard-menu-dropdown{
    margin-top: 20px !important;
    padding: 0px !important;
    text-align: center !important;
}
.smard-menu-dropdown li{
    margin:0px;
    padding: 0px !important;
}
.smard-menu-dropdown li a{
    padding: 10px 20px !important;
    text-align: left;
}
.divider{
    margin: 0px !important;
}
.navbar-default .navbar-nav>.active>a{
    background-color: white !important;
}


/*--footer--*/
.footer-section{
	background-color: rgba(0, 0, 0, 0.91);
}
.footer-head{
	color: white;
	font-size: 20px;
	padding-bottom: 10px;
}
.border-btm{
border-bottom: 1px solid #F9A11B;
}
.footer-menu-list{
	padding-left: 0px;
}
.footer-menu-list li{
	list-style-type: none;
	font-size: 15px;
	padding-bottom: 15px;
}
.footer-menu-list a{
	text-decoration: none;
/*	color: rgba(255, 255, 255, 0.62);*/
color:#fff;
}
.footer-menu-list a:hover{
	color: #40BAED !important;
}
.footer-addr{
/*	color: rgba(255, 255, 255, 0.62);*/
      color:#fff;
margin-bottom:10px;
}
.footer-icons{
	border:1px solid #3B5998;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px !important;
	text-align: center;
	background-color: #3B5998;
	color: white;
	margin:0px 15px ;
	margin-left: 0px !important;
	}
	.twitter{
		background-color: #1DA1F2 !important;
	}
	.linkedin{
		background-color: #0077B5 !important;
	}
	
	
	
/*--BANNER--*/
.bg-banner{
    background-image: url(../images/banner.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height:680px;
    position: relative;
    transition: all linear 0.5s;
}

.bg-overlay-slide {
    background-color: rgba(66, 62, 62, 0.50);
	 width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ovr-banner-txt{
    font-size: 58px;
    font-weight: 900;
    letter-spacing: 1px;
    word-spacing: 5px;
}

.banner-ovr-txt p{
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    padding:0px 20px;
}
.main-capb-cust{
box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

.our-capab-cust h1{
	font-size:34px;
	font-weight:normal;
	padding:30px 0;
	margin:0 !important;
}
.our-capabilit-icons img{
 height: 100px;
}


.our-capabilit-icons h4{
	 margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
	color: #333;
	text-align:center;
	cursor:pointer;
}


.our-capabilit-icons p {
    font-size: 15px;
    line-height: 28px;
    padding: 5px 10px;
    color: #777;
	cursor:pointer;
}

/*--FOUR-BOXS-CSS--*/

.box-main-header{
	margin-bottom:50px !important;
}

.box-main-header h1{
	 font-size: 26px !important;
     line-height: 40px !important;
      word-spacing: 2px;
}

.main-box-section{
	padding:100px 0;
}
.main-box-bg{
	background: #0C4F60;
	position:relative;
	min-height: 400px;
}

.main-box-bg-3{
	background:#21669a;
	position:relative;
	min-height: 400px;
}

.main-development-bg {
	background:	#F4F4F4;
 	min-height: 400px;
}

 .main-box-bg-4{
	background:	#053037;
 	min-height: 400px;
	position:relative;
}


.bottom-angle-1 {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 400px 0 0;
    border-color: #0C4F60 transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.bottom-angle-2 {
 	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 400px 0 0;
    border-color: #f4f4f4 transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 0;
}
.bottom-angle-3 {
 	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 400px 0 0;
    border-color: #21669a transparent transparent !important;
    position: absolute;
    bottom: -19px;
	left:0px;
}
.bottom-angle-4 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 400px 0 0;
    border-color: #053037 transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0px;
}

.top-angle-1 {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 337px;
    border-color: transparent transparent #0C4F60;
    position: absolute;
    top: -20px;
    left: 0px;
}

.top-angle-2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 337px;
    border-color: transparent transparent #f4f4f4;
    position: absolute;
    top: -19px;
    left: 0;
}

.top-angle-3 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 337px;
    border-color: transparent transparent #21669a;
    position: absolute;
    top: -18px;
    left: 0px;
}

.top-angle-4 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width:0 0 20px 336px;
    border-color: transparent transparent #053037;
    position: absolute;
    top: -20px;
    left: 0;
}

.web-design{
    padding: 40px 0;
    color: #fff;
}

.web-design i{
    font-size: 100px;
 }
 
 .web-design p{
	font-size: 18px;
    line-height: 28px;
    text-align: center; 
 }
 

.main-box-bg-4 h3,p{
	color:#fff;
}

.main-development-bg p{
	color:#333;
}

.development{
    padding: 40px 0;
  
}
.development i{
    font-size: 100px;
 }
 .development p{
	font-size: 18px;
    line-height: 28px;
    text-align: center; 
 }
 
 #sd-block{
	 margin-top:-40px;
 }
 
 .main-box-bg{
	cursor:pointer;
 }
 .topper {
  left:0;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}

 
 .topper:hover {  
 
  transition: all 0.5s ease-in-out;
  margin-top:-40px !important;
 }
 
 
/*----our-process---*/
.span_12 {
    z-index: 10;
    margin-bottom: 0px !important;
}
.our-process-head{
	margin:0px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}
.col:last-child {
    margin-right: 0;
}
.wpb_wrapper>*:last-child {
    margin-bottom: 0;
}
.process-steps {
    margin-top: 4em;
}
.process-steps .process-step {
    overflow: hidden;
}
.process-step {
    max-height: 180px;
}
.process-steps .process-step-1.step-reached .step-icon {
    background-position: -68px 0;
}
.process-steps .process-step-1 .step-icon {
    background-position: 0 0;
}
.process-steps .process-step .step-icon {
    background: url(../images/steps-bg.png) transparent no-repeat left top;
    width: 128px;
    margin-right: 10%;
    height: 180px;
    float: left;
    clear: left;
}
.process-steps .process-step .step-icon {
    background: url(../images/steps-bg.png) transparent no-repeat left top;
    width: 128px;
    margin-right: 10%;
    height: 180px;
    float: left;
    clear: left;
}
.process-steps .process-step .step-desc {
    padding: 1em 0 0 3em;
}
.step-desc-text h3{
    font-size: 20px;
    font-weight: 500;
}
.step-desc-text p{
	font-size: 15px;
    line-height: 28px;
    color: #333;
     text-align:justify;

}
.process-steps {
    margin-left: 24%;
}
.process-step .step-desc {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
    max-height: 15em;
    clear: right;
    overflow: hidden;
    padding-top: 3em;
    padding-bottom: 3em;
}
.process-step .step-desc-text {
    display: inline-block;
    max-width: 60%;
}
.process-step .step-desc-text {
    border-bottom: 1px solid #ccc;
    height: 160px !important;

}
.process-step .step-desc {
    border-bottom: none !important;
}
.process-steps .process-step-1.step-reached .step-icon {
    background-position: -68px 0; 
}
.process-steps .process-step-1 .step-icon {
    background-position: 0 0;
}
.process-steps .process-step-2.step-reached .step-icon {
    background-position: -68px -190px;
}
.process-steps .process-step-3.step-reached .step-icon {
    background-position: -68px -370px;
}
.process-steps .process-step-4.step-reached .step-icon {
    background-position: -68px -550px;
}
.process-steps .process-step-5.step-reached .step-icon {
    background-position: -68px -730px;
}
.process-steps .process-step-5.step-reached .step-icon {
    background-position: -68px 100%;
}
.process-steps .process-step-5 .step-icon {
    background-position: -68px -730px;
}
.process-steps .process-step-6.step-reached .step-icon {
    background-position: -68px 100%;
}

/*--we-serve-----*/
.we-serve-section{
    text-align: center;
    padding-bottom: 20px;
}
.we-serve-info{
    padding: 20px 10px !important;
    margin: 20px 0px;
}
.we-serve-info img{
    height: 80px;
}
.we-serve-info h4{
         padding-top: 10px;
}
.we-serve-head{
    margin-top: 0px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

/*--testinomial-----*/
.testinomial-info{
	text-align: center !important;
	color: white;
}
.testinomial-info h3{
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
}
.testinomial-info p{
	margin-top: 30px;
}
.testinomial-section{
	height: 100%;
	height: 365px;
}
.testinomial-indicators{
	top: 250px;
}

/*--contact-us--*/
.contact-us-section{
	padding-top: 0px !important;
}
.contact-header{
	color: #40BAED !important;
}
.contact-input{
	height: 45px;
    margin-bottom: 20px;
}
.contact-message{
	height: 174px !important;
}
.contact-button{
	margin: 0 auto;
	display: block;
	background-color: #F9A11B !important;
	color: white;
	padding: 10px 30px;
	font-size: 15px;
    border-color: 
}
.contact-button:hover{
	background-color: #40BAED !important;
    border-color: #F9A11B;
    color: white;
    transition: all 0.5s;
}

/*--support--*/

.my-support-section{
    background-color: #f5f5f5;
    overflow: hidden;
    padding-top: 0px !important;
}
.my-support-tab{
    margin: 40px 0px;
}
.my-support-tab a:hover{
    background-color: #40BAED !important;
}
.my-support-tab a.active{
    background-color: #ff8b23 !important;
}
.my-support-tab a{
     border-radius: 50% !important;
    height: 80px;
    width: 80px;
    font-size: 12px;
    text-align: center;
    background-color: #F9A11B !important;
}
.my-support-tab p{
    font-size: 16px;
    color: black;
}
.my-support-tab img{
    width: 40px;
    height: 40px;
    margin-top: 9px;
    margin-bottom: 28px;
	background:#fff;
}
.my-support-content{
    text-align: center !important;
    margin-top: 7%;
    overflow: hidden;
}
.my-support-section .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.support-content h1{
    color: black;
}
.support-content p{
    padding: 2px 70px;
    line-height: 25px;
    color: black;
    font-size: 16px;
    line-height:30px;
}
.tabs-list{
    clear: both;
    margin-top: 20px;
}
.my-support-tab {
    margin: 0px;
}
.tabs-list .my-support-tab:nth-child(4){
	clear:both;
}

/*--portfolio-section--*/
.portfolio-section{
    
}
.portfolio-head{
    color:#F9A11B !important;
    font-size: 40px;
}
.portfolio-para{
    padding:10px 25px;
    line-height: 28px;
    color: #666;
}
.portfolio-info{
    text-align: center;
    margin: 30px 0px;
    background-color: white;
    padding-bottom: 4px;
    border-radius: 5px;
}
.portfolio-info h3{
    text-transform: capitalize !important;
    font-size: 22px;
     margin-top:15px;
}
.portfolio-info img{
    width: 100%;
    height: 259px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.10);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);

}
.portfolio-info h5{
    font-size: 12px;
    line-height: 24px;
    color: #666;
}
.portfolio-icons{
		font-size: 5px !important;
		color: white;
		padding: 0px 2px;
	}
.icons{
		background-color: #ebedef;
		text-align: left !important;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-bottom: 0px;	
	}

/*--creative-design--*/
.creative-design{
    background-color: #f5f5f5;
}
.design-head {
padding: 15px 0px 15px 110px;
color: white;
margin-top: 0px;
text-align: left !important;
margin-bottom: 0px;
font-size: 26px;
}
}
.small{
    font-size: 18px;
    color: white !important ;
}
.design-para{
    color: rgba(0, 0, 0, 0.74);
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.design-div img{
    height: 330px; 
    margin: 0 auto;
    display: block; 
    margin-top: 30px;
    margin-bottom: 30px;       
}
.mobile-apps-img{
margin-top:0px !important;
margin-bottom:20px !important;
}
.creative-div{
    text-align: center !important;
    padding: 20px 20px;
}
.creative-div h4{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.creative-div p{
    color: black;
    font-size: 15px;
    line-height: 28px;
    padding: 5px 10px;
    color: #777;
    cursor: pointer;
    }
    .creative-div img{
        height: 80px;
    }


    /*--mobile-apps--*/
    .apps-div p{
       padding-left: 0px !important;
    }
    .apps-div{
        text-align: center !important;
    }

    /*--about-us--*/
    .about-us-para{
        padding:0px 0px;
        font-size: 16px;  
        text-align: justify;  
    }
    .about-us-div{
        padding:10px 0px 30px 0px;
    }
    .about-main-div{
        padding: 20px 0px 0px 0px;
    }

    /*--career--*/
    .join-para{
        color: black !important;
        line-height: 30px;
        font-size: 16px;
        padding-top: 10px;
    }




/*-----------------------------media-screeens----------------------------------*/
@media screen and (max-width: 767px){
    .navbar-default .navbar-toggle {
    margin-top: 28px;
    margin-right: 30px;
}
.smarddigital-menu{
    width: 100%;
    padding-top: 0px;
}
.smarddigital-logo img{
padding:15px !important;
}
.smard{
    padding-left: 15px;
}
.footer-info{
    width: 33.33%;
    overflow: hidden;
    float: left;
    padding-left: 62px;
}
}

@media screen and (min-width: 768px) and (max-width: 768px){
    .smarddigital-logo {
    font-size: 26px;
    }
    .sd-menu li a{
        padding: 15px 10px 15px 10px;
    }
    .main-menu {
    padding-bottom: 15px;
     }
     .smard-menu-dropdown {
    margin-top: 15px !important;
}
.bg-banner {
    background-attachment: initial;
    height:450px;
}
.ovr-banner-txt {
    font-size: 40px;
    margin-top: 0px;
}
.banner-ovr-txt p {
    font-size: 20px;
}
.sd-header {
    font-size: 30px !important;
}
.our-capabilit-icons img {
    height: 90px;
}
.our-capabilit-icons h4 {
    font-size: 18px;
}
.our-capabilit-icons p {
    font-size: 14px;
}
.process-steps {
    margin-left: 1%;
}
.overflow{
    overflow: hidden;
    clear: both;
}
.process-step .step-desc-text {
    display: inline-block;
    max-width: 100%;
}
.process-steps .process-step .step-desc {
    padding: 1em 0 0 0em;
}
.step-desc-text p {
    padding-right: 30px;
}
.process-steps .process-step .step-icon {
    margin-right: 5%;
}
.my-support-tab p {
    font-size: 14px;
}
.my-support-tab{
    margin-right: 25px; 
}
.my-support-tab a {
    height: 70px;
    width: 70px;
}
.my-support-tab img {
    width: 35px;
    height: 35px;
}
.support-content{
    margin-top: 0px;
}
.support-content h1 {
    font-size: 25px;
}
.support-content p {
    padding: 2px 20px;
    line-height: 30px;
    font-size: 14px;
}
.we-serve-info img {
    height: 70px;
}
.we-serve-info h4 {
    font-size: 17px;
}
.testinomial-info h3 {
    font-size: 16px;
}
.design-head {
    text-align: center !important;
    padding-left: 0px !important;
}
.design-div h1{
    margin-top: 0px;
}
.design-div img{
    margin-top: 30px !important;
    height: 310px;
}
.design-para {
    font-size: 14px;
    line-height: 28px;
}
.creative-div h4 {
    text-align: center !important;
    cursor: pointer;
}
.apps-div p {
    text-align: center !important;
}
.creative-div h4 {
    font-size: 17px;
}
.creative-div p {
    font-size: 14px;
}
.join-para {
    text-align: justify;
    font-size: 14px;
}
.creative-div h4 {
    font-size: 15px;
}
.creative-div p {
    font-size: 13px;
}
.customer-icons:nth-child(5) {
clear: both;
}
.smarddigital-logo img {
    width: 100px;
    height: 85px;
}
.portfolio-info {
    width: 47%;
    float: left;
    margin: 30px 10px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1024px){
    .process-steps {
    margin-left: 11%;
}
.ovr-banner-txt {
    font-size: 50px;
}
.our-capabilit-icons h4 {
    font-size: 18px;
}
.media-top{
    margin-top: 30px !important;
}
.design-head {
    text-align: center !important;
    padding-left: 0px;
}
.customer-icons:nth-child(5) {
    clear: none !important;
}
.my-support-tab a {
border-radius: 50% !important;
width: auto;
font-size: 5px;
text-align: center;
background-color: #F9A11B !important;
padding-top: 12px !important;
}
.creative-div:nth-child(4){
   clear:both !important;
}
}
@media screen and (min-width: 769px) and (max-width: 991px){
  .sd-menu li a{
    padding:15px  10px !important;
  }
.banner-ovr-txt p {
    font-size: 18px;
}
  .smarddigital-logo {
    margin-top: 20px;
    font-size: 25px;
    color: #40BAED !important;
}
.join-para {
    text-align: justify;
}
.customer-icons:nth-child(5) {
clear: both;
}
.process-steps {
    margin-left: 1%;
}
.process-steps .process-step .step-desc {
    padding: 1em 0 0 0em;
}
.process-steps .process-step .step-icon {
    margin-right: 7%;
}
.process-step .step-desc-text {
    display: inline-block;
    max-width: 100%;
}
.smarddigital-logo img {
    height: 85px;
    padding:15px;
}
.smarddigital-logo {
    margin-top:0px;
}
.support-content p {
    padding: 2px 20px;
    line-height: 30px;
    font-size: 14px;
}
.my-support-tab a {
    border-radius: 50% !important;
    height: 70px;
    width: 70px;
    font-size: 12px;
    text-align: center;
    background-color: #F9A11B !important;
}
.my-support-tab {
    margin-right: 25px;
}
.tabs-list{
margin-left:0%;
}
.portfolio-info {
    width: 47%;
    float: left;
    margin: 30px 10px;
}
}
@media screen and (min-width: 481px) and (max-width: 767px){
    .bg-banner {
    height: 400px;
    background-attachment: initial;
}
.smarddigital-logo img {
    height: 90px;
    margin-left: 10px;
}
.ovr-banner-txt {
    font-size: 25px;
}
.banner-ovr-txt p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    padding: 0px 5px;
}
.sd-header {
    font-size: 25px !important;
}
.overflow{
    overflow: hidden;
}
.process-steps {
     margin-left: 3%;
}
.process-steps .process-step .step-icon {
    margin-right: 0%;
}
.process-step .step-desc-text {
    display: inline-block;
    max-width: 100%;
}
.step-desc-text p {
    padding-right: 15px;
}
.step-desc-text h3 {
    font-size: 17px;
}
.tabs-list{
    margin-left: 10%;
}
.my-support-tab{
    width: 33.33%;
    margin-left: 0px !important;
}
.my-support-tab p {
    font-size: 14px;
}
.support-content img{
    height: 90px;
}
.support-content h1 {
    font-size: 22px;
}
.support-content p {
    padding: 2px 30px;
    font-size: 14px;
}
.we-serve-info{
    width: 50%;
    float: left;
}
.testinomial-info h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}
.contact-button {

    margin-top: 10px;
}
.footer-head {
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}
.footer-menu-list li {
    list-style-type: none;
    font-size: 15px;
    padding-bottom: 10px;
}
.footer-addr{
    font-size: 15px;
}
.footer-icons {
    border: 1px solid #3B5998;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 25px !important;
    text-align: center;
    background-color: #3B5998;
    color: white;
    margin: 0px;
    margin-left: 0px !important;
    float: left;
    display: none !important;
}
.about-us-para {
    padding: 0px 15px;
}
.design-head {
    text-align: center !important;
    padding-left: 0px !important;
}
.design-div h1{
    margin-top: 0px;
}
.design-para {
    font-size: 15px;
}
.design-div img {
    margin-top: 30px;
}
.creative-div h4 {
    text-align: center !important;
}
.creative-div {
    text-align: center !important;
    padding: 10px 20px;
}
.creative-div p {
    text-align: center;
}
.creative-div h4 {
    font-size: 17px;
}
.creative-div p {
    font-size: 15px;
}
.join-para {
    font-size: 14px;
    text-align: justify;
}
.customer-icons:nth-child(5) {
clear: both;
}

}
@media screen and (min-width: 481px) and (max-width: 599px){
.portfolio-head {
    font-size: 25px;
    margin-top:0px;
}
}
@media screen and (min-width: 600px) and (max-width: 767px){
    .customer-icons{
        width: 50%;
        float: left;
    }
    .creative-div {
    width: 50%;
    float: left;
}
.about-us-para {
    padding: 0px 15px;
}
.web-div {
    width: 33.3% !important;
}
.web-div h4{
    font-size: 13px !important;
}
.web-div p{
    font-size: 12px !important;
    line-height: 25px !important;
}
.tabs-list{
width:50%;
float:left;
margin-left:0%;
}
.my-support-tab a {
    height: 70px;
    width: 70px;
}
.tab-content{
width:50%;
}
.support-content{
margin-top:30px;
}
.support-content p {
    padding: 2px 0px;
}
.portfolio-info {
    width: 46%;
    float: left;
    margin: 30px 10px;
}
.portfolio-head {
    font-size: 30px;
    margin-top:0px;
}
}
@media screen and (min-width: 481px) and (max-width: 726px){
}


@media screen and (min-width: 240px) and (max-width: 480px){
    .smarddigital-logo{
        font-size: 15px;
    }
.smarddigital-logo img {
    height: 80px;
    margin-left: 6px;
}
    .navbar-toggle {
    position: relative;
    float: right;
    padding: 4px 4px;
    margin-top: 12px;
    margin-right: 10px !important;
    margin-bottom: 8px;
}
.bg-banner {
    background-attachment: initial;
    height: 250px;
}
.ovr-banner-txt {
    font-size: 19px;
    margin-top: 0px;
}
.banner-ovr-txt {
    width: 100%;
    position: absolute;
    top: 11%;
    left: 0;
    bottom: 0;
    right: 0;
    color: #FFF;
}
.banner-ovr-txt p {
    font-size: 15px;
    margin-top: 0px;
    padding: 0px;
}
.sd-header {
    font-size: 19px !important;
}
.our-capabilit-icons img {
    height: 80px;
}
.our-capabilit-icons h4{
    font-size: 18px;
    margin-bottom: 5px;
}
.our-capabilit-icons p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
}
.process-steps {
    margin-left: 1%;
}
.process-steps .process-step .step-icon {
    margin-right: 0%;
}
.process-steps .process-step .step-desc {
    padding: 0px;
    text-align: justify;
}
.process-step .step-desc-text {
    display: inline-block;
    max-width: 100%;
}
.process-step .step-desc-text {
    border-bottom: 1px solid #ccc;
    height: 140px !important;
}

.step-desc-text h3 {
    font-size: 17px;
    margin-top: 20px;
}
.step-desc-text p {
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 0px;
}
.overflow{
    overflow: hidden;
}
.mrgbtm50 {
    margin-bottom: 30px;
}
.my-support-tab{
    width: 47%;
    float: left;
}
.development-tab p{
padding-top:0px !important;
}
.development-tab a{
padding-top:2px !important;
}
.media-width{
width:95%;
}
.media-width{
background-color:transparent !important;
}
.media-width p{
margin-left:0%;
}
.my-support-tab:hover{
    background-color: #40BAED !important;
}
.my-support-tab a {
border-radius: 0% !important;
height: 44px;
width: auto;
font-size: 5px;
text-align: center;
background-color: #F9A11B !important;
padding-top: 12px !important;
}
.my-support-tab {
    margin: 2px 2px;
    background:#F9A11B !important;
}
.my-support-tab img{
     display: none;
}
.my-support-tab p{
    font-size: 15px;
    padding-top: 0px;
    color: white;
}
.support-content{
    margin-top: 0px;
}
.support-content img{
    height: 90px;
}
.support-content h1 {
    font-size: 20px;
    margin-top:10px;
}
.support-content p {
    padding:0px;
    font-size: 14px;
    line-height: 25px;
    text-align:justify;
}
.we-serve-info h4 {
  font-size: 16px;
}
.we-serve-info {
    margin: 0px 0px;
}
.tabs-list{
    margin-left: 1%;
    padding-right:0px;
padding-left:2px;
}
.testinomial-info h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0px;
}
.testinomial-info p {
    margin-top: 0px;
    font-size: 13px;
}
.testinomial-indicators {
    top: 290px;
}
.testinomial-section {
    height: 380px;
}
.contact-button {
    margin-top: 10px;
}
.footer-info {
padding-left: 0px; 
}
.border-btm {
    border-bottom: 1px solid #F9A11B;
    font-size: 15px;
}
.footer-menu-list a {
    font-size: 12px;
}
.footer-menu-list li{
    padding-bottom: 10px;
}
.margin-btm{
    margin-bottom: 34px !important;
}
.footer-head {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.footer-addr {
    font-size: 12px;
}
.footer-icons{
    display: none !important;
}
.about-us-para {
    padding: 0px 15px;
}
.design-head {
    padding: 15px 0px 15px 0px;
    text-align: center !important;
}
.design-div h1{
    margin-top: 0px;
}
.design-head {
    font-size: 23px;
}
.creative-div{
    padding: 5px 0px;
}
.creative-div h4 {
    text-align: center !important;
}
.creative-div p {
    text-align: center;
}
.creative-div h4 {
    font-size: 17px;
}
.creative-div p {
    font-size: 15px;
}
.join-para {
    color: black !important;
    line-height: 30px;
    font-size: 14px;
    padding-top: 10px;
    text-align: justify;
}
.design-div h1{
        font-size: 25px !important;
    }
    .step-icon{
    display: none;
}
.portfolio-info img {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.10);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.portfolio-head {
    font-size: 20px;
    margin-top:0px;
}
}
@media screen and (min-width:240px) and (max-width: 526px){
    .footer-info {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-left: 0px;
    text-align: center;
}
.footer-head {
    font-size: 20px;
}
.footer-menu-list li {
    font-size: 14px;
}
.footer-addr {
    font-size: 14px;
}
}
@media screen and (min-width:240px) and (max-width: 382px){
    .creative-div p {
    font-size: 15px;
}
.creative-div h4 {  
    font-size: 17px;
}
.about-us-para {
    font-size: 14px;
}
.design-div h1{
        font-size: 25px !important;
    }
}
@media screen and (min-width:769px) and (max-width: 991px){
    .container{
        width: 95%;
        margin:0 auto;
    }
    .design-div img {
    height: 330px;
    margin: 0 auto;
    display: block;
    margin-top: 50px !important;
    margin-bottom: 30px;
}
.media-top{
    margin-top: 0px !important;
}
.creative-div h4 {
    text-align: center !important;
}
.creative-div p {
    text-align: center;
}
.creative-div h4 {
    font-size: 17px;
}
.creative-div p {
    font-size: 15px;
}

    .design-head {
    text-align: center !important;
    padding-left: 0px;
}
}
@media screen and (min-width:240px) and (max-width: 410px){
    .design-div img{
        height: 250px;
    }
    .design-div h1{
        font-size: 25px !important;
    }
}
@media screen and (min-width:240px) and (max-width: 330px){
    .design-div h1{
        font-size: 25px !important;
    }
    .design-para {
    font-size: 14px;
}
}
@media screen and (min-width: 617px) and (max-width:617px){
    .creative-div:nth-child(5) {
         clear: both;
}
}
@media screen and (min-width: 651px) and (max-width:676px){
    .creative-div:nth-child(5) {
         clear: both;
}
}
@media screen and (min-width: 665px) and (max-width: 699px){
    .online-div:nth-child(3){
        clear: both;
    }
}
@media screen and (min-width: 702px) and (max-width: 738px){
    .online-div:nth-child(3){
        clear: both;
    }
}
@media screen and (min-width: 769px) and (max-width: 777px){
    .online-div:nth-child(3){
        clear: both;
    }
}
@media screen and (min-width: 979px) and (max-width: 991px){
    .online-div:nth-child(3){
        clear: both;
    }
}
@media screen and (min-width: 636px) and (max-width: 688px){
    .apps-div:nth-child(3){
        clear: both;
    }
}
@media screen and (min-width: 689px) and (max-width: 728px){
    .apps-div:nth-child(3){
        clear: both;
    }
}
@media screen and (min-width: 240px) and (max-width: 277px){
    .sd-header {
    font-size: 16px !important;
}
}
@media screen and (min-width: 367px) and (max-width: 480px){
.development-tab p{
padding-top:0px !important;
}
.development-tab a{
padding-top:2px !important;
}
}
@media screen and (min-width: 457px) and (max-width: 480px){
.development-tab p{
padding-top:10px !important;
}
}
@media screen and (min-width: 240px) and (max-width: 366px){
    .process-step .step-desc-text {
    border-bottom: 2px solid #ccc;
    height: 181px !important;
}
.step-desc-text p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    text-align: justify;
}
.development-tab p{
padding-top:0px !important;
}
.development-tab a{
padding-top:2px !important;
}
}
@media screen and (min-width:300px) and (max-width:320px){
.my-support-tab{
background-color:white !important;
}
.tabs-list {
    margin:10% 0% 1% 0%;
}
.my-support-tab{
padding:0px;
width:47% !important;
margin:2px 2px;
overflow:hidden;
}
.media-width{
    position: relative;
    display: block;
    margin: 0 auto;
}
.my-support-tab:hover {
    background-color: transparent !important;
}
.development-tab p{
padding-top:0px !important;
}
.development-tab a{
padding-top:2px !important;
}
}
@media screen and (min-width:240px) and (max-width:299px){
.my-support-tab p {
    font-size: 14px;
    padding-top: 0px;
    color: white;
}
.my-support-tab{
background-color:white !important;
}
.tabs-list {
    margin:10% 0% 2% 0%;
}
.development-tab p{
padding-top:0px !important;
}
.development-tab a{
padding-top:2px !important;
}
.my-support-tab{
padding:0px;
width:47% !important;
margin:2px 2px;
overflow:hidden;
}
.media-width{
    position: relative;
    display: block;
    margin: 0 auto;
}
.my-support-tab:hover {
    background-color: transparent !important;
}
}
@media screen and (min-width:906px) and (max-width:991px){
.creative-div:nth-child(5){
        clear: both;
    }
}




.follow-us h4{
	padding-bottom: 10px;
}
.follow-us img {
	float:left;
	margin-right:12px;
    position: relative;
    transition: all linear 0.5s;
}

.follow-us img:hover{
	transform:rotate(360deg);
}

.spanblack{
	color:black;
}

