/**
  * Name: Cosine
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("magnific-popup.css");
@import url("justifiedGallery.css");
@import url("jquery.fancybox.css");

/** 
  * Reset
  * Repeatable Patterns
  * a Link
  * Top 
  * Header
  * Mobile navigation
  * Flat header information
  * Flat search
  * Widget
  * Page header
  * Page title
  * Blog post
  * Blog single
  * Navigation
  * Flat search result
  * 404
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Parallax
  * Revolution Slider
  * Preload
*/

/* Reset
-------------------------------------------------------------- */

.bg-silver-light {
    background-color: #F7F8FA !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.text-theme-colored2 {
    color: #F28B08 !important;
}
.text-theme-colored {
    color: #28395E !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.btn-theme-colored {
  color: #fff;
  background-color: #28395E;
  border-color: #28395E;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #19233a;
  border-color: #020305;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #19233a;
  border-color: #161f33;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #19233a;
  border-color: #161f33;
}
.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open > .dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open > .dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open > .dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #0e1421;
  border-color: #020305;
}
.btn-theme-colored:active,
.btn-theme-colored.active,
.open > .dropdown-toggle.btn-theme-colored {
  background-image: none;
}
.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #28395E;
  border-color: #28395E;
}
.btn-theme-colored .badge {
  color: #28395E;
  background-color: #fff;
}
.mr-15 {
    margin-right: 15px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.icon-box {
    margin-bottom: 0px;
}
.service-box {
    position: relative;
    border-bottom: 3px solid transparent;
    border-top: 0;
}
.border-1px {
    border: 1px solid #eeeeee !important;
}
.bg-white {
    background-color: #fff !important;
}
.icon-box.iconbox-theme-colored .icon {
  color: #28395E;
}
.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #28395E;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered {
  border-color: #28395E;
}
.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
  background-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
  background-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}
.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
  background-color: #28395E;
  border-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark {
  background-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #28395E;
  color: #28395E;
}
.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
  background-color: #28395E;
  border-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white {
  background-color: #fff;
  color: #28395E;
}
.icon-box.iconbox-theme-colored .icon.icon-white:hover {
  background-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
  background-color: #28395E;
  border-color: #28395E;
  color: #fff;
}
.icon-box.iconbox-theme-colored.iconbox-border {
  border-color: #28395E;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.m-0 {
    margin: 0px !important;
        margin-bottom: 0px;
}
.mb-5 {
    margin-bottom: 5px !important;
}

.icon-box .icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70px;
  text-align: center;
}
.icon-box .icon i {
  line-height: 70px;
}
.icon-box .icon.icon-gray {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #bbbbbb;
}
.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-dark {
  background-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-dark:hover {
  color: #5e5e5e;
}
.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333333;
}
.icon-box .icon.icon-white:hover {
  background-color: #b3b3b3;
  color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}
