/*


font-family: 'Open Sans', sans-serif;

font-family: 'PT Sans', sans-serif;

*/

body {
    color: #515151;
    background-image: url('images/sec4.jpg');
    background-repeat: repeat;
}
header {
    background-color: #fff;
}
header  ul.nav li.dropdown:hover ul.dropdown-menu {
            display: block;
        }
a:focus,
img:focus,
button:focus,
.btn:focus {
    outline: none;
}
a {
    text-decoration: none;
    outline: none;
    color: #333333;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
::-moz-selection {
    background: #46CBFF;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #46CBFF;
    color: #ffffff;
    text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
}
p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'PT Sans', sans-serif;
    color: #676767;
}
a:hover,
a:focus {
    text-decoration: none !important;
}
ul,
ol,
li {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
h1 {
    text-transform: uppercase;
    padding-bottom: 37px;
    margin-bottom: 25px!important;
    background-position: center bottom;
    background-repeat: no-repeat;
}
h2 {
    padding-bottom: 36px;
    margin-bottom: 19px!important;
    position: relative;
    text-transform: uppercase;
    background-position: center bottom;
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
/*Header*/

header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
}
header .logo {
    margin-top: 3px;
    margin-bottom: 3px;
}
/*header .navbar{min-height:20px; padding-top:8px;}*/

header .contacts {
    margin-bottom: 7px;
    padding-top: 27px;
    font-weight: 600;
}
header .contacts li {
    display: inline-block;
    margin-right: 22px;
}
header .contacts li img {
    margin-right: 7px;
}
header .contacts li a {
    color: #4d4d4d;
}
header .contacts li:hover a {
    color: #069ddb;
}
header .nav > li {
    padding: 0 20px;
}
header .navbar-default .navbar-nav > li > a {
    color: #3a3a3a;
}
header .navbar-default .navbar-nav > li > a:focus,
header .navbar-default .navbar-nav > li > a:hover {
    color: #069ddb
}
header .nav > li > a {
    padding: 17px 0;
    font-weight: 600;
}
header .navbar-default {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
    color: #06aeef;
    background-color: transparent;
    border-bottom: 3px solid #06aeef;
}
header .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
}
header .hidden .contacts {
    display: none;
}
header .dropdown-menu > li > a:focus,
header .dropdown-menu > li > a:hover {
    background: transparent;
    color: #27b9f2;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/*our portfolio(all page)*/

.filter_tab {
    margin-bottom: 81px;
}
.filter_tab li {
    display: inline-block;
}
.filter_tab ul {
    display: inline-block;
    border-bottom: 1px solid #06aeef;
    border-top: 1px solid #06aeef;
}
.filter_tab li a {
    padding: 6px 34px
}
.filter_tab li a.selected {
    display: block;
    background-color: #06aeef;
    color: #ffffff;
    -webkit-box-shadow: -2px 15px 21px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 15px 21px -15px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 15px 21px -15px rgba(0, 0, 0, 0.75);
}
.entry {
    cursor: pointer;
    float: left;
    height: auto;
    padding: 10px;
    position: relative;
    width: 24.5%;
}
.entry .entryInr {
    border: 2px solid #e7e7e7;
    position: relative
}
.entry .entryInr img {
    width: 100%;
    height: auto;
}
article.entry h5 {
    display: none;
}
.entry .entryInr .video-hover {
    background: rgba(0, 0, 0, 0.72) none no-repeat scroll 0 0;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    background-image: url('images/hover-img.png');
    border: 1px solid white;
    background-position: center center;
}
.entryInr:hover .video-hover {
    display: block;
}
.entry:hover .entryInr {
    border: 3px solid #ffffff;
    margin-top: -19px;
    transition: all 0.6s ease 0s;
    -webkit-box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, 0.75);
}
.entryInr {
    overflow: hidden;
}
.buttonview {
    border: 1px solid #474747;
    border-radius: 70px;
    width: 129px;
    height: 34px;
    padding: 7px 18px;
    color: #474747;
    display: inline-block;
    margin-top: 57px;
}
.buttonview:hover {
    background-color: #474747;
    color: white;
}
.entry {
    height: 300px;
    display: table;
}
.entry .entryInr {
    display: table-cell;
    vertical-align: middle;
}
.entry:hover {
    margin-top: -6px;
    transition: all 0.6s ease 0s;
}
.pp_pic_holder.pp_default {
    background-image: url("images/portfolio-bk.png");
    background-size: cover;
}
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content,
div.light_rounded .pp_content,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    background: none!important;
}
.pp_details {
    position: absolute!important;
    top: -30px;
}
.pp_nav {
    display: none!important;
}
a.pp_expand,
a.pp_contract {
    top: -25px!important;
    right: 50px!important;
}
div.ppt {
    opacity: 0!important;
}
/*Banner*/

.banner {
    position: relative;
    background-image: url('images/banner.png');
    min-height: 648px;
    background-position: center;
    background-size: cover;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    padding-top: 132px;
}
.banner .carousel {
    min-height: 473px;
}
.banner .carousel-control {
    width: 105px;
    background: none;
}
.banner .carousel-caption {
    position: relative;
    top: 105px;
    text-align: left;
    left: 0;
    right: 0;
    text-shadow: none;
}
.banner .carousel-caption h2 {
    font-size: 51px;
    line-height: 47px;
    font-weight: 600;
}
.banner .carousel-caption p {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    color: #feffff;
}
.banner .carousel-inner .carousel-caption a {
    border: 1px solid white;
    padding: 11px 30px;
    width: 196px;
    border-radius: 70px;
    color: white;
    margin-right: 15px;
}
.banner .carousel-inner .carousel-caption a {
    text-transform: uppercase;
}
.banner .carousel-inner .carousel-caption a:hover {
    background-color: #ffa42f;
    border: 1px solid #ffa42f;
    color: black;
}
.banner .carousel-control .glyphicon-chevron-left {
    background-image: url('images/left-slide.png');
    background-size: 100%;
    font-size: 0;
}
.banner .carousel-control .glyphicon-chevron-right {
    background-image: url('images/right-slide.png');
    background-size: 100%;
    font-size: 0;
}
.banner .carousel-inner h2 {
    font-size:
    /*51*/
    
    38px;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 18px!important;
    padding-bottom: 0px;
}
.banner .button-slider {
    margin-top: 34px;
}
.banner .pointer {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 2px;
    text-align: center;
}
.banner .container1 {
    position: relative;
}
.banner .container1 .secno {
    /*position: absolute;bottom:27px;left:0;*/
    
    color: #005aa8;
    font-size: 14px;
    margin-top: -10px;
}
.banner .container1 .secno span {
    font-size: 22px;
    color: #06aeef;
}
.banner .carousel-indicators li {
    text-indent: 0;
    color: white;
    width: auto;
    height: auto;
    background: none !important;
    border: none !important;
    display: none;
}
.banner .carousel-indicators li.active {
    display: block;
}
.banner .carousel-indicators {
    bottom: 27px;
}
.banner .carousel-indicators {
    left: inherit;
    right: 60%;
}
/*Inner Banner*/

.banner_inner {
    background-image: url('images/banner_inner.jpg');
    min-height: 236px;
    text-align: center;
    padding-top: 169px;
    padding-bottom: 44px;
    background-size: 100% 100%;
}
.banner_inner p {
    text-transform: uppercase;
}
.banner_inner .brochure_design,
.banner_inner .ebrochure_design,
.banner_inner .flyer_design,
.banner_inner .logo_design,
.banner_inner .ecatalogue_design,
.banner_inner .website_design {
    position: relative;
    background-repeat: no-repeat;
    padding: 11px 8px;
    -webkit-transition: -webkit-transform 1.6s ease-in-out;
    transition: transform 1.6s ease-in-out;
}
/*.banner_inner .ebrochure_design:hover, .banner_inner .flyer_design:hover,.banner_inner .logo_design:hover,.banner_inner .ecatalogue_design:hover,.banner_inner .website_design:hover,.banner_inner .brochure_design:hover {
-webkit-transform: rotate(360deg);
      transform: rotate(360deg);
}*/

