

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 0.875rem;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: 'ralewayregular';
}

@media screen and (min-width: 1200px){
  .about {
    height: 420px;
  }
}


.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 14px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}


.landing-reason {
    color: #fff;
    font-size: 13px;
}
.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}


.module, .module-small {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


.landing-reason:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    background-color: #edeff1;
}


 .mobile{
    display:none;
}

.a {
    background-position-y: 50%;
}

.tes {
    font-size: 1.5em;
    height: 150px;
}

.styleover{
    padding-left:2vw;
}
.horizontal{
    width: 24vw;
}

.circlelogo{
    width: 11vw;
    padding-left: 1vw;
}

.servtab {
    text-align: center;
}

.servtab img{
    width: 20vw;
}
.plcounter {
    text-align: center;
    margin: auto;
}

.plcounter p {
    font-size: 40px;
    font-weight: 100;
    color: #f60d54;
}

.plcounter h1 {
    text-align: center;
    color: white;
    font-size: 60px;
    margin-top: -10px;
}

.plcounter hr {
    background: #f60d54;
    border: none;
    height: 1px;
}

.plcounter {
    position: relative;
    width: 200px;
}

.plcounter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
}

.plcounter .color {
    width: 0px;
    overflow: hidden;
    color: #f60d54;
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    text-align: center;
    background-color: #0d0d0d;
}

.preloaderimg{
    margin-top:18vh;
    width: 15vw;
    margin-bottom: 4vh;
}

.loaded {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;

    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 50px;
    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;
}
a{
    font-family: 'montserratregular';
}
.btn.extra-width {
    padding: 13px 40px;
}
.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 {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}*/
.form-control {
    display: inline-block;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}
.form-control:focus {
    border-color: #bcefeb;
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
    font-family: 'montserratregular';
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    font-family: 'montserratregular', sans-serif;
}
h1 {
    font-size: 3.75rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .3rem;
}
h2 {
    font-size:1.875rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-size:1.375rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}
h4 {
    font-size: 1rem;
    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.975rem;
}
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;*/
}
.text {
    color: #333333;
}
.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;
}

.main_team {
    padding-bottom: 110px;
}

/*
Section
*/
.sections {
    padding-top:85px;
    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: 670px;
}
.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:30vh;
}
.map-overlay i{
    padding-top: 72px;
}
.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;
}

#employment, .employment{
    height: 200px;
}

/*
Separator
*/
.separator {
    height: 1px;
    width: 170px;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;
}
.separator:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 50px;
    background: #ff7200;
    content:"";

}
.separator2 {
    height: 1px;
    width:93%;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;
}
.separator2:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 70px;
    background: #ff7200;
    content:"";
}


.separator3 {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #5e9a28;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}
/*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: #b20000;
    border-color: #000;
}



.btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:1rem;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #ff7200;
    transition: .5s;
    border: 1px solid #ff7200;
    font-family: 'montserratregular';

}
.btn:hover {
    background-color:#f4720a;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f4720a;
}

.btn-primary {
    background-color: #ff7200;
    transition: .5s;
    padding: 9px 30px;
}

.btn_news_color{
    color:#5e9a28;
    border-color: #5e9a28;
}

.btn-md{
    border:1px solid #5e9a28;
    color:#5e9a28;
    padding: 10px 45px 10px 0px;
}


.btn-larg{
    border: 1px solid #fff;
    color:#fff;
    padding: 6px 30px;
}




/*.btn-default:active, .btn-default:hover  {
    background: 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;
}
.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-bottom-0 {
    padding-bottom: 0;
}
/*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(0, 0, 0, 0.8);
    -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:#ff7200;
    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: #ff7200;
    padding-bottom: 22px;
    border-bottom: 1px solid #ff7200;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
    font-family: 'montserratregular';
}
.navbar-brand {
    padding: 0px 15px;
}
.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 #ff7200;
    color:#ff7200;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #ff7200;
    opacity: 1;
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:90px;
}
.head_title h3{
    color:#413d4b;
}
.head_title p{
    font-family: 'playfair_displayregular';
}

.montfont{
    font-family: 'Montserrat', sans-serif;
}
/*home section*/
#home{
    height: 100vh;
}

