/* ----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : Nioti | One Page Multipurpose Html Template
* File          : Nioti main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Portfolio/work area css

07. Team Area Css

08. Fun facts area css

09. Pricing area css

10. Testimonial area css

11. News area css

12. Video area css

13. Clients area css

14. Subsicribe area css

15. Contact area css

16. Google map area css

17. footer area css

-------------------------------------------------------------------------------------- */


/* Google Fonts lato and open sans */
@import url('../../../external.html?link=https://fonts.googleapis.com/css?family=Lato:300,700,900|Open+Sans');
@import "../../../external.html?link=https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900";
@font-face {
    font-family: 'nerisblack';
    src: url('../fonts/Neris-Black-webfont.eot');
    src: url('../fonts/Neris-Black-webfontd41dd41d.html?#iefix') format('embedded-opentype'), url('../fonts/Neris-Black-webfont.woff') format('woff'), url('../fonts/Neris-Black-webfont.ttf') format('truetype'), url('../fonts/Neris-Black-webfont.svg#nerisblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #333;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #9fa2a6;
    font-family: 'Open Sans', sans-serif, sans-serif;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: #f98A1F;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.btn-big {
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 900;

}

.btn.btn-trnsp:hover {
    border-color: #9fa2a6;
    background: #9fa2a6;
    color: #fff;
}

.section-big {
    padding: 58px 0 43px 0;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 700px;
    margin-bottom: 30px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.section-title h2:before ,
.privacy-policy-container h2:before,
.terms-and-conditions-container h2:before,
.tech-section-title h3:before,
.tech-section-title h4 a:before {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #f98A1F;
}
.tech-section-title h4 a:before {
    bottom: -13px !important;
}
.tech-section-title.left-35 h3:before {
    left: 35%;
    bottom: -20px;
}
.tech-section-title.left-30 h3:before {
    left: 30%;
    bottom: -20px;
}
.tech-section-title.left-25 h3:before {
    left: 25%;
    bottom: -20px;
}
.tech-section-title.left-22 h3:before {
    left: 22%;
    bottom: -20px;
}
.tech-section-title.left-18 h3:before {
    left: 18%;
    bottom: -20px;
}
.privacy-policy-container h2:before {
    bottom: 55px !important;
}

.section-title h2 span,
.tech-section-title h3 span,
.tech-section-title h4 a span {
    color: #f98A1F;
}
.section-title p {
    margin-top: 25px;
}

.section-title.white h2 {
    color: #fff;
}

.tech-section-title h3,
.tech-section-title h4 a {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 40px;
    position: relative;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    position: relative;
    margin-bottom: -70px;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    color: inherit;
    background: transparent;
    overflow: hidden;
}

.tmail, .tphone, .tsocial {
    float: left;
    width: 33.33%;
}
.tmail {}
.tphone {
    text-align: center;
}
.tsocial {
    text-align: right;
}
.tsocial a {
    color: inherit;
}
.tsocial a:hover {
    color: #9fa2a6;
}
.tsocial a i.fa {
    font-size: 16px;
    margin-left: 5px;
}

.menu-area.navbar-fixed-top {
    top: 0px;
    height: 95px;
}
.menu-area.navbar-fixed-top.sticky-menu {
    background: #fff;
    top: 0px;
    height: 95px;
}
.navbar-header {
    margin-top: -21px;
}

.navbar-nav > li:not(:last-child):hover,
.navbar-nav > li.active:not(:last-child) {
    /* border-bottom: 2px solid #f98A1F; */
    color: #f98A1F;
}
.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    padding-top: 10px;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin: 26px 0 0px;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand:hover {
    color: #82b541;
}
.desktoplogo img{
    width: 280px;
    margin-top: 33px;
}
.mobilelogo img{
    width: 246px; 
    margin-top: 18px;
}

.navbar-nav  li {
    float: none;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.navbar-nav li a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
}
ul.mega-sub-menu a {
    color: #333 !important;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}
/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #82b541;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */



/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height: 100%;
    min-height: 400px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators {
    right: 100px;
    left: auto;
    width: 80px;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    margin-left: 7px;
}
#slider .carousel-indicators li.active {
    background: #9fa2a6;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
  background-image: none;
}

#slider .carousel .item {
  min-height: 425px;
  height: 100%;
  width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
}

#slider .carousel-control {
    width: 6%;
        text-shadow: none;
}

.carousel-fade .carousel-inner .item {

  transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.right.carousel-control img,
.left.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -26px;
    padding: 20px 10px;
}

.carousel-control img:hover  {
    background: #82b541;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.intro-text {
    text-align: center;
    padding-top:50px;
}

.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 30px 20px;
}

.intro-text h2 {
    font-size: 48px;
    line-height: 70px;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    font-family: 'nerisblack';
}

