
body {
    background: #fff;
    color: #4e4e4e;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4e4e4e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -1px;
}
h2 { font-size: 20px }
h3 {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
h4 { font-size: 16px }
a {
    color: #4fa8e3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    moz-transition: color 300ms, background-color 300ms;
    o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    webkit-transition: color 300ms, background-color 300ms;
}
a:hover,
a:focus { color: #d43133 }
hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e5e5e5;
}
.btn-primary {
    background: #4fa8e3;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 10px;
    padding: 8px 20px;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #4fa8e3;
    box-shadow: none;
    outline: none;
}
.btn-transparent {
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
}
.btn-transparent:hover { border-color: rgba(255, 255, 255, 0.5) }
a:hover,
a:focus {
    color: #111;
    outline: none;
    text-decoration: none;
}
.dropdown-menu {
    border: none;
    margin-top: -1px !important;
    min-width: 180px;
}
.center h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}
.media>.pull-left { margin-right: 20px }
.media>.pull-right { margin-left: 20px }
body > section { padding: 65px 0 65px }
.center {
    padding-bottom: 55px;
    text-align: center;
}
.scaleIn {
    animation-name: scaleIn;
    webkit-animation-name: scaleIn;
}
.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}
@-webkit-keyframes scaleIn { 
    0% {
        opacity: 0;
        transform: scale();
        webkit-transform: scale();
    }
    100% {
        opacity: 1;
        transform: scale(1);
        webkit-transform: scale(1);
    }
}
@keyframes scaleIn { 
    0% {
        ms-transform: scale();
        opacity: 0;
        transform: scale();
        webkit-transform: scale();
    }
    100% {
        ms-transform: scale(1);
        opacity: 1;
        transform: scale(1);
        webkit-transform: scale(1);
    }
}
#header .search { display: inline-block }
/*.navbar>.container .navbar-brand { margin-left: 0px }*/
.top-bar {
    background: #4FA8E3;
    border-bottom: 1px solid #4FA8E3;
    height: 54px;
    /*padding: 4px 0px;*/
    line-height: 28px;
}
.top-number { color: #fff }
.top-number p { margin: 0 }
.social { text-align: right }
.social-share {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-share li { display: inline-block }
ul.social-share li a {
    background: #404040;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
ul.social-share li a:hover {
    background: #4fa8e3;
    color: #fff;
}
.search i { color: #fff }
input.search-form {
    background: transparent;
    border: 0 none;
    color: #FFF;
    moz-transition: all 400ms;
    ms-transition: all 400ms;
    o-transition: all 400ms;
    padding: 0 10px;
    transition: all 400ms;
    webkit-transition: all 400ms;
    width: 60px;
}
input.search-form::-webkit-input-placeholder { color: transparent }
input.search-form:hover::-webkit-input-placeholder { color: #fff }
input.search-form:hover { width: 180px }
.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar {
    background: #fff;
    box-shadow: 0 0 5px #888;
    margin-bottom: 0;
    moz-box-shadow: 0 0 5px #888;
    opacity: .9;
    padding: 0px;
    padding-bottom: 5px;
    webkit-box-shadow: 0 0 5px#888;
}
.navbar-nav {
    margin-top: 10px;
    padding: 6px 0;
}
.navbar-nav .lightgray{
    border-radius:0px !important;
}
.navbar-nav .icon-angle-down{
    color: #2181C4;
}
  
.navbar-nav>li {
    background-color: #fff;
    margin-left: 35px;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    border-radius: 3px !important;
    color: #4e4e4e;
    display: inline-block;
    font-size: 13px; 
    font-weight: 600;
    margin: 0;
    padding: 8px 12px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #4fa8e3;
    color: #fff;
}
.navbar-inverse { border: none }
.navbar-inverse .navbar-brand {
    color: #4e4e4e;
    font-size: 36px;
    line-height: 50px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #4fa8e3;
    color: #fff;
}
.navbar-inverse .navbar-na v .dropdown-menu {
    background-color: rgba(79, 168, 227, .85);
    border: 0;
    border-radius: 0;
    border-top: 0;
    box-shadow: 0 3px 8px rgba(79, 168, 227, .125);
    left: 0;
    margin-top: 0;
    moz-box-shadow: 0 3px 8px rgba(79, 168, 227, .125);
    padding: 0;
    webkit-box-shadow: 0 3px 8px rgba(79, 168, 227, .125);
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    background: #4FA8E3;
    color: #fff;
    padding: 8px 15px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background: rgba(0,0,0,.85);
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a { border-radius: 0 0 3px 3px }
.navbar-inverse .navbar-nav .dropdown-menu > li.divider { background-color: transparent }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
.navbar-header img { margin-top: 5px }
#main-slider { position: relative }
.no-margin {
    margin: 0;
    padding-bottom: 0px;
    padding-top: 122px;
}
.navbar>.container .navbar-brand {
margin-left: 0;
}

#main-slider .carousel .carousel-content { margin-top: 75px }
#main-slider .carousel .slide-margin { margin-top: 100px }
#main-slider .carousel h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.25px;
    line-height: 1.6em;
    margin-bottom: 10px;
    margin-top: 15px;
}
#main-slider .carousel .btn-slide {
    background: none transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    padding: 20px 30px;
}
#main-slider .carousel .btn-slide:hover { background: rgba(246, 244, 244, 0.2) }
#main-slider .carousel ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin-left: 0 !important;
}
#main-slider .carousel .slider-img {
    position: absolute;
    text-align: right;
}
#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block !important;
    height: 660px;
    left: 0 !important;
    moz-transition: opacity ease-in-out 500ms;
    opacity: 0;
    o-transition: opacity ease-in-out 500ms;
    position: absolute;
    top: 0;
    transition: opacity ease-in-out 500ms;
    webkit-transition: opacity ease-in-out 500ms;
    width: 100%;
}
#main-slider .carousel .item:first-child {
    position: relative;
    top: auto;
}
#main-slider .carousel .item.active {
    moz-transition: opacity ease-in-out 500ms;
    opacity: 1;
    o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    webkit-transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    background-color: none transparent;
    border-radius: 4px !important;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 5;
}
#main-slider .prev i,
#main-slider .next i { line-height: 40px }
#main-slider .prev:hover,
#main-slider .next:hover { background-color: #000 }
#main-slider .prev { left: 10px }
#main-slider .next { right: 10px }