.home .main_home{
    padding-top: 250px;
}


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

}

.owl-controls{
    margin-top:-30vh;
}

.layer {
    width:100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.layera {
    width:100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.home .owl-theme .owl-nav {
    margin-top: 80px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7200;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*service section css*/

.service_tabe_menu{}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border:0px;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
    padding-top: 15vh;
    margin-left: auto;
    margin-right: auto;
}
.nav-tabs>li>a:hover{
    border-color:transparent;
}

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

.service .nav-tabs>li>a{
    text-align: center;
    color: #444444;
    width: 45vw;
    height: 180px;
    margin-left: 14.5vw;
    background: url(../images/stabmenubg.png) no-repeat top center;
    border:0px;
    transition: all 0.6s;
}
.service_tabe_menu.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: url(../images/stabmenubghv.png) no-repeat top center;
    width:250px;
    height: 180px;
    color:#fff;

}
.service_tabe ul li a:hover{
   background: url(../images/stabmenubghv.png) no-repeat top center;
   color:#fff;
}
.service_tabe ul li a i{
    font-size:2rem;
    margin-top:40px;
    margin-bottom:25px;
}

.service .tab-content{
    margin-top:100px;
}


/*features section css*/

.single_features_text{}
.single_features_text h4{}
.single_features_text p{
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 10px;
}
.single_features_text ul li{
    font-size:0.875rem;
    margin-bottom:15px;
}
.single_features_text ul li span{
    font-family: 'montserratregular';
}

.single_features_text a{
    margin-top:35px;
    background: transparent;
    color:#444444;
    border:1px solid #ddd;
    font-size:0.8125rem;
    padding-top: 0.8em;
}

.features .owl-dots{
    margin-top:25vh;
}

/*video section css*/
#video .layer{
    height: 100%;
}
.video{
    background: url(../images/restaurant.png) no-repeat top center;
    background-position-y: 50%;
    background-size:cover;
    overflow-x: hidden;
}
.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*/
#about {
    padding-top: 0px;
}


.about .main_about_area{}
.about .main_about_content{}
.about .main_about_content .single_about{
    transition: all 1s;
    margin-bottom: 65px;
    overflow: hidden;
}

.about .cutout{
    margin-top: 50%;
    width: 65vw;
}

.about .main_about_content .single_about .single_about_img img{
    width:100%;
    height: 100%;
}

