
/* ==========================================================================
   Custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 18px;
    color: #656565;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.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,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.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;
}
a{}
.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;
    width: 60%;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #182e4c;
    background-image: none;
    border-radius: 30px;
    -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: #5e9a28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 30px;
    color:#000000;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
h2 {
    font-size:3rem;
    line-height: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h3 {
    font-size:1.875rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color:#223d61;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.375rem;
    margin-bottom:30px;
}
p:last-child {
    margin-bottom: 0px;
}
.text {
    color: #333333;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg{
    background:#FFE1BD ;
}
.whitetext {
    color: #fff;
}

.purpletext{
    color: #453A49;
}

.blackbg{
    background: #000;
}
.bluebg{
    background: #282F44;
}

.lightgreybg{
    background: #f9fafc;
}

.magbg{
    background: #BA2C73;
}

.purplebg{
    background: #453A49;
}
.peachbg{
    background: #FFE1BD;
}

.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;
}


/*
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;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay {
    background-color:rgba(255, 225, 189, 0.9);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.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 {
    height: 2px;
    width: 60px;
    margin: 20px auto;
    background: #000;;
}
.separator2 {
    height: 2px;
    width: 60px;
    margin:20px 0px;
    background: #000;
}
.separator3 {
    height: 2px;
    width: 50px;
    margin:10px auto;
    background: #fff;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #5e9a28;
}
/*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: #522bac;
    border-color: #522bac;
}

.btn {
    display: inline-block;
    min-width: 180px;
    padding: .4em;
    height: 45px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 1.125rem;
    border-radius: 2px;
    margin-top: 20px;
    background-color: #000;
    transition: .5s; 
    border:1px solid #000;

}
.btn:hover {
    background-color:#fce3c6;
    color: #000;
    text-decoration: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color:#000;
}

.btn-new-client {
    color: #333;
    background-color: #fff;
    border:hidden;
}
.btn-new-client:hover {
    color: #333;
    background-color: #e9eefd;
    border:hidden;
}

/*
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-top-80 {
    margin-top: 80px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}

.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: #555555;
}
input::-moz-placeholder {
    color: #555555;
}
input::-ms-input-placeholder {
    color: #555555;
}

/*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:#fff;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 80px;
    /*    background-color: transparent;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;*/

}

.menu-scroll .main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
    height: 80px;
}
.menu-scroll .main_menu_bg .nave_menu {
    margin-top:0px;
}
.main_menu_bg{
    margin-top: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 155px;
    transition: all 0.3s;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .3s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#000000;
}
.main_menu_bg .nave_menu {
    margin-top:50px;
    transition: all 0.6s;
}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #000000;
    background:url(../images/line.png) no-repeat scroll 15px 40px;
}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875rem;
    color: #333;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#ffe1bd;

}
.dropdown-menu>li>a{
    line-height: 4;
}
/*.navbar-nav>li>.dropdown-menu{
    margin-top:20px;
}*/


/*home section*/
.main_home{
    margin-top:85px;
    padding: 140px 0px;
    position: relative;

}
.main_home h1{
    font-size: 3rem;
    line-height: 2rem;
    padding-bottom: 0;
    
}
.main_home p.subtitle{
    color: #000;
    padding-bottom: 25px;
    font-size:1.5rem;
    line-height: 2rem;
    margin:0 auto;
}
.main_home_slider{
    margin-top:50px;
}
.single_home_slider{
    margin-top:70px;
    background:url(../images/homebg.jpg) no-repeat top center;
    position: relative;
}
.main_home_slider .owl-controls{
    position: absolute;
    right:1%;
    top:50%;
    z-index: 99;
}
.home .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border:0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 10px;
    background: transparent;
    border:1px solid #000;
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*========================================================================
service section css
==========================================================================*/
.head_title{
    margin-bottom:60px;
}
.head_title h2{
    font-size:3.125rem;
    color:#000000;
}
.head_title p{
    font-size:1rem;
}


/*=======================================================================
                        Work sectin style
=========================================================================*/
.main_mix_content{
    overflow: hidden;
}
.main_mix_content .single_mixi_portfolio{
    margin-bottom:30px;
}


/*====================================================================
 Team section Style
======================================================================*/

.main_team_area .single_team .team img{
    margin-bottom:20px;
    width:168px;
    height: 168px;
    margin:20px auto;
}
.main_team_area .owl-controls{
    margin-top:50px;
}
.main_team_area .owl-nav{
    position: absolute;
    top:70%;

}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-prev{
    float: left;
    position: absolute;
}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-next {
    float: right !important;
    position: relative;
    right:-1350%;
}
.main_team_area .owl-theme .owl-nav [class*='owl-'] {
    color: black;
    font-size: 3rem;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
}
.main_team_area .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: white;
}

/*===================================================================
                    Clients Section Style
=====================================================================*/
.slider-pro .sp-slides.sps_slider{
    height: 200px !important;
}
.slider-pro p.sp-layer.right_sp_layer {
    padding-top: 40px;
}

/*===================================================================
                    Contact section style
=======================================================================*/
.main_contact .head_title.whitetext h1{
    color:#fff;
}

