*, *:before, *:after{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5{
	padding:0 !important;
	margin:0 !important;
}

p{
    color: #454545;
    padding: 0;
    margin: 0 !important;
}

a{
	text-decoration:none !important;
	padding:0;
	margin:0;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

a:hover{
	text-decoration: none !important;
}

a:focus{
	text-decoration: none !important;
}

h1{
	font-family: 'Roboto Slab', serif;
}

.clear{
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.main_div{
    max-width: 1200px;
    margin: 0 auto;
}

/*****************************************************************/

#navigation 
{
    display: block;
    color: #fff;
    position: fixed;
    font-size: 20px;
    font-weight:600;
    letter-spacing:0.08em;
    height: 50px;
    background: #222;
    border-radius: 5px 5px 0 0;
    top: 0;
    right: -72px;
    padding: 10px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#navigation:hover
{
    background:#bf141b;
}

#slide_out_menu {
    position: fixed;
    display: block;
    width: 300px;
    max-width: 650px;
    right: -320px;
    height: 590px;
    top: 0;
    bottom:0;
    margin:auto;
    z-index: 50;
    background: #fff;
    transition: right 0.7s cubic-bezier(0.545, 0, 0.05, 1);
    z-index: 999;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    overflow:hidden;
}

.slide_out_menu
{
    width: 320px !important;
    height: 233px !important;
}

#slide_out_menu .menu-close {
    display: block;
    color: #bf141b;
    text-align: center;
    padding:15px;
}

#slide_out_menu ul {
    margin-top:0;
    margin-bottom: 0 !important;
    list-style:none;
}

#slide_out_menu ul li
{
    
}

#slide_out_menu ul li a 
{
    font-family: 'Roboto Slab', serif;
    display: block;
    text-transform:uppercase;
    color: #555;
    padding:15px;
    font-size:13px;
    border-bottom:1px solid #eee;
    font-weight:600;
    letter-spacing:0.06em;
}

#slide_out_menu ul li:last-child
{
    border-bottom:0;
}

#slide_out_menu ul li a:hover 
{
    background: #bf141b;
    color: #fff;
}

#slide_out_menu.open {
  right: 0;
}

/*****************************************************************/

