
/* ==========================================================================
   custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width:100%;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd;
}
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 5.143rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}
h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:2.571rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: 700;

}
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1.714rem;
    line-height: 2.5rem; 
    color:#fff;
    font-weight: 400;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.286rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
/*h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
p {
    line-height: 2rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.textwhite {
    color: #fff;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:95px;
    padding-bottom: 105px;
    /*overflow: hidden;*/
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 100%;
}
/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-right: 20px;
}
.separator2 {
    height: 4px;
    width:40px;
    margin: 10px 0px;
    background: #eeeeee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin:20px auto;
    background: #888888;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}


.divider{
    height: 1px;
    background: #eee;
    width:100%;
    overflow: hidden;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #e74c3c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;

}
.btn:hover{
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color:#fff;
}
.btn-default{
    background: transparent;
    border:1px solid #fff;
    padding: 1.125rem 3rem;
}
.btn-default:hover{
    background: #e74c3c;
    border:1px solid #e74c3c;
}
.btn-lg{
    background: #e74c3c;
    padding: 1.125rem 3rem;
}
.btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.m_t_10{
    margin-right:10px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-90 {
    padding-bottom: 6.429rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
	background-image:url(../../images/BG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}
.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#000;
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #000;
    padding-bottom: 22px;
    border-bottom: 1px solid #000;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 40%;
}
.menu-scroll .navbar-brand>img {
    max-width: 30%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;
}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

/*.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #e74c3c;
    color:#e74c3c;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #e74c3c;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}*/

.scrooldown{
    position: absolute;
    left: 48.5%;
    bottom: -2%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.scrooldown a i{
    font-size:1.5rem;
    color:#e74c3c;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:90px;
}
.head_title h3{
    color:#413d4b;
}
.head_title .subtitle, .head_sub_title .subtitle {
    margin-top:30px;
}
/*home section*/
/*.home{
    background: url(../images/homebg.jpg) no-repeat center center;
    background-size: cover;
}*/
.body-wrapper {
    position: relative;
    overflow: hidden;
}

/* SLIDER STYLES */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.slz-wrapper-content .wpb_content_element {
    margin-bottom: 0;
}
.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}
.fullscreen-container, .fullwidthbanner-container {
    padding: 0;
    position: relative;
}
.rev_slider_wrapper {
    width: 100%;
}
.rev_slider {
    position: relative;
    overflow: visible;
}
.tp-revslider-mainul, .tp-revslider-slidesli {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}
.rev_slider>ul, .rev_slider>ul>li, .rev_slider>ul>li:before, .rev_slider_wrapper>ul, .tp-revslider-mainul>li, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before {
    list-style: none!important;
    position: absolute;
    margin: 0!important;
    padding: 0!important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
}
.rev_slider>ul>li, .rev_slider>ul>li:before, .tp-revslider-mainul>li, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before {
    visibility: hidden;
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute!important;
}
.tp-caption, .tp-simpleresponsive img {
    -moz-user-select: none;
    -webkit-user-select: none;
    max-width: inherit;
}
.tp-caption {
    z-index: 1;
    -khtml-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased!important;
}
.rev_slider .caption, .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
	text-transform:uppercase;
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    margin-bottom: 0;
}
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}
.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center;
}
.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}
.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    position: absolute;
    z-index: 200;
    top: 0;
}
.tp-bannertimer {
    background: #000;
    background: rgba(0,0,0,.15);
    height: 5px;
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.tparrows:hover {
    background: #000;
}
.tparrows:before {
    font-family: FontAwesome;
    font-size: 60px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
}
#rev_slider_26_1 .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0);
}
.tparrows.tp-leftarrow:before {
    content: "\f104";
}
.tparrows.tp-rightarrow:before {
    content: "\f105";
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-top-100 {
    padding-top: 100px;
}
.border-top-wave {
    position: relative;
}
.slz-main-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
svg:not(:root) {
    overflow: hidden;
}
.border-top-wave svg {
    width: 100vw;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0px;
    fill: #fff;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.home_skew_border{
    position: relative;
}
.home_skew_border:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-right: 680px solid transparent;

}
.home_skew_border:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-left: 680px solid transparent;
}
.main_home{
    padding-top: 250px;
    padding-bottom: 250px;
    display: block;
}