.intro-text h1 {
    text-transform: uppercase;
    font-size: 12vw;
    font-weight: 900;
    margin: 0;
    margin-left: -10px;
    float: left;
    color: #000;
    line-height: 10vw;
}

/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
    background: #f5f5f5;
}

.about-img img {
    width: 100%;
}
.about-text h3 {
    margin-top: 0px;
}

.about-text ul {
    margin-top: 10px;
    margin-left: 40px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    color: #f98A1F;
    font-size: 28px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    left: -40px;
    top: 26%;
    margin-top: -5px;
    border-radius: 50px;
    content: "\e66c";
}
.about-text ul li:hover:before {
    color: #9fa2a6;
}
.about-text .btn {
    margin-top: 20px;
}

/* ----------------------------------------------------------------------------------------
*                                   05. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    background-color: #FFFFFF;
}

.home-services .service-box {
    padding: 0 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        /*max-width: 300px;*/
    }
}

.home-services .service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
}

/* ----------------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* --------------------------------------------------------------------------------------- */
.works.section-big {
    padding-bottom: 0px;
}
.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.filters li.active {
    color: #82b541;
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay{
    background-color: rgba(130, 181, 65, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;    
    padding: 20px;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
}

/* ----------------------------------------------------------------------------------------
*                                07. Team area css
* --------------------------------------------------------------------------------------- */
.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.member-image{
}

.member-image img{
    width: 100%;
    padding-bottom: 2px;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 6px;
}

.member-info .text-muted {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.member-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #82b541;
    color: #fff;
    padding: 30px 15px;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;

}

.team-member:hover .member-hover {
    opacity: 1;
    height: 100%;
}

.member-hover h3,
.member-hover .text-muted,
.member-hover i.fa {color: #fff;}
.member-hover i.fa:hover {color: #333;}
.member-hover .member-social {
    margin: 15px auto;
}
.member-hover p {
    text-align: left;
}
.member-hover .text-muted {
    text-align: center;
}

/* ----------------------------------------------------------------------------------------
*                                   08. Fun facts area css
* --------------------------------------------------------------------------------------- */
.fun-facts-area{
    background-image: url(../img/bg/fun-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.90);
}

.fun-fact i.fa {
    font-size: 48px;
    position: relative;
    padding-bottom: 25px;
}
.fun-fact i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #82b541;
}
.fun-fact h3 {
    font-size: 36px;
    font-weight: 900;
}
.fun-fact p {}

/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 15px 28px;
    margin: 0;
    background-color: #f1f1f1;
    text-align: center;
    position: relative;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    background: #82b541;
    color: #fff;
}

.price-item p.level {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    line-height: 120px;
    text-transform: uppercase;
    margin: 0;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    background: #fff;
    margin: 0 -15px;
    line-height: 72px;
}

.price-item.featured p.price {
    color: #82b541;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background: #333;
}

.price-item a.btn:hover {
    background: #82b541;
    color: #fff;
}

.price-item.featured a.btn {
    background: #fff;
    color: #82b541;
}

.price-item.featured a.btn:hover {
    background: #333;
    color: #fff;
}

/* ----------------------------------------------------------------------------------------
*                                10. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background-color: #888;
    background-image: url(../img/bg/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.90);
}

.single-testimonial {
    padding: 0px 30px;
}

.single-testimonial img {
    float: left;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
}

.single-testimonial i.fa {
    font-size: 60px;
    margin-bottom: 10px;
    display: inline-block;
    color: #9fa2a6;
}

.single-testimonial p {
    line-height: 30px;
    font-size: 20px;
    margin: 0;
}

.single-testimonial h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #f98A1F;
}

.single-testimonial .desg {
    font-size: 14px;
    line-height: 16px;
}

.owl-theme .owl-controls {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #9fa2a6;;
    float: left;
    border-radius: 10px;
}

.owl-pagination {
    width: 140px;
    margin: auto;
    text-align: center;
}

.owl-page.active span {
    background: #9fa2a6;
    border: #9fa2a6 !important;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}

/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */
.news-area {}
.single-news {}

.news-image img {
    width: 100%;
}
.news-content .subtitle {
    text-transform: inherit;
    line-height: 28px;
}
.news-content .subtitle i.fa {
    color: #82b541;
}
.news-content .btn {
    margin-top: 10px;
}
.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

/* news Modal css */
.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h2 {
    margin-bottom: 30px;
    line-height: 40px;
}

.news-modal .modal-content img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}

/* ----------------------------------------------------------------------------------------
*                                   12. Video area css
* --------------------------------------------------------------------------------------- */
.video-area {
    background-image: url(../img/bg/video-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 120px 0px;
}

.video-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.90);
}