.about .single_about .single_ab_icon {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.single_ab_text h3 {
    text-align: center;
    padding-top: 10px;
    width: 100%;
}

.about .single_about .single_ab_icon i{
    width: 100px;
    height: 105px;
    background: url(../images/iconbg1.png) no-repeat center center;
    line-height: 100px;
    text-align: center;
    color: #444;
    font-size: 2rem;
    transition: all 0.6s;

}

.about .single_about:hover .single_ab_icon i {
    background: url(../images/iconbg1h.png) no-repeat center center;
    color: #fff;

}

.about .single_about:hover .single_ab_icon:before{
    opacity: 1;
}

.about .single_about .single_ab_icon:before {}

.about .single_about .single_ab_text{
    width:100%;
    float:left;
}
.about .single_ab_mision li{
    margin-bottom:10px;
}

/*about_skill_area*/
.about_skill_area{
    margin-top:75px;
}

.about_skill_area .about_tabe .about_tabe_menu li a{
    background: url(../images/skmenubg.png) no-repeat top center;
    width:175px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    color:#444444;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.about_skill_area .about_tabe .about_tabe_menu li.active a:hover, .about_tabe_menu li.active a:focus {
    color: #fff;
    cursor: pointer;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
.about_skill_area .about_tabe .about_tabe_menu li a:hover{
    color: #fff;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
/*.about_skill_area .nav-tabs>li>a:hover{
    background: url(../images/skmenubgh.png) no-repeat;
}*/

.about_skill_area .tab-content{
    margin-top:50px;
    display: inline-block;

}

.about_skill{
    margin-top:-38px;
}

.skillbar {
    background: transparent;
    display: block;
    height: 7px;
    margin-bottom: 64px;
    top: 65px;
    position: relative;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-property: width, background-color;
    transition-timing-function: linear;
    width: 100%;
    border:1px solid #dddddd;
}
.skillbar-title {
    color: #323232;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -40px;
    width:100%;
}

.skillbar-title span {
    display: block;
    float: right;
    margin-left: 75px;
    margin-top: -30px;
    font-size: 13px;
}

.skillbar-bar.blue {
    background-color: #ff7200;
    height: 5px;
    width: 0;
}


/*counter section css*/
/*counter section css*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}
.counter .main_counter_area{}
.counter .main_counter_area{
    padding:80px 20px;
}
.counter .main_counter_area .single_counter{}
.counter .main_counter_area .single_counter .single_counter_item{

}

.counter .main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.counter .main_counter_area .single_counter i{
    color:#ff7200;
    font-size:1.875rem;
    display: inline-block;
    margin-top:20px;
}
.counter .main_counter_area .single_counter p{
    color:#fff;
    font-size:0.8125rem;
}



/*Features section css*/
.features .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
   border: 1.5px solid darkslategrey;
}


/*others service section css*/
.othersservice{
    background: #ffffff;
}
.main_othersservice_area{}
.othersservice .single_othersservice {
    margin-bottom:30px;
    margin-top:20px;
    display: inline-block;
    width:100%;

}

.othersservice .single_othersservice .single_othersservice_icon{}
.othersservice .single_othersservice .single_othersservice_icon h4 i{
    color:#444;
    font-size:2rem;
    background: url(../images/iconbg2.png) no-repeat center center;
    width:64px;
    height:65px;
    line-height: 65px;
    text-align: center;
    margin-right: 10px;
    transition: 0.6s;
}
.othersservice .single_othersservice:hover .single_othersservice_icon h4 i{
    background: url(../images/iconbgh2.png) no-repeat center center;
    color:#fff;
}
.othersservice .single_othersservice .single_othersservice_content{

}


/* Team section css */
.team{
    color:#fff;
}

.team .single_team_content{
    margin-top:30px;
    transition: all .6s;
}


.team .single_team_content .single_team_img img{
    width:100%;
    transition: 0.6s;

}
.team .single_team_content .single_team_img{
    position: relative;

}
.team .single_team_content:hover .single_team_img img{
    transform: scale(1.05);


}
.team .single_team_content:hover .single_team_text_overlay{
    opacity: 1;
}
.team .single_team_content .single_team_text_overlay{
    position: absolute;
    left: 15%;
    top: 30%;
    background: rgba(255, 114, 0, 0.75);
    padding: 10px 20px;
    width:70%;
    opacity:0;
    transition: all 0.6s;
}
.team .single_team_content .single_team_text_overlay h4{
    margin-bottom: .0rem;
    display: inline-block;
}
.team .single_team_text_overlay .team_overlay_socail{
    margin-top:40px;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a i{
    border:1px solid #fff;
    color:#fff;
    width:30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    transition: all .6s;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a:hover i{
    background: #fff;
    color:#ff7200;
}



/*why choose us section css*/

/*choose section css*/
.choose{}
.choose .main_choose{}
.choose .main_choose .single_choose{}
.choose .main_choose .single_choose .single_choose_img img{
    width:100%;
    height: 100%;
}
.choose .main_choose .single_choose .single_choose_acording{}
.choose .main_choose .single_choose .single_choose_acording .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display:block;
    text-transform: uppercase;

}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i{
    color: #444444;
    font-size: 1.575rem;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/ch_col_icn.png) no-repeat left center;
    width:49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title:hover a i{
    color: #fff;
    background: url(../images/ch_col_icn_h.png) no-repeat left center;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i.fa-chevron-down{
    float:right;
    margin-right: 0px;
}

/*portfolio2 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:#ff7200;
}
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 #ff7200;
    font-family: 'montserratregular';
}
button.btn-md:hover {
    background-color: transparent;
    color: #ff7200;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
.portfolio{
    padding-top: 8vh;
}
#portfoliowork {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile {
    display: none;

}


.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%;
}


.tile img {
    height: auto;
    display: 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(255, 114, 0, 0.75);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/
.grid_item_overlay a i{
    width:100px;
    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:#ff7200;
    background: #fff;
}

/*.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}*/


/*portfolio section css*/
/*.portfolio{
    overflow: hidden;
    width:100%;
}
.heading_filter_menu{
    overflow: hidden;
    height: 150px;
}
.main_portfolio .head_title h4{
    float:left;
    font-size:1.375rem;
}
.main_portfolio .head_title a{
    display: inline-block;
    float:right;
    color:#413d4b;
}

.main_portfolio_content{}

.grid{}

.grid-item {
    width: 23%;
}
.grid-item--width2{
    width:45%;
    height: 300px;
}
.grid-item img{
    width:100%;
    height: 100%;
}

.portfolio .grid-item{
    position: relative;
}

.portfolio .grid-item:hover .grid_item_overlay{
    opacity: 1;
}
.portfolio .grid_item_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
    background-color: rgba(76, 61, 114, 0.55)
}
.portfolio .grid_item_overlay p{
    color:#fff;
    margin-bottom:5px;
}
.portfolio .grid_item_overlay i{
    margin-bottom:10px;
    font-size:2rem;
    color:#FFF;
}*/




/* Carousel */
.testimonial{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1003%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/rect%3e%3cpath d='M87.09 36.67L130.4 61.67L130.4 111.67L87.09 136.67L43.79 111.67L43.79 61.67zM43.79 261.67L87.09 286.67L87.09 336.67L43.79 361.67L0.49 336.67L0.49 286.67zM87.09 336.67L130.4 361.67L130.4 411.67L87.09 436.67L43.79 411.67L43.79 361.67zM173.7 186.67L217 211.67L217 261.67L173.7 286.67L130.4 261.67L130.4 211.67zM217 -38.33L260.3 -13.33L260.3 36.67L217 61.67L173.7 36.67L173.7 -13.33zM260.3 336.67L303.61 361.67L303.61 411.67L260.3 436.67L217 411.67L217 361.67zM260.3 486.67L303.61 511.67L303.61 561.67L260.3 586.67L217 561.67L217 511.67zM303.61 111.67L346.91 136.67L346.91 186.67L303.61 211.67L260.3 186.67L260.3 136.67zM346.91 186.67L390.21 211.67L390.21 261.67L346.91 286.67L303.61 261.67L303.61 211.67zM303.61 261.67L346.91 286.67L346.91 336.67L303.61 361.67L260.3 336.67L260.3 286.67zM433.51 36.67L476.82 61.67L476.82 111.67L433.51 136.67L390.21 111.67L390.21 61.67zM433.51 336.67L476.82 361.67L476.82 411.67L433.51 436.67L390.21 411.67L390.21 361.67zM390.21 411.67L433.51 436.67L433.51 486.67L390.21 511.67L346.91 486.67L346.91 436.67zM476.82 -38.33L520.12 -13.33L520.12 36.67L476.82 61.67L433.51 36.67L433.51 -13.33zM520.12 486.67L563.42 511.67L563.42 561.67L520.12 586.67L476.82 561.67L476.82 511.67zM693.33 186.67L736.63 211.67L736.63 261.67L693.33 286.67L650.02 261.67L650.02 211.67zM779.93 336.67L823.24 361.67L823.24 411.67L779.93 436.67L736.63 411.67L736.63 361.67zM866.54 36.67L909.84 61.67L909.84 111.67L866.54 136.67L823.24 111.67L823.24 61.67zM866.54 336.67L909.84 361.67L909.84 411.67L866.54 436.67L823.24 411.67L823.24 361.67zM996.45 -38.33L1039.75 -13.33L1039.75 36.67L996.45 61.67L953.14 36.67L953.14 -13.33zM1039.75 186.67L1083.05 211.67L1083.05 261.67L1039.75 286.67L996.45 261.67L996.45 211.67zM996.45 411.67L1039.75 436.67L1039.75 486.67L996.45 511.67L953.14 486.67L953.14 436.67zM1083.05 261.67L1126.35 286.67L1126.35 336.67L1083.05 361.67L1039.75 336.67L1039.75 286.67zM1212.96 336.67L1256.26 361.67L1256.26 411.67L1212.96 436.67L1169.65 411.67L1169.65 361.67zM1299.56 186.67L1342.87 211.67L1342.87 261.67L1299.56 286.67L1256.26 261.67L1256.26 211.67zM1299.56 336.67L1342.87 361.67L1342.87 411.67L1299.56 436.67L1256.26 411.67L1256.26 361.67zM1386.17 186.67L1429.47 211.67L1429.47 261.67L1386.17 286.67L1342.87 261.67L1342.87 211.67zM1472.77 186.67L1516.08 211.67L1516.08 261.67L1472.77 286.67L1429.47 261.67L1429.47 211.67z' stroke='rgba(255%2c 114%2c 0%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1003'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    overflow: hidden;
    height: 480px;
}
.testimonial .owl-dot{
    padding-top: 26vh;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'ralewayregular';
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*clogo section css*/
.clogo{
    background: #eeeeee;
}






/*contact section css*/

.contact .single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}

.contact .single_info_icon {
    width:15%;
    float: left;
    margin-right: 5%;
}
.contact .single_info_icon i{
    width:60px;
    height: 56px;
    line-height: 56px;
    color:#444;
    background: url(../images/info_iconbg.png) no-repeat;
    font-size: 1.5rem;
    padding-left: 15px;
}
.contact .single_info_text {
    float:left;
    width:80%;
}




/*maps section css*/

.maps{
    background: url(../images/mapbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    position:relative;
}

.main_maps{
    width:100%;
    height: 100%;
}
.main_maps .map_canvas_icon{
    position:absolute;
    left:35%;
    top:25%;
    cursor:pointer;
}

.main_maps i{
    color:#fff;
    font-size:2rem;
}
.main_maps h2{
    color:#fff;
}

#map_canvas{
    height: 160px;
    width: 100%;
}





/*footer widget*/

.footer_widget{
    background: #1a1a1a;
    color:#fff;
    background-size: cover;
}
.footer_widget .main_widget{
    padding: 55px 15px 80px 15px;
    overflow: hidden;
}
.single_widget{
    margin-bottom:30px;
}
.single_widget ul li{
    margin-bottom:10px;
}
.single_widget ul li a{
    width:100%;
    display:block;
    overflow: hidden;
    font-size:0.875rem;
    color:#fff;
    line-height: 1.4rem;
}
.single_widget ul li a:hover{
    color:#ff7200;
}

.footer_logo{
    margin-bottom: 20px;
}

.single_widget li.single_latest_news{
    margin-bottom: 20px;
}
.footer_subcribs_area .navbar-form {
    padding: 0;
}
.footer_subcribs_area .form-control {
    font-size: 14px;
    border: 1px solid #a199b4;
    color:#a199b4;
    border-radius:0px;
    width: 100%;
    display: inline-block;
    height: 45px;
    background-color:transparent;
    line-height: 20px;
}
.footer_subcribs_area .form-group{
    position:relative;
}

.footer_subcribs_area .submit_btn{
    background: transparent;
    border: 0px solid #ccc;
    color: #ededed;
    padding: 5px 10px;
    border-radius: 0px;
    height: 45px;
    outline: none;
    width: 25%;
    transition: all .6s;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer_subcribs_area .submit_btn:hover{
    color: #fff;
}
.footer_subcribs_area .submit_btn:before {
    content: "\f178";
    font-family: 'Fontawesome';
    text-align: center;
    font-size:1rem;
}


/*footer section*/
.footer{
    background: #000000;
}
.footer .main_footer{
    overflow: hidden;
    padding: 40px 0px;
}
.footer .flowus{
    text-align: right;
    /*padding-top: 16px; */
    padding-top: 0px; 
}
.footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border:1px solid #fff;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-right:5px;
    margin-top:10px;
}
.footer .flowus a i:hover{
    color:#ff7200;
    border:1px solid #ff7200;
}

.copyright_text{
    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:#ff7200;
}



/* 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: #ff7200;
    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;

}