.banner_inner .brochure_design .design_img,
.banner_inner .ebrochure_design .design_img,
.banner_inner .flyer_design .design_img,
.banner_inner .logo_design .design_img,
.banner_inner .ecatalogue_design .design_img,
.banner_inner .website_design .design_img {
    background-color: #fff;
    width: 117px;
    height: 115px;
    border-radius: 100%;
    padding-top: 11px;
}
.banner_inner .ebrochure_design:after,
.banner_inner .flyer_design:after,
.banner_inner .logo_design:after,
.banner_inner .ecatalogue_design:after,
.banner_inner .website_design:after,
.banner_inner .brochure_design:after {
    content: "";
    width: 137px;
    height: 137px;
    top: 0px;
    left: 0;
    position: absolute;
}
.banner_inner .brochure_design:after {
    background-image: url(images/brochure-back.png);
}
.banner_inner .brochure_design .design_img {
    border: 3px solid #ff673b;
}
.banner_inner .ebrochure_design:after {
    background-image: url(images/ebrochure_design-back.png);
}
.banner_inner .ebrochure_design .design_img {
    border: 3px solid #bbff57;
}
.banner_inner .flyer_design:after {
    background-image: url(images/flyer_design-back.png);
}
.banner_inner .flyer_design .design_img {
    border: 3px solid #19dbe0;
}
.banner_inner .logo_design:after {
    background-image: url(images/logo-back.png);
}
.banner_inner .logo_design .design_img {
    border: 3px solid #968af4;
}
.banner_inner .ecatalogue_design:after {
    background-image: url(images/ecatalogue-back.png);
}
.banner_inner .ecatalogue_design .design_img {
    border: 3px solid #fbff00;
}
.banner_inner .website_design:after {
    background-image: url(images/website-back.png);
}
.banner_inner .website_design .design_img {
    border: 3px solid #d257dd;
}
.banner_inner .slider {
    display: none;
}
/*Body*/
/*sec2*/