.video-content {
    position: relative;
}

.video-content i.fa {
    color: #fff;
    background: #82b541;
    border-radius: 100px;
    font-size: 50px;
    padding: 30px 0px 30px 15px;
    width: 110px;
}

.video-content i.fa:hover {
    color: #333;
}

/* ----------------------------------------------------------------------------------------
*                                   13. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    padding: 0 50px;
    width: auto;
    max-width: 100%;
}

/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-color: #f1f1f1;
}
.subscribe-box {}
.subscribe-box h2 {
    margin-top: 0px;
    font-size: 22px;
}
.subscribe-box h2 span {
    color: #f98A1F;
}
.subscribe-box p {
}
.newsletter-form {
    margin: auto;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}
.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: #f98A1F;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}
.newsletter-form .mc-submit:hover {
    color: #000;
}
.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
}
.mailchimp-submitting{
}
.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}

/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #f98A1F;
    padding-left: 10px;
    margin-bottom: 30px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #82b541;
    font-size: 18px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

#submitButton {}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #82b541;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info i.fa {
    color: #f98A1F;
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #f98A1F;
}

.contact-info a {
    color: inherit;
}

/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
}

/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #222;
    padding: 50px 0px;
    color: #fff;
    font-size: 14px;
}

.footer-area p {
    margin: 30px auto;
    max-width: 800px;
}

.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i {
    color: #fff;
    font-size: 48px;
    margin: 0 10px;
}

.social-links li a:hover i {
    color: #9fa2a6;
}

.copyright {
    padding-top: 45px;
}
.copyright p {
    font-size: 14px;
    color: #bfbfbf;
}
.copyright p a {
    color: #9d9c9c;
    padding: 0 5px;
    text-decoration: none;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
}
.copyright a:hover {
    color: #f98A1F;
}
/* ----------------------------------------------------------------------------------------
*                                   19. Mouse Effect
* --------------------------------------------------------------------------------------- */
.mouse {
    z-index: 0;
}
.mouse .slice {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.mouse .slice img {
    float: none;
    margin: -2px auto;
}
.mouse h4.title_small {
    bottom: -5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.2s ease 0s;
    z-index: 12;
}
h4.title_small:hover {
    transform: translateY(5px);
}

.carousel-inner {
    overflow: unset;
}
@keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        -webkit-box-shadow: 0 0 0 2px rgba(249, 138, 31, .1), 0 0 10px 10px #f98A1F, 0 0 0 10px rgba(249, 138, 31, .5);
        box-shadow: 0 0 0 2px rgba(249, 138, 31, .1), 0 0 10px 10px #f98A1F, 0 0 0 10px rgba(249, 138, 31, .5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(249, 138, 31, .1), 0 0 10px 10px #f98A1F, 0 0 0 10px rgba(249, 138, 31, .5);
        box-shadow: 0 0 0 2px rgba(249, 138, 31, .1), 0 0 10px 10px #f98A1F, 0 0 0 10px rgba(249, 138, 31, .5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
.services-circle {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 100%;
    position: absolute;
    border: 15px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .75s;
    transition: all ease .75s;
    color: #fff;
    background: #9fa2a6;
    padding-top: 25px;
}
.service-box-content {
    padding-left: 35px;
    padding-top: 12px;
}
.service-box-content.casestudy{
    padding-top: 0px;
}
.services-container {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 150px;
    padding-left: 12px;
    width: 150px;
    text-align: center;
    position: relative;
    margin: 0 auto 43px;
    -webkit-transition: all .26s ease;
    transition: all .26s ease;
}
.services-circle:hover {
    border-color: rgb(243, 204, 167);
    background-color: #9fa2a6;
}
.services-container .services-circle:hover {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
}
.services-circle:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 2px rgba(38,161,224,.1);
    box-shadow: 0 0 0 2px rgba(38,161,224,.1);
    opacity: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all ease .9s;
    transition: all ease .9s;
}
.services-circle:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.services-circle:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    pointer-events: none;
    z-index: -1;
    content: '';
}
.service-box i {
    display: block;
    font-size: 40px;
}
.about-text p {
    text-align: center;
}
.why-choose-us .choose-our-service {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 14%;
}
.why-choose-us .choose-our-service img {
    display: inline-block;
}
.contact-area {
    background-color: #f5f5f5;
}
/* ----------------------------------------------------------------------------------------
*                                   Achivements block
* --------------------------------------------------------------------------------------- */
.achivements-area .timer .grow {
    width: auto;
    height: 100px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-table;
    vertical-align: top;
    margin: 5px;
}
.achivements-area .timer .counter.year {
    position: relative;
    line-height: 100px;
    color: #ffa500;;
    margin-left: 30px;
    font-size: 64px;
    font-family: 'nerisblack';
}
.achivements-area .timer .counter.year:after {
    position:relative;
    right:0;
    content:'+';
    color:#ffa500;
    font-size:64px;
}
.achivements-area .grow > p {
    color: #6c7074;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
    text-align: left;
}
.achivements-area .timer .counter.cust {
    line-height: 100px;
    color: #1e11dc;
    margin-left: 30px;
    font-size: 64px;
    font-family: 'nerisblack';
}
.achivements-area .timer .counter.cust:after {
    position: relative;
    right: 0;
    content: '+';
    color: #1e11dc;
    font-size: 64px;
}
.achivements-area .timer .counter.experts {
    line-height: 100px;
    color: #ec57c5;
    margin-left: 30px;
    font-size: 64px;
    font-family: 'nerisblack';
}
.achivements-area .timer .counter.experts:after {
    position: relative;
    right: 0;
    content: '+';
    color: #ec57c5;
    font-size: 64px;
}
.achivements-area .timer .counter.pro {
    line-height: 100px;
    color: #5d5252;
    margin-left: 30px;
    font-size: 64px;
    font-family: 'nerisblack';
}
.achivements-area .timer .counter.pro:after {
    position: relative;
    right: 0;
    content: '+';
    color: #5d5252;
    font-size: 64px;
}