.client_comany_logoss{  width: calc(100%/5); float: left;}
.client_comany_logoss img{ width: 125px; margin-left: 30px; margin-bottom: 50px;}
#top_companies .prev {
  float: left;
  margin-left: 20px;
  margin-top: -240px; 
  border-radius: 4px !important;
  color: #4fa8e3;
  display: inline-block;
  height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 5;
 }
#top_companies .next { 
  float: right;
  margin-right: 10px;
  margin-top: -240px;
  border-radius: 4px !important;
  color: #4fa8e3;
  height: 40px;
  text-align: center;
  width: 40px;
  z-index: 5;
}
#top_companies .prev i,
#top_companies .next i { line-height: 40px;}
#top_companies .prev:hover,
#top_companies .next:hover { background-color: #000 }

#main-slider .carousel-indicators li {
    background-color: #fff;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    width: 20px;
}
#main-slider .carousel-indicators li:after {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    border-radius: 100%;
    content: "";
    height: 24px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 24px;
}
#main-slider .carousel-indicators .active {
    background-color: #4fa8e3;
    border: 1px solid #4fa8e3;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    width: 20px;
}
#main-slider .carousel-indicators .active:after {
    background: #4fa8e3;
    border: 1px solid #4FA8E3;
    border-radius: 100%;
    content: "";
    height: 24px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 24px;
}
#main-slider .active .animation.animated-item-1 {
    animation: fadeInUp 300ms linear 300ms both;
    moz-animation: fadeInUp 300ms linear 300ms both;
    ms-animation: fadeInUp 300ms linear 300ms both;
    o-animation: fadeInUp 300ms linear 300ms both;
    webkit-animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
    animation: fadeInUp 300ms linear 600ms both;
    moz-animation: fadeInUp 300ms linear 600ms both;
    ms-animation: fadeInUp 300ms linear 600ms both;
    o-animation: fadeInUp 300ms linear 600ms both;
    webkit-animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
    animation: fadeInUp 300ms linear 900ms both;
    moz-animation: fadeInUp 300ms linear 900ms both;
    ms-animation: fadeInUp 300ms linear 900ms both;
    o-animation: fadeInUp 300ms linear 900ms both;
    webkit-animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
    animation: fadeInUp 300ms linear 1200ms both;
    moz-animation: fadeInUp 300ms linear 1200ms both;
    ms-animation: fadeInUp 300ms linear 1200ms both;
    o-animation: fadeInUp 300ms linear 1200ms both;
    webkit-animation: fadeInUp 300ms linear 1200ms both;
}
.signup_bg {
    background: rgba(245, 237, 237, 0.7);
    border: 1px solid #e1f9ff;
    padding: 10px;
}
.signup_margin { margin-top: 120px }
#signup-feature { position: relative }
.no-margin {
    margin: 0;
    padding-bottom: 0px;
    padding-top: 122px;
}
#signup-feature .carousel .carousel-content { margin-top: 75px }
#signup-feature .carousel .slide-margin { margin-top: 140px }
#signup-feature .carousel h2 {
    font-size: 19px;
    font-weight: 600 !important;
    line-height: 1.6em;
    margin-bottom: 10px;
    margin-top: 15px;
}
#signup-feature .carousel .btn-slide {
    background: none transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    padding: 20px 30px;
}
#signup-feature .carousel ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    margin-left: 0 !important;
}
#signup-feature .carousel .slider-img {
    position: absolute;
    text-align: right;
}
#signup-feature .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block !important;
    height: 500px;
    left: 0 !important;
    moz-transition: opacity ease-in-out 500ms;
    opacity: 0;
    o-transition: opacity ease-in-out 500ms;
    position: absolute;
    top: 0;
    transition: opacity ease-in-out 500ms;
    webkit-transition: opacity ease-in-out 500ms;
    width: 100%;
}
#signup-feature .carousel .item:first-child {
    position: relative;
    top: auto;
}
#signup-feature .carousel .item.active {
    moz-transition: opacity ease-in-out 500ms;
    opacity: 1;
    o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    webkit-transition: opacity ease-in-out 500ms;
    z-index: 1;
}
#signup-feature .prev,
#signup-feature .next {
    background-color: none transparent;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 5;
}
#signup-feature .prev:hover,
#signup-feature .next:hover { background-color: #000 }
#signup-feature .prev { left: 10px }
#signup-feature .next { right: 10px }
#signup-feature .carousel-indicators li {
    background-color: #fff;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    width: 20px;
}
#signup-feature .carousel-indicators li:after {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFF;
    border-radius: 100%;
    content: "";
    height: 24px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 24px;
}
#signup-feature .carousel-indicators .active {
    background-color: #4fa8e3;
    border: 1px solid #4fa8e3;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    width: 20px;
}
#signup-feature .carousel-indicators .active:after {
    background: #4fa8e3;
    border: 1px solid #4fa8e3;
    border-radius: 100%;
    content: "";
    height: 24px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 24px;
}
#signup-feature .active .animation.animated-item-1 {
    animation: fadeInUp 300ms linear 300ms both;
    moz-animation: fadeInUp 300ms linear 300ms both;
    ms-animation: fadeInUp 300ms linear 300ms both;
    o-animation: fadeInUp 300ms linear 300ms both;
    webkit-animation: fadeInUp 300ms linear 300ms both;
}
#signup-feature .active .animation.animated-item-2 {
    animation: fadeInUp 300ms linear 600ms both;
    moz-animation: fadeInUp 300ms linear 600ms both;
    ms-animation: fadeInUp 300ms linear 600ms both;
    o-animation: fadeInUp 300ms linear 600ms both;
    webkit-animation: fadeInUp 300ms linear 600ms both;
}
#signup-feature .active .animation.animated-item-3 {
    animation: fadeInUp 300ms linear 900ms both;
    moz-animation: fadeInUp 300ms linear 900ms both;
    ms-animation: fadeInUp 300ms linear 900ms both;
    o-animation: fadeInUp 300ms linear 900ms both;
    webkit-animation: fadeInUp 300ms linear 900ms both;
}
#signup-feature .active .animation.animated-item-4 {
    animation: fadeInUp 300ms linear 1200ms both;
    moz-animation: fadeInUp 300ms linear 1200ms both;
    ms-animation: fadeInUp 300ms linear 1200ms both;
    o-animation: fadeInUp 300ms linear 1200ms both;
    webkit-animation: fadeInUp 300ms linear 1200ms both;
}
.top-25 { margin-top: 25px }
#feature {
    background: #f2f2f2;
    padding-bottom: 40px;
}
.features { padding: 0 }
.feature-wrap {
    margin-bottom: 30px;
    padding-top: 5px;
}
.feature-wrap h2 { margin-top: 10px }
.feature-wrap .pull-left { margin-right: 25px }
.job_btn {
    background: #dd725e;
    border: 2px solid #fff;
    border-radius: 4px;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    padding: 20px 30px;
}
.job_btn:hover {
    background: #e38e7e;
    color: #fff;
}
.feature-wrap i {
    background: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    color: #4fa8e3;
    float: left;
    font-size: 48px;
    height: 110px;
    line-height: 110px;
    margin: 3px;
    margin-right: 25px;
    moz-transition: 500ms;
    o-transition: 500ms;
    text-align: center;
    transition: 500ms;
    webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    webkit-transition: 500ms;
    width: 110px;
}
.feature-wrap i:hover {
    background: #4fa8e3;
    border: 3px solid #4fa8e3;
    box-shadow: inset 0 0 0 5px #4fa8e3;
    color: #fff;
    webkit-box-shadow: inset 0 0 0 5px #4fa8e3;
}
#recent-works .col-xs-12.col-sm-4.col-md-3 { padding: 0 }
#recent-works { padding-bottom: 70px }
.recent-work-wrap { position: relative }
.recent-work-wrap img { width: 100% }
.recent-work-wrap .recent-work-inner {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    opacity: .8;
    top: 0;
    width: 100%;
}
.recent-work-wrap .recent-work-inner h3 { margin: 10px 0 }
.recent-work-wrap .recent-work-inner h3 a {
    color: #fff;
    font-size: 24px;
}
.recent-work-wrap .overlay {
    background: #4fa8e3;
    border-radius: 0;
    color: #fff;
    height: 100%;
    left: 0;
    moz-transition: opacity 500ms;
    opacity: 0;
    o-transition: opacity 500ms;
    padding: 30px;
    position: absolute;
    top: 0;
    transition: opacity 500ms;
    vertical-align: middle;
    webkit-transition: opacity 500ms;
    width: 100%;
}
.recent-work-wrap .overlay .preview {
    background: transparent;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.recent-work-wrap:hover .overlay { opacity: 1 }
#services {
    background: #2E2E2E;
    background-size: cover;
}
#services .lead,
#services h2 { color: #fff }
.services-wrap {
    background: #fff;
    border-radius: 4px;
    margin: 0 0 30px;
    max-height: 200px;
    min-height: 200px;
    padding: 30px 15px;
    transition: all .3s ease;
}
.services-wrap:hover {
    background: #fff;
    box-shadow: 0 8px 12px rgba(0,0,0,0.4);
}
.services-wrap h3 { font-size: 20px }
.services-wrap .pull-left { margin-right: 20px }
#middle { background: #f2f2f2 }
.skill h2 { margin-bottom: 25px }
.progress-wrap { position: relative }
.progress .color1,
.progress .color1 .bar-width { background: #2d7da4 }
.progress .color2,
.progress .color2 .bar-width { background: #6aa42f }
.progress .color3,
.progress .color3 .bar-width { background: #ffcc33 }
.progress .color4,
.progress .color4 .bar-width { background: #db3615 }
.progress,
.progress-bar {
    background: #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    line-height: 15px;
    moz-box-shadow: none;
    overflow: visible;
    text-align: right;
    webkit-box-shadow: none;
}
.progress { position: relative }
.progress .bar-width {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 40px;
}
.progress span { position: relative }
.progress span:before {
    border-style: solid;
    border-width: 8px 5px;
    bottom: -15px;
    content: " ";
    height: auto;
    position: absolute;
    right: 8px;
    width: auto;
}
.progress .color1 span:before { border-color: #2d7da4 transparent transparent transparent }
.progress .color2 span:before { border-color: #6aa42f transparent transparent transparent }
.progress .color3 span:before { border-color: #ffcc33 transparent transparent transparent }
.progress .color4 span:before { border-color: #db3615 transparent transparent transparent }
.accordion h2 { margin-bottom: 25px }
.panel-default { border-color: transparent }
.panel-default>.panel-heading,
.panel {
    background-color: #f5f5f5;
    border: 0 none;
    box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #858586;
}
.panel-body { padding: 20px 20px 10px }
.panel-group .panel+.panel {
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
}
.panel-group .panel { border-radius: 0 }
.panel-heading { border-radius: 0 }
.panel-title>a { color: #4e4e4e }
.accordion-inner img { border-radius: 4px }
.accordion-inner h4 { margin-top: 0 }
.panel-heading.active { background: #1f1f20 }
.panel-heading.active .panel-title>a { color: #fff }
a.accordion-toggle i {
    background: #c9c9c9;
    font-size: 20px;
    line-height: 44px;
    margin-right: -15px;
    margin-top: -10px;
    text-align: center;
    width: 45px;
}
.panel-heading.active a.accordion-toggle i {
    background: #4fa8e3;
    color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
    background: #4fa8e3;
    color: #fff;
}
.nav-tabs>li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0px;
}
.nav-tabs { border-bottom: transparent }
.nav-tabs>li>a {
    background: #eee;
    border: 0 none;
    border-radius: 0;
    color: #666;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 15px;
}
.nav-tabs li:last-child { border-bottom: 0 none }
.nav-stacked>li+li { margin-top: 0 }
.nav-tabs>li>a:hover {
    background-color: #666 !important;
    color: #fff;
}
.nav-tabs>li.active a:hover { background-color: #fff !important }
.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.tab-content { padding: 20px }
.tab-content h2 { margin-top: 0 }
.tab-content img { border-radius: 4px }
.testimonial h2 { margin-top: 0 }
.testimonial-inner {
    color: #858586;
    font-size: 14px;
}
.testimonial-inner .pull-left {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px;
    position: relative;
}
.testimonial-inner .pull-left:after {
    background: #FFF;
    border: 1px solid #e7e7e7;
    border-bottom: 0 none;
    border-left: 0 none;
    content: "";
    height: 9px;
    margin-top: -5px;
    position: absolute;
    right: -5px;
    top: 50%;
    webkit-transform: rotate(45deg);
    width: 9px;
}
#partner {
    background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
}
#partner {
    color: #fff;
    text-align: center;
}
#partner h2,
#partner h3 { color: #fff }
.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.partners ul li {
    display: inline-block;
    float: left;
    width: 20%;
}
#conatcat-info {
    background: #fff url(../images/contact.png) no-repeat 90% 0;
    padding: 30px 0;
}
.contact-info i {
    background: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
.contact-info h2 {
    color: #000;
    margin-top: 0;
}
.contact-info { color: #000 }
.about-us {
    margin-bottom: -110px;
    margin-top: 110px;
}
.about-us h2,
.skill_text h2 {
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 600;
}
.about-us p { color: #4e4e4e }
#carousel-slider { position: relative }
#carousel-slider .carousel-indicators { bottom: -25px }
#carousel-slider .carousel-indicators li { border: 1px solid #ffbd20 }
#carousel-slider a i {
    border: 1px solid #777;
    border-radius: 50%;
    color: #777;
    font-size: 28px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 50%;
    width: 50px;
}
#carousel-slider a i:hover {
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
    color: #fff;
}
#carousel-slider 
.carousel-control { width: inherit }
#carousel-slider .carousel-control.left i { left: -25px }
#carousel-slider .carousel-control.right i { right: -25px }
#carousel-slider
.carousel-control.left,
#carousel-slider
.carousel-control.right { background: none }
.skill_text {
    display: block;
    margin-bottom: 60px;
    margin-top: 25px;
    overflow: hidden;
}
.sinlge-skill {
    background: #f2f2f2;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    height: 200px;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 200px;
}
.sinlge-skill p em {
    color: #FFFFFF;
    font-size: 38px;
}
.sinlge-skill p { line-height: 1 }
.joomla-skill,
.html-skill,
.css-skill,
.wp-skill {
    border-radius: 100%;
    bottom: 0;
    height: 100%;
    padding: 70px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.joomla-skill {
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
    background: rgb(242,242,242);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 );
}
.html-skill {
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
    background: rgb(242,242,242);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 );
}
.css-skill {
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
    background: rgb(242,242,242);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 );
}
.wp-skill {
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
    background: rgb(242,242,242);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 );
}
.skill-wrap {
    display: block;
    margin: 60px 0;
    overflow: hidden;
}
.team h4 {
    margin-top: 0;
    text-transform: uppercase;
}
.team h5 { font-weight: 300 }
.single-profile-top,
.single-profile-bottom {
    font-weight: 400;
    line-height: 24px;
}
.single-profile-top,
.single-profile-bottom {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.media_image { margin-bottom: 10px }
.team .btn {
    background: transparent;
    border: 1px solid#ddd;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
}
ul.social_icons,
ul.tag {
    display: block;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
ul.social_icons li,
ul.tag li {
    display: inline-block;
    margin-right: 5px;
}
ul.social_icons li a i {
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    opacity: .8;
    padding: 0;
    text-align: center;
    width: 25px;
}
.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-twitter:hover,
.team .social_icons .fa-google-plus:hover {
    moz-transition: all 0.9s ease 0s;
    ms-transform: rotate(360deg);
    opacity: 1;
    o-transition: all 0.9s ease 0s;
    transform: rotate(360deg);
    transition: all 0.9s ease 0s;
    transition-duration: 2s;
    transition-property: all;
    transition-timing-function: ease;
    webkit-transform: rotate(360deg);
    webkit-transition: all 0.9s ease 0s;
}
.team .social_icons .fa-facebook { background: #0182c4 }
.team .social_icons .fa-twitter { background: #20B8FF }
.team .social_icons .fa-google-plus { background: #D34836 }
.team-bar .first-one-arrow {
    float: left;
    margin-right: 30px;
    width: 2%;
}
.team-bar .first-arrow {
    float: left;
    margin-left: 5px;
    margin-right: 35px;
    width: 22%;
}
.team-bar .second-arrow {
    float: left;
    margin-left: 5px;
    width: 21%;
}
.team-bar .third-arrow {
    float: left;
    margin-left: 40px;
    margin-right: 12px;
    width: 22%;
}
.team-bar .fourth-arrow {
    float: left;
    margin-left: 25px;
    width: 20%;
}
.team-bar .first-one-arrow hr {
    border-bottom: 1px solid #2D7DA4;
    border-top: 1px solid #2D7DA4;
}
.team-bar .first-arrow hr {
    border-bottom: 1px solid #2D7DA4;
    border-top: 1px solid #2D7DA4;
}
.team-bar .second-arrow hr {
    border-bottom: 1px solid #6aa42f;
    border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
    border-bottom: 1px solid #FFBD20;
    border-top: 1px solid #FFBD20;
}
.team-bar .fourth-arrow hr {
    border-bottom: 1px solid #db3615;
    border-top: 1px solid #db3615;
}
.team-bar {
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
}
.team-bar i {
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: -32px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 24px;
}
.team-bar .first-arrow .fa-angle-up {
    background: #2D7DA4;
    margin-left: -33px;
}
.team-bar .second-arrow .fa-angle-down {
    background: #6AA42F;
    margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
    background: #FFBD20;
    margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
    background: #db3615;
    margin-left: -32px;
}
.team .single-profile-top:before,
.team .single-profile-top:after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.team .single-profile-top:before {
    border-color: #fff transparent transparent transparent;
    border-width: 10px;
    bottom: -20px;
    left: 26px;
    z-index: 1;
}
.team .single-profile-top:after {
    border-color: #ddd transparent transparent transparent;
    border-style: solid;
    border-width: 11px;
    bottom: -22px;
    left: 25px;
    z-index: 0;
}
.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.team .single-profile-bottom:before {
    border-color: transparent transparent #fff transparent;
    border-width: 10px;
    left: 30px;
    top: -20px;
    z-index: 1;
}
.team .single-profile-bottom:after {
    border-color: transparent transparent #DDD transparent;
    border-style: solid;
    border-width: 11px;
    left: 29px;
    top: -22px;
    z-index: 0;
}
.services { padding: 0 }
.get-started {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    margin-bottom: 18px;
    margin-top: 60px;
    padding-bottom: 30px;
    position: relative;
}
.get-started h2 {
    margin-bottom: 20px;
    padding-top: 30px;
}
.request {
    bottom: -15px;
    left: 50%;
    margin-left: -110px;
    position: absolute;
}
.request h4 {
    position: absolute;
    position: relative;
    width: 220px;
}
.request h4 a {
    background: #4fa8e3;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
}
.request h4:after {
    border-color: #4fa8e3 transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    z-index: -99999;
}
.request h4:before {
    border-color: #4fa8e3 transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    z-index: -99999;
}
.clients-area { padding: 60px }
.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
.clients-comments img {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    height: 182px;
    moz-transition: all 0.9s ease 0s;
    o-transition: all 0.9s ease 0s;
    padding: 3px;
    transition: all 0.9s ease 0s;
    webkit-transition: all 0.9s ease 0s;
    width: 182px;
}
.clients-comments h3 {
    font-weight: 300;
    margin-top: 55px;
    padding: 0 40px;
}
.clients-comments h4 {
    font-weight: 300;
    margin-top: 15px;
}
.clients-comments h4 span {
    font-style: oblique;
    font-weight: 700;
}
.footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #4fa8e3;
}
.footer_left { padding: 10px }
#portfolio_page {
    margin-top: 115px;
    padding-bottom: 0;
}
.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}
.portfolio-filter > li { display: inline-block }
.portfolio-filter > li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    moz-transition: all 0.9s ease 0s;
    o-transition: all 0.9s ease 0s;
    outline: none;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    webkit-transition: all 0.9s ease 0s;
}
.portfolio-filter > li a:hover,
.portfolio-filter > li a.active {
    background: #4fa8e3;
    border: 1px solid #4fa8e3;
    box-shadow: none;
    color: #fff;
    webkit-box-shadow: none;
}
.portfolio-items > li {
    box-sizing: border-box;
    float: left;
    moz-box-sizing: border-box;
    padding: 0;
    webkit-box-sizing: border-box;
}
.portfolio-item {
    margin: 0;
    padding: 0;
}
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    moz-transition-duration: 0.8s;
    ms-transition-duration: 0.8s;
    o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    webkit-transition-duration: 0.8s;
}
.isotope {
    moz-transition-property: height, width;
    ms-transition-property: height, width;
    o-transition-property: height, width;
    transition-property: height, width;
    webkit-transition-property: height, width;
}
.isotope .isotope-item {
    moz-transition-property: -moz-transform, opacity;
    ms-transition-property: -ms-transform, opacity;
    o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    webkit-transition-property: -webkit-transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    moz-transition-duration: 0s;
    ms-transition-duration: 0s;
    o-transition-duration: 0s;
    transition-duration: 0s;
    webkit-transition-duration: 0s;
}
.isotope.infinite-scrolling {
    moz-transition: none;
    ms-transition: none;
    o-transition: none;
    transition: none;
    webkit-transition: none;
}
.pricing_heading { margin-top: 120px }
.pricing_heading h2,
.pricing_heading p { color: #4e4e4e }
.pricing-area h1 {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
}
.pricing-area span {
    font-size: 18px;
    font-weight: 700;
}
.pricing-area h3,
.pricing-area span { color: #fff }
.plan {
    margin-bottom: 70px;
    position: relative;
}
.pricing-area ul {
    background: #FAFAFA;
    margin: 0;
    padding: 0;
}
.pricing-area ul li {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    padding: 15px 0;
}
.pricing-area ul li:nth-child(even) { background: #f5f5f5 }
.pricing-area .price-three img,
.pricing-area .price-six img {
    position: absolute;
    right: 15px;
    top: 0;
}
.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
    border-radius: 2px 2px 0 0;
    padding: 17px 0;
}
.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven { margin-left: -10px }
.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary { background: #e24f43 }
.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary { background: #27AE60 }
.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary { background: #f39c12 }
.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary { background: #5c5c5c }
.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary { background: #5c5c5c }
.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary { background: #e24f43 }
.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary { background: #5c5c5c }
.pricing-area .bg { background: #fafafa }
.pricing-area .heading-one h3:before { border-color: #bf4539 transparent transparent }
.pricing-area .heading-two h3:before { border-color: #1f8c4d transparent transparent }
.pricing-area .heading-three h3:before { border-color: #d4880f transparent transparent }
.pricing-area .heading-four h3:before { border-color: #424242 transparent transparent }
.pricing-area .heading-five h3:before { border-color: #424242 transparent transparent }
.pricing-area .heading-six h3:before { border-color: #bf4539 transparent transparent }
.pricing-area .heading-seven h3:before { border-color: #424242 transparent transparent }
.pricing-area h3:before {
    border-color: #D4880F transparent transparent;
    border-radius: 5px 0 0 0px;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 4px;
    position: absolute;
    top: 78px;
    width: 0;
    z-index: -999;
}
.small-pricing h3:after { height: 94px }
.small-pricing h3:before { top: 74px }
.plan-action { height: 40px }
.pricing-area .plan-action .btn-primary {
    color: #fff;
    margin-top: 5px;
    padding: 5px 20px;
    position: relative;
}
.pricing-area .plan-action .btn-primary:before {
    border-color: #E24F43 transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    left: -9px;
    position: absolute;
    width: 0;
    z-index: -1;
}
.pricing-area .plan-action .btn-primary:after {
    border-color: #E24F43 transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    position: absolute;
    right: -9px;
    width: 0;
    z-index: -1;
}
.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after { border-color: #1f8c4d transparent transparent }
.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after { border-color: #d4880f transparent transparent }
.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after {
    border-color: #424242 transparent transparent;
    right: -9px;
}
.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
    border-color: #bf4539 transparent transparent;
    right: -9px;
}
.gmap-area {
    background-image: url("../images/map.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.gmap-area .gmap iframe {
    border-radius: 50%;
    height: 280px;
    width: 300px;
}
.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.gmap-area .map-content ul { list-style: none }
.gmap-area .map-content address h5 { font-weight: 700 }
#contact-page { padding-top: 0 }
#contact-page .contact-form 
.form-group label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
}
.form-group .form-control {
    border-color: #f2f2f2;
    box-shadow: none;
    padding: 7px 12px;
}
textarea#message {
    padding: 10px;
    resize: none;
}
#contact-page .contact-wrap { margin-top: 20px }
.widget {
    margin-bottom: 60px;
    padding-left: 0;
}
.single_comments { margin-bottom: 20px }
.single_comments img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.single_comments p { margin-bottom: 0 }
.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}
.widget h3 {
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog_category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog_category li {
    float: none;
    margin-bottom: 20px;
}
.blog_category li a {
    background: #f5f5f5;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    padding: 5px 15px;
}
.blog_category li a:hover {
    background: #4fa8e3;
    color: #fff;
}
.fa { margin-top: 15px }
.signinfrm .badge {
    margin-left: -120px;
    margin-top: -25px;
}
.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.blog_archieve li {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
}
.blog_archieve li:first-child { padding-top: 0 }
ul.gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.gallery li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    padding: 0;
    width: 60px;
}
ul.faq {
    list-style: none;
    margin: 0;
}
ul.faq li { margin-top: 30px }
ul.faq li:first-child { margin-top: 0 }
ul.faq li span.number {
    background: #34495e;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
ul.faq li > div { margin-left: 70px }
ul.faq li > div h3 { margin-top: 0 }
.embed-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog-item {
    border-radius: 0;
    margin-bottom: 50px;
    overflow: hidden;
}
.blog .blog-item .img-blog {
    border-radius: 5px;
    margin-bottom: 45px;
}
.blog .blog-item .blog-content { padding-bottom: 25px }
.blog .blog-item .blog-content h2 {
    font-size: 30px;
    margin-top: 0;
}
.readmore { margin-top: 0 }
.blog .blog-item .blog-content h3 {
    color: #858586;
    margin-bottom: 40px;
}
.blog .blog-item .blog-content h4 { font-size: 14px }
.post-tags { }
.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}
.blog .blog-item .entry-meta > span {
    background: #f5f5f5;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}
#publish_date {
    background: #4fa8e3;
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}
.blog .blog-item .entry-meta > span { color: #ccc }
.blog .blog-item .entry-meta > span a {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin-left: 3px;
}
ul.pagination > li > a {
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 5px;
    padding: 5px 14px;
}
ul.pagination > li > a i {
    margin-left: 5px;
    margin-right: 5px;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #4fa8e3 !important;
    border-color: #4fa8e3 !important;
    color: #fff;
}
.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    box-shadow: none;
    height: 48px;
    outline: medium none;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
ul.tag-cloud,
ul.sidebar-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tag-cloud li {
    display: inline-block;
    margin-bottom: 3px;
}
.tag-cloud li a {
    background: #f5f5f5;
    border: 0;
    border-radius: 4px;
    color: #888;
    padding: 8px 15px;
}
.tag-cloud li a:hover {
    background: #4fa8e3;
    color: #fff;
}
.sidebar-gallery li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.sidebar-gallery li a {
    border-radius: 4px;
    display: inline-block;
}
.reply_section {
    background: #f5f5f5;
    border-radius: 5px;
}
.post_reply {
    margin-left: 10px;
    margin-top: 45px;
}
.post_reply img {
    border: 5px solid #D5D8DD;
    height: 85px;
    width: 85px;
}
.post_reply ul {
    list-style: none outside none;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}
.post_reply ul li { float: left }
.post_reply ul li a { display: block }
.post_reply ul li a i {
    border: 1px solid #DDDDDD;
    border-radius: 39px;
    color: #FFFFFF;
    font-size: 20px;
    height: 30px;
    margin-right: 3px;
    padding-top: 7px;
    text-align: center;
    width: 30px;
}
.post_reply ul li a i.fa-facebook { background: #0182C4 }
.post_reply ul li a i.fa-twitter { background: none repeat scroll 0 0 #3FC1FE }
.post_reply ul li a i.fa-google-plus { background: none repeat scroll 0 0 #D34836 }
.post_reply ul li a i:hover { opacity: .5 }
.post_reply_content { margin: 30px }
.post_reply_content h1 a:hover { color: #FFC800 }
.post_reply_content h4 { margin-bottom: 50px }
.reply_section .media-body { display: inherit }
.comment_section .media-body { display: inherit }
#comments_title {
    color: #4e4e4e;
    font-size: 20px;
    font-weight: 700px;
    margin-bottom: 40px;
    margin-top: 60px;
}
.comment_section {
    margin-top: 30px;
    position: relative;
}
.post_comments img {
    height: 85px;
    margin-top: 35px;
    width: 85px;
}
.post_reply_comments {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 30px;
}
.post_reply_comments:before {
    border-color: transparent #F0F0F0 transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 75px;
    position: absolute;
    top: 20px;
}
.post_reply_comments h3,
.post_reply_content h3 { margin-top: 0 }
.post_reply_comments h1 a:hover { color: #4fa8e3 }
.post_reply_comments h4 {
    color: #c4c4c5;
    font-weight: 400;
}
.post_reply_comments p { padding-bottom: 30px }
.post_reply_comments a {
    background: #4fa8e3;
    border-radius: 5px;
    bottom: 15px;
    color: #fff;
    padding: 8px 20px;
    position: absolute;
    right: 30px;
}
.post_reply_comments a:before {
    border-color: #4fa8e3 transparent transparent;
    border-style: solid;
    border-width: 16px;
    bottom: -11px;
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    z-index: 99999;
}
.post_reply_comments h2 a { }
.message_heading {
    margin-bottom: 50px;
    margin-top: 60px;
}
#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}
#error h1 {
    color: #4e4e4e;
    text-transform: uppercase;
}
.shortcode-item { padding-bottom: 0 }
.shortcode-item h2 {
    color: #4E4E4E;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 0;
}
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #4fa8e3;
    font-size: 14px;
}
#bottom h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
#bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#bottom ul li a { color: #808080 }
#bottom ul li a:hover { color: #4fa8e3 }
#bottom .widget { margin-bottom: 0 }
#footer {
    background: #2e2e2e;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}
#footer a { color: #fff }
#footer a:hover { color: #4fa8e3 }
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
.navbar { z-index: 1 !important }
.background_gray_con {
    background: rgba(245, 237, 237, 0.7);
    border: solid 1px #E1F9FF;
    color: #666;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 20px 30px 30px;
}
.contact_form.contact_form_h {
    margin-bottom: 0px !important;
    margin-top: 25px;
    position: relative;
}
.contact_form.contact_form_h .input_holder {
    display: inline-block;
    width: 300px;
}
.input_holder {
    margin: 0 0 5px 0;
    position: relative;
}
.head_right { margin-right: -80px }
.contact_form.contact_form_h .input_holder input { width: 100% }
.input_holder input {
    background: #fafafa;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    color: #65686d;
    height: 38px;
    line-height: 1.6;
    moz-box-sizing: border-box;
    outline: none;
    padding: 0 12px;
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
    width: 217px;
}
.work_div {
    background-repeat: no-repeat;
    display: none;
    margin-top: 122px;
    min-height: 700px;
}
.job_img {
    webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    width: 85px;
}
.features_center {
    padding-bottom: 20px;
    text-align: center;
}
.features_icon {
    background: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    color: #4fa8e3;
    font-size: 48px;
    height: 110px;
    line-height: 110px;
    margin: 3px;
    margin-top: 15px !important;
    moz-transition: 500ms;
    o-transition: 500ms;
    text-align: center;
    transition: 500ms;
    webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    webkit-transition: 500ms;
    width: 110px;
}
.service-box {
    background: #f1f1f1;
    border: 1px solid #E0DEDE;
    border-radius: 3px;
    margin: 0;
    moz-border-radius: 3px;
    moz-transition: all .3s ease;
    o-transition: all .3s ease;
    padding: 20px 10px;
    position: relative;
    transition: all .3s ease;
    webkit-border-radius: 3px;
    webkit-transition: all .3s ease;
}
.service-box:hover {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 12px rgba(0,0,0,0.3);
}
.service-box:hover .features_icon {
    background: #4fa8e3;
    border-color: #4fa8e3;
    box-shadow: inset 0 0 0 5px #4fa8e3;
    color: #ffffff;
}
.fix_bottom { margin-bottom: 110px }
.features_ul {
    color: #787878;
    margin: 25px 0 25px 0;
    padding-left: 25px;
}
.feature_txt {
    font-size: 31px;
    font-weight: bold !important;
    line-height: 1.6em;
    padding-bottom: 5px;
}
.feature_h2 { font-size: 27px !important }
ul.pull-right li { list-style: none !important }
#work_form:hover .work_div { display: block !important }
.top0 { margin-top: 0px !important }
.feature_btn {
    bottom: 40px !important;
    position: absolute !important;
    right: 25px !important;
}
.bottom_space { padding-bottom: 25px }
.feature_img {
    font-size: 30px !important;
    height: 50px !important;
    line-height: 45px !important;
    width: 50px !important;
}
.signup_feature_h4 {
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.feature-wrap-green i {
    background: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    color: #6aa42f;
    float: left;
    font-size: 48px;
    height: 110px;
    line-height: 110px;
    margin: 3px;
    margin-bottom: 30px !important;
    margin-right: 25px;
    moz-transition: 500ms;
    o-transition: 500ms;
    text-align: center;
    transition: 500ms;
    webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    webkit-transition: 500ms;
    width: 110px;
}
.feature-wrap-green i:hover {
    background: #6aa42f;
    border: 3px solid #6aa42f;
    box-shadow: inset 0 0 0 5px #6aa42f;
    color: #fff !important;
    webkit-box-shadow: inset 0 0 0 5px #6aa42f;
}
.feature-wrap-blue i {
    background: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    color: #4FA8E3;
    float: left;
    font-size: 48px;
    height: 110px;
    line-height: 110px;
    margin: 3px;
    margin-bottom: 30px !important;
    margin-right: 25px;
    moz-transition: 500ms;
    o-transition: 500ms;
    text-align: center;
    transition: 500ms;
    webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    webkit-transition: 500ms;
    width: 110px;
}
.feature-wrap-blue i:hover {
    background: #4FA8E3;
    border: 3px solid #4FA8E3;
    box-shadow: inset 0 0 0 5px #4FA8E3;
    color: #fff;
    webkit-box-shadow: inset 0 0 0 5px #4FA8E3;
}
.fc:hover i {
    background: #6aa42f;
    border: 3px solid #6aa42f;
    box-shadow: inset 0 0 0 5px #6aa42f;
    color: #fff;
    webkit-box-shadow: inset 0 0 0 5px #6aa42f;
}
.fe:hover i {
    background: #db3615;
    border: 3px solid #db3615;
    box-shadow: inset 0 0 0 5px #db3615;
    color: #fff;
    webkit-box-shadow: inset 0 0 0 5px #db3615;
}
.fco:hover i {
    background: #4FA8E3;
    border: 3px solid #4FA8E3;
    box-shadow: inset 0 0 0 5px #4FA8E3;
    color: #fff;
    webkit-box-shadow: inset 0 0 0 5px #4FA8E3;
}
.feature-wrap-red i {
    background: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    color: #db3615;
    float: left;
    font-size: 48px;
    height: 110px;
    line-height: 110px;
    margin: 3px;
    margin-bottom: 30px !important;
    margin-right: 25px;
    moz-transition: 500ms;
    o-transition: 500ms;
    text-align: center;
    transition: 500ms;
    webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    webkit-transition: 500ms;
    width: 110px;
}
.feature-wrap-red i:hover {
    background: #db3615;
    border: 3px solid #db3615;
    box-shadow: inset 0 0 0 5px #db3615;
    color: #fff;
    webkit-box-shadow: inset 0 0 0 5px #db3615;
}
.top50 { margin-top: 50px }
.header-inbox { min-width: 130px }
.navbar-toggle {
    /*margin-bottom: 0px !important;*/
    margin-right: 0px !important;
    margin-top: 15px !important;
    padding:9px 7px 9px 10px !important;
}
.interns { padding: 12px }
.blog-sidebar {
    float: left;
    padding-left: 5px;
}
.headline {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.btn-sm, .btn-xs {margin: 2px 0px 2px 0px;}

#event_main_div{margin-bottom:15px;}

#chartContainer{width:100%; min-width:450px; height:350px; padding:10px 0;}

small .dropdown-menu li > a {font-size: 12px !important;}

header #alert_13{position: absolute;top: 120%;float:right;}
header #alert_13 .close {margin:-7px -7px 0 10px;}


.markup {border-color:#D84A38; background-color:rgb(244, 211, 211) !important; /*opacity: 0.5; filter: alpha(opacity=65); -khtml-opacity: 0.5; -moz-opacity: 0.5;*/}


.chart-table-container::-webkit-scrollbar {height: 1em;} 
.chart-table-container::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);} 
.chart-table-container::-webkit-scrollbar-thumb {background-color: darkgrey; outline: 1px solid slatewhite;}


@media screen and (max-width:1200px) { 
    .services-wrap {
        max-height: 275px;
        min-height: 275px;
    }
    #signup-feature .carousel h2 { margin-left: 15px }
}

@media screen and (max-width:1170px) { 
.no-margin { padding-top: 178px }
}

@media screen and (max-width:1170px) and (min-width:768px) { 
    .page-container { margin: 178px auto !important }
}

@media screen and (min-width:1024px) { 
    .signup_bg { min-height: 569px }
}
@media screen and (max-width:1024px) { 
    #main-slider .carousel .slide-margin {
        margin-left: 5%;
        margin-top: 20px;
    }
    #main-slider .carousel .item {
        height: 580px;
        max-height: 100%;
    }
    .navbar-nav { display: block }
    .top-news { display: none }
    .profile,
    .intern-info { margin-top: 0px !important }
   
    .changes {margin-left: 15px !important;}

}
@media screen and (max-width:990px) { 
    .services-wrap {
        max-height: 200px;
        min-height: 200px;
    }
    #main-slider .carousel .item { height: 710px }
    .navbar-inverse .navbar-nav > li > a { font-size: 12px }
    .top0 { margin-top: 185px !important }
    #signup-feature .carousel .item { height: 685px }
    /*.no-margin { padding-top: 120px }*/
    .work_div { margin-top: 10px }
    .background_gray_con { margin-top: 10px }
    #main-slider .carousel .slide-margin { margin-top: 0px }
    #main-slider .carousel .item {
        height: 530px;
        max-height: 100%;
    }
        .navbar-nav>li {margin-left: 20px;}
    .page-content {margin-top: 24px !important; margin-left:12px !important;}
     .comp-profile .change {margin-left: 7px !important;}
    .change1{margin-left: 7px !important;}
    .circular {width: 125px !important; height: 125px !important;}
}
@media screen and (max-width:900px) { 
    .blog-sidebar { margin-left: 15px }
    /*.page-content {margin-top: 0px !important; margin-left:0px;}*/
}

@media screen and (max-width:770px) { 
    .no-margin {padding-top: 0px }
    .top-home{margin-top:122px;}
    #signup-feature .carousel .item { height: auto }
    .navbar-inverse .navbar-toggle { background: #444 }
    #comsrch { width: 75px!important }
    .changes {margin-left: 35px !important;}
}

@media screen and (max-width:768px) { 

    /*html{overflow-x:hidden;}*/
}

@media screen and (max-width:767px) { 
    #main-slider .carousel .slide-margin { margin-left: 0% }
    #main-slider .carousel .carousel-content { margin-top: 55px }
    .feature_h2 { font-size: 20px !important }
    .feature_txt { font-size: 21px }
    #main-slider .carousel h2 { font-size: 16px }
    #main-slider .carousel .btn-slide {
        font-size: 16px;
        padding: 15px 25px;
    }
    #main-slider .carousel .item { background-position: 80% 50% }
    #main-slider .carousel .item {
        height: 480px;
        max-height: 100%;
    }
    .filter-option-pipe {
        height: 20px;
        margin-top: 10px;
    }
    .page-content {margin-top: 0px !important;margin-left: 0px !important;}
    
    .change1{margin-left: 28px !important;}
    
    #hire_cand{margin-top:10px !important;margin-bottom:10px !important;}
	
}

@media screen and (max-width:640px) { 
    .circular {
        height: 125px !important;
        margin-top: -70px !important;
        width: 125px !important;
    }
    
    .page-title { font-size: 22px }
}
@media screen and (max-width:480px) { 
    .filter-by {
        font-size: 11px;
        margin-right: 8px;
        padding: 8px;
    }
    .filter-option {
        font-size: 11px;
        padding: 8px;
    }
    .circular {
        height: 105px !important;
        margin-top: -60px !important;
        width: 105px !important;
    }
    
    figure#spinner {height: 280px !important;}
    
    .chart-table-container{overflow:auto;width:100%;}
}

@media screen and (max-width:321px) { 
    .navbar>.container .navbar-brand img { width: 240px }
    .filter-by {
        border-radius: 0px 0px 0px 0px !important;
        font-size: 11px;
        margin-right: 5px;
    }
    .filter-option {
        border: 1px solid #f1f0f0;
        margin: 0 5px 5px 0;
    }
    .filter-option-pipe { border: 0px solid #FFF }
    .filter-color { background-color: transparent;}
    .comp-info .search-list img {
        margin-bottom: 15px;
        width: 90%;
    }
    .circular {
        background-size: 100% !important;
        height: 70px !important;
        margin-top: -50px !important;
        width: 70px !important;
    }
    
    #main-slider .carousel .carousel-content {margin: -10px;}
    .center {padding-bottom: 15px;}
    body > section {padding: 15px 0 45px;}
    #signup-feature .carousel-indicators {top:100%;}
    
    .services-wrap {
        height: auto;
        min-height: 270px;
    }
    .top-25 {margin-top: 0px;}
    
    #main-slider .carousel .item {
    min-height: 450px;
    max-height: 100%;
    }
    #location-edit-clone .btn{margin:3px;}
    
    figure#spinner {height: 270px !important;}
    figure#spinner img {width: 90% !important; left: 5% !important; }
}
@media (min-width:320px) and (max-width: 767px)
{
.client_comany_logoss{  width: 100% !important; float: none; text-align: center}
.client_comany_logoss a img {
  width: auto;
  margin-left: 0px;
  margin-bottom: 50px;
  text-align: center;
}
}

.collegenavbar  {
    background: #fff;
    box-shadow: 0 0 5px #888;
    margin-bottom: 0;
    moz-box-shadow: 0 0 5px #888;
    opacity: .9;
    padding: 0px;
    padding-bottom: 5px;
    webkit-box-shadow: 0 0 5px#888;
}