.sec2 {
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    padding-top: 51px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.sec2 h1 {
    line-height: 18px;
    font-size: 25px;
    font-weight: 600;
    color: #393939;
}
.sec2 p {
    padding-bottom: 34px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #676767;
    font-weight: 400;
    text-align: justify;
}
.sec2 .buttonlink {
    background-color: #059af5;
    color: white;
    border: 2px solid #059af5;
    padding: 12px 30px;
    border-radius: 70px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.sec2 .buttonlink img {
    margin-left: 10px;
}
.sec2 .buttonlink:hover {
    background-color: #059AF580;
}
.sec2 .main1 {
    position: relative;
    background-image: url('images/monitor.png');
    height: 351px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto
}
.sec2 .main1 .sub1 {
    padding: 16px;
}
.sec2 .main1 iframe.sub1 {
    width: 100%;
    height: 275px
}
iframe {
    border: 0;
}
.sec2 .about {
    padding-left: 25px;
}
/*sec3*/

.sec3 {
    background-image: url('images/sec3-back.jpg');
    background-repeat: repeat;
    text-align: center;
    padding-top: 63px;
    padding-bottom: 53px;
    font-family: 'Open Sans', sans-serif!important;
}
.sec3 .buttonlink {
    background-color: #474747;
    color: white;
    border: 2px solid #474747;
    padding: 11px 30px;
    border-radius: 70px;
}
.sec3 .buttonlink img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: filter .3s ease;
    margin-left: 10px;
}
.sec3 .buttonlink:hover img {
    filter: none;
}
.sec3 .buttonlink:hover {
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
}
.sec3 .services {
    position: relative;
    padding: 70px 17px 41px;
    border: 1px solid #a7a7a7;
    margin-top: 89px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sec3 .services .top-img {
    background-image: url('images/sec3-back.jpg');
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #a7a7a7;
    border-radius: 100%;
    padding: 20px;
    width: 91px;
    height: 91px;
}
.sec3 .services .top-img .icon-image {
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.sec3 .services:hover .top-img .icon-image img {
    margin-top: -45px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sec3 h2 {
    color: #393939;
}
.sec3 p {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #676767;
    font-weight: 400;
}
.sec3 .services:hover {
    background-color: #0b8aeb;
    border: 1px solid #0b8aeb;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: -3px 4px 33px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 4px 33px -15px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 4px 33px -15px rgba(0, 0, 0, 0.75);
}
.sec3 .services:hover p {
    color: #fff;
}
.sec3 .services:hover .top-img {
    background-color: #48b0ff;
    border: 1px solid #48b0ff;
    background-image: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: -3px 4px 33px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 4px 33px -15px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 4px 33px -15px rgba(0, 0, 0, 0.75);
}
.sec3 .services:hover .buttonlink {
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
}
.sec3 .services:hover .buttonlink img {
    filter: none;
}
.sec3 .buttonview {
    border: 1px solid #474747;
    border-radius: 70px;
    width: 129px;
    height: 34px;
    padding: 7px 18px;
    color: #474747;
    display: inline-block;
    margin-top: 57px;
}
.sec3 .buttonview:hover {
    background-color: #474747;
    color: white;
}
.sec3 .services p {
    margin-top: 24px;
    margin-bottom: 37px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #676767;
    font-weight: 400;
}
.sec3 .services h4 {
    font-size: 14px;
    text-transform: uppercase;
}
/*sec4*/

.sec4 {
    padding-top: 63px;
    padding-bottom: 53px;
    text-align: center;
    font-family: 'Open Sans', sans-serif!important;
}
/*sec5*/

.sec5 {
    padding-top: 63px;
    padding-bottom: 53px;
    position: relative;
    min-height: 500px;
}
.sec5 .person {
    position: absolute;
    top: 137px;
    left: 0;
    right: 0;
    text-align: center;
}
.sec5 h2 {
    text-align: center;
}
.sec5 .adv-2 .media-body {
    text-align: right;
}
.sec5 .med-img {
    border: 2px solid #a7a7a7;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    padding: 10px 10px;
    margin-right: 20px;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
.sec5 .media:hover {
    cursor: pointer;
}
.sec5 .media:hover .med-img {
    background-color: #0b8aeb;
    border: 2px solid #7cdaff;
    -webkit-box-shadow: 1px 5px 2px -3px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 1px 5px 2px -3px rgba(0, 0, 0, 0.70);
    box-shadow: 1px 5px 2px -3px rgba(0, 0, 0, 0.70);
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
.sec5 .media h4 {
    color: #393939;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 18px!important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600
}
.sec5 .adv-2 .med-img {
    margin-left: 20px;
    margin-right: 0;
}
.sec5 .media .media-left {
    float: left;
}
.sec5 .media .media-right {
    float: right;
}
.sec5 .media p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #606060;
}
/*sec6*/

.sec6 {
    min-height: 500px;
    margin-top: 107px;
    padding-top: 68px;
    padding-bottom: 68px;
}
.sec6 h2 {
    padding-bottom: 36px;
    margin-bottom: 38px!important;
    position: relative;
    text-align: center;
    color: #06aeef;
}
.sec6 .contacts {
    background-color: #06aeef;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 18px;
    padding-bottom: 39px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.sec6 .contact h4 {
    padding: 14px 10px;
    font-size: 25px;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #0474a0;
    text-align: center;
    color: #ffffff;
}
.sec6 .contacts .form-control {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.sec6 .contacts textarea {
    resize: none;
}
.contacts .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contacts .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contacts .form-control:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contacts .form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.sec6 .contacts textarea:focus,
.contacts .form-group input:focus {
    background-color: white;
    color: #222424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.sec6 .contacts textarea:focus::-moz-placeholder,
.contacts .form-group input:focus::-moz-placeholder {
    color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.sec6 .contacts textarea:focus,
.contacts .form-group input:focus {
    -webkit-box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
}
.sec6 .contact {
    float: left;
    margin-bottom: -119px;
    margin-top: 0;
    width: 100%;
    position: relative;
}
.sec6 .contact:after {
    position: absolute;
    content: "";
    background-image: url('images/contact-shadow.png');
    height: 51px;
    bottom: -51px: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
}
/*-----scrollbar-------*/

.sec6 .content {
    width: 100%;
    height: 255px;
    overflow: auto;
}
.sec6 .content h4 {
    text-align: justify;
    color: #06aeef;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 10px!important
}
.sec6 .content ul li {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}
.sec6 .content p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 36px;
    font-weight: 400;
}
.sec6 .btn-primary {
    background-color: #002c4c;
    border-color: #002c4c;
}
.sec6 .btn {
    padding: 15px 55px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 50px;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.sec6 .content p a {
    color: #fff;
}
.sec6 .content p a:hover {
    color: #06aeef;
}
.btn.btn-primary:hover {
    background: transparent;
    color: #002c4c;
    border: 1px solid #002c4c;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
/*-----scrollbar end-----*/
/*sec7*/

.sec7 {
    min-height: 551px;
    padding-top: 126px;
    position: relative;
}
.sec7 h2 {
    text-align: center;
}
.sec7 .person {
    position: absolute;
    bottom: 0;
    left: 5px;
}
.sec7 .newtest {
    text-align: center;
}
.sec7 .buttonview {
    margin-top: 5px;
}
.sec7 .item {
    margin-right: 30px;
}
.sec7 .owl-carousel {
    text-align: left;
}
.sec7 .item .test1 {
    min-height: 212px;
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    position: relative;
    padding: 38px 16px;
}
.sec7 .item .test1:hover {
    background-color: #00b2f7;
    border: 1px solid #00b2f7;
    text-decoration: none;
    outline: none;
    color: white;
    ;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    cursor: pointer;
}
.sec7 .item:hover .test1 {
    -webkit-box-shadow: -1px 7px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 7px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 7px 9px -5px rgba(0, 0, 0, 0.75);
}
.sec7 .owl-carousel .owl-wrapper-outer {
    padding-bottom: 20px;
}
.sec7 .owl-pagination {
    margin-top: 17px;
}
.sec7 .item .test1 h4 {
    font-size: 16px;
    margin-bottom: 12px!important;
    font-weight: 600;
}
.sec7 .item .test1 h6 {
    font-size: 14px;
    margin-bottom: 17px!important;
    font-weight: 600;
    color: #767676;
}
.sec7 .item .test1 p {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #767676;
}
.sec7 .item .test1 .quote-sign {
    width: inherit;
    display: block;
    position: absolute;
    right: 32px;
    top: 14px;
}
.sec7 .item .test1:hover .quote-sign {
    display: none;
}
.sec7 .item .test1 .quote-sign-hover {
    display: none;
    position: absolute;
    right: 32px;
    top: 14px;
    width: inherit;
}
.sec7 .item .test1:hover .quote-sign-hover {
    display: block;
}
.sec7 .item .test1:hover h4,
.sec7 .item .test1:hover h6,
.sec7 .item .test1:hover p {
    color: #fff;
}
.sec7 .item .test1 .media-left img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}
.sec7 .owl-buttons {
    display: none;
}
.sec7 .owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #a2a2a2;
    border-radius: 20px;
    display: block;
    height: 11px;
    margin: 5px 7px;
    width: 11px;
}
.sec7 .owl-theme .owl-controls .active span {
    background-color: #00abee;
    border: 2px solid #00abee;
}
/*social*/

ul.social {
    position: fixed;
    right: 0;
    top: 130px;
    z-index: 9999;
}
ul.social a img {
    text-decoration: none;
    outline: none;
    color: #333333;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
ul.social a:hover img {
    opacity: 0.5;
    text-decoration: none;
    outline: none;
    color: #333333;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
/*INNER PAGES*/
/*Services*/

.service_inner {
    padding-top: 52px;
    padding-bottom: 66px;
    text-align: center;
}
.service_inner h1 {
    line-height: 18px;
    font-size: 25px;
    font-weight: 600;
    color: #393939;
}
.service_inner img {
    border: 4px solid #fff;
}
.service_inner .service-section {
    margin-top: 33px;
}
.service_inner .services img {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.75);
    margin-bottom: 33px;
}
.service_inner .services:hover p {
    color: #1fb6ef;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
.service_inner .services {
    padding-top: 25px;
    padding-bottom: 25px;
}
.service_inner p {
    font-family: 'PT Sans', sans-serif;
    color: #676767;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
.service_inner .services p {
    text-transform: uppercase;
    color: #5c5c5c;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.service-section img {
    max-width: 100%;
}
/*--END SERVICES--*/
/*PORTFOLIO*/

.portfolio_main img {
    max-width: 100%;
}
.portfolio_main {
    padding: 44px 0 63px;
}
.portfolio_main .buttonlink {
    background-color: #059af5;
    color: white;
    padding: 11px 19px;
    float: right;
    border-radius: 70px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.portfolio_main .buttonlink img {
    margin-left: 10px;
}
.portfolio_main .nav.nav-tabs > li {
    background-color: #dbdbdb;
    margin-right: 4px;
    margin-bottom: 0;
}
.portfolio_main .nav.nav-tabs > li:last-child {
    margin-right: 0;
}
.portfolio_main .nav.nav-tabs {
    display: inline-block;
    margin-bottom: 43px;
}
.portfolio_main .nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    border: 0;
    text-transform: uppercase;
    padding: 15px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.portfolio_main .nav > li > a:focus,
.portfolio_main .nav > li > a:hover,
.portfolio_main .nav-tabs > li.active > a,
.portfolio_main .nav-tabs > li.active > a:focus,
.portfolio_main .nav-tabs > li.active > a:hover {
    background-color: #06aeef;
    border: 0;
    color: white;
}
.portfolio_main .nav.nav-tabs {
    border-bottom: 2px solid #06aeef;
}
.portfolio_main h2 {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 28px!important;
    color: #313131;
}
.portfolio_main .portfolio-parts {
    margin-bottom: 42px;
}
.portfolio_main .Portfolio-img {
    text-align: center;
    margin-bottom: 36px;
    border: 3px solid #ffffff;
    background: #e8e8e8;
    /* For browsers that do not support gradients */
    
    background: -webkit-radial-gradient(#f2f2f2 15%, #e8e8e8 60%);
    /* Safari 5.1-6.0 */
    
    background: -o-radial-gradient(#f2f2f2 15%, #e8e8e8 60%);
    /* For Opera 11.6-12.0 */
    
    background: -moz-radial-gradient(#f2f2f2 15%, #e8e8e8 60%);
    /* For Firefox 3.6-15 */
    
    background: radial-gradient(#f2f2f2 15%, #e8e8e8 60%);
    /* Standard syntax */
}
/*Portfolio-inner*/

.portfolio_main p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #676767;
    margin-bottom: 28px;
}
.pagination-img {
    text-align: right;
}
.pagination-img .pagination > li > a,
.pagination > li > span {
    background-color: #0083ce;
    border: 3px solid #0083ce;
    border-radius: 100%;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 5px 12px;
}
.pagination-img .pagination > li > a {
    position: relative;
    margin: 0 10px;
}
.pagination-img .pagination > li > a::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    left: -25px;
    top: 15px;
    background-color: #0083ce;
}
.pagination-img .pagination > li.disabled > a {
    color: #ccc;
    border-color: #ccc;
    background-color: transparent;
    margin-left: 32px!important;
}
.pagination-img .pagination > li.disabled > a:hover {
    color: #ccc
}
.pagination-img .pagination > li:last-child > a {
    margin-left: 32px!important;
}
.pagination-img .pagination span i {
    font-size: 22px;
}
.pagination-img .pagination > li:first-child a {
    margin-right: 32px!important;
}
.pagination-img .pagination > li.page-item.disabled > a::after,
.pagination-img .pagination > li:last-child > a::after,
.pagination-img .pagination > li:nth-child(2) > a::after {
    left: -45px;
    width: 43px;
}
.pagination-img .pagination > li:first-child a::after {
    content: none;
}
.pagination-img .pagination > .active > a,
.pagination-img .pagination > .active > a:focus,
.pagination-img .pagination > .active > a:hover,
.pagination-img .pagination > .active > span,
.pagination-img .pagination > .active > span:focus,
.pagination-img .pagination > .active > span:hover {
    background: transparent;
    color: #0083ce;
    padding: 8px 15px;
}
.pagination-img .pagination > li > a:hover {
    background: transparent;
    color: #0083ce;
}
.desc {
    /*display: none;*/
    
    position: absolute;
    bottom: -190px;
    left: 0;
    right: 0;
    background-color: rgba(6, 174, 239, 0.75);
    color: #fff;
    padding: 30px 10px 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.desc h2 {
    color: #fff;
    padding-bottom: 0
}
.desc p {
    color: #fff;
}
.Portfolio-img {
    overflow: hidden;
}
.Portfolio-img:hover .desc {
    /*display: block;bottom: 0;*/
}
.website-port .Portfolio-img:hover .desc {
    display: block;bottom: 0;
}
.Portfolio-img {
    position: relative;
}
.ajax-loader .fa.fa-spin.fa-spinner {
    color: #46cbff;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10px;
}
/*---END Portfolio---*/
/*Contact Page*/

.contact_inner {
    padding-top: 47px;
    padding-bottom: 73px;
}
.contact_inner h2 {
    font-size: 16px;
    line-height: 18px;
    color: #06aeef;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 18px!important;
    padding: 0;
}
.contact_inner form {
    margin-top: 14px;
}
.contact_inner form .form-control {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-color: transparent;
    box-shadow: none;
    border-color: #bfbfbf;
}
.contact_inner .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #737373;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contact_inner .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #737373;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contact_inner .form-control:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #737373;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contacts .form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #737373;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contact_inner form {
    text-align: right;
}
.contact_inner form .form-control:focus {
    -webkit-box-shadow: 2px 5px 10px -6px rgba(125, 121, 125, 1);
    -moz-box-shadow: 2px 5px 10px -6px rgba(125, 121, 125, 1);
    box-shadow: 2px 5px 10px -6px rgba(125, 121, 125, 1);
}
.contact_inner form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.contact_inner form .form-control:focus::-moz-placeholder {
    color: transparent;
}
.contact_inner form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}
.contact_inner form .form-control:focus:-moz-placeholder {
    color: transparent;
}
.contact_inner .form-group {
    margin-bottom: 7px;
}
.contact_inner form textarea {
    resize: none;
}
.contact_inner .btn {
    padding: 8px 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 14px;
    line-height: 24px;
    border-radius: 30px;
    background-color: #06aeef;
    border: 1px solid #06aeef;
}
.contact_inner .btn.btn-primary:hover {
    border-color: #06aeef;
    color: #06aeef;
}
.contact_inner .contact_form {
    border: 1px solid #bfbfbf;
    padding: 26px 20px 33px;
}
.contact_inner .captcha .form-group label,
.contact_inner .captcha,
.contact_inner .captcha a {
    color: #737373;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
}
.contact_inner .captcha {
    text-align: left;
}
.contact_inner .captcha a:hover {
    color: #000;
}
.contact_inner .captcha img {
    margin-bottom: 9px;
    max-width: 100%;
}
.contact_inner p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #676767;
}
.contact_inner .contact-info {
    background-image: url('images/contact-info-back.jpg');
    background-size: 100% 100%;
    margin-top: 22px;
    padding: 15px 16px;
    color: #ffffff;
    margin-bottom: 22px;
}
.contact_inner .contact-info h5 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.contact_inner .contact-info p {
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
.contact_inner .contact-info p a {
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
.contact_inner .contact-info .email img,
.contact_inner .contact-info .phn img,
.contact_inner .contact-info .addrs img {
    display: inline-block;
}
.contact_inner .contact-info .email h5,
.contact_inner .contact-info .phn h5,
.contact_inner .contact-info .addrs h5 {
    display: inline-block;
}
.contact_inner .contact-info .contact_content {
    margin-top: 15px;
}
.contact_inner .contact_map {
    text-align: center;
}
.contact_inner .contact_map iframe {
    width: 556px;
    height: 250px;
}
/*Service-inner*/

.service-sec1 {
    padding: 57px 0;
}
.service-sec1 .b-design {text-align: center;}
.service-sec1 .b-design p {margin-bottom: 17px;text-align: justify;}
.b-design h1{font-size:25px;}

.service-sec1 .contacts {
    background-color: #06aeef;
    padding: 18px 13px 32px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
.service-sec1 .contact h4 {
    padding: 14px 10px;
    font-size: 25px;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #0474a0;
    text-align: left;
    color: #ffffff;
}
.service-sec1 .contacts .form-control {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.service-sec1 .contacts textarea {
    resize: none;
}
.service-sec1 .btn-primary {
    background-color: #002c4c;
    border-color: #002c4c;
}
.service-sec1 .btn {
    padding: 10px 39px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 50px;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.service-sec1 .btn.btn-primary:hover {
    background: transparent;
    color: #002c4c;
    border: 1px solid #002c4c;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}
.contacts .form-group input,
.contacts textarea {
    color: #fff;
}
.service-sec1 .contacts textarea:focus::-moz-placeholder,
.contacts .form-group input:focus::-moz-placeholder {
    color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.service-sec1 .contacts textarea:focus,
.contacts .form-group input:focus {
    background-color: white;
    color: #222424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.service-sec1 .contacts textarea:focus::-moz-placeholder,
.contacts .form-group input:focus::-moz-placeholder {
    color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.service-sec1 .contacts textarea:focus,
.contacts .form-group input:focus {
    -webkit-box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
}
.contacts textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.contacts textarea:focus::-moz-placeholder {
    color: transparent;
}
.contacts textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.contacts textarea:focus:-moz-placeholder {
    color: transparent;
}
.service-sec2 {
    text-align: center;
    background-repeat: repeat;
    padding: 59px 0;
}
.service-sec3 {
    text-align: center;
    padding: 55px 0;
}
.nunc p {
    margin-bottom:
    /*46px*/
    
    20px;
}
.testimonials #thumbs2 {
    background-color: transparent;
    box-shadow: none;
}
.testimonials #thumbs2-prev,
#thumbs2-next {
    display: none;
}
#thumbs2 {
    padding: 0!important;
    height: 375px!important;
    width: 100%
}
#thumbs2 .demo1 {
    height: 335px!important;
}
#thumbs2 ul li.active {
    outline: none;
}
#thumbs2 .buttonview {
    margin-top: 25px;
}
#thumbs2 ul li {
    margin-bottom: 20px!important;
}
.testimonials .item .test1 {
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #333333;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    position: relative;
    padding: 15px 13px;
}
.testimonials .item .test1:hover {
    background-color: #00b2f7;
    border: 1px solid #00b2f7;
    text-decoration: none;
    outline: none;
    color: white;
    ;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    cursor: pointer;
}
.testimonials .item:hover .test1 {
    -webkit-box-shadow: -1px 7px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 7px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 7px 9px -5px rgba(0, 0, 0, 0.75);
}
.testimonials .item .test1 a {
    color: #767676;
}
.testimonials .item .test1:hover a {
    color: #fff;
}
.testimonials .item .test1 h4 {
    font-size: 16px;
    margin-bottom: 12px!important;
    font-weight: 600;
}
.testimonials .item .test1 h6 {
    font-size: 14px;
    margin-bottom: 17px!important;
    font-weight: 600;
    color: #767676;
}
.testimonials .item .test1 p {
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    padding-top: 8px;
}
.testimonials .item .test1 .quote-sign {
    display: block;
    position: absolute;
    right: 16px;
    top: 8px;
    width: 70px;
    height: auto;
}
.testimonials .item .test1:hover .quote-sign {
    display: none;
}
.testimonials .item .test1 .quote-sign-hover {
    display: none;
    position: absolute;
    right: 16px;
    top: 8px;
    width: 70px;
    height: auto;
}
.testimonials .item .test1:hover .quote-sign-hover {
    display: block;
}
.testimonials .item .test1:hover h4,
.testimonials .item .test1:hover h6,
.testimonials .item .test1:hover p {
    color: #fff;
}
.testimonials .item .test1 .media-left img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}
/*Blog Page*/

.blog-posts {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 36px;
}
.blog-posts h4 {
    font-weight: 700;
    font-size: 15px;
    color: #393939;
    text-transform: uppercase;
    padding-bottom: 13px;
    padding-top: 23px;
}
.dates-blog {
    position: absolute;
    top: 37px;
    left: -79px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background-color: #ff673b;
    padding: 11px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}
.blog-posts-img img {
    height: auto;
    width: 100%;
}
.blog-posts-text {
    padding: 0 12px 23px 12px;
    border: 1px solid #d2d2d2;
}
.blog-posts span {
    color: #ff673b;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
}
.blog-posts-text .more {
    color: #ff673b;
    padding: 0 9px;
}
.blog-posts-text > p {
    padding-top: 16px;
}
.pagination-img-blog {
    text-align: left;
}
.pagination-img-blog .pagination > li:nth-child(8) > a::after {
    right: -48px;
    width: 46px;
}
.pagination-img-blog .pagination > li:nth-child(6) > a::after {
    right: -25px;
    width: 25px;
}
.post-sidebar {
    border: 1px solid #d2d2d2;
    margin-top: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.posts-sidebar {
    padding: 10px;
}
.posts-sidebar p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #393939;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}
.posts-sidebar > li {
    margin-bottom: 20px;
}
.post-sidebar h4 {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 10px;
    color: #06aeef;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.posts-sidebar span {
    color: #ff673b;
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
    position: relative;
    padding-left: 19px;
}
.posts-sidebar span::before {
    font-family: "FontAwesome";
    content: "\f017";
    position: absolute;
    left: 2px;
}
.contacts.signup {
    margin-top: 34px;
    text-align: center!important;
    color: #ffffff;
    padding-top: 26px;
    padding-bottom: 23px;
}
.signup h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}
.signup p {
    color: #fff;
    line-height: 16px;
    padding: 20px 0;
}
.signup form {
    position: relative;
}
.signup form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 7px 12px;
    background-color: #1c262a;
    border: 1px solid #1c262a;
}
.signup form .btn.btn-primary:hover {
    color: #1c262a;
    border: 1px solid #1c262a;
}
.contacts.signup form .form-control {
    box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
    background-color: white;
}
.contacts.signup .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #adadad;
    line-height: 18px;
}
.contacts.signup .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #adadad;
    font-size: 13px;
    line-height: 16px;
}
.contacts.signup .form-control:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #adadad;
    font-size: 13px;
    line-height: 16px;
}
.contacts.signup .form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #adadad;
    font-size: 13px;
    line-height: 16px;
}
/*Testimonials*/

.test {
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
    padding-top: 28px;
}
.test li {
    margin-bottom: 40px;
    min-height: 150px;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.testimonials.test-page {
    padding: 46px 0;
}
.testimonials h4 {
    color: #00a1df;
    font-size: 16px;
    font-weight: 600;
}
.testimonials .pagination-img-blog {
    text-align: right;
}
.test img {
    margin: 14px 0;
}
/*Packages*/

.padd {
    padding: 15px 15px;
}
.fleft {
    float: left;
}
.msd-multi-popup {
    display: none;
}
.msd-multi-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 9997;
}
.msd-multi-popup-content {
    position: absolute;
    top: 70px;
    z-index: 9998;
    background: url("images/portfolio-bk.png");
    width: auto;
    padding: 15px 0;
    margin-bottom: 50px;
    box-shadow: 0px 0px 0px #fff;
    opacity: 0;
    display: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.msd-multi-popup-close {
    top: 57px;
    position: absolute;
    z-index: 9999;
    display: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.msd-multi-popup-content img {
    max-width: 100%;
    display: block;
    margin: -15px 0;
}
.msd-multi-popup-content img.img-center {
    margin: -15px auto;
}
.packages {
    font-family: 'Open Sans', sans-serif;
    padding: 79px 0;
}
.packages .number {
    background-color: #5a5a5a;
    color: #ffffff;
    padding: 10px;
}
.table_text .first {
    padding-left: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
.packages .main_table p {
    padding-bottom: 0;
    padding-left: 20px;
}
.use_bak {
    background-image: url("images/amount_bak.png");
    background-repeat: no-repeat;
    width: 63px;
    height: 22px;
    margin-right: 10px;
    text-align: center;
    line-height: 22px;
    color: #7b7b7b;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-position: center;
}
.tri_fold_bak {
    width: 731px;
    height: 42px;
    /* background: url(images/tri_fold_bak.jpg) left top repeat-x;*/
    
    background: #00aeef none repeat-x scroll left top;
    color: #FFF;
    line-height: 42px;
    padding-left: 20px;
}
.table_text {
    text-align: center;
}
.top_table td {
    background-color: #003970;
    color: #fff;
    text-transform: uppercase;
}
.top_table td:first-child {
    border-radius: 10px 0 0 0;
}
.top_table td:last-child {
    border-radius: 0 10px 0 0;
}
.table_text td:nth-child(2) a {
    background-image: url("images/arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.table_text td:nth-child(2) {
    width: 30%;
}
.table_text td a {
    color: #ff7400;
    font-weight: bold;
    display: block;
}
.orange td {
    color: #ff7400;
    font-weight: bold;
}
.table_text td a:hover {
    color: #000;
    display: block;
}
.table_text td {
    padding: 7px 0;
}
.table_text.table_text_two td {
    border: 1px solid #ccc;
}
.table-responsive {
    background-color: #fafafa;
}
/*About Us*/

.aboutus {
    text-align: left;
}
.aboutus ul li {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #676767;
    font-weight: 400;
    padding-bottom: 5px;
}
.aboutus ul li li {
    padding-left: 20px;
}
.list-type1 {
    margin-bottom: 30px;
}
.list-type1 li {
    position: relative;
    padding-left: 20px;
}
.list-type1 li:before {
    font-family: FontAwesome;
    content: "\f24d";
    position: absolute;
    left: 0;
    color: #006CB8;
}
.aboutus h2 {
    padding-bottom: 0;
    color: #00acef;
    font-size: 18px;
}
.aboutus p {
    padding-bottom: 25px;
}
/*career*/

.career {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.carrer-box-toppart {
    padding: 5px 0 10px 72px;
    background: #00AEEF none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.carrer-box-part1 {
    font-size: 14px;
    color: #000000;
    padding: 5px 0 10px 72px;
    border: #999999 1px solid;
    background: #FFFFFF !important;
}
.carrer-text-one {
    font-weight: bold;
}
.carrer-box {
    margin-bottom: 30px;
}
.career .next {
    float: right;
}
.career a.view {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff;
    background-color: #00AEEF;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #00AEEF;
}
.career a.view:hover {
    color: #00AEEF;
    background-color: transparent;
    border: 1px solid #00AEEF;
}
.career a,
.aboutus a {
    color: #00aff0;
}
.career a:hover,
.aboutus a:hover {
    color: #000;
}
/*footer*/

footer {
    background-image: url('images/footer.jpg');
    padding-top: 84px;
    padding-bottom: 90px;
    position: relative;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}
footer .info h6 {
    margin-top: -45px!important;
    color: #069ddb;
    font-size: 15px;
    line-height: 22px;
}
footer .info p a,
footer .info p {
    font-size: 14px;
    line-height: 22px;
    color: white;
    font-weight: 400;
}
footer .info p a:hover {
    color: #069ddb;
    text-decoration: underline!important;
}
footer .info {
    position: relative;
}
footer .info:before {
    background: #0093cb none repeat scroll 0 0;
    top: 50px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    width: 125px;
}
footer .info:after {
    background: #0093cb none repeat scroll 0 0;
    top: 50px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 125px;
}
footer .go-to-top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
footer nav {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px
}
footer .navbar-default {
    background: transparent;
    border: none;
}
footer .navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
footer .navbar-default .navbar-nav > li > a:focus,
footer .navbar-default .navbar-nav > li > a:hover {
    color: #069ddb;
}
footer .navbar-default .navbar-nav > .active > a,
footer .navbar-default .navbar-nav > .active > a:focus,
footer .navbar-default .navbar-nav > .active > a:hover {
    color: #069ddb;
    background: transparent;
}
footer .nav > li > a {
    padding: 15px 12px;
}
footer .navbar-nav > li {
    position: relative;
    float: none;
    display: inline-block;
}
footer .navbar-nav > li::after {
    background: #fff none repeat scroll 0 0;
    top: 20px;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    width: 2px;
}
footer .navbar-nav > li:first-child::after {
    content: none;
}
footer .navbar .navbar-nav {
    display: inline-block;
    float: none;
}
footer .navbar {
    margin-bottom: 17px;
    margin-top: 13px;
}
footer small {
    font-size: 13px;
    line-height: 22px;
    color: white;
    font-family: 'Open Sans', sans-serif;
}
footer small span {
    color: #069ddb;
}
/*footer small span:hover{color:#ffffff;}*/

footer .socials {
    display: inline-block;
}
footer .socials li {
    display: inline-block;
    border: 1px solid #12b0ed;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: 5px 2px;
}
footer .socials li:hover {
    background-color: #12b0ed;
}
footer .socials li:hover i {
    color: white;
    transition: all .3s ease;
}
footer .socials li i {
    font-size: 17px;
    color: #12b0ed;
}
footer .icons {
    margin-top: 24px;
}
.modal-content {
    background-image: url(images/frm-popup-bg.png);
    background-size: 100% auto;
}
.quick .contacts {
    padding: 43px;
    float: right;
    width: 60%
}
.quick .img {
    float: left;
    width: 40%;
    padding: 30px 0px 10px 8px;
}
.quick .img img {
    width: 100%;
}
.quick .contacts .form-control::-moz-placeholder {
    color: #787878;
}
.quick .contacts .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #787878;
}
.quick .contacts .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #787878;
}
.quick .contacts .form-control:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #787878;
}
.quick .contacts .form-control {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #787878;
    border-radius: 0;
    color: #787878;
    box-shadow: none;
}
.quick .btn-primary {
    background-color: #059af5;
    border-color: #059af5;
}
.quick .btn {
    padding: 11px 43px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 30px;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.quick .btn-primary:hover {
    background: transparent;
    border-color: #059af5;
    color: #059af5
}
.quick .contacts .form-group textarea:focus,
.quick .contacts .form-group input:focus {
    background-color: transparent;
    box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75)
}
.quick .contacts .form-group textarea {
    resize: none;
}
.modal-dialog {
    width: 868px;
    position: relative;
}
.modal-content {
    border-radius: 0;
    border: 0px;
    -webkit-box-shadow: -1px 12px 12px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 12px 12px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 12px 12px -8px rgba(0, 0, 0, 0.75);
}
.modal-dialog .btn.btn-secondary {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #5e5e5e;
    font-weight: bold;
}
.modal-footer {
    border: 0
}
.modal-dialog::after {
    z-index: -2;
    content: "";
    background-color: #fff;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 27px;
    width: 801px;
    position: absolute;
}
.nunc .serv-nunc {
    height: 335px;
    overflow-y: auto;
    margin-top: 35px;
    text-align: justify;
}
.nunc .serv-nunc h4 {
    margin-bottom: 10px!important;
    color: #00a1df
}
.nunc .serv-nunc ul {
    /*text-align: left;*/
    
    margin-bottom: 10px;
}
.nunc .serv-nunc ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    color: #676767;
}
.nunc .serv-nunc ul li:after {
    color: #006cb8;
    content: "\f24d";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}
/*.service-sec3 .testimonials{font-size: 0}*/

.thank-u img {
    width: 30%;
    height: auto;
}
.thank-u h2 {
    font-size: 23px;
    color: rgb(66, 192, 251)
}
.thank-u h3 {
    font-size: 23px;
    color: rgb(66, 192, 251);
    padding: 30px 0;
    font-weight: 600;
    text-transform: uppercase;
}
/*-------1.5.17--------*/

#digit1 {
    float: left;
    margin-right: 3px;
    color: #fff;
    line-height: 34px;
}
#digit2 {
    float: left;
    color: #fff;
    margin-right: 3px;
    line-height: 34px;
}
.form_plus {
    float: left;
    color: #fff;
    margin-right: 3px;
    line-height: 34px;
}
.form_equal {
    color: #fff;
    float: left;
    margin-right: 3px;
    line-height: 34px;
}
#answer {
    padding: 6px 12px;
    border: 1px solid #fff;
    display: block;
    font-size: 14px;
    width: 87%;
    background: none;
    color: #fff;
    float: right;
    margin-bottom: 8px;
}
#contact_form #digit1 {
    float: left;
    margin-right: 3px;
    color: #737373;
    line-height: 34px;
}
#contact_form #digit2 {
    float: left;
    color: #737373;
    margin-right: 3px;
    line-height: 34px;
}
#contact_form .form_plus {
    float: left;
    color: #737373;
    margin-right: 3px;
    line-height: 34px;
}
#contact_form .form_equal {
    color: #737373;
    float: left;
    margin-right: 3px;
    line-height: 34px;
}
#contact_form #answer {
    padding: 6px 12px;
    border: 1px solid #bfbfbf;
    display: block;
    font-size: 14px;
    width: 87%;
    background: none;
    color: #737373;
    float: right;
    margin-bottom: 8px;
}
/*-------05-05-17----*/

.web-package {
    padding-bottom: 35px;
}
.web-package .noted,
.web-package .table-responsive {
    margin: 0 50px;
}
.web-package .table-responsive td:first-child {
    text-align: left;
    padding-left: 60px
}
.web-package .table-responsive tr.top_table td:first-child {
    text-align: center;
    padding-left: 0;
}
.web-package .table-responsive td {
    border-left: 1px solid rgb(0, 175, 240);
    border-bottom: 1px solid #ccc
}
.web-package .table-responsive td:first-child {
    border-left: none;
}
.web-package .table-responsive tr:last-child td {
    border-bottom: 1px solid rgb(0, 175, 240);
}
.web-package .buttonview {
    float: right;
    margin-top: 0px;
}
.web-package ul {
    text-align: left;
    margin-top: 35px;
}
.web-package .table_text td:nth-child(2) {
    width: auto;
}
.web-package b {
    color: rgb(0, 175, 240);
}
.web-package td span {
    font-weight: bold;
}

.pdf_links_block{
    text-align: center;
    padding: 15px 0 0;
}
.pdf_links_block a{
    display:inline-block;
    margin: 0 6px;
    width: 120px;
-webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.pdf_links_block a:hover{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.pdf_links_block a img{
    width: 100%;
    height: auto;
}
.filter_tab.bdesign{margin-bottom: 50px;}






/*--------RESPONSIVE-------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec7 .item .test1 .quote-sign {
        right: 5px;
        top: 41px;
        width: 20%;
    }
    .sec7 .item .test1 .quote-sign-hover {
        right: 5px;
        top: 41px;
        width: 20%;
    }
    .sec2 .main1 iframe.sub1 {
        width: 100%;
        height: 224px
    }
    header .nav > li {
        padding: 0 10px;
    }
    header .banner img {
        max-width: 100%;
    }
    .sec2 .main1 .sub1 {
        width: 100%;
        padding: 14px 13px;
    }
    .sec7 .person {
        left: 0;
    }
    .sec7 .person img {
        width: 75%;
    }
    .sec4 .entry .entryInr .video-hover {
        background-size: 45px 45px;
    }
    footer .info::before {
        width: 115px;
    }
    footer .info::after {
        width: 115px;
    }
    .sec5 .person {
        top: 165px;
    }
    .banner .carousel-indicators {
        bottom: 25px;
    }
    .contact_inner .contact_map iframe {
        height: 237px;
        width: 455px;
    }
    .portfolio_main .nav-tabs > li > a {
        font-size: 11px;
        padding: 10px;
    }
    .portfolio_main .nav.nav-tabs > li {
        margin-right: 1px;
    }
    .service-sec1 .contact h4 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pdf_links_block a{width: 20%;}
    header .navbar {
        min-height: inherit;
    }
    .banner .carousel-caption h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .banner .carousel-inner .carousel-caption a {
        padding: 11px 14px;
    }
    .banner img {
        max-width: 100%;
    }
    .banner .carousel-caption {
        top: 32px;
    }
    .banner .carousel {
        min-height: 345px;
    }
    .banner {
        min-height: 330px;
        padding-top: 220px;
    }
    header .logo {
        text-align: center;
    }
    header .text-right {
        text-align: center;
    }
    header .navbar .navbar-nav {
        display: inline-block;
        float: none!important;
    }
    header .nav > li {
        padding: 0 16px;
    }
    header .nav > li > a {
        padding: 7px 0;
    }
    .sec2 .main1 {
        width: 458px;
        height: 351px;
        margin: 0 auto;
    }
    .sec2 .main1 .sub1 {
        width: 100%;
        padding: 15px 16px;
    }
    .sec2 .about {
        margin-top: 13px;
    }
    .sec4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .filter_tab {
        margin-bottom: 40px;
    }
    .filter_tab li a {
        padding: 6px 21px;
    }
    .sec5 .person {
        display: none;
    }
    .sec6 {
        margin-top: 0;
    }
    .sec6 .contact h4 {
        font-size: 21px;
    }
    .sec7 .person {
        display: none;
    }
    .sec7 {
        padding-top: 60px;
        min-height: inherit;
        padding-bottom: 30px;
    }
    footer .info1::after {
        left: 189px;
    }
    footer .info1::before {
        right: 198px;
    }
    .sec7 .item .test1 .quote-sign {
        right: 5px;
        top: 41px;
        width: 20%;
    }
    .sec7 .item .test1 .quote-sign-hover {
        right: 5px;
        top: 41px;
        width: 20%;
    }
    .entry .entryInr .video-hover {
        background-size: 30px 30px;
    }
    .banner .carousel-indicators {
        bottom: 46px;
    }
    .banner_inner {
        min-height: 200px;
        padding-top: 239px;
    }
    .banner_inner .website_design,
    .banner_inner .ecatalogue_design,
    .banner_inner .logo_design,
    .banner_inner .flyer_design,
    .banner_inner .ebrochure_design,
    .banner_inner .brochure_design {
        background-size: 100% auto;
        padding: 7px;
        margin: 0 10px;
        width: 100px;
        height: 100px;
    }
    .banner_inner .website_design .design_img,
    .banner_inner .ecatalogue_design .design_img,
    .banner_inner .logo_design .design_img,
    .banner_inner .flyer_design .design_img,
    .banner_inner .ebrochure_design .design_img,
    .banner_inner .brochure_design .design_img {
        height: 85px;
        padding-top: 7px;
        width: 85px;
    }
    .banner_inner .website_design p,
    .banner_inner .ecatalogue_design p,
    .banner_inner .logo_design p,
    .banner_inner .flyer_design p,
    .banner_inner .ebrochure_design p,
    .banner_inner .brochure_design p {
        font-size: 9px;
        line-height: 12px;
    }
    .banner_inner .ebrochure_design::after,
    .banner_inner .flyer_design::after,
    .banner_inner .logo_design::after,
    .banner_inner .ecatalogue_design::after,
    .banner_inner .website_design::after,
    .banner_inner .brochure_design::after {
        background-size: cover;
        max-height: 100%;
        max-width: 100%;
    }
    .contact_inner .contact_map iframe {
        height: 186px;
        width: 344px;
    }
    .portfolio_main .nav-tabs > li > a {
        font-size: 9px;
        padding: 8px 4px;
    }
    .portfolio_main .nav.nav-tabs > li {
        margin-right: 1px;
    }
    .portfolio_main {
        padding: 44px 0;
    }
    .portfolio_main .nav.nav-tabs {
        margin-bottom: 20px;
    }
    .portfolio_main h2 {
        font-size: 19px;
        margin-bottom: 20px !important;
    }
    .portfolio_main .buttonlink {
        font-size: 13px;
        padding: 9px 16px;
    }
    .service-sec2,
    .service-sec1 {
        padding: 40px 0;
    }
    .service-sec1 .contact h4 {
        font-size: 20px;
    }
    .service-sec1 .b-design p {
        margin-bottom: 12px;
    }
    .buttonview {
        margin-top: 28px;
    }
    .nunc p {
        margin-bottom: 10px;
    }
    .testimonials .item .test1 .quote-sign-hover,
    .testimonials .item .test1 .quote-sign {
        right: 2px;
        top: 27px;
        width: 64px;
        height: auto;
    }
    .aboutus h2 {
        font-size: 20px;
    }
    .modal-dialog {
        width: 627px
    }
    .modal-dialog::after {
        width: 585px
    }
    .quick .contacts {
        padding: 16px
    }
    .entry {
        height: 220px;
    }
    #answer {
        width: 82%;
    }
    #contact_form #answer {
        width: 82%;
    }
}


@media only screen and (max-width: 767px) {
    .pdf_links_block{ padding-bottom: 25px;}
    .pdf_links_block a{width: 18%;}
    #answer {
        width: 82%;
    }
    #contact_form #answer {
        width: 82%;
    }
    header .visible-xs {
        text-align: center;
    }
    header .navbar-default .navbar-toggle {
        border-color: #059af5;
        margin-right: 4px;
    }
    header .navbar-default .navbar-toggle .icon-bar {
        background-color: #059af5;
    }
    header .navbar-default .navbar-toggle:focus,
    header .navbar-default .navbar-toggle:hover {
        background-color: #059af5;
    }
    header .navbar-default .navbar-toggle:focus .icon-bar,
    header .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: white;
    }
    header .logo {
        margin: 0;
    }
    .logo img {
        width: 35%;
    }
    header nav {
        margin-top: -44px;
    }
    .banner .carousel-caption h2 br {
        display: none;
    }
    header .navbar {
        min-height: inherit;
    }
    header .contacts li {
        margin-right: 10px;
    }
    .banner .carousel-caption h2 {
        font-size: 20px;
        line-height: 21px;
    }
    .banner .carousel-caption p {
        font-size: 12px;
        line-height: 21px;
    }
    .banner .button-slider {
        margin-top: 20px;
    }
    .banner .carousel-inner .carousel-caption a {
        padding: 6px;
        margin-right: 3px
    }
    .banner .carousel {
        min-height: 400px;
    }
    .banner {
        min-height: 420px;
        padding-top: 205px;
    }
    .banner img {
        max-width: 100%;
    }
    .banner .carousel-caption {
        top: 0;
    }
    .banner .container1 .secno {
        left: 21px;
        bottom: 62px;
    }
    .banner .button-slider {
        font-size: 12px;
    }
    header .logo {
        text-align: center;
    }
    header .text-right {
        text-align: center;
    }
    header .navbar .navbar-nav {
        display: inline-block;
        float: none!important;
    }
    header .nav > li {
        padding: 0 16px;
    }
    header .nav > li > a {
        padding: 7px 0;
    }
    .entry {
        width: 45%;
    }
    .entry .entryInr .video-hover {
        background-size: 60px 60px;
    }
    .sec2 .main1 {
        width: 458px;
        height: 351px;
        margin: 0 auto;
    }
    .sec2 .main1 .sub1 {
        width: 100%;
        padding: 15px 16px;
    }
    .sec2 .about {
        margin-top: 13px;
    }
    .sec2 .main1 {
        display: inline-block;
    }
    .sec2 .main1 .sub1 {
        left: 16px;
        right: 0
    }
    .sec4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .filter_tab {
        margin-bottom: 40px;
    }
    .filter_tab li a {
        padding: 6px 6px;
    }
    .sec5 .person {
        display: none;
    }
    .sec6 {
        margin-top: 0;
    }
    .sec6 .contact h4 {
        font-size: 21px;
    }
    .sec6 .contact {
        margin-top: 30px;
    }
    .sec7 .person {
        display: none;
    }
    .sec7 .item .test1 {
        min-height: 160px;
    }
    .sec7 {
        padding-top: 100px;
        min-height: inherit;
        padding-bottom: 30px;
    }
    footer .info::after {
        left: 107px;
        width: 140px;
    }
    footer .info::before {
        right: 107px;
        width: 140px
    }
    footer .navbar-nav > li::after {
        content: none;
    }
    ul.social {
        top: 190px;
    }
    .sec7 .item .test1 {
        padding: 16px 16px;
    }
    .sec7 .item .test1 .quote-sign {
        right: 5px;
        top: 41px;
        width: 20%;
    }
    .sec7 .item .test1 .quote-sign-hover {
        right: 5px;
        top: 41px;
        width: 20%;
    }
    .sec3 .services {
        margin-top: 44px;
    }
    ul.social {
        text-align: right;
    }
    ul.social li {
        height: 30px;
        width: 30px;
    }
    ul.social li img {
        width: 100%;
    }
    .banner .carousel-indicators {
        bottom: 46px;
    }
    /*Innerpages*/
    
    .banner_inner {
        min-height: 189px;
        padding-bottom: 30px;
        padding-top: 200px;
    }
    .banner_inner .website_design,
    .banner_inner .ecatalogue_design,
    .banner_inner .logo_design,
    .banner_inner .flyer_design,
    .banner_inner .ebrochure_design,
    .banner_inner .brochure_design {
        background-size: 100% auto;
        padding: 9px;
        margin: 0 auto;
        width: 98px;
        height: 98px;
    }
    .banner_inner .website_design .design_img,
    .banner_inner .ecatalogue_design .design_img,
    .banner_inner .logo_design .design_img,
    .banner_inner .flyer_design .design_img,
    .banner_inner .ebrochure_design .design_img,
    .banner_inner .brochure_design .design_img {
        height: 80px;
        padding-top: 5px;
        width: 80px;
    }
    .banner_inner .website_design p,
    .banner_inner .ecatalogue_design p,
    .banner_inner .logo_design p,
    .banner_inner .flyer_design p,
    .banner_inner .ebrochure_design p,
    .banner_inner .brochure_design p {
        font-size: 7px;
        line-height: 9px;
    }
    .banner_inner .ebrochure_design::after,
    .banner_inner .flyer_design::after,
    .banner_inner .logo_design::after,
    .banner_inner .ecatalogue_design::after,
    .banner_inner .website_design::after,
    .banner_inner .brochure_design::after {
        background-size: cover;
        max-height: 100%;
        max-width: 100%;
    }
    .banner_inner .slider {
        display: block;
    }
    .banner_inner .owl-controls {
        display: none!important;
    }
    .banner_inner .static_banner {
        display: none;
    }
    .service_inner .services img {
        margin-bottom: 19px;
    }
    .service_inner .services p {
        font-size: 16px;
    }
    .service_inner .services {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .service_inner {
        padding-bottom: 39px;
        padding-top: 39px;
    }
    .service_inner .service-section {
        margin-top: 20px;
    }
    .contact_inner {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .contact_inner .contact_form {
        margin-bottom: 15px;
    }
    .contact_inner .contact_map iframe {
        height: 265px;
        width: 100%;
    }
    .portfolio_main {
        text-align: center;
        position: relative;
    }
    .portfolio_main .buttonlink {
        float: none;
    }
    .portfolio_main .nav-tabs > li > a {
        font-size: 8px;
        padding: 8px 4px;
    }
    .portfolio_main .nav.nav-tabs > li {
        margin-right: 1px;
    }
    .portfolio_main .Portfolio-img {
        height: auto;
        margin: 0 auto 36px;
        width: 65%;
    }
    .portfolio_main {
        padding: 44px 0;
    }
    .portfolio_main .nav.nav-tabs {
        margin-bottom: 20px;
    }
    .portfolio_main h2 {
        font-size: 19px;
        margin-bottom: 20px !important;
    }
    .portfolio_main .Portfolio-img {
        margin-bottom: 25px;
    }
    .portfolio_main .buttonlink {
        font-size: 13px;
        padding: 9px 16px;
    }
    .pagination-img {
        text-align: center;
    }
    .service-sec3,
    .service-sec2,
    .service-sec1 {
        padding: 40px 0;
    }
    .nunc p,
    .service-sec1 .b-design p {
        margin-bottom: 15px;
    }
    .service-sec1 .contact h4 {
        font-size: 20px;
    }
    .buttonview {
        margin-top: 28px;
    }
    .testimonials .item .test1 .quote-sign-hover,
    .testimonials .item .test1 .quote-sign {
        right: 2px;
        top: 27px;
        width: 64px;
        height: auto;
    }
    .test {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .aboutus h2 {
        font-size: 20px;
    }
    .pagination-img .pagination > li > a {
        margin: 0 5px;
    }
    .pagination-img .pagination > li:first-child a {
        margin-right: 9px !important;
    }
    .pagination-img .pagination > li.disabled > a {
        margin-left: 9px!important;
    }
    .pagination-img .pagination > li:last-child > a::after,
    .pagination-img .pagination > li:nth-child(2) > a::after {
        left: -19px;
        width: 17px;
    }
    .pagination-img .pagination > li > a::after {
        left: -15px;
        width: 12px;
    }
    .modal-dialog {
        width: 70%;
        margin: 10px auto;
    }
    .modal-dialog::after {
        width: 90%
    }
    .quick .contacts {
        padding: 16px
    }
    .quick .contacts .form-group textarea,
    .quick .contacts .form-control {
        height: 30px;
    }
    .quick .btn {
        padding: 5px 35px
    }
    .entry {
        height: 120px;
    }
    .thank-u h3,
    .thank-u h2 {
        font-size: 15px;
    }
    .web-package .noted,
    .web-package .table-responsive {
        margin: 0;
    }
    .web-package .buttonview {
        margin-top: 37px;
        float: none;
    }
    .web-package .table-responsive td:first-child {
        padding-left: 6px;
    }
    .test li {width: 100%;}
    .filter_tab.bdesign{margin-bottom: 30px;}
}
@media only screen and (max-width: 639px) {
    .filter_tab li a {
        padding: 6px 6px;
    }
    .banner .carousel-caption p {
        font-size: 9px;
        line-height: 18px;
    }
    .banner .button-slider {
        font-size: 10px;
    }
    .banner .carousel {
        min-height: 310px;
    }
    .banner {
        min-height: 350px;
        padding-top: 190px;
    }
    ul.social li {
        height: 20px;
        width: 20px;
    }
    ul.social li img {
        width: 100%;
    }
    ul.social {
        top: 185px;
    }
    footer .info::before {
        right: 45px;
    }
    footer .info::after {
        left: 45px;
    }
    .banner_inner .website_design,
    .banner_inner .ecatalogue_design,
    .banner_inner .logo_design,
    .banner_inner .flyer_design,
    .banner_inner .ebrochure_design,
    .banner_inner .brochure_design {
        height: 92px;
        margin: 0 auto;
        padding: 6px;
        width: 92px;
    }
    .design_img > img {
        width: 45%;
    }
    .banner_inner .website_design p,
    .banner_inner .ecatalogue_design p,
    .banner_inner .logo_design p,
    .banner_inner .flyer_design p,
    .banner_inner .ebrochure_design p,
    .banner_inner .brochure_design p {
        font-size: 9px;
    }
    .portfolio_main .nav.nav-tabs {
        width: 100%;
    }
    .portfolio_main .nav.nav-tabs > li {
        float: none;
        width: 100%;
    }
    .portfolio_main .nav-tabs > li > a {
        font-size: 11px;
        padding: 9px;
    }
}
.go-to-top-side {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 0;
    right: 20px;
}
@media only screen and (max-width: 479px) {
    .pdf_links_block a{margin: 0 1px; width: 22%;}
    #form1 p.half {
        width: 94%;
        float: none;
    }
    #form1 p.full {
        float: none;
    }
    .banner {
        padding-top: 170px;
    }
    .banner .col-xs-7 {
        width: 100%;
        text-align: center;
    }
    .banner .carousel-inner .col-xs-7 img {
        width: 240px;
        height: auto;
    }
    .banner .carousel {
        min-height: 260px;
    }
    .banner {
        min-height: 279px;
    }
    .banner_inner {
        padding-top: 160px;
    }
    .banner .carousel-caption {
        text-align: center;
        padding: 0;
        margin: 0
    }
    .banner .col-xs-5 {
        width: 100%;
    }
    .banner .carousel-caption p,
    .banner .button-slider {
        display: none;
    }
    .banner .carousel {
        min-height: 270px;
    }
    .banner {
        min-height: 300px
    }
    .sec3 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .filter_tab li a {
        padding: 3px;
        font-size: 11px;
    }
    .entry .entryInr .video-hover {
        background-size: 20px 20px;
    }
    .sec2 .main1 {
        width: 297px;
        height: 243px;
        margin: 0 auto;
    }
    .sec2 .main1 .sub1 {
        width: 100%;
        padding: 10px 10px;
    }
    .sec2 .main1 iframe.sub1 {
        width: 100%;
        height: 177px;
    }
    .sec4 .buttonview {
        margin-top: 16px;
    }
    .sec4 h2 {
        margin-bottom: 30px !important;
        font-size: 22px;
    }
    .sec2 h1 {
        font-size: 22px;
        line-height: 18px;
        padding-bottom: 50px!important;
    }
    .sec2 p {
        padding-bottom: 24px;
        font-size: 13px;
        line-height: 20px;
    }
    .sec2 .buttonlink {
        padding: 8px 24px;
        font-size: 14px;
        line-height: 16px;
    }
    .sec2 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .sec3 .buttonlink {
        padding: 8px 24px;
    }
    .sec3 .services p {
        margin-bottom: 30px;
        margin-top: 22px;
    }
    footer .info::before {
        right: 0px;
        width: 125px
    }
    footer .info::after {
        left: 0px;
        width: 125px
    }
    .service_inner .services p {
        font-size: 12px;
    }
    .quick .img {
        display: none;
    }
    .quick .contacts {
        width: 100%
    }
    .modal-dialog {
        width: 88%;
    }
}
.text-danger {
    color: red !important;
}
.sec7 .item .test1 .quote-sign-hover,
.sec7 .item .test1 .quote-sign {
    right: 18px;
    top: 5px;
    width: 19%;
}
/*02-05-2017*/

#blog_form_id .form_plus {
    line-height: normal;
}
#blog_form_id .form_equal {
    line-height: normal;
}
#blog_digit1 {
    float: left;
    color: #fff;
    margin-right: 3px;
}
#blog_digit2 {
    float: left;
    color: #fff;
    margin-right: 3px;
}
.form_equal {
    float: left;
}
#blog_answer {
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 6px 12px;
    height: 34px;
    width: 100%;
}
#blog_answer:focus {
    box-shadow: -7px 10px 16px -13px rgba(0, 0, 0, 0.75);
    color: #222424;
    background-color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