#back-to-top {
    position: fixed;
    bottom: 53px;
    right: 20px;
    background: rgb(249, 138, 31);
    background: rgba(249,138, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
#back-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#back-to-top:hover {
    background: rgb(249, 138, 31);
}
#back-to-top:hover i {
    color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
.ul-block-container ul {
    margin-top: 10px;
    margin-left: 200px;
    list-style: none;
}
.ul-block-container ul li:before {
    position: absolute;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    color: #f98A1F;
    font-size: 28px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    left: -40px;
    top: 26%;
    margin-top: -5px;
    border-radius: 50px;
    content: "\e66c";
}
.ul-block-container ul li:hover:before {
    color: #9fa2a6;
}
.ul-block-container ul li {
    line-height: 30px;
    position: relative;
    color: #fff;
}
.skill-set-container {
    background: url(../img/skill-set.jpg);
    background-size: cover;
    padding: 60px 0;
    background-color: #888;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
.skill-set-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.experience-section {
    position: relative;
    padding: 50px 0 15px;
    background-color: #f5f5f5;
}
.experience-section .section-title h2 {
    font-size: 35px;
}
.work-process-title h2 {
    color: #9fa2a6;
    font-weight: 500;
}
.sec-title-three {
    position: relative;
    margin-bottom: 50px;
}
.services-block-six {
    position: relative;
    margin-bottom: 50px;
}
.services-block-six .inner-box {
    position: relative;
    text-align: center;
}
.services-block-six .inner-box .icon-box {
    position: relative;
    color: #f98A1F;
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 20px;
}
.services-block-six .inner-box .icon-box:after {
    position: absolute;
    content: '';
    top: 30px;
    width: 75%;
    margin-left: 30px;
    border: 1px dashed #9fa2a6;
}
.services-block-six:last-child .inner-box .icon-box:after{
    display:none;
}
.services-block-six .inner-box h3 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
.services-block-six .inner-box h3 a {
    color: #9fa2a6;
    font-weight: 800;
}
.services-block-six .inner-box .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
}
/* ----------------------------------------------------------------------------------------
*                                   Footer and Footer menu
* --------------------------------------------------------------------------------------- */
.footer-title {
    color: #FFFFFF;
    font-size: 20px;
    margin: 30px 0px 20px;
    font-weight: normal;
}
.footer-link {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-link li a {
    color: #bebebe;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    transition: all 0.7s ease 0.2s;
    -webkit-ttransition: all 0.7s ease 0.2s;
}
.footer-link li a:hover, .footer-link li.active a {
    color: #f98A1F;
}
img.footer-logo{
    width:203px;
}
.contact-detail {
    margin-top: 30px;
}
.contact-detail h4.footer-title {
    color: #FFFFFF;
    font-size: 20px;
    margin: 30px 0 25px;
}
.contact-detail p {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
.contact-detail p span {
    margin-top: 2px;
    display: inline-block;
}
.contact-detail p a {
    display: inline-block;
    color: #bebebe;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
    transition: all 0.7s ease 0.2s;
    padding-left: 10px;
    text-transform: lowercase;
}
.contact-detail p a:hover {
    color: #f98A1F;
}
.social-link a i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    background: #fff;
    height: 32px;
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    line-height: 32px;
    color: #4a565d;
    text-decoration: none;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 12px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.social-link a img {
    webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    background: #fff;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 12px;
    transition: all 0.5s ease-out;
    -webkit-transition: :all 0.5s ease-out;
}
.social-link a i:hover {
    background: #f98A1F;
    color: #fff;
    transition: all 0.5s ease-in;
    -webkit-transition: :all 0.5s ease-out;
}
.copyright a {
    color: #bebebe !important;
}
.copyright a:hover {
    color: #f98A1F !important;
}
.sitemap-banner h1,
.termsconditions-banner h1,
.privacy-policy-banner h1,
.contact-us-banner h1,
.about-us-banner h1 {
    color: #ffffff;
    font-size: 55px;
    margin: 0;
    font-weight: 500;
    padding: 215px 0 0;
    text-align: center;
}
ul.bullets {
    padding-left: 40px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}

/*contact-us css*/
.contact-us-banner {
    background: url(../img/contact-us/contact-us-banner.png) no-repeat scroll 0 0;
    height: 494px;
    position: relative;
}
.banner-container {
    display: table;
    height: 400px;
    width: 100%;
}
.table-container {
    display:table;
    width:100%;
    height:400px
}
.table-cell-container {
     display:table-cell;
     text-align:center;
     vertical-align:middle
}
.line-heigth-30 {
    line-height: 30px;
}
.contact-us-form {
    /*background: url(../img/contact-us-form-bg.png) no-repeat scroll 0 0;*/
    background-size: cover;
    padding: 30px 0 73px;
}

/* footer */
.footer-container {
    background: #1a252b;
    color: #9d9d9d;
    padding: 25px 0;
}
.footer-logo {
    margin-bottom: 7px;
    width: 120px;
}
.social-link a.facebook i {
    padding-left: 11px !important;
}
/* header :: inquiry button */
.inquiry-btn {
    font-size: 14px;
    line-height: 44px;
    padding: 0 20px;
    border: 2px solid #f98A1F;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px !important;
    color: #fff !important;
    background: #f98A1F;
	border-radius: 50px;
}
.inquiry-btn:hover {
    background: transparent;
    color: #f98A1F !important;
    border: 2px solid #f98A1F;
    background: #fff;
}
.inquiry-btn i.fa.fa-angle-right {
    font-size: 18px;
}
.company-copyright-text {
    font-size: 14px;
    color: #bebebe;
}
.contact-form span.lnr.lnr-user,
.contact-form span.lnr.lnr-envelope,
.contact-form span.lnr.lnr-book,
.contact-form span.lnr.lnr-bubble {
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 17px;
}
.custom-form-control {
    padding: 5px 38px !important;
}
.hidden {
    display: none;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.body-wrapper {
    overflow: hidden;
    transition: transform .4s ease 0s;
    -webkit-transition: transform .4s ease 0s;
    -moz-transition: transform .4s ease 0s;
    -ms-transition: transform .4s ease 0s;
}
.speak-to-us a,
.request-for-free-quote a,
.design-now-btn a,
.send-your-resume-btn a,
.contact-us-btn,
#submitButton,
.ajs-ok {
    background: #f98A1F none repeat scroll 0 0;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
    padding: 11px 42px;
    text-transform:none;
    box-shadow: 143px 0 0 0 #f98A1F inset, -143px 0 0 #f98A1F inset;
    transform-origin: 50% 50% 0;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.speak-to-us a:hover,
.request-for-free-quote a:hover,
.design-now-btn a:hover,
.send-your-resume-btn a:hover,
.contact-us-btn:hover,
#submitButton:hover {
    text-decoration:none;
    color:#fff;
    box-shadow: 0 0 0 0 #f98A1F inset, 0 0 0 #f98A1F inset;
    border:1px solid #fff;
    background:transparent;
}
.ajs-ok:hover {
    border: 1px solid #f98A1F !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #f98A1F !important;
}
#submitButton:hover {
    color:#f98A1F !important;
    border:1px solid #f98A1F !important;
}
.grey-background {
    background: #f5f5f5;
}

.services-btn-container {
    padding: 20px 0;
    text-align: center;
}
.services-btn-container .link {
    margin: 35px 0 15px 0;
}
.services-btn-container ul li {
    list-style-type: none;
    display: inline-block;
}
.services-btn-container .link ul li a {
    display: inline-block;
    color: #565656;
    font-size: 20px;
    position: relative;
    text-decoration: none;
    padding: 0 15px;
    transition: all 0.5s ease-in;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in;
}
.services-btn-container .link ul li a:hover {
    color: #f98A1F ;
    transirion: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.services-btn-container .link ul li a:before {
    color: #e8e8e8;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    transirion: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.services-btn-container .link ul li a:hover:before {
    color: #f98A1F;
    transirion: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.services-btn-container .link ul li a.active, .services-btn-container .link ul li a.active:before {
    color: #f98A1F;
}
.animation-block {
    margin-top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    position: relative;
    -webkit-transition: all .60s ease-in;
    -moz-transition: all .60s ease-in;
    -ms-transition: all .60s ease-in;
    -o-transition: all .60s ease-in;
    transition: all .60s ease-in;
}
.animation-block.left-side {
     left: -20%;
}
.animation-block.right-side {
    right: -20%;
}
.left-side.animated {
    left: 0%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.right-side.animated {
    right: 0%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    -moz-filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}
.float-inherit {
    float: inherit !important;
}
.float-none {
    float: none;
}
.title-hover:hover {
    color: #f98A1F;
}
.actions {
    padding-top: 40px;
}
a.portfolio-area {
    cursor: pointer;
}
.horizontal-line hr {
    width: 130px;
    margin-top: 70px;
    border-color: #f98A1F;
    margin-bottom: 0 !important;
    color: #f98A1F;
}
.tech-section-title.bottom-20 h3:before {
    bottom: -20px !important;
}
/*home page slider css*/

#home .carousel.slide {
    width: 100% !important;
}
#main-slide .item img {
    width: 100%;
}
#main-slide .slider-content {
    top: 40%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}
#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
#main-slide .slider-content h2 {
    font-size: 76px;
    font-weight: 100;
    text-transform: uppercase;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
#main-slide .carousel-control.left span {
    padding: 15px;
}
#main-slide .carousel-control .fa-angle-left {
    left: 0;
}
#main-slide .carousel-control .fa-angle-right {
    right: 0;
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}
#main-slide .carousel-control i {
    background: #f98A1F;
    color: #fff;
    opacity: .5;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
   opacity: 1;
}
.slider-content h2,
.slider-content span {
    color: #fff;
}
 /*text-animation*/
