@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/*Table Of Contents
01 body
02 header
    nav
03 Revolution
04 Swiper
05 overlay
06 work-gallery
07 page-header
08 Features
09 ourteam
10 ourblog
11 pricing
12 footer
*/




/*Global Styling*/
body{
    padding:0;
    margin:0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    color:#666666;
    position: relative;
    overflow-x: hidden;
}
html{
    height:100%;
    width:100%;
    font-size:16px;
}
ol, ul{
    margin:0;
    padding:0;
    list-style:none;
}
a, a:hover, a:focus{
    outline:none;
    text-decoration:none;
    color: inherit;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}

h1, .h1 {
    font-size:4.063em;
}
h2, .h2 {
    font-size: 3rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
h5, .h5 {
    font-size: 1.125rem;
}
h6, .h6 {
    font-size: 1rem;
}
p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.34rem;
    word-spacing: 0.2rem;
}
p.title{
    font-size:1rem;
}
.container{
    width: 1600px;
    max-width:100%;
}
.container, .container-fluid{
	padding-left:10px;
	padding-right:10px;
}
/*Share common font family*/
h2,h3, .testimonial .testimonial_slide h6,
aside .widget h4{
    font-weight: bold;
}



/* Helper Classes & Shorcodes */
.padding {
    padding: 12.5rem 0;
}
.padding_top{
   padding-top: 12.5rem;
}
.padding_bottom{
    padding-bottom:12.5rem;
}
.padding_half{
    padding: 6.25rem 0;
}
.padding_bottom_half{
    padding-bottom: 6.25rem;
}
.padding_top_half{
    padding-top:6.25rem;
}
.margin_bottom{
    margin-bottom:12.5rem;
}
.margin_top{
    margin-top: 12.5rem;
}
.heading_space{
    margin-bottom: 4.375rem;
}
.bottom5{
    margin-bottom: 5px;
}
.bottom10{
    margin-bottom:10px;
}
.top10{
    margin-top:10px;
}
.bottom15{
    margin-bottom:15px;
}
.top15{
    margin-top:15px;
}
.top20{
    margin-top:20px;
}
.bottom20{
    margin-bottom:20px;
}
.bottom25{
    margin-bottom:25px;
}
.top25{
    margin-top: 25px;
}
.bottom30{
    margin-bottom:30px;
}
.top30{
    margin-top:30px;
}
.bottom35{
    margin-bottom:35px;
}
.top40{
    margin-top:40px;
}
.bottom40{
    margin-bottom:40px;
}
.bottom45{
    margin-bottom: 45px;
}
.bottom0{
    margin-bottom:0;
}
.nomargin{
    margin:0;
}


.bgdark{
    background: #202d54;
}
.bgdark_other{
    background: #e9dc0d;
}
.whitecolor{
    color: #ffffff;
}
.darkcolor{
    color: #202d54;
}
.coloryellow{
    color: #e9dc0d;
}
.colorblack{
    color: #000000;
}
.heading{ }
.heading > .colorbar{
    display: table;
    margin-top: 10px;
}
/*Dividers*/
.colorbar{
    height: 5px;
    width: 70px;
    background: #e9dc0d;
    display: inline-block;
}
/*img wrap*/
.image,
.cbp-item{
    overflow:hidden;
}
.image img{
    width:100%;
    display:block;
}
.image ,
.image img{
    position:relative;
}
.block_image > img ,
.image img,
.cbp-item img,
.latest_updates .updatephoto > img {
    width: 100%;
	 -moz-transition: all .8s ease;
	 -o-transition: all .8s ease;
	 -webkit-transition: all .8s ease;
	 transition: all .8s ease;
	 -webkit-transform-origin:center center;
	 -moz-transform-origin:center center;
	 -ms-transform-origin:center center;
	 -o-transform-origin:center center;
	 transform-origin:center center;
}
.feature_block:hover .block_image > img,
.ourteam:hover .image img,
.ourblog:hover .image img, 
.cbp-item:hover img,
.latest_updates:hover .updatephoto img,
.image:hover img{
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}