.main_home h1{
    color: #fff;
    margin-bottom:20px;
}
.main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #e74c3c;
}
.slick-arrow{
    background: #ddd;
    color:#000;
}
.main_home_slider i{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background: #e74c3c;
}
.main_home_slider i.nextprevleft{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#000;
    background: #716a65;
    float: left;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    left:-60px;
}
.main_home_slider i.nextprevright{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #716a65;
    float: right;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    right: -50px;
}
.main_home_slider i.nextprevleft:hover{
    color:#fff;
    background: #e74c3c;
}
.main_home_slider i.nextprevright:hover{
    color: #fff;
    background: #e74c3c;
}

/*==================================================================
            Feature section Style
====================================================================*/

.main_feature{}
.main_feature .single_feature{}
.main_feature .single_feature:hover .single_feature_icon{
    border-color:#e74c3c;
    transform: rotate(45deg);
}
.main_feature .single_feature:hover .single_feature_icon i{
    transform: rotate(-45deg);
}
.main_feature .single_feature:hover h4{
    color:#e74c3c;
}
.main_feature .single_feature .single_feature_icon{
    border:1px solid #ddd;
    width:70px;
    height: 70px;
    line-height: 70px;
    margin:20px auto;
    transition: all 0.6s;
}
.main_feature .single_feature i{
    margin-bottom:30px;
	font-size: 32px;
    color:#e74c3c;
    transition: all 0.6s;
}
.main_feature .single_feature h4{
    transition: all 0.6s;
    font-size: 1rem;
}

/*==================================================================
           Our Expertise section Style
====================================================================*/
.expertise {
    padding: 90px 0;
    position: relative;
    z-index: 5;
    background: url(../../images/bg-expertise.jpg) center center no-repeat;
}
.color-overlay, .gradient-overlay {
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
}
.color-overlay {
    background: #000;
    opacity: .3;
}
.section-heading {
    position: relative;
    text-align: center;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 90px;
    text-transform: uppercase;
}
.dark-bg .section-heading {
    color: #fff;
}
.dark-bg h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    word-spacing: 8px;
    letter-spacing: 2px;
}
.section-heading span {
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 12px;
}
.section-heading::after {
    content: '';
    width: 16px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
    bottom: 0;
}
.dark-bg .section-heading::after {
    background-color: #fff;
}
.expertise .section-heading::after {
    background-color: #fff;
}
.expertise .expertise-description {
    margin-bottom: 25px;
}
.expertise .nav-tabs {
    border-bottom: 0;
}
.expertise .nav-tabs>li>a {
    margin-right: 4px;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid rgba(227,225,225,0);
    color: #fdfdfd;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.expertise .nav-tabs>li>a:hover {
    border-bottom-color: #e3e1e1;
}
.expertise .nav>li>a:focus, .expertise .nav>li>a:hover {
    text-decoration: none;
    background: 0 0;
}
.expertise .nav-tabs>li.active>a, .expertise .nav-tabs>li.active>a:focus, .expertise .nav-tabs>li.active>a:hover {
    color: #fdfdfd;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #e3e1e1;
}
.expertise .tab-content {
    margin-top: 10px;
    padding: 10px;
    color: #E3E1E1;
}
.expertise .tab-content .tab-left {
    float: left;
    margin-right: 20px;
}
.expertise .tab-content .tab-right {
    padding-right: 40px;
}
.expertise .tab-content p {
    color: #fff;
}
.expertise .progress-heading {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.expertise .progress {
    background-color: #313131;
    border-radius: 0;
    height: 3px;
}
.expertise .progress-bar {
    background-color: #fdfdfd;
    width: 0;
    -webkit-transition: width 3s cubic-bezier(0,0,.2,1);
    transition: width 3s cubic-bezier(0,0,.2,1);
}

@media (min-width: 992px) {
.expertise .expertise-description {
    margin-bottom: 0;
}
}

/*==================================================================
           Why is it special section Style
====================================================================*/
.special {
    position: relative;
    z-index: 5;
    background: url(../../images/Background.png) center center no-repeat;
    background-position: bottom;
}
.sc_head_title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    margin-top: -10px;
}
.head_main_title {
    position: relative;
    font-family: 'Lato',sans-serif;
}
.head_main_title:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    width: 60px;
    height: 1px;
    background-color: #fb2e09;
    border: 1px solid #ff593c;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}