#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
.carousel .item.active .animated2 {
    -webkit-animation:fadeInUp 1s ease-in 200ms both;
    animation:fadeInUp 1s ease-in 200ms both;
}
.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.carousel .item.active .animated3 {
    -webkit-animation:bounceInLeft 1s ease-in-out 500ms both;
    animation:bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .item.active .animated4 {
    -webkit-animation:flipInX 1s ease-in 500ms both;
    animation:flipInX 1s ease-in 500ms both;
}
.contact-us-btn {
    margin-top: 25px;
}
.choose-our-service a {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    color: #f98A1F;
    border: 2px solid #f98A1F;
    line-height: 65px;
    font-size: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.choose-our-service a {
    transition: transform ease-out 0.1s, background 0.2s;
}
.choose-our-service a:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
    background: #f98A1F;
}
.pink-color {
    color: #f98A1F !important;
}
.full-width {
    width: 100%;
}
.choose-our-service p {
    color: #f98A1F;
    margin-top: 8px;
}
.owl-wrapper {
    text-align: center;
}
section,
.web-design-services,
div#sitemap,
#home .carousel.slide {
    outline: none;
}
.text-justify {
    text-align: justify !important;
}
.popup-company-logo {
    height: 42px;
}
.ajs-button.ajs-ok {
    background: #f98A1F none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 65px 0 0 0 #f98A1F inset, -77px 0 0 #f98A1F inset;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    padding: 5px 30px;
    text-decoration: none;
    transform-origin: 50% 50% 0;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
 	outline: none;
}
.alertify .ajs-body .ajs-content {
    text-align: center;
    padding: 6px 0px 0px 0px !important;
}
.alertify .ajs-commands button {
    left: 18px;
    bottom: 5px;
    position: relative;
    padding: 0 !important;
}
.alertify .ajs-dialog {
    font-size: 15px;
}
.contact-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.90);
}
.contact-area {
    background-color: #888;
    background-image: url(../img/bg/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
textarea#message {
    padding: 10px 38px !important;
}
.counter-container i {
    color: #f98A1F;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 28px;
}
.counter-container h5 {
    font-size: 20px;
    color: #f98A1F;
    margin-bottom: 15px;
}
.counter-container h2 {
    color: #9fa2a6;
    font-size: 50px;
    font-family: "Raleway", sans-serif;
}
.counter-container .counter:after {
    position: relative;
    content: '+';
    color: #f98A1F;
    font-size: 64px;
    top: 12px;
    font-family: "Raleway", sans-serif;
}
.attachment span {
    color: #f98A1F;
    font-size: 28px;
    padding-right: 13px;
}
.technologies-img-container {
    width: 100%;
    float: left;
    position: relative;
}
.technologies-img-container > .col-md-3, .technologies-img-container > .col-xs-6 {
    padding-left: 0px;
}
/*for ipad*/
@media only screen and (min-width:768px) and (max-width:1024px) {
    #main-slide .slider-content h2 {
        font-size: 35px;
    }
    .mouse h4.title_small {
        bottom: -23px;
    }
    .contact-us-btn {
        margin-top: 7px;
    }
    .service-box-content {
        padding-left: 45px;
    }
    .tech-section-title h3, .tech-section-title h4 a {
        font-size: 22px;
    }
    .tech-section-desc {
        font-size: 20px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .process-model li {
        width: 15%;
    }
    .process-model {
        left: 15%;
    }
    .design-process-content {
        padding: 16px 48% 30px 30px;
    }
    .services-block-six .inner-box .icon-box:after {
        display: none;
    }
    .ul-block-container ul {
        margin-left: 100px;
    }
     #back-to-top{        
        width: 60px;
        height: 60px;
        line-height: 33px;
        border-radius: 50%;
        box-shadow: rgba(0,0,0,1) 0 2px 10px 0 !important;
        bottom: 96px !important;
        margin-right: 11px;
        background: rgba(249,138,31, 1)
    }
    .choose-our-service {
        display: contents !important;        
    }
}