.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
  border: 1px solid #777777;
}
.icon-box .icon.icon-bordered:hover {
  background-color: #777777;
  color: #fff;
}
.icon-box .icon.icon-rounded {
  border-radius: 3px;
}
.icon-box .icon.icon-circled {
  border-radius: 50%;
}
.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}
.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}
.icon-box .icon.icon-sm {
  height: 50px;
  width: 50px;
}
.icon-box .icon.icon-sm i {
  font-size: 22px;
  line-height: 50px;
}
.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}
.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}
.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}
.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}
.icon-box .icon.icon-xl {
  height: 120px;
  width: 120px;
}
.icon-box .icon.icon-xl i {
  font-size: 60px;
  line-height: 120px;
}
.icon-box .icon.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  box-shadow: 0 0 0 3px ;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eeeeee;
}
.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
}
.icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}
.icon-box.left {
  text-align: left;
}
.icon-box.left a {
  margin-right: 30px;
  padding: 0;
}
.icon-box.iconbox-border {
  border: 1px solid #dcdcdc;
}
.icon-box.iconbox-bg {
  background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333333;
}
.icon-box.icon-left .icon {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .icon-box.icon-left .icon {
    float: none !important;
    margin-right: 0;
  }
}
.icon-box.icon-left .icon.no-bg {
  width: auto;
  height: auto;
}
.rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 700ms ease-in-out 0s;
  -o-transition: all 700ms ease-in-out 0s;
  transition: all 700ms ease-in-out 0s;
}
.no-rotate {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 700ms ease-in-out 0s;
  -o-transition: all 700ms ease-in-out 0s;
  transition: all 700ms ease-in-out 0s;
}
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}
.icon-box .icon-border-effect:hover::after {
  opacity: 1;
  transform: scale(1);
}
.icon-box .icon-box-details {
  margin-left: 80px;
}
.service-box::after {
    background: #ffae11;
}
.service-block {
  margin: 0 auto 30px;
  max-width: 400px;
}
.service-block:hover .thumb .desc {
  bottom: 0;
}
.service-block .thumb {
  overflow: hidden;
  position: relative;
}
.service-block .thumb .price {
  right: -1px;
  padding: 5px 10px;
  position: absolute;
  top: -1px;
}
.service-block .thumb .desc {
  bottom: -31%;
  padding: 10px 6px 5px 20px;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  width: 100%;
}
.service-block .thumb .desc p {
  color: #fff;
  font-size: 13px;
}
.service-block .content {
  border: 1px solid #eeeeee;
  padding: 12px 20px 20px;
}
.service-box {
  position: relative;
  border-bottom: 3px solid transparent;
  border-top: 0;
}
.service-box:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-box:hover:after {
  width: 100%;
}
.project .thumb {
  position: relative;
  overflow: hidden;
}
.project .thumb:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 100%;
}
.project .hover-link {
  left: 44%;
  opacity: 0;
  position: absolute;
  top: 20%;
  transition-duration: 0.3s;
  z-index: 9;
}
.project .hover-link i {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 10px;
}
.project .project-details {
  background: #fff none repeat scroll 0 0;
  transition-duration: 0.3s;
}
.project:hover .thumb::after {
  border: 10px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.project:hover .hover-link {
  opacity: 1;
  top: 44%;
}
.project:hover .project-details {
  border-bottom: 3px solid #fff;
}
.project:hover .project-details .title,
.project:hover .project-details .sub-title {
  color: #fff;
}
.sidebar-left .services-list ul li {
  border-bottom: 1px solid transparent;
  padding-left: 15px;
}
.sidebar-left .services-list ul li a {
  color: #fff;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.p-30 {
    padding: 30px !important;
}
.pa-30 {
    padding: 30px 30px 0px 30px !important;
}
.border-left-theme-colored2-3px {
    border-left: 3px solid #ffae11 !important;
}
mtm-5 {
margin-top:15px;
}
/*
 *  box-hover-effect.less
 * -----------------------------------------------
*/
.box-hover-effect {
  display: inline-block;
  vertical-align: middle;
}
.box-hover-effect .effect-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  /* Icons Holder */
  /* Icons Holder middle */
  /* Icons Holder top left */
  /* Icons Holder top right */
  /* Icons Holder bottom left */
  /* Icons Holder bottom right */
  /* Text Holder */
  /* Text Holder middle */
  /* Text Holder top */
  /* Text Holder bottom */
}
.box-hover-effect .effect-wrapper .thumb {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 10px, transparent);
}
.box-hover-effect .effect-wrapper .hover-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: none!important;
  color: transparent!important;
  z-index: 11;
}
.box-hover-effect .effect-wrapper .overlay-shade {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-hover-effect .effect-wrapper .overlay-shade.shade-white {
  background-color: #fff;
}
.box-hover-effect .effect-wrapper .icons-holder {
  display: inline-block;
  opacity: 0;
  position: absolute;
  z-index: 13;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner {
  position: relative;
  margin: 0;
}
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .icons-holder-middle {
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 40%;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner {
  display: inline-block;
  vertical-align: middle;
}
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .icons-holder-top-left {
  top: -20%;
  left: 0;
  padding: 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-top-left .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-top-right {
  top: -20%;
  right: 0;
  padding: 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-top-right .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-left {
  bottom: -20%;
  left: 0;
  padding: 5px 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-left .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-right {
  bottom: -20%;
  right: 0;
  padding: 5px 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-right .icons-holder-inner {
  display: block;
}
.box-hover-effect .effect-wrapper .text-holder {
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 13;
}
.box-hover-effect .effect-wrapper .text-holder .title {
  color: #fff;
}
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner2 {
  display: table-cell;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.box-hover-effect .effect-wrapper .overlay-shade.shade-white + .text-holder .title {
  color: #333;
}
.box-hover-effect .effect-wrapper .text-holder-middle {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 30%;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .text-holder-top {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -40px;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .text-holder-bottom {
  display: block;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  bottom: -40px;
  vertical-align: middle;
  width: 80%;
}
.box-hover-effect .effect-wrapper .text-holder-top-left {
  left: 0;
  padding: 5px 15px;
  top: -40px;
  width: auto;
}
.box-hover-effect .effect-wrapper .text-holder-top-right {
  right: 0;
  padding: 5px 15px;
  top: -40px;
  width: auto;
}
.box-hover-effect .effect-wrapper .text-holder-bottom-left {
  left: 0;
  padding: 5px 15px;
  bottom: -40px;
  width: auto;
}
.box-hover-effect .effect-wrapper .text-holder-bottom-right {
  right: 0;
  padding: 5px 15px;
  bottom: -40px;
  width: auto;
}
.box-hover-effect:hover .effect-wrapper .thumb {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.box-hover-effect:hover .effect-wrapper .overlay-shade {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.box-hover-effect:hover .effect-wrapper .icons-holder {
  opacity: 1;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-middle {
  top: 45%;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-top-left {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-top-right {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-left {
  bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-right {
  bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .text-holder {
  opacity: 1;
}
.box-hover-effect:hover .effect-wrapper .text-holder-middle {
  top: 40%;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top {
  top: 20px;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom {
  bottom: 20px;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top-left {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top-right {
  top: 0;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-left {
  bottom: 0;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-right {
  bottom: 0;
}
.shadow-overlay {
  background-image: url("../../images/shadow-overlay.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.btn-dark.btn-theme-colored2 {
  color: #fff;
  background-color: #F28B08;
  border-color: #E08512;
}
.btn-dark.btn-theme-colored2:focus,
.btn-dark.btn-theme-colored2.focus {
  color: #fff;
  background-color: #dd9200;
  border-color: #915f00;
}
.btn-dark.btn-theme-colored2:hover {
  color: #fff;
  background-color: #dd9200;
  border-color: #d38b00;
}
.btn-dark.btn-theme-colored2:active,
.btn-dark.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2 {
  color: #fff;
  background-color: #dd9200;
  border-color: #d38b00;
}
.btn-dark.btn-theme-colored2:active:hover,
.btn-dark.btn-theme-colored2.active:hover,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2:hover,
.btn-dark.btn-theme-colored2:active:focus,
.btn-dark.btn-theme-colored2.active:focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2:focus,
.btn-dark.btn-theme-colored2:active.focus,
.btn-dark.btn-theme-colored2.active.focus,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2.focus {
  color: #fff;
  background-color: #b97a00;
  border-color: #915f00;
}
.btn-dark.btn-theme-colored2:active,
.btn-dark.btn-theme-colored2.active,
.open > .dropdown-toggle.btn-dark.btn-theme-colored2 {
  background-image: none;
}
.btn-dark.btn-theme-colored2.disabled:hover,
.btn-dark.btn-theme-colored2[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored2:hover,
.btn-dark.btn-theme-colored2.disabled:focus,
.btn-dark.btn-theme-colored2[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored2:focus,
.btn-dark.btn-theme-colored2.disabled.focus,
.btn-dark.btn-theme-colored2[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored2.focus {
  background-color: #ffae11;
  border-color: #ffae11;
}
.btn-dark.btn-theme-colored2 .badge {
  color: #ffae11;
  background-color: #fff;
}
/*
------------------------------------------------
  Ask Question 
------------------------------------------------
*/
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " ";
}
.mt-30 {
    margin-top: 30px;
}
.col-sm-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
.services {
    position: relative;
    padding: 30px 0;
    background: url(../../images/bg/bg3.jpg) bottom center no-repeat;
        background-size: auto;
    background-size: cover;
}
.ask-question{
    position: relative;
    padding: 50px 0;
	background: url(../../images/bg/ask-bg.jpg) bottom center no-repeat;
	background-size: cover
}
.ask-question .ask-box{
    background: #555;
    padding: 35px 0 35px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.ask-question .ask-box:hover,
.ask-question .ask-box.active{
    background: #033d75
}
.ask-question .ask-box.active:hover{
	background: #F28B08;
}
.ask-question .ask-box.active:hover .ask-circle{
  border-color: #033d75;
}
.ask-question .ask-circle{
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #76ccde;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
}
.ask-question .ask-circle span {
    vertical-align: middle;
    font-size: 32px;
    margin-top: 15px;
    line-height: 1;
    color: #fff
}
.ask-question .ask-info {
    margin: 0 65px 0 85px;
    color: #fff
}
.ask-question .ask-info h3{
	font-size: 20px;
	margin-bottom: 10px
}
.ask-question .ask-arrow{
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    float: right;
    background: rgba(255,255,255,0.2);
}
.ask-question .ask-arrow span {
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    padding: 4px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* associations work */
/* ==================
       work css 
=====================*/
.pad-90 {
    padding: 50px 0;
}
.our-work-area {
    position: relative;
    z-index: 9;
}
.theme-bg {
    background: #082362;
}
.pattern-1 {
    position: absolute;
    background-image: url(../../images/bg/patran-1.png);
    top: 0;
    left: 0;
    z-index: -1;
    height: 527px;
    width: 316px;
    background-repeat: no-repeat;
}

.our-work-info h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.work-info h4 {
    font-size: 18px;
    color: #fff;
}

.work-info p {
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 0;
}

.our-work-info ul li {
    margin: 30px 0;
}

.our-work-info ul li:last-child {
    margin: 0;
}

.work-icon {
    background: #fff;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    float: left;
}

.work-info {
    padding-left: 75px;
}

.our-work-area {
    position: relative;
    z-index: 9;
}

.our-work-area::before {
    background-image: url(../../images/bg/workbg.jpg);
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    background-size: cover;
    background-position: left;
}

.our-work-area::after {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #082362;
    z-index: 0;
    opacity: .5;
}

.pattern-1 {
    position: absolute;
    background-image: url(../../images/bg/patran-1.png);
    top: 0;
    left: 0;
}

.pulse-icon {
    position: absolute;
    top: 50%;
    left: 71%;
    color: #fff;
    width: 100px;
    height: 100px;
    background: #0f2865;
    text-align: center;
    line-height: 98px;
    font-size: 29px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.pulse-icon i {
    padding-left: 6px;
}

.pulse-icon a {
    color: #fff;
}

.pulse-icon {
    position: absolute;
    top: 50%;
    left: 71%;
    color: #fff;
    width: 100px;
    height: 100px;
    background: #0f2865;
    text-align: center;
    line-height: 98px;
    font-size: 29px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    z-index: 99;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
        box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
    }

    20% {
        -webkit-box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
        box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
        box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
    }

    80% {
        -webkit-box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
        box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
        box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
        box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
    }

    20% {
        -webkit-box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
        box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
        box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
    }

    80% {
        -webkit-box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
        box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
        box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
    }
}

.pulse-icon:hover {
    background: #fff none repeat scroll 0 0;
    color: #082362;
}

.pulse-icon:hover a {
    color: #082362;
}

.mfp-wrap {
    top: 20px;

}