/* --------------------------------------------------------
Theme Name: 
Theme URI: 
Author: Theme-illusion
Author URI: 
Version: 1.01
Developed By: Mushfiqur Rahman

Table of Index
--------------
1. Base css
2. Header Css
3. Main Slider
4. About Us
5. skilled Css
6. Project Area
7. Portfolio Css
8. Our Service
9. Team
10. testimonial-area 
11. Promot Area Css
12. blog
13. blog details
14. Partner Area
15. footer Area
16. contact
17. portfolio details 
18. index-2
/* ---------------------------------------------------------
1. Base css
------------------------------------------------------------*/
.whychoose > .container > .row, .our_team > .container > .row {
    margin: 0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
figure {
    position: relative;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
hr{
    border: 0px;
}
.fix {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
html, body {
    font-family: 'Roboto', sans-serif;
    font-family: 'Mate SC', serif;
    font-family: 'Merriweather', serif;
    font-family: 'Open Sans', sans-serif;
}
.fix_p{
    padding:0;
}
.fix_p_l{
    padding-left:0;
}
.fix_p_r{
    padding-right:0;
}
.fix_m{
    margin:0;
}
.fix_m_l{
    margin-left: -15px;
}
.fix_m_r{
    margin-right: -15px;
}
a {
    color:#111111;
    font-family: 'Open Sans', sans-serif;
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
a:hover, .btn:hover, .btn:focus {
    text-decoration: none;
}
a, .RXcircleEffect{
    -webkit-transition: .5s;
    transition: .5s;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
textarea { 
    border-style: none; 
    border-color: Transparent; 
    overflow: auto;        
}
/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-175 { padding-top: 175px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
.pr-150 { padding-right: 150px }
.pr-200 { padding-right: 200px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-95 { padding-bottom: 95px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 105px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
.pl-200 { padding-left: 200px }


/***************************
    Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-200 { padding: 200px 0 }
.ptb-250 { padding: 250px 0 }
.ptb-300 { padding: 300px 0 }


/***************************
    Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.mb80{
    margin-bottom: 80px;
}
.mb40{
    margin-bottom: 40px;
}

a.th_bt:hover {
    letter-spacing: 1px;
}
.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    background: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 197px;
    color: #00428C;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
    background: #020202;
    color: #fff;
}
/*breadcrumb*/
.breadcrumb_area {
    background: url(img/promo_bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.breadcrumb_area::after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, transparent 0%, transparent 25%, #fff 71%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent 0%, transparent 25%, #fff 71%, #fff 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumb_area h1 {
    color: #171717;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.breadcrumb_area ul {
    position: relative;
    z-index: 1;
}

.breadcrumb_area ul li {
    color: #171717;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 10px;
}
.breadcrumb_area ul li.active {
    color: #000;
    font-size: 14px;
}
/* -----------------------------------
1. Base css
--------------------------------------*/
.header-position {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.header-area{}
.logo {
  margin-top: 24px;
}
.logo a {
  color: #222;
  font-family: "Dosis",sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.main-menu{}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  margin-left: 30px;
  padding: 30px 0;
  position: relative;
}
.main-menu ul li a {
  color: #00428C;
  font-family: "Lato",sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
.main-menu ul li:hover > a{color:#999}
.main-menu ul li ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}
.main-menu ul li:hover > ul{opacity:1;visibility:visible;}
.main-menu ul li ul li a{}
.main-menu ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    transition: all .3s ease 0s;
}
.main-menu ul li ul li:hover {
  background: #f5f5f5;
}
.main-menu ul li ul li a {
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
}
.main-menu ul li ul li:first-child {
    border-top: none;
}
.main-menu ul li ul li:hover > a{padding-left:15px}
.main-menu ul li ul li a:before{display:none}
.main-menu ul li ul li > ul {
  left: 100%;
  margin-top: -1px;
  opacity: 0;
  position: absolute;
  top: 45%;
  visibility: hidden;
}
.main-menu ul li ul li:hover > ul {
  top: 0;
}
.main-menu.text-right span {
  float: right;
}
.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  min-height: 0;
  padding: 0;
}
.mean-container a.meanmenu-reveal {
  border: 1px solid #00428C;
  color: #00428C;
  margin-top: -22px;
  padding: 4px 5px;
  position: absolute;
}
.mean-container a.meanmenu-reveal span {
  background-color: #333;
}
.mean-container .mean-nav {
  margin-top: 15px;
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */

/* stiky */
.header-sticky.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
/* intelligent-header */

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.intelligent-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.header-space {
  height: 80px;
}

.intelligent-header.headroom--pinned {
  transition: all 0.3s ease 0s;
}
.intelligent-header.headroom--not-top {
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
/* Menu Toggle */
.menu-toggle {
  box-sizing: border-box;
  float: right;
  height: 19px;
  margin-left: 30px;
  margin-top: 31px;
  padding: 0;
}
.stick .menu-toggle {
  margin-top: 25px;
}
.hamburger-box {
  height: 19px;
  width: 30px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #000;
  height: 2px;
  width: 30px;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/* Main Menu */
.main-menu {
  padding: 0;
}
.menu-style-toggle{}
.menu-style-toggle nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
}
.menu-style-toggle nav.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.menu-style-toggle nav {
  float: left;
  transition: all 0.3s ease 0s;
}
.main-menu.mean-menu.menu-style-toggle.text-right {
  float: right;
}
.waraper .header-sticky.sticky {
  padding-left: 100px;
  padding-right: 100px;
}
.waraper {
  padding: 0 100px;
}

/* ============================================
3. Main Slider
===============================================*/
.camera_next > span:after,
.camera_prev > span::after {
    font-family: fontawesome;
    position: absolute;
    top: 0px;
    left: 0;
    color: #333;
    z-index: 1;
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.camera_next > span::after {
    content: "\f105 ";
}

.camera_prev > span::after {
    content: "\f104";
}

.camera_prev > span,
.camera_next > span {
    background: none;
}

.main_slider .fluid_container {
    overflow: hidden;
}
.camera_overlayer{
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider_caption.mb70 {
    width: 100%;
}

.dtable {
    display: table;
    height: 549px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.dcell {
    display: table-cell;
    vertical-align: middle;
}

.slider_caption h4 {
	color: #e4e4e4;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.slider_caption p{
    color: #e4e4e4;
	margin-bottom: 30px;
}

/* ----------- Amimated Headline --------------- */

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.cd-words-wrapper b.is-visible, .cd-words-wrapper {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
cd-words-wrapper b.is-visible {
    opacity: 1;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    color: #ffffff;
}
.cd-headline.clip .cd-words-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #ffffff;
}
.cd-headline.clip b {
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}
h1.cd-headline {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color:#e4e4e4;
}
/* ---------------------------------------------------------
4. About Us
-----------------------------------------------------------*/
.minimal-img {
  box-shadow: 3px 3px 5px rgba(0,0,0, .5);
}
.minimal-img > img {
  width: 100%;
}
.about-minimal > h2 {
    margin-bottom: 30px;
}
.about-minimal ul li {
	border-top: 1px solid #f6f6f6;
	display: block;
	line-height: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 15px 0;
	position: relative;
}
.about-minimal ul li:last-child {
	border-bottom: 1px solid #eceaeb;
}
.about-minimal ul li::before {
	color: #00428C;
	content: "";
	font-family: FontAwesome;
	font-size: 13px;
	line-height: 12px;
	margin-left: 0;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.about-minimal a {
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
}
.about-minimal a:hover{
    background:#00428C;
    color:#fff;
    border-color:#00428C
}
/*
5. skilled Css
*/
.skilled_heading h3 {
  font-weight: 700;
  font-size: 18px;
  color: #00428C;
}
.skilled_heading, .my_text {
    padding-top: 60px;
    width: 40%;
}
.skilled_heading p, .my_text p {
    margin-bottom: 40px;
    padding-top: 5px;
	color:#00428C;
}
.single_progress {
    overflow: hidden;
    margin-bottom: 10px;
}
.single_progress > h4{
    margin-bottom: 9px;
    color: #00428C;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 2px;
}
.single_progress .progress{
    overflow: initial;
    height: 6px;
    border-radius: 0px;
    background: #999999;
    margin-bottom: 24px;
}
.single_progress .progress-bar{
    position: relative;
    line-height: 7px;
    background-color: #00428C;
}
.progress-bar span {
    background: #666;
    color: #fff;
    font-size: 12px;
    padding: 8px 5px;
    position: absolute;
    right: 10px;
    top: -24px;
}
.all_skill_item {
    margin-top: 20px;
}
.all_skill {
    overflow: hidden;
    padding: 0 139px;
}
.single_skill {
    position: relative;
    text-align: center;
}
.single_skill > div{
    position: relative;
    display: inline-block !important;
    z-index: 9;
}
.single_skill > div::after {
    background: #4073ff;
    border-radius: 50%;
    content: "";
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 70px;
    z-index: -1;
}
.single_skill h3{
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-top: 14px;
}
/* --------------------------------------------------------
6. Project Area
-----------------------------------------------------------*/
.project_area {
    background: #ffffff;
    padding-top: 40px;
}
.fact_icon {
	background: #f5f5f5 none repeat scroll 0 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #00428C;
	display: block;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 70px;
	z-index: 9;
}
.fact_icon i {
    z-index: 9;
    position: relative;
}
.fact_icon:hover i{
    color: #ffffff;
}
.RXcircleEffect{
    width:100%;
    height: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    background: #00428C;
}
.fact_icon .RXcircleEffect {
    left: 0;
    top: 0;
    transform: scale(0);
}
.fact_icon:hover .RXcircleEffect{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.single_fact h2 {
    color: #00428C;
    font-weight: 600;
    margin-top: 26px;
    font-size: 20px;
}
.single_fact p {
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
    color: #00428C;
    font-size: 13px;
    font-weight: 600;
}
/* --------------------------------------------------------
7. Portfolio Css
-----------------------------------------------------------*/
.info_bg {
	text-align: center;
}
.info {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.info_icon {
  display: inline-block;
  vertical-align: middle;
}
.info_text {
  display: inline-block;
  margin-right: 36px;
  padding-left: 10px;
  padding-right: 40px;
  vertical-align: middle;
}
.info_text > p, .info_text > p a {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  text-transform: uppercase;
  text-align:left;
}
.info_icon i {
  color: #fff;
  font-size: 22px;
}
.protfolio_area .th_bt.cl-effect-2 > a {
  border: 1px solid #ddd;
  display: block;
  width: 200px;
  margin: 20px auto 0;
}
ul.trigger li {
    display: inline-block;
}
ul.trigger li.active{
    color: #fff;
    background: #00428C;
    border-radius: 4px;
}
ul.trigger li {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s;
    transition: .4s;
}
ul.trigger li:hover:not(.active), 
.singleClientImg h6:hover, .related_post h4 a:hover, h4.blog_topHd:hover,
.comment_area .about_commenter a:hover{
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
h4.blog_topHd a:hover{
   color: #333; 
}
.protfolio_area figure{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.protfolio_area figure{
    margin-bottom: 30px;
}
.protfolio_area figure:hover, .service_area .single_service:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.protfolio_area figure::after, .blog_img::after, figure.postImg:after{
    border: 10px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.protfolio_area figcaption {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.capCont {
    position: absolute;
    text-align: center;
    top: calc(50% - 47px);
    left: 0;
    width: 100%;
    z-index: 99;
}
ul.iconlink {
    margin-bottom: 20px;
}
ul.iconlink li{
    display: inline-block;
    margin-right: 5px;
}
ul.iconlink li a i.btn {
    background: #fff;
    color: #00428C;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    padding: 0;
    margin: 0px;
}
.protfolio_area figcaption h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.protfolio_area figcaption p{
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-style: italic;
    margin-bottom: 0;
    color: #eeeeee;
    font-weight: 700;
    letter-spacing: 1.4px;
}
.protfolio_area figure:hover figcaption{
    opacity: 1;
    visibility: visible;
}
.protfolio_area figure:hover .RXcircleEffect{
    top:0;
}
.trigger_bottom .th_bt {
    height: 50px;
    line-height: 50px;
    margin: 18px auto 0;
    width: 150px;
}
/* ---------------------------------------------------------
8. Our Service
-----------------------------------------------------------*/
.border-top{border-top:1px solid #f6f6f6}
.section-title {
  margin: auto auto 70px;
  width: 60%;
}
.section-title h2 {
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.white-bg {
  background: #fff none repeat scroll 0 0;
}
.single-service {
  margin-bottom: 30px;
  padding: 70px 40px;
  transition: all 0.6s ease 0s;
}
.single-service:hover {
  box-shadow:0 25px 45px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}
.single-service i {
  font-size: 25px;
  margin-bottom: 20px;
}
.single-service > h3 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.single-service p {
  color: #00428C;
  line-height: 26px;
  margin: 0;
}
.padding-lr {
  padding: 90px 30px 50px;
}
.custom-pad{padding:90px 30px}


.analysis-box {
  padding: 80px;
}
.analysis-area .row{}
.analysis-area .row .col-md-4:nth-child(1){background:#f6f6f6;}
.analysis-area .row .col-md-4:nth-child(2){background:#eee;}
.analysis-area .row .col-md-4:nth-child(3){background:#f6f6f6;}
.analysis-box h2 {
  font-size: 80px;
  font-weight: 300;
  margin-top: 0;
}
.analysis-box h4 {
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}
.analysis-box h4::before {
  background-color: #00428C;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 35px;
}
.analysis-box p{}


/* ---------------------------------------------------------
9. Team
-----------------------------------------------------------*/
.team-area {
    background: #f5f5f5;
}
.team-wrapper {
  border: 1px solid #e7e7e7;
}
.team-member {
  position: relative;
}
.team-member > img {
  filter: grayscale(100%);
  width: 100%;
}
.team-member::before {
  background: transparent none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  width: 100%;
  z-index: 1;
}
.team-wrapper:hover .team-member::before  {
  background: rgba(33, 40, 45, 0.55);
}
.team-info {
  padding: 15px 0;
}
.team-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.team-icon > a {
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  margin: 0 15px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  width: 40px;
  border-radius:50%;
}
.team-icon > a:hover{background:#fff;color:#666}
.team-wrapper:hover .team-icon > a{opacity:1;visibility:visible;margin:0 5px}
.team-info h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.team-info span {
  color: #666;
  text-transform: uppercase;
}
.team-member > img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/* ---------------------------------------------------------
10. testimonial-area 
/*------------- ---------------*/ 
.testimonial-area{}
.black-opacity{position:relative;}
.black-opacity::before {
  background: #000 none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonial-title span {
  font-size: 32px;
  text-align: center;
}
.testimonial-title h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin: 18px 0 25px;
  padding: 0;
  text-transform: uppercase;
}
.owl-carousel .owl-item .testimonial-img > img {
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
}
.single-testimonial p {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
.testimonial-author{}
.testimonial-author > span {
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
}
.black-text .testimonial-author > span {
  color: #00428C;
}
.owl-dots {
  margin-top: 30px;
  text-align: center;
}
.owl-dot {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: inline-block;
  height: 5px;
  margin: 0 3px;
  transition: all 0.3s ease 0s;
  width: 15px;
}
.owl-dot.active,.owl-dot:hover {
  background: #222  none repeat scroll 0 0;
  width: 15px;
}
.white-dot .owl-dot.active,.owl-dot:hover {
  background: #fff  none repeat scroll 0 0;
}
/* ---------------------------------------------------------
11. Promot Area Css
-----------------------------------------------------------*/
.promot_area {
    padding: 50px 0 52px;
    position: relative;
    background: url(img/promo_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.promo_text {
    position: relative;
    z-index: 1;
    color: #fff;
}

.promo_text > h3,
.post_title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.promo_text > p {
    color: #e9e9e9;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 0;
    width: 75%;
}

.promot_area::after {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.promot_area .cl-effect-2 a span {
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    width: 190px;
}
.promot_area .row {
    position: relative;
    z-index: 4;
}
/* ---------------------------------------------------------
12. blog
-----------------------------------------------------------*/
.blog-info {
  margin-top: 17px;
}
.blog-info.blog-pad {
    margin: 0;
    padding: 20px 25px;
    box-shadow: 2px 3px 5px rgba(0,0,0, .15);
}
.blog-meta > span {
  padding-right: 20px;
}

.blog-meta a {
  color: #00428C;
  text-transform: capitalize;
   transition: all .3s ease 0s;
}
.blog-meta span {
  color: #00428C;
  text-transform: capitalize;
   transition: all .3s ease 0s;
}
.blog-meta a:hover {
  color: #888888;
}

.blog-meta a i {
  color: #00428C;
  font-size: 14px;
  padding-right: 10px;
}
.blog-meta i {
  color: #00428C;
  font-size: 14px;
  padding-right: 10px;
}
.blog-info h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 20px;
    text-transform: uppercase;
}
.blog-info > a {
    border: 1px solid rgba(0,0,0, .15);
    color: #00428C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 14px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
	box-shadow: 2px 3px 5px rgba(0,0,0, .15);
}
.blog-info > a:hover {
  background-color: #00428C;
  color: #fff;
}
.blog-img img {
  width: 100%;
}
.page {
  display: inline-block;
  text-align: center;
}
.page li {
  float: left;
  margin-right: 15px;
}
.page li.active a{}

.page a {
  border: 1px solid #c1c1c1;
  display: inline-block;
  height: 40px;
  line-height: 37px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.page a:hover,.page li.active a{
  background-color: #00428C;
    color: #fff;
    border: 1px solid #00428C;
}
.gray-bg {
  background: #f6f6f6 none repeat scroll 0 0;
}
/*----- 
13. blog details 
------*/
.blog-3-column .blog-meta > span {
  padding-right: 15px;
}
.news-allreply {
	display: inline-block;
	float: left;
	height: 90px;
	text-align: center;
	width: 90px;
}
blockquote {
  background-color: #f6f6f6;
  border-left: 2px solid #00428C;
  color: #00428C;
  font-size: 14px;
  line-height: 26px;
  margin: 23px 0;
  padding: 14px 50px;
}

.blog-info > p {
  color: #666;
}
h3.leave-comment-text {
  border-bottom: 1px solid #5b5b5b;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.nes-icon > a i {
  color: #00428C;
  font-size: 14px;
  margin-top: 10px;
}
.news-allreply img {
  border-radius: 100%;
  width: 100%;
}
.blog-img-details {
  padding-left: 110px;
}

.blog-title > h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.blog-title > span {
  color: #00428C;
  display: block;
  margin-bottom: 7px;
}

.blog-middle-mrg {
  margin: 32px 0 33px 90px;
}

.leave-form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  color: #00428C;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  height: 35px;
  margin-bottom: 30px;
  padding: 0 20px;
  width:100%;
}


.leave-form input::-webkit-input-placeholder,.text-leave textarea::-webkit-input-placeholder,.main-input input::-webkit-input-placeholder,.text-leave2 textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #00428C;
    opacity: 1;
}
.leave-form input::-moz-placeholder,.text-leave textarea::-moz-placeholder,.main-input input::-moz-placeholder,.text-leave2 textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #00428C;
    opacity: 1;
}
.leave-form input:focus, .text-leave textarea:focus{
  border: 1px solid #00428C;
}

.text-leave textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  color: #00428C;
  font-family: "Lato",sans-serif;
  height: 165px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 14px;
  width: 100%;
}

button.submit {
  background-color: #00428C;
  border: 1px solid #00428C;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
    font-family: "Raleway",sans-serif;
}
button.submit:hover {
  background-color: transparent;
  color: #00428C;
}


.blog-right-sidebar-top a {
  color: #00428C;
  font-size: 14px;
}
.blog-right-sidebar-top a:hover {
  color: #888;
}
.blog-right-sidebar-top li {
  margin-bottom: 12px;
}
.blog-right-sidebar-top li:last-child {
  margin-bottom: 0px;
}
.blog-right-sidebar-bottom li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 14px;
}
.blog-right-sidebar-bottom li.nn {
  margin-right: 0px;
}

.blog-right-sidebar-bottom a {
  border: 1px solid #c1c1c1;
  color: #666;
  display: inline-block;
  padding: 9px 24px;
    transition: all .4s ease 0s;
}
.blog-right-sidebar-bottom a:hover {
  border: 1px solid #00428C;
  background-color: #00428C;
    color: #fff;
}

.blog-img > img {
  width: 100%;
}
.blog-search > form {
  position: relative;
}
.blog-search input[type="text"] {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #00428C;
  line-height: 28.8px;
  outline: medium none;
  padding: 5px 15px;
  transition: all 0.4s ease 0s;
  width: 100%;
    height: 40px;
    margin: 0;
    position: relative;
}
.blog-search > form > input[type="submit"] {
  background: #5b5b5b none repeat scroll 0 0;
  border: 1px solid #5b5b5b;
  color: #ffffff;
  height: 40px;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 80px;
}

.blog-search input[type="text"]:focus {
  border-color: #555;
}

.leave-form input::-webkit-input-placeholder {
    /* Chrome */
    color: #00428C;
    opacity: 1;
}
.blog-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #00428C;
    opacity: 1;
}
.blog-search button.submit {
  background-color: #00428C;
  border: 1px solid #00428C;
  color: #fff;
  font-size: 13px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
/* ============================================
14.Partner Area
===============================================*/

.partner_area {
    background-color: #f2f2f2;
    padding: 34px 0;
	position:relative;
	z-index:1;
}

.partner_area .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.single_partner > figure {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    width: 88%;
}

.bottom_social > li {
    display: inline-block;
    margin-right: 2px;
}

.bottom_social > li {
    display: inline-block;
    margin-right: 2px;
}
/* ---------------------------------------------------------
15. footer Area
-----------------------------------------------------------*/
footer.footer {
  padding-top: 100px;
}

footer.footer {
    padding-top: 100px;
}
.footer-info {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 38px 0 18px;
}

.social-link > li {
  display: inline-block;
  margin-left: 10px;
}
.logo-footer{
  text-align: center;
}
.head-title {
	margin: 30px 0;
}
.f-title {
  margin-bottom: 30px;
}

/* ============================================
14.Map
===============================================*/
.map_area {
	position: relative;
	z-index: 1;
}
#map{
	height:350px;
}
#footermap {
    position: relative;
    z-index: -1;
    margin-top: 100px;
}
#footermap.show {
    margin-bottom: 0;
}

/* ---------------------------------------------------------
16. contact
-----------------------------------------------------------*/
h3.main-contact {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-input input {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  height: 45px;
  padding-left: 20px;
  width:100%;
}
.text-leave2 textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #666;
  font-family: "Lato",sans-serif;
  height: 150px;
  margin-bottom: 40px;
  padding: 14px 20px;
  width:100%;
}

.leave-form input:focus, .main-input input:focus, .text-leave textarea:focus, .text-leave2 textarea:focus {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
}
.mfp-wrap {
  z-index: 99999999;
}
.mfp-bg {
  z-index: 9999999;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
/* ---------------------------------------------------------
17. portfolio details
-----------------------------------------------------------*/
.portfolio-meta{}
.portfolio-meta ul{background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #e5e5e5;
margin: 0;
padding: 0 20px;}
.portfolio-meta ul li{border-bottom: 1px solid #e5e5e5;
color: #666;
padding: 15px 0;}
.portfolio-meta ul li:last-child {
  border-bottom: 0 none;
}
.portfolio-meta ul > li i {
  color: #00428C;
  font-size: 16px;
  line-height: normal;
  margin-right: 20px;
}
.portfolio-meta ul li span {
  color: #00428C;
  font-weight: bold;
  margin-right: 5px;
}
.portfolio-meta ul li{}
.project-desc {
  margin-bottom: 30px;
}
.project-desc h3 {
  border-bottom: 1px solid #e5e5e5;
  color: #00428C;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 22px;
  margin: 0 0 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.post-share ul {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 10px 0;
}
.post-share li {
  float: left;
  margin-right: 18px;
}
.post-share li a {
  display: block;
  font-size: 16px;
}
.portfolio-img > img {
  width: 100%;
}

/* ---------------------------------------------------------
18. index-2
-----------------------------------------------------------*/
.index-2 .all_skill_item {
  margin-top: 60px;
}

/* ---------------------------------------------------------

/******************************************
    PRICING
******************************************/

.pricing-header p {
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.pricing-bigger .pricing-body .fa-close {
    color: #E52723;
}

.pricing-bigger {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.pricing-bigger .pricing-choose {
    background-color: #ffffff;
    font-weight: bold;
}

.pricing-bigger .pricing-border {
    border-right: 1px solid #f1f1f4;
}

.pricing-bigger .pricing-plan {
    background-color: #ffffff;
}

.pricing-bigger .pricing-header {
    padding: 40px 20px;
}

.pricing-bigger .pricing-body ul {
    padding: 0 !important;
    margin: 0 !important;
}

.pricing-bigger .pricing-body ul li {
    list-style: none;
    padding: 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.pricing-bigger .pricing-body ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.pricing-bigger .pricing-header h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
}

.pricing-bigger li:nth-child(2),
.pricing-bigger li:nth-child(4),
.pricing-bigger li:nth-child(6),
.pricing-bigger li:nth-child(8),
.pricing-bigger li:nth-child(10),
.pricing-bigger li:nth-child(12) {
    background-color: #F4F4F7;
}

.orderbutton {
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.pricing-ver-9 {
    padding: 60px;
}

.pricing-ver-9 h2 {
    padding-top: 0;
    margin-top: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 5px;
}

.pricing-ver-9 h4 {
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
}

.pricing-ver-9 h4 sup {
    font-style: normal !important;
    color: #ffffff;
    top: -20px;
    font-size: 15px;
}

.pricing-ver-9 h4 small {
    font-style: normal !important;
    color: #ffffff;
    font-size: 15px;
}

.pricing-ver-9 ul {
    padding: 20px 0;
}

.pricing-ver-9 ul li {
    list-style: none;
    color: #ffffff;
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.pricing-ver-9 ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.purblebghead {
    background-color: #9C27B0;
    color: #ffffff;
}

.purplebg {
    background-color: rgba(156, 39, 176, 0.9);
    color: #ffffff;
}

.bluebg {
    background-color: rgba(29, 75, 173, 0.9);
    color: #ffffff;
}

.greenbg {
    background-color: rgba(139, 195, 74, 0.9);
    color: #ffffff;
}

.pricingbg {
    background-image: url(upload/pricingbg.jpg);
    background-attachment: scroll;
    background-position: center;
    center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 10em !important;
    width: 100%;
}

.pricingbg.nob {
    padding-top: 80px !important
}

#pricing-table .pricing .pricing-table .pricing-header {
    position: relative;
    background: #34495e;
    padding: 44px 22px;
    text-align: center;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    right: -10px;
    position: relative;
    top: -30px;
    color: #ffffff;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 16px;
    color: #ffffff;
    margin-left: -10px;
    text-transform: uppercase;
}

#pricing-table .pricing .pricing-list {
    padding: 20px 0;
    background: #ffffff;
    border: 1px solid #e3e3e3;
}

#pricing-table .pricing .pricing-list ul {
    padding: 0px;
    display: table;
    margin: 0px auto;
}

#pricing-table .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #EAECEB;
    font-size: 15px;
    line-height: 42px;
    text-transform: capitalize;
}

#pricing-table .pricing .pricing-list ul li:last-child {
    border: none;
}

#pricing-table .pricing .pricing-list ul li i {
    margin-right: 12px;
}

#pricing-table .pricing .pricing-list ul li span {
    color: #34495e;
}

#pricing-table .btn {
    border-radius: 0;
    font-size: 15px;
    padding: 15px;
}

.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 15px;
    background-color: #333333;
    text-align: center;
}

.flat .plan li {
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.flat .plan li.plan-price {
    border-top: 0;
}

.flat .plan li.plan-name {
    border-radius: 0;
    padding: 30px 0;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #121212;
    background: #F9B40F;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-top: 0;
}

.flat .plan li>strong {
    color: #F9B40F;
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flat.white-style .plan {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.flat.white-style .plan li {
    border-color: rgba(55, 55, 55, 0.1);
    color: #555555;
}

.my_planHeader {
    text-align: center;
    color: white;
    padding-top: 2em;
    padding-bottom: 2em;
}

.my_planTitle {
    font-weight: bold;
    font-size: 21px;
}

.my_planPrice {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size: small;
    }
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
}

.my_featureRow {
    margin-top: 0.2em;
    background-color: #000000;
    margin-bottom: 0.2em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.my_featureRow:hover i,
.my_featureRow:hover p {
    color: #ffffff !important;
}


/* --- Plan 1 --------------------------- */

.my_planHeader.my_plan2,
.my_planHeader.my_plan1 {
    background-color: #000000 !important;
    border-top: thick solid #545454 !important;
}

.my_planHeader.my_plan2 .btn,
.my_planHeader.my_plan1 .btn {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 13px;
}


/* --- Plan 2 --------------------------- */

.my_planHeader.my_plan2 {
    background: #5ba5af;
    border-top: thick solid rgb(108, 131, 62);
}


/* --- Plan 3 --------------------------- */

.my_planHeader.my_plan3 .btn {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 13px;
}

.my_featureÃ {
    padding: 0 !important;
}

.my_planHeader.my_plan3 {
    background: #e34b11;
    border-top: thick solid #f75f2b;
}

.my_planFeature {
    padding: 10px 0;
    text-align: center;
}

.my_planFeature p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.my_planFeature i.my_check {
    color: #92cd00;
}

.my_planFeature i.no_check {
    color: #ff0000;
}

.my_feature p {
    padding: 10px 20px;
    color: #ffffff;
    margin: 0;
}

.pricing-box-08.white-style .my_featureRow {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.pricing-box-08.white-style .my_planHeader.my_plan2,
.pricing-box-08.white-style .my_planHeader.my_plan1 {
    background-color: #ffffff !important;
    border-color: #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
}

.pricing-box-08.white-style .my_planPrice,
.pricing-box-08.white-style .my_planTitle {
    color: #444 !important;
}

.pricing-box-08.white-style .my_plan3 .my_planPrice,
.pricing-box-08.white-style .my_plan3 .my_planTitle {
    color: #ffffff !important;
}

.pricing-box-08.white-style .my_feature p {
    color: #555555;
}

 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/


/* ---------------------------------------------------------
 
-----------------------------------------------------------*/