.banner{
    background: url("../images/inner/mobile-app-banner.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.web_apps{
    background: url("../images/inner/web-apps-banner.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.web_design_banner{
    background: url("../images/inner/web-design-banner.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.e_marketing_banner{
    background: url("../images/inner/e-marketing-banner.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 200px;
}

.banner h1{
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.06em;
    /*line-height: 200px;*/
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    /*margin-left: 200px !important;*/
    padding-top: 75px !important;
}

.web_apps h1{
    padding-top: 60px !important;
}

.web_design_banner h1{
    margin-left: 460px !important;
}

.e_marketing_banner h1{
    padding-top: 60px !important;
}

.mobile{
    /*position: absolute;
    top: 110px;
    left: 70px;*/
}

.web_apps_desktop{
    position: absolute;
    top: 120px;
    left: 77px;
}

.web_design_laptop{
    position: absolute;
    top: 140px;
    left: 70px;
}

.e_marketing_laptop{
    position: absolute;
    top: 140px;
    left: 70px;
}

.description p{
    margin-left: 200px !important;
    padding-top: 40px !important;
}

.web_app_desc p{
    margin-left: 300px !important;
    padding-top: 30px !important;
}

.web_design_desc p{
    margin-left: 460px !important;
    padding-top: 30px !important;
}

.e_marketing_desc p{
    margin-left: 350px !important;
    padding-top: 30px !important;
}

.description a
{
    color: rgb(191, 20, 27) !important;
}

.main_title{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #bf141b;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.remaining_content
{
    padding:20px 0 0;
}

.remaining_content p
{
    font-size:15px;
    display:inline;
}

.remaining_content h2
{
    font-size:15px;
    display:inline;
    font-weight:400;
}

.remaining_content img
{
    display:inline-block !important;
    float:left;
    padding:0 15px 15px 0;
}

.remaining_content ul
{
    padding:15px 0 15px 0;
}

.remaining_content ul li
{
    font-size:15px;
    padding:10px 0 0;
    list-style:none;
}

.remaining_content a
{
    color: rgb(191, 20, 27) !important;
}

.remaining_content .fa
{
    color:#52d04c;
}

.img-responsive
{
    display:inline-block !important;
}

.remaining_content span
{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.no_style
{
    display: inline-block !important;
    color: rgb(191, 20, 27) !important;
    font-size: 14px;
    margin:0 !important;
    background: none !important;
    padding: 0 !important;
}

/*****************************************/

.mobile_usp
{
    padding:20px 0;
}

.mobile_usp img
{
    width:auto;
    height:100px;
    float:none;
    padding:0;
}

.mobile_usp h2, .mobile_usp h3
{
    font-size:16px;
    font-weight:600;
    color:#222;
    padding:25px 0 15px !important
}

.mobile_usp p
{
    font-size:15px;
    color:#777;
}

/*****************************************/

.key_features{
    margin-top: 50px;
}

.key_features_web_design{
    margin-top: 30px;
}

.key_features_e_marketing{
    margin-top: 40px;
}

.cloud_app_img{
    float: left;
    display: block;
    margin: 0 40px 20px 0;
    width: 300px;
}

.web_design_img{
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    width: 320px;
}

.features_div h2
{
    font-family: 'Roboto Slab', serif;
    font-size: 22px !important;
    padding: 20px 0 30px !important;
    display: block !important;
    color: #888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.features_div p
{
    font-size:15px;
}

.features_div ul{
    margin-left: 15px !important;
    padding: 10px 0 0;
}

.features_div ul li{
    padding: 5px 0;
    list-style:none;
}

.features_div .fa
{
    color:#52d04c;
}

.features_div a {
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.06em;
    margin: 30px 0;
    background: rgb(191, 20, 27);
    padding: 12px 30px;
    border-radius: 4px;
}

.features_div a:hover, .features_div a:focus{
    background: #222;
    color: #fff;
    border: 0;
    outline: 0;
}

.img_btn{
    text-align: center;
}

.img_btn img{
    display: inline-block !important;
}

.spec{
    border: 1px solid #ededed;
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 20px;
}

.spec h2{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #555;
    letter-spacing: 0.08em;
}

.spec h2 img{
    display: inline-block;
    margin-right: 20px;    
}

.key_tabs{
    margin-top: 30px;
}

.key_tabs .nav-pills{
    margin-bottom: 20px !important;
}

.key_tabs .nav-pills > li + li{
    margin-top: 15px !important;
}

.key_tabs .nav-pills, .key_tabs .nav-pills li{
    padding: 0 !important;
}

.key_tabs .nav-pills li a
{
    text-align:left;
    border: 1px solid #ededed !important;
    padding: 15px !important;
    background-color: white;
    font-size: 16px;
    color: #555 !important;
}

.key_tabs .nav-pills li a .fa
{
    font-size: 22px;
    position: absolute;
    right: 15px;
    color: #555;
}

.key_tabs .nav-pills li a:hover, .key_tabs .nav-pills li a:focus{
    background: #ededed !important;
}

.key_tabs .nav-pills li.active a{
    background: #df5050 !important;
    border: 1px solid #df5050 !important;
    color: #fff !important;
}

.key_tabs .nav-pills li.active a .fa
{
    color: #fff !important;
}

.key_tabs .spec{
    text-align: left;
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
   /*min-height: 350px;*/
}

.key_tabs .web_apps_spec{
    /*min-height: 320px;*/
}

.key_tabs .spec h3{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #555;
    letter-spacing: 0.08em;
}

.key_tabs .spec h3 a{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #555;
    letter-spacing: 0.08em;
}

.key_tabs .spec h3 a:hover
{
    color: #222;
}

.key_tabs .spec h4{
    font-size: 16px;
    padding-top: 8px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px !important;
    color: #888;
    font-weight: 300;
    font-style: italic;
}

.key_tabs .spec p
{
    display:inline-block;
}

.key_tabs .spec .read_more{
    text-align: center;
    display: inline-block;
    background: #bf141b;
    color: #fff !important;
    font-size: 14px;
    padding: 12px 30px;
    letter-spacing: 0.06em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 20px;
}

.key_tabs .spec .read_more:hover{
    background: #222;
}

/***************************************/

.specialization{
    margin-top: 20px;
}

.specialization .spec_box{
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    min-height: 190px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.specialization .spec_box:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.specialization .spec_box h3{
    padding: 0 0 15px 0 !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #eee;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #bf141b;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/***************************************/

.portfolio{
    padding-top: 40px;
}

.portfolio p{
    padding-top: 15px;
}

.products
{
    padding:20px 0;
    text-align:center;
}

.products a{
    background: #000;
    display: block;
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    border-radius:4px;
    margin-bottom: 30px;
}

.products a img{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.products a h5{
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.06em;
}

.ffm{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/ffm-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.taxi-app{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/taxi-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.delivery-app{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/delivery-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

/* .ott-app{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/ott-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
} 
 */
 
  .ott-app
  {
      position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/ott-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
   
} 

.tv-appnew{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/tv-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.cms{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/cms-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.pms{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/pms-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.procurement_app_New{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/procurement-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.my_finance_app_new{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/my-finance-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.e-shop{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/e-shop-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.magazine_app{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/magazine-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.book_app{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/book-app-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.roboce{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/roboce-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.bookzone{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/bookzone-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.safenote{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background:url("../images/safenote-service-bg.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.products a:hover > .magazine_app, .products a:hover > .book_app, .products a:hover > .e-shop, .products a:hover > .my_finance_app_new, .products a:hover > .procurement_app_New, .products a:hover > .ffm, .products a:hover > .taxi-app, .products a:hover > .delivery-app, .products a:hover > .ott-app, .products a:hover > .tv-appnew, .products a:hover > .cms, .products a:hover > .pms, .products a:hover > .roboce, .products a:hover > .bookzone,.products a:hover > .safenote{
    -moz-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);    
}

/***************************************/

.points
{
    text-align:center;
    padding:40px 0 20px;
}

.points h3
{
    font-size:16px;
    font-weight:600;
    color:#555;
    padding:20px 0 !important;
}


.digital_points
{
    text-align:center;
    padding:40px 0;
}

.digital_points a
{
    display:block;
    padding:20px 0 !important;
    color: rgb(191, 20, 27) !important;
}

.digital_points a h2
{
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    text-transform: inherit;
    display:block !important;
}

.digital_points a img
{
    float:none !important;
    padding: 0 0 15px !important;
}


/***************************************/

.our_clients{
    padding: 30px 0;
}

.our_clients img{
    display: inline-block;
    margin: 20px 60px 10px 0;
}

/***************************************************/

.app_dev_our_clients{
    padding: 100px 0 30px;
}

#quote-carousel {
    padding: 0 0 10px 0;
    margin-top: 10px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    left: 10%;
    right: 0;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 65px;
    height: 65px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    text-align: left;
    border-left: none;
    margin: 0;
}

.item blockquote p{
    font-size: 14px;
}

.item blockquote small{
    font-size: 90%;
    line-height: 2.428571;
    font-weight: 600;
}

.item blockquote small span{
    font-weight: normal;
    font-style: italic;
}

.clients_logo{
    text-align: left;
}

.clients_logo img{
    display: inline-block;
    margin: 20px 60px 10px 0;
}

/***************************************************/

.key_box
{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom:20px;
    box-shadow:0 0 15px #eee;
}

.key_box h3
{
    font-size: 16px;
    padding: 15px 0 15px 15px !important;
    border-bottom: 1px solid #eee;
    color: #bf141b;
    font-weight:600;
    letter-spacing: 0.04em;
}

.key_box a
{
    display:block;
    font-size:15px;
    padding:15px;
    border-bottom:1px solid #f7f7f7;
    color: #999 !important;
}

.key_box a:hover
{
    color: #555 !important;
}

.key_box a:last-child
{
    border-bottom:0;
}

.key_box a .fa
{
    font-size: 20px;
    padding: 0 10px 0 0;
    color: #999 !important;
}

.enquiry_form
{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow:0 0 15px #eee;
}

.enquiry_form h3
{
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 15px 15px !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px !important;
    color: #bf141b;
    letter-spacing: 0.04em;
}

.enquiry_form form
{
    padding:15px;
}

.enquiry_form img
{
    float:none !important;
    width: 100%;
    height: auto !important;
}

.form_div
{
    padding: 0 15px;
}

.input-wrapper {
    padding-top: 25px;
    position: relative;
    margin-bottom: 10px;
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #aaa;
    background-color: transparent;
    padding: 0 0 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.input-wrapper textarea{
    height: 80px;
}

.input-wrapper:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #bf141b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.input-wrapper label {
    top: 25px;
    color: #aaa;
    position: absolute;
    pointer-events: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 13px;
    font-weight: 400;
}

.input-wrapper.focus:after {
    padding: 0 50%;
    box-shadow: 0 1px 0 0 #bf141b;
}

.input-wrapper.focus label {
    color: #555;
    font-size: 13px;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
}

.input-wrapper.active label {
    font-size: 13px;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
}

.captcha p{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px !important;
}

.btn_form input[type="submit"]{
    background: #bf141b;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    outline: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn_form input[type="submit"]:hover, .btn_form input[type="submit"]:focus{
    background: #222;
    color: #fff;
}

/***************************************************/

/***********************************************************************************/

.top_footer{
    background: #393939;
    padding: 20px 0;
    margin-top: 30px;
}

.top_footer .social_links a{
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #454545;
    color: #df5050;
    border-radius: 50%;
    font-size: 22px;
    padding-top: 17px;
    margin-right: 15px;
}

.top_footer a:hover, .top_footer a:focus{
    background: #df5050;
    color: #454545;
}

.top_footer .contact_links{
    margin-top: 6px;
}

.top_footer .contact_links h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #a7a7a7;
    display: inline-block;
    margin-right: 35px;
}

.top_footer .contact_links h6:last-child{
    margin-right: 0;
}

.top_footer .contact_links h6 span{
    color: #df5050;
    font-size: 22px;
    margin-right: 5px;
}

.top_footer .contact_links h6 a{
    color: #a7a7a7;
}

.top_footer .contact_links h6 a:hover{
    background: none;
    color: #df5050;
}

.middle_footer{
    background: #454545;
    color: #cecece;
    padding: 0 0 30px;
}

.middle_footer h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    display: block;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #393939;
    padding-top: 30px !important;
    text-align: left;
    color: #cecece;
}

.middle_footer ul{
    margin: 0 0 0 15px !important;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.04em;
}

.middle_footer ul a{
    color: #cecece;
}

.middle_footer ul a:hover, .middle_footer ul a:focus{
    color: #df5050;
}

.middle_footer p{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
}

.middle_footer h5{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
    padding-top: 15px !important;
}

.middle_footer h5 a{
    color: #cecece;
}

.middle_footer h5 a:hover{
    color: #df5050;
}

.bottom_footer{
    background: #393939;
    padding: 15px 0;
}

.bottom_footer h5{
    text-align: left;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
}

.bottom_footer h6{
    text-align: right;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
    margin: 0 !important;
}

/********************************************************************/

@media only screen and (max-width: 1024px) 
{
    
    .banner h1
    {
        padding-top:55px !important;
    }
    
    .key_box h3, .enquiry_form h3
    {
        font-size:16px;
    }

    .mobile{
        left: 20px;
    }
    
    .web_apps_desktop{
        left: 20px;
    }
    
    .spec {
        padding: 15px;
    }
    
    .spec h2 {
        font-size: 18px;
        letter-spacing: 0.06em;
    }
    
    .web_design_laptop{
        top: 110px;
        left: 15px;
    }
    
    .web_design_laptop img{
        width: 70%;
    }
    
    .e_marketing_laptop{
        top: 110px;
        left: 15px;
    }
    
    .e_marketing_laptop img{
        width: 72%;
    }
    
    .e_marketing_banner h1 {
        /*margin-left: 280px !important;*/
    }
    
    .web_design_banner h1 {
        margin-left: 350px !important;
    }
    
    .web_design_desc p {
        margin-left: 0 !important;
        padding-top: 20px !important;
    }
    
    .e_marketing_desc p{
        margin-left: 0 !important;
        padding-top: 20px !important;
    }

    .our_clients img{
        margin-right: 50px;
    }
    
    .our_clients img:last-child{
        margin-right: 0;
    }
    
    .app_dev_our_clients img{
        margin-right: 50px;
    }
    
    .app_dev_our_clients img:last-child{
        margin-right: 0;
    }
    
    .top_footer .contact_links h6{
        font-size: 17px;
        margin-right: 30px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
    .specialization .spec_box{
        min-height: 210px;
    }
    
}

@media only screen and (max-width: 800px){
    
    .banner h1
    {
        padding-top:60px !important;
    }
    
    .key_box h3, .enquiry_form h3
    {
        font-size:15px;
    }
    
    .remaining_content img
    {
        /*height:220px;*/
        display:block !important;
        float:none;
    }

    .mobile{
        top: 80px;
    }
    
    .web_apps_desktop{
        top: 100px;
    }
    
    .web_design_banner h1{
        margin-left: 250px !important;
        line-height: 40px !important;
        padding-top: 35px !important;
    }
    
    .web_design_laptop{
        top: 83px;
        left: 15px;
    }
    
    .web_design_laptop img{
        width: 50%;
    }
    
    .e_marketing_laptop{
        top: 83px;
        left: 15px;
    }
    
    .e_marketing_laptop img{
        width: 50%;
    }
    
    .e_marketing_banner h1 {
        /*margin-left: 200px !important;*/
    }
    
    .description p {
        padding-top: 40px !important;
    }
    
    .web_design_desc p{
        padding-top: 30px !important;
        margin-left: 0 !important;
    }
    
    .spec {
        padding: 15px;
    }
    
    .spec h2 {
        font-size: 18px;
        letter-spacing: 0.06em;
    }
    
    .web_design_spec h2 {
        font-size: 16px;
        letter-spacing: 0.06em;
        line-height: 45px;
    }
    
    .spec h2 img {
        margin-right: 10px;
        width: 30px;
    }
    
    .cloud_app_img
    {
        float:none;
    }
    
    .points h4
    {
        font-size:15px;
    }
    
    .our_clients img{
        margin-right: 40px;
    }
    
    .app_dev_our_clients img{
        margin-right: 40px;
    }
    
    .specialization{
        margin-top: 0;
    }

    .specialization .spec_box{
        margin: 20px 0;
        min-height: 160px;
    }
    
}

@media only screen and (max-width: 770px){
    
    .banner {
        min-height: 150px;
    }
    
    .banner h1 {
        font-size: 35px;
        padding-top:35px !important;
    }
    
    .social_links{
        text-align: center;
        margin-bottom: 20px;
    }
    
    .top_footer{
        text-align: center;
    }
    
    .top_footer .contact_links {
        text-align: center;
    }
    
    .top_footer .contact_links h6 {
        font-size: 16px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-right: 25px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
    .top_footer .contact_links h6 span {
        font-size: 20px;
    }
    
    .top_footer .social_links a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 640px)
{
    
    #navigation
    {
        display:none;
    }
    
    .banner {
        min-height: 100px;
    }
    
    .banner h1 {
        font-size: 30px;
        padding: 20px 0 !important;
    }
    
    .key_box, .enquiry_form
    {
        margin-top:20px;
    }
    
    .web_design_banner h1 {
        line-height: 100px !important;
        padding-top: 0 !important;
    }
    
    .mobile, .web_apps_desktop, .web_design_laptop, .e_marketing_laptop {
        display: none;
    }
    
    .description p{
        padding-top: 20px !important;
        margin-left: 0px !important;
    }
    
    .key_features, .key_features_web_design {
        margin-top: 30px;
        text-align: center;
    }
    
    .custom_web_app
    {
        text-align:left;
    }
    
    .key_tabs .spec{
        text-align: center;
    }
    
    .key_tabs .spec img {
        display: inline-block !important;
        margin-bottom: 15px;
    }
    
    .key_tabs .nav-stacked > li{
        float: left !important;
    }
    
    .key_tabs .nav-pills > li + li{
        margin-top: 0 !important;
    }
    
    .key_tabs .nav-pills li a{
        border-radius: 0 !important;
    }
    
    .key_tabs .nav-pills {
        border-radius: 4px !important;
        overflow: hidden !important;
    }
    
    .our_clients, .app_dev_our_clients {
        text-align: center;
    }
    
    .points
    {
        padding:20px 0 !important;
    }
    
    .top_footer .social_links a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        padding-top: 11px;
    }
    
    .remaining_content
    {
        text-align:center;
    }
    
    #quote-carousel .carousel-control{
        display: none;
    }
    
    .top_footer .contact_links h6{
        font-size: 14px;
        margin-right: 0;
    }
    
    .middle_footer h5{
        display: none;
    }
    
    .middle_footer ul{
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.02em;
    }
    
    .bottom_footer h5{
        text-align: center;
        font-size: 10px;
        padding-bottom: 5px !important;
    }

    .bottom_footer h6{
        text-align: center;
        font-size: 10px;
    }
    
    .title_404
    {
        font-size: 80px;
    }

    .line_1_404, .line_2_404
    {
        font-size:15px;
        padding:0 15px;
    }
    
}

@media only screen and (max-width: 480px){
    
    .banner {
        min-height: 80px;
        text-align: center;
    }
    
    .banner h1 {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 0 !important;
    }
    
    .leaders p {
        font-size: 15px;
    }
    
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(191, 20, 27, 0.8) url(http://codyhouse.co/demo/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.cd-top:hover {
    background-color: #bf141b;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 480px){
    
    .tcb-quote-carousel {
        min-height: 520px;
    }
    
}

/*****************************************************************/

#wrap_404
{
    text-align:center;
    margin:50px 0 100px;
}

.title_404
{
    font-size: 100px;
    font-weight: 600;
    padding: 15px 0 15px 15px !important;
    color: #bf141b;
    letter-spacing: 0.04em;
}

.line_1_404, .line_2_404
{
    font-size:16px;
}

#wrap_404 a
{
    display: inline-block;
    color: #fff;
    background: #bf141b;
    padding: 10px 20px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 4px;
}

#wrap_404 a:hover
{
    background:#222;
}


