/*for mobile*/
@media only screen and (max-width: 767px) {
    .web-development-container,
    .web-design-services-container {
        padding: 0;
    }
    .web-design-services-container h2 {
        font-size: 27px !important;
    }
    .web-design-service-block {
        padding: 7px 0 0px !important;
    }
    section#web-development,
    section#mobile-app-development,
    section#web-designing,
    section#php-development,
    section#java-development,
    section#android-application,
    section#cross-platform,
    section#web-design,
    section#mobile-design,
    .technologies-main-container,
    .web-design-service-block.text-justify,
    .portfolio-container,
    .features-section h3,
    .careers-development-container,
    #portfolio-section,
    .general-portfolio-content {
        text-align: center !important;
    }
    .tech-section-title h3,
    .tech-section-title h4 a {
        font-size: 30px !important;
    }
    #mobile-app-development .tech-section-title h3:before,
    #web-designing .tech-section-title h3:before,
    #web-development .tech-section-title h3:before,
    #java-development .tech-section-title h3:before,
    #android-application .tech-section-title h3:before,
    #php-development .tech-section-title h3:before,
    #cross-platform .tech-section-title h3:before,
    #web-design .tech-section-title h3:before,
    #mobile-design .tech-section-title h3:before,
    .technologies-main-container .tech-section-title h3:before,
    .careers-development-container .tech-section-title h3:before,
    .portfolio-container .tech-section-title h4:before {
        left: 50% !important;
    }
    .portfolio-container .tech-section-title h4 a {
        font-size: 21px !important;
    }
    .tech-section-desc {
        font-size: 20px;
    }
    .mobile-hidden {
        display: none !important;
    }
    .sitemap-banner h1,
    .termsconditions-banner h1,
    .privacy-policy-banner h1,
    .contact-us-banner h1 {
        font-size: 26px !important;
        padding: 235px 0 0 !important;
    }
    .about-us-banner h1 {
        font-size: 26px !important;
        padding: 110px 0 0 !important;
    }
    .web-technologies-container,
    .application-development-container,
    .mobile-app-development-process-section,
    .technologies-main-container,
    .careers-development-container {
        padding: 0 0 35px;
    }
    .service-banner-container h1,
    .web-development-services-container h1,
    .mobile-app-dev-service-container h1,
    .web-design-services-banner h1,
    .technologies-banner-container h1,
    .general-portfolio-banner h1,
    .portfolio-banner-container h1,
    .careers-banner-container h1 {
        font-size: 26px !important;
    }
    .web-development-services-container p,
    .mobile-app-dev-service-container p,
    .web-design-services-banner p,
    .technologies-banner-container p,
    .careers-banner-container p {
        font-size: 20px;
    }
    a.smooth_scroll.inquiry-btn {
        display: none;
    }
    .animation-block.right-side {
        opacity: 1;
        right: 0;
    }
    .animation-block.left-side {
        left: 0 !important;
        opacity: 1;
    }
    #main-slide .carousel-control .fa-angle-left,
    #main-slide .carousel-control .fa-angle-right {
        display: none !important;
    }
    #main-slide .item .slider-content {
        display: none;
    }
    .mouse h4.title_small {
        bottom: -35px !important;
    }
    .home-services .service-box h3 {
        text-align: center;
    }
    .service-box p {
        margin-top: 20px;
        text-align: center;
    }
    .services-container {
        height: 87px;
    }
    #service .section-title {
        margin-bottom: 0;
    }
    .why-choose-us .choose-our-service {
        width: 100% !important;
    }
    .skill-set-container .border.top::before,
    .skill-set-container .border.border-bottom::after {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        content: "" !important;
        height: 0 !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 0 !important;
    }
    .skill-set-container h4.left,
    .skill-set-container h4.right {
        color: #fcd7b4;
        font-size: 26px;
        text-align: center;
    }
   .margin-bottom-0 {
        margin-bottom : 0 !important;
    }
    .skill-set-container p.left.border-bottom,
    .skill-set-container p.right.border-bottom {
        border: none;
    }
    .process-model {
        text-align: center;
        max-width: 600px;
        left: 0;
    }
    .mobile-app-development-process-section .process-model li {
        width: 20%;
    }
    .mobile-app-development-process-section h2 {
        font-size: 26px !important;
    }
    .website-design-process-section .process-model li {
        width: 33%;
    }
    .website-design-process-section .process-model {
        left: 0 !important;
    }
    .website-design-process-section .process-model li p {
        font-size: 13px;
    }
    .mobile-app-development-process-section .process-model li span {
        font-size: 19px;
        height: 45px;
        line-height: 42px;
        width: 45px;
    }
    .mobile-app-development-process-section .process-model li::after {
        top: 31px !important;
    }
    .mobile-app-development-process-section .process-model li p {
        font-size: 12px;
        line-height: 13px;
    }
    .design-process-content {
        padding: 15px;
    }
    .design-process-content img {
        position: static;
    }
    .services-btn-container ul li {
        width: 100%;
        text-align: center;
    }
    .technologies-main-container img {
        padding: 0;
    }
    .animation-block .img-responsive {
        margin: 0 auto;
    }
    .flex-wrapper {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .order {
        order: 1;
        -webkit-order: 1;
    }
    .portfolio-slider-btn {
        margin-top: 30px;
    }
    .speak-to-us {
        margin-top: 50px;
    }
    .contact-form .attachment {
        margin-bottom: 30px;
    }
    .actions {
        padding-top: 0;
        text-align: center;
    }
    .sitemap {
        padding: 0;
        margin: 50px 0;
    }
    .privacy-policy-container h2:before {
        bottom: 100px !important;
    }
    .privacy-policy-container h4,
    .terms-and-conditions-container h4 {
        font-size: 22px;
    }
    .terms-and-conditions-container h2 {
        padding-bottom: 30px;
    }
    .terms-and-conditions-container h2:before {
        bottom: 15px !important;
    }
    #portfolio-section .tech-section-title h4 a {
        font-size: 21px !important;
    }
    .portfolio-content ul,
    .general-portfolio-content ul {
        list-style: none;
    }
    .project-image-large {
        left: 0;
    }
    .portfolio-slider-logos li:last-child {
        margin-right: auto;
        margin: auto;
        float: none;
    }
    .general-portfolio-content {
        padding: 50px 0 35px;
    }
    .our-technologies-content img {
        margin: auto;
    }
    .features-section .tech-section-title h3 {
        font-size: 27px !important;
    }
    .timer {
        text-align: center;
    }
    .achivements-area .grow > p {
        font-size: 16px;
    }
    .achivements-area .timer .counter.pro {
        font-size: 57px;
    }
    .ul-block-container ul {
        margin-left: 95px;
    }
    .services-block-six .inner-box .icon-box:after {
        display: none;
    }
    .work-process-title h2 {
        font-size: 20px;
    }
    .info-tab {
        padding-top: 40%;
        line-height: 10px;
    }
    span.member-name {
        font-size: 8px;
    }
    span.member-designation {
        letter-spacing: 0;
        font-size: 6px;
    }
    .experience-section .section-title h2 {
        font-size: 30px;
    }
    #grid {
        width: 70%;
        margin-left: 10%;
        margin-right: 10%
    }
    .section-title {
        margin-bottom: 0px !important;
    }
     #back-to-top{        
        width: 60px;
        height: 60px;
        line-height: 33px;
        border-radius: 50%;
        box-shadow: rgba(0,0,0,1) 0 2px 10px 0 !important;
        bottom: 96px !important;
        margin-right: 11px;
        background: rgba(249,138,31, 1)
    }
    .choose-our-service {
        display: contents !important;        
    }
}
.flex-wrapper {
    float: left;
}
.footer-logo{
    margin-bottom: 7px;
    zoom: 60%;
}
@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}
/* Copy right active class css*/
.copyright p a.active {
    color: #f98A1F !important;
}
.industries-area{
    background: #f5f5f5;
}
.upwork-toprated{
    display: initial;
}
.choose-our-service {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 14%;
}
.why-choose-section{
    margin-top: 30px;
}
.job-persentage{
    top: 12px;
}

.about-sub-menu .mega-sub-menu{
    margin-left: 0px !important;
    min-width: 190px !important;
}
.about-sub-menu .mega-sub-menu li{
    width: 100% !important;
    height: 100% !important; 
}
.about-sub-menu .life-at-cls{
    padding-bottom:20px !important;
}