/*to align elements*/
.centered,
.vertical{
    display:block;
    position:absolute;
    top:50%;
    width:100%;
}
.vertical{
    -moz-transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.centered{
    left:50%;
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

/*sidebar search*/
.widget_search .form-control {
    border: 2px #e8ecf0 solid;
    border-right: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    height: 42px;
    position: relative;
}
.widget_search .input-group-addon {
    background: transparent;
    border: 2px #e8ecf0 solid;
    border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #e9dc10;
    cursor: pointer;
    font-size: 19px;
    padding: 0 12px;
}
.widget .media-body > a{
    font-weight: bold;
    color: #202d54;
    line-height: 1.5rem;
}
.widget .media-body > a:hover{
    color: #e9dc10;
}

/*Categories*/
.category li {
    border-bottom: 1px solid #e8ecf0;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.category li a{
    color: #666666;
}
.category li a > span{
    float: right;
}

/*Tags*/
ul.evy_tags li,
.pager,
ul.social li,
ul.social_simple li{
    display: inline-block;
}
ul.evy_tags li a {
    background: #e9dc10;
    color: #202d54;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 8px;
    margin: 2px 17px 8px 1px;
    padding: 6px 25px 6px 15px;
    position: relative;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    height: 20px;
}
ul.evy_tags li a::before {
    background-color: inherit;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 5px;
    -webkit-transform: skew(-45deg, 45deg);
    -moz-transform: skew(-45deg, 45deg);
    -ms-transform: skew(-45deg, 45deg);
    -o-transform: skew(-45deg, 45deg);
    transform: skew(-45deg, 45deg);
    width: 10px;
    z-index: -1;
}
ul.evy_tags li a::after {
    background: #ffffff ;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
}

/*Pagination*/
.pager{
    border-bottom: 2px solid #ebebeb;
    margin: 0;
    text-align: left;
}
.pager li > a {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #999999;
    font-weight: bold;
    line-height: 1;
    padding: 0 10px 20px;
    position: relative;
    text-align: center;
}
.pager li > a:before{
    background: #202d54;
    content: "";
    height:3px;
    width: 0;
    left: 0;
    bottom: -1px;
    position: absolute;
}
.pager li > a:hover::before,
.pager li.active > a:before{
    width: 100%;
}
.pager li > a:hover,
.pager li.active > a{
    color: #202d54;
    background: transparent;
}

/*Comment Profile*/
.eny_profile {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
    position: relative;
}
.eny_profile .profile_photo{
    -webkit-border-radius:100%;
    border-radius:100%;
    height: 60px;
    width: 60px;
}
.eny_profile .profile_photo > img{
    -webkit-border-radius:100%;
    border-radius:100%;
}
.eny_profile .profile_text{
    padding-left: 20px;
}
.eny_profile .profile_photo,
.eny_profile .profile_text {
    display: table-cell;
    vertical-align: top;
}

/* Social Icons */
ul.social li a{
    display:block;
    height:30px;
    width:30px;
    position:relative;
    border:1px solid #bdbdbd;
    color:#151515;
    margin:1px;
    text-align: center;
    line-height:30px;
    font-size:15px;
}
#sidebar-wrapper ul.social{
	position:absolute;
	left:30px;
	bottom:30px;
}
ul.social li a:hover,
ul.social li a:focus{
	background:#202d54;
	color:#fff;
}

ul.social_simple li a {
    display: block;
    font-size: 17px;
    line-height: 1;
    margin: 7px 5px;
}
ul.social_vertical li a{
    display: block;
    font-size: 20px;
    color: #202d54;
}
ul.social.white li a{
    border:1px solid #fff;
}
ul.social_simple.white li a,
ul.social.white li a{
    color: #fff;
}
ul.social_simple li a:hover,
ul.social_simple li a:focus,
ul.social_vertical li a:hover,
ul.social_vertical li a:focus,
.topbar .topbar_inner span > a:hover,
.topbar .topbar_inner span > a:focus{
    color: #e9dc10;
}


.back-top {
  background:#202d54;
  color:#fff;
  bottom: 30px;
  -webkit-box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
  box-shadow: 0 0 50px 0 rgba(68, 48, 136, 0.5);
  font-size: 30px;
  height: 38px;
  line-height: 34px;
  position: fixed;
  text-align: center;
  width: 38px;
  z-index: 16000;
  opacity:0;
  right:-100px;
}
.back-top-visible {
  opacity:1;
  right:30px;

}
.back-top:hover, .back-top:focus{
	color:#fff;
}


/* Helper Classes ends */
.category li a,
.widget .media-body > a,
.pager li > a,
.readmore, .button,
.updates .latest_updates .update_text p{
    font-size: 0.875rem;
}

/* Buttons */
.button {
    display: inline-block;
    padding: 0.75rem 1.875rem;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.button.dark{
    background: #202d54;
    border: 2px solid #505a78;
    color: #ffffff;
}
.button.light{
    background: #e9dc0d;
    border: 2px solid #b3aa14;
    color: #202d54;
}

/* Wapasha */
.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.button.dark:before ,
.button.light:before{
    background: #fff;
}
/*.button.light:hover,
.button.light:focus{
    color: #202d54;
}*/
.button.light:hover,
.button.light:focus,
.button.dark:hover,
.button.dark:focus{
    color: #202d54;
	 border: 2px solid #202d54;
}
.button:hover::before,
.button:focus::before{
    width: 100%;
    opacity: 1;
}






/*Topbar*/
.topbar{
    width: 100%;
}
.topbar .topbar_inner {
    line-height: 1;
    padding: 8px 30px 8px 40px;
}
.topbar .topbar_inner:first-child{
    padding-left: 0;
}
.topbar .topbar_inner > i,
.topbar .topbar_inner span,
.topbar .topbar_inner{
    display: inline-block;
}
.topbar .topbar_inner > i {
    font-size: 16px;
    margin-right: 5px;
}
.topbar .topbar_inner > i,
.topbar .topbar_inner span {
    color: #ffffff;
    vertical-align: middle;
}
.topbar .topbar_inner span{
    font-size: 12px;
}

/* Some Short Codes or helper classes */



/* transitions*/
nav.navbar.bootsnav ul.nav > li > a:before,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:before,
.cbp-l-filters .cbp-filter-item span:after,
.sidebar-nav li a:before,
.back-top, .back-top-visible,
a, .pager li > a:before, .button:before,
.ourteam .social_vertical,
.tp-bullet, .swiper-pagination-bullet,
nav.navbar.bootsnav, .navbar-brand > img,
.overlay, .pricing_item{
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

/* ------ Headers Starts ------ */
nav.navbar.navbar-default{
    border-bottom: none;
    -webkit-box-shadow:0 2px 1px -2px rgba(0,0,0,.35);
    box-shadow:0 2px 1px -2px rgba(0,0,0,.35);
}
header.default .bootsnav.navbar-sticky{
    padding:10px 0;
}
header.default nav.navbar.bootsnav.sticked{
    padding:0;
}
nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent !important;
    float: right;
    margin-right: 0;
    margin-top: 12px;
    color: #202d54;
}
header.default nav.navbar.bootsnav.sticked .navbar-toggle{
    margin-top: 8px;
}
.navbar-brand {
    height:auto;
    padding:11px 15px;
    margin: 0;
}
.navbar-brand > img{
    width: 140px;
}
header.default nav.navbar.bootsnav.sticked .navbar-brand{
    padding:15px;
}
header.default nav.navbar.bootsnav.sticked .navbar-brand > img{
    width: 110px;
}
nav.navbar.bootsnav ul.nav > li{
    margin: 0 2rem;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-weight: bold;
    padding: 19px 0;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}

nav.navbar.bootsnav ul.nav > li > a:before,
.cbp-l-filters .cbp-filter-item span:after,
.sidebar-nav li a:before{
    content: "";
    height: 5px;
    width: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    bottom: 4px;
    background: #e9dc0d;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active a:before,
.cbp-l-filters .cbp-filter-item span:hover::after,
.cbp-l-filters .cbp-filter-item-active span:after,
.sidebar-nav li a:hover::before,
.sidebar-nav li.active a::before{
    width: 100%;
}
header.default nav.navbar.bootsnav ul.nav > li > a{
    color: #202d54;
}

/*DropDowns*/
.navbar-right .dropdown-menu {
    left: 0;
}
li.dropdown:last-child .dropdown-menu{
	right:0;
	left:auto;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    text-align: left;
}
 li.dropdown ul.dropdown-menu,
 li.dropdown ul.dropdown-menu::before{
    background: rgba(32,45,84,.99) !important;

}
li.dropdown ul.dropdown-menu::before {
    top: -7px;
    content: "";
    height: 14px;
    left: 20px;
    position: absolute;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.navbar.bootsnav li.dropdown:last-child ul.dropdown-menu::before{
	right:20px;
	left:auto;
}
.dropdown-menu,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none !important;
    padding:10px !important;
	 margin-top:6px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li,
li.dropdown ul.dropdown-menu > li{
    margin: 12px 0 !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a,
li.dropdown ul.dropdown-menu > li > a{
    padding: 10px 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    position:relative;
    margin:0 20px;
    border: none;
    color: #fff;
    display: inline-block;
    width: auto;
    border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:before,
li.dropdown ul.dropdown-menu > li > a:before{
    content: "";
    background: #414c6d;
    height: 1px;
    left:0;
    width: 35%;
    position: absolute;
    bottom: 0px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover::before,
li.dropdown ul.dropdown-menu > li > a:hover::before{
    width: 100%;
    background: #e9dc0d;
}






/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled,
#wrapper.toggled header.default nav.navbar.bootsnav.sticked{
    padding-right: 260px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 260px;
}
#wrapper.toggled #page-content-wrapper {
    margin-left: -260px;
    position: absolute;
}
#sidebar-wrapper {
    background: #fff;
    -webkit-box-shadow: inset 6px 0 5px -5px #c4c4c4;
    box-shadow: inset 6px 0 5px -5px #c4c4c4;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1000;
    width: 0px;
}
#sidebar-wrapper.navbar-fixed-top,
.navbar-fixed-bottom, .navbar-fixed-top{
    right: 0;
    left: auto;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
}
.sidebar-nav li {
    display:block;
    width: 100%;
    padding: 0;
	 margin:6px 30px !important;
}
.sidebar-nav li a {
    color: #202d54;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 1px;
    text-transform: uppercase;
    position: relative;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus{
    background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
    display: block;
    margin: 3.75rem 30px !important;
}
.sidebar-nav > .sidebar-brand > a{
    padding: 0;
}
.sidebar-nav > .sidebar-brand > a:before{
    display: none;
}
.sidebar-nav > .sidebar-brand  img{
    width: 110px;
}
.sidebar-nav li.dropdown .dropdown-menu{
	position: relative;
	width:100%;
	right:30px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 25px;
    margin-left: 40px;
    position: relative;
    top: 15px;
    width: 22px;
    z-index: 999;
    float: right;
    right: 0;
}
.hamburger:hover {
    outline: none;
}
.hamburger:focus {
    outline: none;
}
.hamburger:active {
    outline: none;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom{
    -webkit-transition:  all 0.35s ease-in-out;
    -moz-transition:  all 0.35s ease-in-out;
    -o-transition:  all 0.35s ease-in-out;
    transition:  all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
}
.hamburger.is-closed .hamb-middle {
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #202d54;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom{
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition:-webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -moz-transition:transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08), -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition:transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08), -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08), -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08), -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #202d54;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-open:hover::before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay_body {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: -1;
}

/*-----  Headers Ends ------ */



/* ------ main Slider Starts ------ */
#envy-main h2{
    font-size: 2.25rem;
}
#envy-main h1{
    font-size: 3rem;
}
#envy-main h2,
#envy-main h1{
    font-weight: bold;
}
#envy-main p:first-of-type{
    margin-bottom: 0;
}
#envy-main a{
    margin-right: 5px;
}
/*arrows Slider*/
.tparrows {
    display:inline-block;
    background: transparent !important;
}
.tparrows.tp-leftarrow:before {
    content: url("../images/prev.png");
}
.tparrows.tp-rightarrow:before {
    content: url("../images/next.png");
}