.sc_head_title.text-center .head_main_title:before {
    left: 50%;
    transform: translateX(-50%);
}
.sc_head_title.text-center .head_main_title:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.head_main_title .subtitle_In {
    font-size: 87px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #404040;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.text-center .head_main_title .subtitle_In {
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.head_main_title .title {
    margin: 0;
    font-size: 40px;
    padding-top: 10px;
    font-weight: 700;
    color: #18364a;
    position: relative;
    text-transform: capitalize;
}
.head_main_title .subtitle_In+.title {
    color: #3a3d4b;
    position: relative;
    padding: 0;
    text-transform: none;
}
.slz-icon-box-1 {
    display: table;
    width: 100%;
    position: relative;
    padding: 20px;
}
.slz-icon-box-1 {
    cursor: pointer;
}
.slz-icon-box-1 .icon-cell {
    display: table-cell;
    text-align: center;
}
.slz-icon-box-1.style-vertical .icon-cell {
    display: block;
    text-align: center;
}
.slz-icon-box-1 .wrapper-icon-image {
    display: inline-block;
    min-width: 70px;
	position:relative;
}
.slz-icon-box-1 .wrapper-icon-image:after {
	content: '';
    width: 220px;
    height: 220px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #202a48;
    border-radius: 15px;
}
.slz-icon-box-1 .wrapper-icon-image .slz-icon-img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.slz-icon-box-1 .content-cell {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
}
.slz-icon-box-1 .content-cell {
    vertical-align: top;
    padding-left: 30px;
}
.slz-icon-box-1.style-vertical .content-cell {
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
}
.slz-icon-box-1 .wrapper-info .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform:uppercase;
    color: #213047;
}
.slz-icon-box-1 .wrapper-info .icon_box_title-1 {
	margin:0;
}
.slz-icon-box-1 .wrapper-info .title {
    color: #03030d;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.slz-icon-box-1 .wrapper-info .icon_box_meta {
    font-size: 13px;
    color: #636363;
}
.slz-icon-box-1 .wrapper-info .description {
    margin-bottom: 15px;
    font-size: inherit;
}
.slz-icon-box-1 .wrapper-info .description a {
    color: #797979;
}
.slz-icon-box-1 .wrapper-info .description:last-child {
    margin-bottom: 0;
}
.slz-icon-box-1:hover .wrapper-info .title {
    color: #de5037;
}
.special-faq {
	padding-top:65px;
}
.special-faq .head_main_title .title {
	font-size: 24px;
}
.special-video, .special-accordation {
	padding:30px;
}
.panel-group .accordion-panel {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 30px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    background: #F8F8F8;
}
.panel-heading {
    background-color: #f5f5f5;
    border: none;
    color: #666c72;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.panel-heading {
    color: #FFF;
    background: #fcfcfc;
    z-index: 10;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    position: relative;
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
}
.panel-heading a {
    display: block;
    color: inherit;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
}
.panel-heading a {
    color: #5B5B5B;
    font-weight: 700;
    font-size: 16px;
}
.panel-heading a i, .panel-heading a span {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    font-style: normal;
}
.panel-heading .fa-angle-down, .panel-heading .fa-plus {
    right: 0;
    text-align: center;
    position: absolute;
    font-size: inherit;
    color: inherit;
    border-left: 1px solid #ddd;
}
.panel-heading a .accordion-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    border: none;
    font-weight: 400;
    padding: 0px;
    right: 6px;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    background: #e74c3c;
    color: #FFF;
}
.panel-heading.icons-left .fa-angle-down {
    position: relative;
    border-left: none;
    border-right: 1px solid #ddd;
}
.panel-heading.icons-left a .accordion-icon {
    position: relative;
    left: 4px;
    right: auto;
    top: 4px;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.panel-heading a .accordion-icon.fa-angle-down, .panel-heading a .accordion-icon.fa-plus {
    font-size: 16px;
}
.panel-heading .fa-angle-down:before {
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.panel-heading .fa-angle-down:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.panel-heading .collapsed .fa-angle-down:before {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.panel-heading .fa-plus:before {
    content: "\f068";
}
.panel-heading .collapsed .fa-plus:before {
    content: "\f067";
}
.panel-heading a span {
    padding: 10px 25px;
}
/*==================================================================
            History section Style
====================================================================*/
.main_history{

}
.main_history .single_history_content .head_title h2{
    border-left:6px solid #e74c3c;
    padding-left: 30px;
}
.single_history_content h3 {
    color: #000;
    font-size: 1.514rem;
}
.single_history_content p {
    font-size: 1.1rem;
}


/*==================================================================
            service section Style
====================================================================*/
.service {
    position: relative;
    z-index: 5;
    background: url(../../images/service-bg.jpg) center center no-repeat;
    background-size: cover;
}
.main_service .head_title{
    padding: 100px 0px 40px 0px;
    margin-bottom: 0px;
}
.main_service .head_title h2{
    margin-right: 12%;
    border-right: 6px solid #e74c3c;
    color:#fff;
    padding-right: 5%;
}
.main_service .single_service_img {
    position: relative;
    height: 100%;
	display:flex;
}
.single_service_imgblock {
	margin:auto 0;
}
.main_service .single_service_img img {
    width: 100%;
}
.main_service .single_service.single_service_text {
    margin-right:0px;
    /*background: #202020;*/
}
.main_service .single_service.single_service_text .single_service_icon i{
    background: #f4f5f9;
    width:70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color:#e74c3c;
    position: relative;
    z-index: 9;
    border:5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 1.875rem;
}
.main_service .single_service.single_service_text .single_service_icon i.fa-icon {
    width:80px;
    height: 80px;
    line-height: 62px;
	display:inline-block;
}
.single_service_icon i.fa-icon img {
	max-height:56px;
}

.main_service .single_service.single_service_text .single_service_right_text {
    width: 96%;
}
.main_service .single_service.single_service_text .single_service_right_text h4{
    color:#e74c3c;
}
.main_service .single_service.single_service_text .single_service_right_text p{
    color:#999999;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
.single_service_right_text ul li {
}
.single_service_right_text ul li a {
	color:#999999;
	position:relative;
	padding-right:30px;
}
.single_service_right_text ul li a:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #00b707;
}

/*======================================================================
                    portfolio section css
========================================================================*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#e74c3c;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #e74c3c;
    font-family: 'montserratregular';
}
button.btn-md:hover {
    background-color: transparent;
    color: #e74c3c;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}
.scale-anm {
    margin: 0px;
    width: 100%;
    /*margin-bottom: -6px;*/
}


.tile img {
    height: auto;
    display: inline-block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(231,76,60,0.6);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}

.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:#e74c3c;
    background: #fff;
}

/*========================================================================
                    Study Section Css
==========================================================================*/
.study{
    background: #f4f5f9;
}
.main_study_area{
    overflow: hidden;
}
.slick-active{
    outline: none;
}
.single_study_text{
    background: #fff;
    position: absolute;
    right:-15%;
    top:85px;
    width:100%;
    z-index: 9;
    padding: 8% 15%;
}
.single_study_text .s_study_icon{
    background: #e74c3c;
    width:60px;
    height: 60px;
    line-height: 60px;
    color:#fff;
    transform: rotate(45deg);
    margin: 30px auto;
}
.single_study_text .s_study_icon i{
    transform: rotate(-45deg);
}
.single_study_right_img{
    position: relative;
}
.slick-track h4 {
    font-size: 1.186rem;
}


/*=====================================================================
                    our approach section css
=======================================================================*/
.section.our-approach {
    background: #ffffff;
}
.slz-service-carousel .service-slider-wrapper {
    position: relative;
    background: url(../../images/iphone-mockup.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slz-service-carousel .service-slider-wrapper .slide-carousel {
    padding: 75px 20px;
    position: relative;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: -25px;
}
.slz-gallery-feature .service-slider-wrapper .slick-arrow {
    display: none !important;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
	display:block;
}
.slz-service-carousel .service-slider-wrapper .item {
    position: relative;
    overflow: hidden;
}
.slz-service-carousel .service-slider-wrapper .item:before {
    content: "";
    display: block;
    padding-top: 178%;
}
.slick-slide img {
    display: block;
}
.our-approach p:last-child, .our-approach img:last-child, .our-approach ul:last-child, .our-approach blockquote:last-child {
    margin-bottom: 0;
}
.slz-service-carousel .service-slider-wrapper .item>img {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: initial;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.slz-service-carousel .slz-tab-list .slz-sv-item {
    position: relative;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item {
    margin-bottom: 60px;
}
.slz-service-carousel .slz-tab-list .slz-sv-item .direction-line {
    position: absolute;
    background: #337ab7;
    width: 0%;
    height: 1px;
    left: 50%;
    top: 55px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slz-service-carousel .slz-tab-list .slz-sv-item .direction-line .point {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 15px;
    height: 15px;
    -ms-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    -webkit-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    background: #337ab7;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line, .slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line .point {
    background: #ffc80a;
}
.slz-service-carousel .right-side .slz-tab-list .slz-sv-item .direction-line .point {
    left: auto;
    right: 100%;
}
.slz-service-carousel .right-side .slz-tab-list .slz-sv-item .direction-line {
    left: auto;
    right: 50%;
}
.slz-service-carousel .slz-tab-list .slz-sv-item.active .direction-line{
	width:70%
}
.slz-service-carousel .slz-tab-list .slz-sv-item.active .direction-line .point{
	transform:translate(0, -50%) scale(1);
	-ms-transform:translate(0, -50%) scale(1);
	-webkit-transform:translate(0, -50%) scale(1);
	-moz-transform:translate(0, -50%) scale(1)
}

.slz-icon-box-1 {
    display: table;
    width: 100%;
    position: relative;
    padding: 20px;
}
.slz-icon-box-1 {
    cursor: pointer;
}
.slz-icon-box-1 .wrapper-icon {
    width: 70px;
    height: 70px;
    line-height: 68px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #213047;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.slz-icon-box-1 .wrapper-icon {
    position: relative;
    overflow: hidden;
    border-color: #FFF;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1;
}
.main_approach_area .slz-icon-box-1 .wrapper-icon {
    background-color: #f8f8f8;
}
.slz-icon-box-1:hover .wrapper-icon {
    border-color: transparent;
    -webkit-box-shadow: 0 10px 25px 0 rgba(255, 200, 10, 0.5);
    box-shadow: 0 10px 25px 0 rgba(255, 200, 10, 0.5);
}
.slz-service-carousel .slz-tab-list .slz-sv-item .wrapper-icon {
    position: relative;
    z-index: 10;
    background: #f8f8f8;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item.active .wrapper-icon {
    background: #ffc80a;
    border-color: #ffc80a;
}
.slz-icon-box-1 .wrapper-icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: rgb(255,244,53);
    background: -moz-linear-gradient(left, rgba(255,244,53,1) 0%, rgba(255,200,10,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,244,53,1) 0%,rgba(255,200,10,1) 100%);
    background: linear-gradient(to right, rgba(255,244,53,1) 0%,rgba(255,200,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff435', endColorstr='#ffc80a',GradientType=1 );
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slz-icon-box-1.style-vertical .wrapper-icon:before {
    left: 0;
    top: 100%;
    background-image: initial;
    background-color: #ffc80a;
}
.slz-icon-box-1.style-vertical:hover .wrapper-icon:before {
    top: 0;
}
.slz-icon-box-1 .wrapper-icon .slz-icon {
    color: #213047;
    font-size: 30px;
    line-height: inherit;
    position: relative;
    z-index: 5;
}
.slz-icon-box-1 .wrapper-icon .slz-icon {
    color: #03030d;
    font-size: 18px;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.slz-service-carousel .slz-tab-list .slz-sv-item.active .wrapper-icon .slz-icon {
    color: #FFF;
}
.contact_data .slz-icon-box-1 {
    padding: 20px 8px;
}
.contact_data .slz-icon-box-1 .wrapper-info .description {
	font-size:13px;
}
.contact_data .slz-icon img {
    width: 36px;
    margin: -4px 0 0 0px;
}

/*video section css*/

/*.video{
    background: url(../images/videobg.jpg) no-repeat top center;
    background-size:cover;
}
.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}*/


/*about section css*/





/* Team section css */
.main_team_area{
    background: url(../images/teambg.jpg) no-repeat scroll top center;
    background-size: cover;
    position: relative;
    height: 650px;
}
.main_team_area:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
    content:"";
    background: url(../images/teambg2.png) no-repeat bottom center;  
}
.main_team ul li{
    text-align: center;

}
.main_team ul li:nth-child(1){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:1%;
    top:96%;
}
.main_team ul li:nth-child(2){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:19%;
    top:85%;
}
.main_team ul li:nth-child(3){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:37%;
    top:87%;
}
.main_team ul li:nth-child(4){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:55%;
    top:97%;
}
.main_team ul li:nth-child(5){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:73%;
    top:94%;
}
.main_team ul li .single_team_img img{
    width:60px;
    height: 60px;
    margin:20px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(231, 76, 60, 0.65);
}

li:hover .single_team_img img{
    transform: scale(1.08);
}
li:hover .single_team_text{
    opacity: 1;
}
li .single_team_text{
    padding: 10px 20px;
    width:100%;
    opacity:0;
    transition: all 0.6s;
    text-align: center;
    display: block;
    height: 80px;
}
li .single_team_text h4{
    margin-bottom: .0rem;
    display: inline-block;
    text-transform:none ;
    color:#e74c3c;
}
li .single_team_text p{
    color:#fff;
}

/*=================================================================
                        our partners section
===================================================================*/
.our-partners {
    background-color: transparent;
    padding: 0px;
    background-image: url(../images/partners-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: none;
    overflow: visible;
    width: 100%;
}
.our-partners .head_main_title .title, .our-partner-content p {
    color: #cecece;
}
.our-partners .head_main_title .subtitle_In+.title {
    color: #ffffff;
}
.our-partners .head_main_title .subtitle_In {
    color: #ffffff;
}
.our-partners .head_sub_title .subtitle {
    color: #a2a2a2;
}
.our-partner-content {
	padding-top:30px;
}
.our-partners .accordion-panel {
	background:rgba(0, 0, 0, 0.38);
}
.our-partners .panel-heading {
	background: #000;
}
.our-partners .panel-heading a {
    color: #fff;
}
.our-partners .panel-heading a .accordion-icon {
    background: #FFC80A;
}
.our-partners .panel-body
{
color:#fff;}
.main_partners_area .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}


/*=================================================================
					contact section css
===================================================================*/

.contact{
    background:#f4f5f9;

}
.contact_info_content{
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.01);
}
.contact_info_content h3{
    color:#e74e3e;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 19px;
}
.contact_info_content h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.contact_info_content h4{
    margin:0;
    padding: 0;
}
.single_contant_left{
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.01);
}
.single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}
.contact_contant {
	padding-bottom:50px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.contact_form_block {
    background: #fcfcfc;
}
.form_left {
    padding-top: 95px;
    padding-bottom: 80px;
}
.form_fields {
    padding-right: 30px;
}
.form_fields .form-group {
    display: table;
    width: 100%;
	margin-bottom:30px
}
.form_fields .form-label {
	width:100px;
    display: table-cell;
    color: #8c8f94;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: bottom;
    line-height: 1;
	float:none;
}
.form_fields .form-input {
    width: calc(100% - 103px);
    display: table-cell;
	float:none;
}
.form_fields .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding: 10px;
    color: #2c2c2c;
    font-weight: 600;
}
.form_fields textarea.form-control {
	vertical-align:top;
}

/*====================================================================
                        Trail Section 
======================================================================*/
.main_trial_area{
    background: url(../images/trailbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    color:#fff;
}
.main_trial h2{
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.main_trial h2 span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.main_trial h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
}


/*=================================================================
                        footer section
===================================================================*/
.footer{
    background: #000000;
}
.main_footer{
    overflow: hidden;
    padding: 20px 0px;
}

.main_footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-top:10px;
}
.main_footer .flowus a i:hover{
    color:#e74c3c;
}

.copyright_text{
    text-align: right;
}
.copyright_text-right{
	text-align:left;
}
.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:#e74c3c;
}



/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #e74c3c;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

@media (min-width: 768px) {
.plr-sm-0 {
	padding-left:0;
	padding-right:0;
}
.contact_data .col-sm-3 {
	width:20%;
}
}

@media (min-width: 992px) {
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
}

@media (max-width: 991px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: rgba(0,0,0,0.9);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f19091;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.sections {
    padding-bottom: 85px;
}
}

@media (max-width: 767px) {
.navbar-brand>img {
    max-width: 30%;
}
.tp-static-layers {
	display:none;
}
.main_menu_bg .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.275rem;
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ff5745;
}
.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ff5745;
    padding-bottom: 10px;
}
.navbar-fixed-top {
    position: absolute;
}
.navbar-fixed-top.menu-scroll {
	position:fixed;
}
.sections {
    padding-bottom: 65px;
}
.sc_head_title, .our-partner-content .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.contact_form_block #map {
	height: 300px !important;
}
.special-faq {
    padding-top: 25px;
}
.main_footer {
    padding: 10px 0px;
}
.copyright_text p {
    padding-top: 0;
    font-size: 1.1rem;
}

}

@media (max-width: 479px) {
.tp-caption.slz-title {
	font-size:24px !important;
}
.navbar-default .navbar-brand {
    width: 80%;
}
.navbar-brand>img, .menu-scroll .navbar-brand>img {
    max-width: 118px;
}
.tparrows {
	display:none;
}
.head_main_title .title {
    font-size: 24px;
}
.head_main_title .subtitle_In {
    font-size: 78px;
}
.head_sub_title {
    padding: 0 15px;
}
.head_title .subtitle, .head_sub_title .subtitle {
    margin-top: 30px;
    font-size: 13px;
}
.sc_head_title {
    margin-bottom: 30px;
}
.special-video, .special-accordation {
    padding: 20px 15px;
}
.panel-heading a {
    font-size: 12px;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.our-partners .panel-body, .special-accordation .panel-body {
    padding: 10px;
    line-height: 18px;
    font-size: 11px;
}
.our-partner-content p {
    font-size: 1.1rem;
    text-align: justify;
}
.slz-icon-box-1 .wrapper-icon-image:after {
    top: 0px;
}
.slz-icon-box-1 .wrapper-info .description:last-child {
    font-size: 11px;
    line-height: 20px;
}
.special-faq {
    padding-top: 25px;
}
.special_video-wrapper iframe {
    height: 260px;
}
.main_service .single_service.single_service_text .single_service_icon i.fa-icon {
    width: 70px;
    height: 70px;
    line-height: 55px;
}
.single_service_icon i.fa-icon img {
    max-height: 45px;
}
.single_study_text {
    top: 0px;
}
.slz-gallery-feature .row>div {
    width: 100%;
}
.form_fields {
    padding-right: 0;
}
.form_fields .form-group {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.main_study_area {
    min-height: 830px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.slz-icon-box-1 .wrapper-icon-image:after {
    top: 0px;
}
.special-accordation .panel-heading a {
	font-size:15px;
}
.single_study_slid_area .single_study_text {
    top: 20px;
}
.navbar-header {
    width: 300px;
}
.navbar-brand>img {
    max-width: 50%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.tp-caption.slz-title {
	font-size:34px !important;
}
.slz-icon-box-1 .wrapper-icon-image:after {
    width: 160px;
    height: 160px;
    top: 0px;
}
.special-accordation .panel-heading a {
	font-size:13px;
}
.special-accordation .panel-heading a span, .special-accordation .panel-heading a span {
    padding: 10px 15px;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.contact_form_block.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.form_left {
    padding-top: 65px;
    padding-bottom: 50px;
}
.form_fields .form-label {
    width: 80px;
}
.form_fields {
    padding-right: 15px;
}
.single_study_content {
    min-height: 540px;
}
.head_title {
    margin-bottom: 40px;
}

}

@media (min-width: 480px) and (max-width: 991px) {
.special-faq .head_main_title .title {
	line-height: 30px;
}
}

@media (min-width: 568px) and (max-width: 767px) {
.tp-caption.slz-extra-title {
	font-size:8px !important;
}
}

/* Mobile Slider Responsive */

@media screen and (max-width: 1024px) {
.slz-gallery-feature .service-slider-wrapper .slide-carousel {
    padding: 70px 20px;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
.slz-service-carousel.slz-gallery-feature>div>[class^="col-xs"]:first-child, .slz-service-carousel.slz-gallery-feature>div>[class*="col-xs"]:first-child {
    float: none;
    margin: 0 auto 30px;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item, .slz-gallery-feature .slz-tab-list .slz-sv-item:last-child {
    margin-bottom: 40px;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line .point, .slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line {
    display: none;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line {
    left: 0;
    top: 50%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
.slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line .point {
    left: 0;
}
.slz-gallery-feature .slz-icon-box-1 {
    padding: 0;
}
.slz-gallery-feature .slz-icon-box-1.style-vertical .icon-cell {
    display: inline-block;
}
.slz-gallery-feature .slz-icon-box-1.style-vertical .content-cell {
    display: inline-block;
    width: calc(100% - 70px);
    padding-top: 0;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
}
}

@media screen and (max-width: 600px) {
.slz-gallery-feature .service-slider-wrapper .slide-carousel {
    padding: 65px 20px;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line .point, .slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line {
    display: none;
}
.slz-gallery-feature .slz-icon-box-1 .wrapper-icon {
    width: 55px;
    height: 55px;
    line-height: 53px;
}
}

@media screen and (max-width: 480px) {
.slz-gallery-feature .row>div {
    width: 100%;
}
.slz-gallery-feature .row>div:first-child {
    margin-bottom: 30px;
    padding: 0px 65px;
}
.slz-gallery-feature .service-slider-wrapper .slide-carousel {
    padding: 70px 18px;
}
.slz-gallery-feature .slz-tab-list .slz-sv-item .direction-line {
    display: none;
}
.slz-gallery-feature .slz-icon-box-1.style-vertical .content-cell {
    text-align: left;
}
}

@media screen and (max-width: 380px) {
.slz-gallery-feature .row>div:first-child {
    padding: 0 45px;
}
}

@media screen and (max-width: 320px) {
.slz-gallery-feature .row>div:first-child {
    padding: 0 20px;
}
.slz-gallery-feature .service-slider-wrapper .slide-carousel {
    padding: 75px 25px;
}
.slz-gallery-feature .slz-icon-box-1 .wrapper-info .block-title {
    font-size: 17px;
}
}
#ajax-contact-form .error{
	border:1px groove #ff0000 !important
} 
#toast{
	position: fixed;
	bottom: 20px;
	right: 10px;
	padding: 20px 10px;
	background: #000;
	border-radius: 5px;
	box-shadow: 1px 2px 30px #fff;
	display: none; 
	z-index: 99999;
	color: #fff;
}