.contact_social a i{
    font-size:2.5rem;
    color:#ffffff;
    text-align: center;
    width:40px;
    height: 40px;
    line-height: 40px;
    margin-left:10px;
}
.contact_social a:hover i{
    color:#faf2fc;
}



/*==================================================================
                    footer section
====================================================================*/
.footer{
    border-top:1px solid #d8d8d8;
}
.copyright_text p{
    color:#aaa79e;
    font-size:0.8125rem;
    /*    line-height: 25px;*/
    padding: 40px 20px;
    max-width: 100%;
}

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

}


/*==================================================================
                BlogInner Page Style
====================================================================*/

.main_bloginner_area{}
.main_bloginner_content{}
.main_bloginner_content .single_bloginner img{
    width:100%;
}
.single_bloginner h1{
    font-size:3rem;
    margin-bottom: 1rem;
}
.single_bloginner.s_blogIner_4.single_bloginner_bottom_heading{
    width:80%;
}
.single_bloginner.s_blogIner_4.single_bloginner_bottom_heading h4{
    letter-spacing: 1px;
    line-height: 3rem;
}



/*=======================================================================
                    Cantact Us Page Style 
=========================================================================*/

.contactus .form-control{
    color:#333;
}
.ourmap {
    width: 100%;
    height: 700px;
}

.menu-logo-width{
    width:12rem;
}


/*=======================================================================
                    Message Us Form Style 
=========================================================================*/

.zf_lB_Dimmer_266051{ 
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 10000000;
}

.zf_lB_Container_266051{
	position: fixed;
	background-color: white;
	margin: 0;
	margin-right: 0px;
	padding: 0;
	height: 546px;
	width:  70%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	border: 7px solid none;
	max-height: calc(100% - 60px);
	z-index: 999999;
	transition: height 0.5s ease;
	outline : none;
}

p{
margin-bottom: 10px;
}

.zf_lB_Wrapper_266051{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -180px;
    z-index: 10000001;
}

.zf_main_id_266051{
	height: calc(100% - 0px);
	display: flex;
	overflow-y: auto;
	overflow-x: hidden;
}

.zf_lb_closeform_266051 {
    position: absolute;
    right: -20px;
    background: #2f2e2e;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -15px;
    cursor: pointer;
    border: 2px solid #d9d9d9;
}
.zf_lb_closeform_266051:before, .zf_lb_closeform_266051:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 19px;
    width: 2px;
    top: 7px;
    background-color: #f7f7f7;
}

.zf_lb_closeform_266051:before {
  transform: rotate(45deg);
}
.zf_lb_closeform_266051:after {
  transform: rotate(-45deg);
} 



@media screen and (min-device-width: 10px) and (max-device-width: 380px) {  
   .zf_lB_Container_266051 {
  width: 270px !important;
} 
}

@media screen and (min-device-width: 360px) and (max-device-width: 480px) {  
   .zf_lB_Container_266051 {
  width: 350px !important;
} 
}

@media screen and (min-device-width: 440px) and (max-device-width: 500px) {  
   .zf_lB_Container_266051 {
  width: 380px !important;
} 
}

@media only screen  and (min-width:500px) and (max-width:600px)  {  
 	.zf_lB_Container_266051 {
	width: 450px;
 }
}

@media only screen  and (min-width:601px) and (max-width:700px)  {  
 	.zf_lB_Container_266051 {
	width: 540px;
 }
}

@media only screen  and (min-width:700px) and (max-width:800px)  { 
.zf_lB_Container_266051 {
	width: 650px;
 }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1268px) {  
   .zf_lB_Container_266051 {
  width: 750px !important;
} 
}

/*=======================================================================
                    Random Custom Styling
=========================================================================*/
.logo-big{
    width:15rem;
    padding-bottom: 1rem;
}

.btn-contact{
    display: inline-block;
    min-width: 180px;
    padding: .4em;
    height: 45px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.125rem;
    border-radius: 2px;
    margin-top: 20px;
    transition: all,.1s,ease-in;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #453A49;
}
.btn-contact:hover {
    background-color:#faf2fc;
}

.btn-cards{
    display: inline-block;
    min-width: 180px;
    padding: .4em;
    height: 45px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.125rem;
    border-radius: 2px;
    margin-top: 20px;
    transition: all,.1s,ease-in;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #453A49;
    text-decoration: none;
}
.btn-cards:hover {
    background-color: #ffe9f4;
}

.card-text a {
          color: #ffffff;
    text-decoration-line: underline;
        }

.card-text a:hover {
          color: #ffe9f4;
}

.largetext{
    font-size: 2rem;
}

/*Adds h styling wile mantainin proper heading heirarchy across site for accessibility*/
.h1 {
    font-size: 3.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
.h2 {
    font-size:3rem;
    line-height: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.h3 {
    font-size:1.875rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

/*Makes items center when on mobile devices/smaller screens*/
@media only screen and (max-width: 992px) {
  .center-on-mobile {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .center-on-mobile-main-body {
    text-align: center;
  }
}

/*Makes h2 smaller when on mobile devices/smaller screens*/
@media only screen and (min-width: 990px) {
    .h2-smaller{
    font-size:2.5rem;
    line-height: .75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    }
}

/*Adds scrolling to anchor links on pages*/
html {
  scroll-behavior: smooth;
}