/*Bullets
Swiper & Revotion*/
.tp-bullet {
    width: 22px;
    height: 2px;
    padding:2px;
    margin: 5px !important;
}
.tp-bullet,
.swiper-pagination-bullet{
    background: #6e7690;
}
.tp-bullet.selected, .tp-bullet:hover ,
.swiper-pagination-bullet-active {
    background: #e9dc0d;
}
/* ------ main Slider ends ------ */


/* ------ Swiper slider ------ */

/*paginationa*/
.swiper-pagination {
    text-align: left;
    position: relative;
}
.swiper-pagination,
.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 0 !important;
}
.swiper-pagination-bullet {
    -webkit-border-radius:0;
    border-radius:0;
    cursor: pointer;
    height: 4px;
    width: 22px;
    padding:2px 1px;
    margin: 1px 4px !important;
    opacity: 1;
}

/*Testimonial & Latest News*/
.testimonial .testimonial_slide .photo,
.testimonial .testimonial_slide .signature,
.updates .latest_updates .update_text{
    vertical-align: middle;
}
.testimonial .testimonial_slide .photo,
.testimonial .testimonial_slide .signature,
.updates .latest_updates .updatephoto,
.updates .latest_updates .update_text{
    display: table-cell;
}
.testimonial .testimonial_slide .photo {
    border: 3px solid #424e72;
    -webkit-border-radius:100%;
    border-radius:100%;
    height: 90px;
    width: 90px;
	 overflow:hidden;
}
.latest_updates .updatephoto{
    width: 136px;
    height: 100px;
}
.testimonial_slide .photo > img,
.latest_updates .updatephoto > img{
    width: 100%;
}
.testimonial_slide .photo > img{
    -webkit-border-radius:100%;
    border-radius:100%;
}
.testimonial .testimonial_slide .signature,
.updates .latest_updates .update_text{
    padding-left: 20px;
}
.testimonial .testimonial_slide .signature span{
    font-weight: 300;
}
.testimonial .testimonial_slide .signature span,
.updates .latest_updates .updatephoto > .ivydatedate{
    font-size: 0.75rem;
}
.updates .latest_updates .updatephoto{
    position: relative;
	 overflow:hidden;
}
.updates .latest_updates .update_text{
    position: relative;
}
.ivydatedate{
    background: #ffffff;
    color: #202d54;
    padding:6px 7px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    font-size: 0.75rem;
    text-transform: uppercase;
	 position:relative;
}