#con_digit1 {
    float: left;
    margin-top: 7px;
    margin-right: 3px;
}
#con_digit2 {
    float: left;
    margin-top: 7px;
    margin-right: 3px;
}
.form_equal {
    float: left;
}
#con_answer {
    border: 1px solid #bfbfbf;
    background-color: transparent;
    padding: 6px 12px;
    height: 34px;
    width: 100%;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
#or_digit1 {
    float: left;
    margin-top: 7px;
    margin-right: 3px;
}
#or_digit2 {
    float: left;
    margin-top: 7px;
    margin-right: 3px;
}
#order_form .form_equal {
    float: left;
    color: #515151;
}
#order_form .form_plus {
    color: #515151;
}
#or_answer {
    border: 1px solid #bfbfbf;
    background-color: transparent;
    padding: 6px 12px;
    height: 34px;
    width: 100%;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
#or_answer:focus {
    box-shadow: 2px 5px 10px -6px rgb(125, 121, 125);
}
#digit1 {
    color: #787878;
}
#quick_form .form_plus {
    color: #787878;
}
#digit2 {
    color: #787878;
}
#quick_form .form_equal {
    color: #787878;
}
#answer {
    border-style: none none solid;
    border-color: currentcolor currentcolor #787878;
    width: 100%;
    color: #787878;
}
#blog_answer::-moz-placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
}
#answer::-moz-placeholder {
    opacity: 1;
    color: #787878;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}
#con_answer::-moz-placeholder {
    color: #737373;
    opacity: 1;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}
#or_answer::-moz-placeholder {
    color: #737373;
    opacity: 1;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}
/*-----------03-05-2017-------------*/

.captcha-wrap {
    margin-bottom: 15px;
}
.captcha-wrap .captcha-label {
    width: 100%;
    text-align: left;
    color: #fff;
}
.captcha-wrap .captcha-question {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
}
.captcha-wrap .form-wrap {
    display: table;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.captcha-wrap .form-wrap .form-group {
    display: table-cell;
}
.captcha-wrap .form-wrap .form-group .form-control {
    width: 100%;
}
#contact_form .captcha-label {
    color: #515151;
}
#quick_form .captcha-label,
#order_form .captcha-label {
    color: #515151;
}