.updates .latest_updates .ivydatedate {
  left: 0;
  position: absolute;
  top: 3px;
  -webkit-transform: translateX(-60%);
  -moz-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  -o-transform: translateX(-60%);
  transform: translateX(-60%);
}
.updates .latest_updates .update_text h6{
    margin-left: 20px;
}
.updates .latest_updates .update_text h6:hover a,
.updates .latest_updates .update_text h6:focus a,
.ivydatedate:hover, .ivydatedate:focus{
    color: #e9dc0d;
}

/*Tweets*/
.tweet_box{
    margin-bottom: 30px;
}
.tweet_box:last-child{
    margin-bottom: 0;
}
.tweet_box .twee_inner{
    background: #c4f0ff;
    padding:15px;
    position: relative;
    word-spacing: 9px;
    margin-bottom: 20px;
}
.tweet_box .twee_inner::after {
    bottom: -21px;
    content: url("../images/tooltip.png");
    display: block;
    height: 22px;
    left: 15px;
    position: absolute;
    width: 20px;
}
.tweet_box .twee_inner p > a{
    color: #202d54;
}
.tweet_box .twittername {
    left: 30px;
    position: relative;
    top: -10px;
}
.tweet_box .twittername:hover,
.tweet_box .twee_inner p > a:hover{
    color: #e9dc0d;
}
.left-padding{
    padding-left: 9% !important;
    padding-right: 9% !important;
}
/* ------ Swiper Slider ends ------ */


/* ------ POrtfolio starts ------ */
.overlay{
    background: rgba(32,45,84,.8);
    position: absolute;
    left:-15px;
    bottom: 15px;
    padding: 4rem 3.125rem;
    opacity:0;
}
.cbp-item:hover .overlay{
    right: 15px;
    left: 15px;
    opacity:1;
}
.overlay .likeus {
    background: rgba(32,45,84,.8);
    font-size: 14px;
    padding: 11px 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -57px;
    opacity:0;
}.cbp-item:hover .likeus{
     opacity:1;
 }
.overlay h4{
    font-size: 1.25rem;
}
.overlay p{
    font-weight: bold;
}
.work_headings {
    background: #ffffff;
    display: inline-table;
    padding: 0 15px 30px 0;
    position: relative;
    z-index:100;
}
.cbp-l-filters{}
.cbp-l-filters .cbp-filter-item{
    display: inline-block;
    cursor: pointer;
}
.cbp-l-filters .cbp-filter-item-active{
    cursor: default;
}
.cbp-l-filters > .cbp-filter-item + .cbp-filter-item::before {
    content: "-";
    padding: 0 0.8125rem;
}
.cbp-l-filters .cbp-filter-item span {
    color: #202d54;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
}
.cbp-item .text_wrap{
    color: #202020;
    height:250px;
    overflow: hidden;
}
.cbp-item .text_wrap h1,
.cbp-item .text_wrap h5{
    font-weight: bold;
}
.cbp-item .text_wrap p{
    color: transparent;
}
/*PopUp*/
.fancybox-thumbs > ul > li {
  height: 110px;
  width: 100%;
  max-width:100%;
}
.fancybox-thumbs > ul > li::before {
  border: 4px solid #202d54;
}
.fancybox-thumbs > ul > li img{
	margin:0 !important;
}
/* ------ Portfolio ends ------ */


/* ------ Page Header starts ------ */
.page-header {
    border: none;
    margin: 0;
    padding-bottom: 0;
}
.page-header h1{
    font-size: 2.25rem;
    font-weight: bold;
}
.page-header .swiper-slide{
    height: 250px;
    position: relative;
}
.page-header .swiper-pagination {
    position: absolute;
    right: 15px;
    text-align: right;
}
.page-header .header_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}
.breadcrumb{
    background: transparent;
    padding:0;
}
.breadcrumb li{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb li,
.breadcrumb li a{
    color: #fff;
}
.breadcrumb li a:hover{
    color: #e9dc0d;
}
/* ------ Page Header ends ------ */


/* ------ Parallax  & Bg starts ------ */
.bg{
    position: relative;
}
.row.bghalf > img {
    display: block;
    height: 100%;
    width: 100%;
}
/* ------ Parallax starts ------ */


/* ------ Features ------ */
.feature_media{
    display: table;
}
.feature_media .feature_object,
.feature_media .feature_text,
.feature_block .block_image,
.feature_block .block_desc{
    display: table-cell;
}
.feature_media .feature_object{
    padding-right: 10px;
    vertical-align: top;
}
.feature_media .media_text{
	padding-left:20px;
}
.feature_media .colorbar{
	width:100%;
}
.feature_media .feature_object span.number{
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
	 padding-right:10px;
}
.feature_media .feature_object span.number::before {
    background: #202d54;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-table;
    height: 8px;
    width: 8px;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.media_text > p{
    margin-bottom: 0;
}
.feature_block {
    height: auto;
    position: relative;
}
.feature_block .block_image, .feature_block .block_desc {
    max-width: 100%;
    width: 50%;
}
.block_image,
.block_image > img{
	position:relative;
	overflow:hidden;
}

.feature_block .block_desc{
    padding: 1.3rem;
    vertical-align: middle;
	 position:relative;
}
.feature_block .overlay{
	background:rgba(255,255,255,.4);
}
.feature_block:hover .overlay{
	opacity:1;
	left: 15px;
	top:15px;
	right:15px;
	cursor:pointer;
}

/* ------ Features ends ------ */


/* ------ Our Team ------ */
.ourteam .team_caption {
    padding: 26px 10px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index:1;
}
.team_caption .overlay {
    background: #0a1127;
    height: 100%;
    left: 0;
    padding: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.ourteam:hover .team_caption .overlay{
    opacity:1;
    width: 100%;
}
.ourteam .team_caption p{
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 0;
}
.ourteam .social_vertical {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    z-index: 1;
    opacity:0;
    text-align: center;
    right: -10px;
    top: 10px;
    -webkit-transform: scalex(0);
    -moz-transform: scalex(0);
    -ms-transform: scalex(0);
    -o-transform: scalex(0);
    transform: scalex(0);
}
.ourteam:hover .social_vertical{
    opacity:1;
    right: 10px;
    -webkit-transform: scalex(1);
    -moz-transform: scalex(1);
    -ms-transform: scalex(1);
    -o-transform: scalex(1);
    transform: scalex(1);
}
.alert-link{
    font-size: 1.125rem;
}
.alert-link:hover,
.alert-link:focus{
    color: #202d54;
}
/* ------ Our Team ------ */


/* ------ Our Blog ------ */
.ourblog .blog_desc{
    position: relative;
}
#ourblog h2{
    font-size: 2.25rem;
}
#ourblog h4{
    font-weight: bold;
}
.blog_item .swiper-container,
.blog_item .swiper-container .blog_slider > img{
    height: 440px;
}

.blog_slider .blog_inner {
    background: rgba(32, 45, 84, 0.9);
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 4.5rem 3.125rem;
    position: absolute;
    top: 0;
}
.blog_item .blog_slides .swiper-pagination{
    text-align: center;
    bottom: 30px !important;
}
.blog_author.borderleft,
.blog_author.flat .metas{
    border-left: 1px solid #dadada;
    padding-left: .65rem;
}
.blog_author .photo,
.blog_author .authorname{
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1rem;
}
.blog_author.flat .photo,
.blog_author.flat .authorname,
.blog_author.flat .metas{
    display: inline-block;
    padding-bottom: 0;
}
.blog_author.flat .metas{
    margin-left: 0.375rem;
}
.blog_author .photo{
    height: 36px;
    width: 36px;
    -webkit-border-radius:100%;
    border-radius:100%;
}
.blog_author .photo > img{
    -webkit-border-radius:100%;
    border-radius:100%;
}
.blog_author .authorname {
    padding-left: 0.875rem;
}
.blog_author .authorname a {
    display: block;
    font-weight: bold;
    line-height: 0.45rem;
}
.blog_author .authorname a,
.blog_author .metas{
    font-size: 0.75rem;
}
.blog_author .authorname a,
.readmore,
.blog_item:hover h3 a{
    color: #e9dc0d;
}
.readmore:hover,
.readmore:focus{
    color: #fff;
}
.blog_author .authorname span{
    font-size: 0.6875rem;
}
.blog_author .metas {
    margin: 0.625rem 0 0;
}
.blog_author .metas > i{
    margin-right: 0.175rem;
    font-size: 1rem;
}
.blog_author.borderleft .metas > i,
.blog_author.borderleft .authorname a,
.blog_author.flat .metas > i,
.blog_author.flat .authorname a{
    color: #202d54;
}

.postanchor{
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-top: 20px;
    position: relative;
}
.postanchor p{
    margin-bottom: 20px;
}
.postanchor .previous > a,
.postanchor .nextpost > a{
    color: #202d54;
    font-weight: bold;
    text-transform: uppercase;
}
.postanchor i{
    font-size: 20px;
}
.postanchor .previous > a i{
    margin-right: 5px;
}
.postanchor .nextpost > a i{
    margin-left: 5px;
}
.postanchor .share {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    left: 50%;
    line-height: 38px;
    margin-left: -17px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
    z-index:1;
}
.share_purpose {
    background: #e9dc10;
    left: 50%;
    position: absolute;
    bottom: -20px;
    display: none;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}
.share_purpose::before {
    background: #e9dc10;
    content: "";
    display: block;
    height: 11px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -6px;
    width: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.share_purpose .social_simple li:first-child a{
    border: none;
}
.share_purpose .social_simple li a{
    padding:5px;
    margin: 0;
    height: 36px;
    width: 34px;
    text-align: center;
    color: #000000;
    border-left: 1px solid #dacf20;
}
.share_purpose .social_simple li a:hover{
    color: #202d54;
}
 .readmore{
     display: inline-block;

}

/* ------ Our Blog ------ */


/* ------ Pricings ------ */
.pricing_item{
    position: relative;
    padding: 2.5rem 1.875rem;
    border: 1px solid #e6e1e1;
    z-index:1;
}
.pricing_item.active{
    background: #202d54;
    color: #fff;
}
.pricing_item.active p,
.pricing_item.active .darkcolor{
    color: #fff;
}
.pricing_item .pricebox{
    border-bottom: 1px solid #e6e1e1;
    padding-bottom: 20px;
}
.pricebox .price_title{
    float: left;
}
.pricebox .price_title,
.pricebox .price{
    display: inline-block;
}
.pricebox .price{
    float: right;
}
.pricebox .price_title .ratings i{
    color: #e9dc0d;
}
.pricebox .price p > strong{
    font-size: 3.75rem;
    font-weight: bold;
}
.pricebox .price span.month{
    font-size: 0.875rem;
    font-weight: normal;
}
.pricing_item  .availability{
    margin-left: 24px;
}
.pricing_item  .availability:before{
    content: '\f00c';
    font-family: FontAwesome;
    color: #202d54;
    display: inline-table;
    vertical-align: middle;
    width: 24px;
    margin-left: -24px;
}

/* ------ Pricings ends ------ */



/* ------ Contact Us starts ------ */
.callus .form-group {
    margin-bottom: 10px;
}
.callus .form-control {
    border: 2px solid #b1b1b1;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #575757;
    font-size: 13px;
    height: 40px;
    padding: 12px;
}
textarea {
    min-height: 140px;
    resize: none;
}
#envy-map{
	height:100%;
	width:100%;
}
.locations{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.locations > i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  vertical-align: middle;
  width: 40px;
}

/* ------ Contact Us ends ------ */


/*Loader*/
.loader{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    z-index:1200;
    background: #fff;
    overflow: hidden;
}

#loader {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px;
}
#loader ul {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px;
}
#loader ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #202d54;
    bottom: 0;
}
@-webkit-keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@-moz-keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@-o-keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@-webkit-keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
@-moz-keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
@-o-keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
@keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
#loader li:nth-child(1) {
    left: 0;
    -webkit-animation: sequence1 1s ease infinite;
    -moz-animation: sequence1 1s ease infinite;
    -o-animation: sequence1 1s ease infinite;
    animation: sequence1 1s ease infinite;
}
#loader li:nth-child(2) {
    left: 15px;
    -webkit-animation: sequence2 1s ease infinite 0.1s;
    -moz-animation: sequence2 1s ease infinite 0.1s;
    -o-animation: sequence2 1s ease infinite 0.1s;
    animation: sequence2 1s ease infinite 0.1s;
}
#loader li:nth-child(3) {
    left: 30px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
    -moz-animation: sequence1 1s ease-in-out infinite 0.2s;
    -o-animation: sequence1 1s ease-in-out infinite 0.2s;
    animation: sequence1 1s ease-in-out infinite 0.2s;
}
#loader li:nth-child(4) {
    left: 45px;
    -webkit-animation: sequence2 1s ease-in infinite 0.3s;
    -moz-animation: sequence2 1s ease-in infinite 0.3s;
    -o-animation: sequence2 1s ease-in infinite 0.3s;
    animation: sequence2 1s ease-in infinite 0.3s;
}
#loader li:nth-child(5) {
    left: 60px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
    -moz-animation: sequence1 1s ease-in-out infinite 0.4s;
    -o-animation: sequence1 1s ease-in-out infinite 0.4s;
    animation: sequence1 1s ease-in-out infinite 0.4s;
}
#loader li:nth-child(6) {
    left: 75px;
    -webkit-animation: sequence2 1s ease infinite 0.5s;
    -moz-animation: sequence2 1s ease infinite 0.5s;
    -o-animation: sequence2 1s ease infinite 0.5s;
    animation: sequence2 1s ease infinite 0.5s;
}








@media screen and (max-width: 1600px){
    html{
        font-size: 15px;
    }
    .container{
        width: 1470px;
    }
	 
  

}
@media screen and (max-width: 1400px){
    html{
        font-size: 14px;
    }
    .padding {
    	padding: 7.5rem 0;
   }
  .padding_top{
	  padding-top: 7.5rem;
  }
  .padding_bottom{
		padding-bottom:7.5rem;
  }
  .padding_half{
		padding: 3.75rem 0;
  }
  .padding_bottom_half{
		padding-bottom: 3.75rem;
  }
  .padding_top_half{
		padding-top: 3.75rem;
  }
  .margin_bottom{
		margin-bottom: 7.5rem;
  }
  .margin_top{
		margin-top: 7.5rem;
  }
  .heading_space{
		margin-bottom: 4.375rem;
  }

}
@media screen and (max-width: 1200px){
    html{
        font-size: 13px;
    }
    #ourblog h2 {
        font-size: 2rem;
    }
    .blog_item .col-md-7,
    .blog_item .col-md-5{
        width: 100%;
    }
}
@media screen and (max-width: 1024px){
    html{
        font-size: 13px;
    }
    .topbar .topbar_inner{
        padding: 15px  14px 15px 14px;
    }
}
@media screen and (max-width: 992px) {
    h1, .h1 {
        font-size:3.063em;
    }
    h2, .h2 {
        font-size: 2rem;
    }
    h3, .h3 {
        font-size: 1.375rem;
    }
    h4, .h4 {
        font-size: 1.125rem;
    }
    h5, .h5 {
        font-size: 1rem;
    }
    h6, .h6 {
        font-size: 0.9375rem;
    }
    /*Header*/
    nav.navbar.bootsnav ul.nav > li{
        margin: 0;
    }


    /*Our Blog*/
    #ourblog h2 {
        font-size: 1.5rem;
    }
    .blog_item .swiper-container,
    .blog_item .swiper-container .blog_slider > img{
        height: 330px;
    }
    .blog_slider .blog_inner {
        padding: 1.25rem 1rem;
    }
    .blog_item h3{
        font-size: 1.22rem;
    }
    /*Our Blog*/
}
@media screen and (max-width: 800px) {
    header.default .bootsnav.navbar-sticky{
        padding:0;
    }
    nav.navbar.bootsnav .navbar-toggle{
        display: none;
    }
    /*Features*/
    .feature_block .block_image, .feature_block .block_desc {
        display: block;
        width: 100%;
    }
    /*Features*/



}
@media screen and (max-width: 767px) {
    .postanchor .share{
        display: none;
    }

}

@media screen and (max-width: 650px) {
    /*Topbar*/
    .topbar .col-sm-9,
    .topbar .col-sm-3{
        width: 50%;
        float: left;
    }
    .topbar .topbar_inner{
        padding:15px;
        display: none;
    }
    .topbar .topbar_inner:first-child{
        display: block;
    }
    /*Topbar*/

}






.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {


    padding-right: 10px;
    padding-left: 10px;
}