@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,600,600i,700,800');

/* Other Imported CSS */
@import "font-awesome.min.css";
@import "icofont.css";
@import "pogo-slider.css";
@import "animations.css";
@import "slick.css";
@import "slick-theme.css";
@import "featherlight.gallery.min.css";
@import "featherlight.min.css";

@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('../fonts/myriadpro-regular.woff') format('woff');
}
@font-face {
  font-family: 'Myriad Pro bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro bold'), url('../fonts/myriadpro-bold.woff') format('woff');
}
.container{ background: #fff;  }
.payment.container{ background:#e3e3e3;}

/*---///---///---///---///---///---///---///---///---///---
    02. General CSS 
---///---///---///---///---///---///---///---///---///---*/
.shadow{ text-align: center; width: 100%; padding-bottom: 50px; }
.kuytrfd{ padding-top: 0px; padding-bottom: 15px; }
.kuytr{ border-radius: 5px; }
.col-default2{ padding-top: 45px; }
body {
    background: url("../images/bgg.jpg") center repeat fixed;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #424242;
}


.stepcarousel{
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 100%; /*Width of Carousel Viewer itself*/
    height: 236px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0px;
margin-left:10px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin:2px; *//*margin around each panel*/
width:280px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/*.stepcarousel .panel img{
    padding:5px;

}*/
 



/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Myriad Pro bold';
    color: #2d2d2d;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* Form CSS */
.form-control {
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
31}
.form-control:focus {
border: 1px solid #075f9f;
 box-shadow: 1px 1px 1px #075f9f;
        transition: 1s all ease-in-out;

}
::-webkit-input-placeholder {
    color: #676767 !important;
}
::-moz-placeholder {
    color: #676767 !important;
}
::-o-placeholder {
    color: #676767 !important;
}
:-ms-input-placeholder {
    color: #676767 !important;
}
input:-moz-placeholder {
    color: #676767 !important;
}

.newsletter-col ::-webkit-input-placeholder {
    color: #ffffff !important;
}
.newsletter-col ::-moz-placeholder {
    color: #ffffff !important;
}
.newsletter-col ::-o-placeholder {
    color: #ffffff !important;
}
.newsletter-col :-ms-input-placeholder {
    color: #ffffff !important;
}
.newsletter-col input:-moz-placeholder {
    color: #ffffff !important;
}

.section-default {
    padding: 1px 0 40px;
    position: relative;
}
.col-default {
    margin-bottom: 30px;
}

/* Btn CSS */
.simple-btn {
    padding: 12px 30px;
    border-radius: 0;
    border: none;
    background: #2AC2E0;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.simple-btn:hover {
    color: #ffffff;
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Background Over Layer CSS */

.over-layer-black {
    position: relative;
}
.over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}
.over-layer-white {
    position: relative;
}
.over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

/* Default Title CSS */
.default-title {
    margin-bottom: 60px;
}
.default-title h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px;
     font-family: 'Myriad Pro bold';
}
.default-title h2 span {
    color: #105B94;
}
.default-title p {
    letter-spacing: 1px;
    font-weight: bold;
    font-style: italic;
}


/* Preloader CSS */
#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader.gif') no-repeat center center; 
}

/* Section Arrow Css */
.left-top-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom:  180px solid transparent;
    border-right: 180px solid transparent;
    border-left: 180px solid rgba(0, 197, 204, 0.1);
}
.right-top-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom:  180px solid transparent;
    border-left: 180px solid transparent;
    border-right: 180px solid rgba(0, 197, 204, 0.1);
}


/*---///---///---///---///---///---///---///---///---///---
    03. Header CSS 
---///---///---///---///---///---///---///---///---///---*/
.main-header {
    position: relative;
    overflow-x: hidden;
}
.main-nav {
    border-bottom: none;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-nav .navbar-nav {
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
.top-nav-collapse {
   
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.top-nav-collapse .navbar-nav {
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-nav .navbar-nav>li {
    float: none;
    display: inline-block;
}
.main-nav.top-nav-collapse {
   
}
.main-nav .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
}
.main-nav .navbar-brand>a img {
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-nav .navbar-nav>li>a {
    text-transform: uppercase;
    color: #333333;
    padding: 10px 0;
    margin-top: 5px;
    margin-left: 22px;
    font-family: 'Myriad Pro bold';
}
.main-nav.top-nav-collapse .navbar-nav>li>a {
    color: #111111;
}
.main-nav .navbar-nav>li>a:hover {
    color: #2AC2E0;
}
.main-nav .navbar-nav>.active>a, 
.main-nav .navbar-nav>.active>a:focus, 
.main-nav .navbar-nav>.active>a:hover {
    background: transparent;
    color: #2AC2E0;
}
.navbar-nav>.active>a {
    color: #2AC2E0 !important;
}
.main-nav .navbar-right {
    margin-right: 10px;
     margin-top: 10px;
}


.top-bar {
    background: #081025; border-radius: 3px 3px 0px 0px; margin-top: 1px; padding: 5px 0px; 
}
.sdsds{ background: #ccc }
.social-bar{
    color: #fff;
    padding: 3px 0px 3px 0px;
    line-height: 17px;
    border-radius: 25px;
    font-family: 'Myriad Pro Regular';
    font-size: 14px;
}

/*---///---///---///---///---///---///---///---///---///---
    04. Slider CSS 
---///---///---///---///---///---///---///---///---///---*/
.main-slider-section {
    margin-top: 110px;
    padding: 10px;
    background: #ccc
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.41);
}
.silder-elements {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    padding-right: 100px;
    padding-left: 100px;
}
.slider-main-title {
    font-size: 30px !important;
    padding-top: 16% !important;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Myriad Pro Regular';
}
.slider-main-title span {
    color: #2AC2E0;
    font-size: 48px !important;
    font-family: 'Myriad Pro bold';
}
.slider-para {
    color: #ffffff;
    font-family: 'Myriad Pro Regular';
    font-size: 17px !important;
    margin-bottom: 30px !important;
}
.slider-para span {
    background: #075690; padding: 6px 12px; border-radius: 3px;
}
.join-btn {
    background: transparent;;
    font-size: 14px !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 30px !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.join-btn:hover {
    background: #2AC2E0;
    border-color: #2AC2E0;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}


/*---///---///---///---///---///---///---///---///---///---
    05. About CSS
---///---///---///---///---///---///---///---///---///---*/
.about-section {
     overflow-x: hidden;
}
.about-details {

}
.about-title {
    padding: 10px 40px 10px 20px;
    border-left: 2px solid #2AC2E0;
    background: #f5f5f5;
    display: inline-block;
    margin-bottom: 25px;
}
.about-title h2 {
    margin-bottom: 0;
    font-size: 42px;
}
.about-title p {
    color: #a5a5a5;
    text-transform: capitalize;
}
.about-small-col h4 {
    margin-top: 25px;
    padding: 10px 40px 10px 20px;
    border-left: 2px solid #2AC2E0;
    background: #f5f5f5;
    display: inline-block;
}
.about-small-col ul li {
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 7px;
}
.about-small-col ul li:last-child {
    margin-bottom: 0;
}
.about-small-col ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-small-col ul li:hover i {
    color: #2AC2E0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    06. Separator CSS
---///---///---///---///---///---///---///---///---///---*/
.separator-section {
    background: url(../images/bg/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.separator-col h2 {
    color: #2AC2E0;
    font-size: 36px;
    margin-bottom: 30px;
}
.separator-col p {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 2px;
}


/*---///---///---///---///---///---///---///---///---///---
    07. Service CSS
---///---///---///---///---///---///---///---///---///---*/
.service-section {
    
}
.service-item {
    text-align: center;
    background: #f5f5f5;
    padding: 30px 20px;
}
.service-item i {
    font-size: 50px;
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box:hover i {
    color: #2AC2E0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-item h3 {
    margin-bottom: 20px;
    margin-top: 10px;
}
.service-box {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.arrow-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 50px solid transparent;
    border-left: 50px solid rgba(0, 197, 204, 0.1);
}
.arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    border-right: 50px solid rgba(0, 197, 204, 0.1);
}
.service-box .animated-bdr {
    width: 1%;
    height: 3px;
    margin: auto;
    background: transparent;
    margin-top: -3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-box:hover .animated-bdr {
    width: 100%;
    background: #2AC2E0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    08. Counter CSS
---///---///---///---///---///---///---///---///---///---*/
.counter-sec {
    padding: 100px 0 70px;
    position: relative;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
}
.counter-sec .counter-box {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.counter-sec .counter-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.left-arrow-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid rgba(0, 197, 204, 0.1);
}
.counter-sec .counter-box .counter {
    color: #2AC2E0;
    font-size: 36px;
    margin-bottom: 10px;
}
.counter-sec .counter-box p {
    color: #ffffff;
    text-transform: capitalize;
}



/*---///---///---///---///---///---///---///---///---///---
    09. Portfolio CSS
---///---///---///---///---///---///---///---///---///---*/
.portfolio-section.section-default {
    padding: 120px 0 120px;
}
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
.filtr-container {
    
}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    color: #2AC2E0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ujyhtrfd {
    margin-bottom: 30px !important
}


/* Item Hover CSS */
.hover-me {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hover-layer {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 4%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0); /* Standard syntax */
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-me:hover .hover-layer {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* Standard syntax */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-me-content {
    margin-top: -35px;
}
.hover-me-content a i {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 111;
    margin-top: -15px;
    text-align: center;
    color: #2AC2E0;
    font-size: 32px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-me:hover .hover-me-content a i {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-me-content p a {
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hover-me:hover .hover-me-content p a {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hover-me .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background: transparent;
    display: inline-block;
}
/* Featherlight CSS */
.featherlight .featherlight-content{
    padding: 10px;
    border-bottom: none;
}
.featherlight-next span {
    right: -2%;
}
.featherlight-previous {
    right: 88%;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next {
    left: 88%;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next span, .featherlight-previous span {
    font-size: 30px;
    color: #ffffff;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight .featherlight-close-icon {
    background: #000000;
    color: #ffffff;
    right: 20px;
    top: 20px;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 0 5px;
}



/*---///---///---///---///---///---///---///---///---///---
    10. Pricing Table CSS
---///---///---///---///---///---///---///---///---///---*/
.pricing-table {
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pricing-table .default-title h2 {
    color: #ffffff;
}
.pricing-table .default-title p {
    color: #cacaca;
}
.pricing-col {
    text-align: center;
    background: #ffffff;
}
.pricing-header {
    background: #2AC2E0;
    padding: 45px 15px 30px 15px;
    position: relative;
}
.top-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.recommended-pricing {
    padding: 5px 15px;
    position: absolute;
    right: -29px;
    top: 29px;
    background: #ffffff;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
.recommended-pricing p {
    font-size: 12px;
    color: #000000;
    text-transform: capitalize;
}
.pricing-col:hover .top-arrow {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pricing-header .our-price {
    color: #ffffff;
    font-size: 70px;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.angle-shape::before {
    content: "";
    background: #2AC2E0;
    height: 25%;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 78%;
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
}

.pricing-header h4 {
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pricing-content {
    border-top: none !important;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.pricing-content ul {
    padding: 50px 0 20px 0;
}
.pricing-content ul li {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.pricing-content ul li:last-child {
    border-bottom: none;
}
.pricing-footer .btn {
    background: #2AC2E0;
    color: #ffffff;
    border-color: #ffffff;
    border: none;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pricing-footer .btn:hover {
    color: #ffffff !important;
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



/*---///---///---///---///---///---///---///---///---///---
    11. Team CSS
---///---///---///---///---///---///---///---///---///---*/
.team-section.section-default {
    padding: 120px 0;
    position: relative;
}
.team-member {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
}
.team-member img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-member:hover img {
    -ms-transform: scale(1.15); 
    -webkit-transform: scale(1.15);
    transform: scale(1.15); 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.member-name {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 15px;
    position: absolute;
    bottom: -50%;
    left: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-member:hover .member-name {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.member-name h4 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
}
.member-name span {
    color: #2AC2E0;
    font-size: 12px;
}
.team-social-link {
    position: absolute;
    top: -80%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-member:hover .team-social-link {
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-social-link i {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    color: #ffffff;
    background: #2AC2E0;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-social-link i:hover {
    background: #05a5ac;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*---///---///---///---///---///---///---///---///---///---
    12. Testimonial CSS
---///---///---///---///---///---///---///---///---///---*/
.testimonial-sec {
    padding: 100px 0 70px;
    background: url(../images/bg/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    position: relative;
}
.testimonial-sec .default-title h2 {
    color: #ffffff;
}
.testimonial-sec .default-title p {
    color: #e4e4e4;
}
.slick-slide {
    outline: none;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button:before {
    font-size: 12px;
}
.testimonial-carousel .slick-dots li button:before {
    color: #ffffff;
    opacity: 1;
}
.testimonial-carousel .slick-dots li.slick-active button:before {
    color: #2AC2E0;
}
.testimonial-box {
    padding: 80px 40px 50px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
}
.testimonial-box img {
    width: 80px;
    height: 80px;
    margin: auto;
}
.testimonial-box h4 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.testimonial-box span {
    color: #2AC2E0;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
}
.testimonial-box p {
    margin-top: 10px;
    color: #ffffff;
}
.item-numbar {
    width: 100px;
    height: 100px;
    background: rgba(42, 194, 224, 0.5);
    text-align: center;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg); /* Standard syntax */
    position: absolute;
    top: -200px;
    left: 50%;
    margin-left: -50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testimonial-box.slick-active .item-numbar {
    top: -60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.item-numbar h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 70px;
    padding-left: 0;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg); /* Standard syntax */
}




/*---///---///---///---///---///---///---///---///---///---
    13. Blog CSS
---///---///---///---///---///---///---///---///---///---*/
.blog-sec {
    text-align: center; background: #ededed;;
    padding-top: 50px;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-box:hover .blog-img img {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.publisd-date {
    position: absolute;
    top: 5px;
    left: -10px;
    background: #105B94;
    text-align: center;
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg); /* Standard syntax */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-box:hover .publisd-date {
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.publisd-date h4 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Myriad Pro Regular';
    padding: 8px 25px;
    margin-bottom: 0;
    letter-spacing: 1px;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg); /* Standard syntax */
}
.blog-box h3 {
    margin-top: 10px; font-family: 'Myriad Pro Regular'; font-size: 17px; line-height: 25px;
}
.blog-box h3 a {
    color: #333333;
}
.blog-box h3 a:hover {
    color: #2AC2E0;
}
.blog-box ul li {
    display: inline-block;
}
.blog-box ul li i {
    margin-right: 8px;
    color: #2AC2E0;
}
.blog-box ul li a {
    color: #111111;
    text-transform: capitalize;
}
.blog-box ul li a:hover {
    color: #2AC2E0;
}
.blog-box p {
    margin-top: 10px;
}

/* Blog Single */
.blog-single-sec {
    padding: 100px 0 70px;
    text-align: left;
}
.blog-single-sec .blog-box {
    background: transparent;
}
.blog-single-sec .blog-date {
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-single-sec .blog-date ul li {
    margin-right: 20px;
}
.blog-single-sec .blog-content p {
    margin-bottom: 0;
}
.highlight-text {
    padding: 20px;
    background: #F5F5F5;
    margin-bottom: 30px;
    margin-top: 30px;
}
.highlight-text p {
    font-weight: bold;
    margin-bottom: 0;
    color: #353535;
}
.comment-row {
    margin-bottom: 60px;
}
.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}
.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}
.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.comment-item a i {
    color: #2AC2E0;
}

.form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 0;
}
.middel-item {
    margin-left: 50px;
}
.form-area .btn {
    margin-bottom: 30px;
}

/* Sidebar start */
.sidebar {
    margin-bottom: 30px;
}
.sedebar-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.sidebar-search {
    margin-bottom: 50px;
}
.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #2AC2E0;
}
.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}
.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}
.categories {
    margin-bottom: 50px;
}
.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:last-child {
    border-bottom: none;
}
.categories ul li:hover {
    border-color: #2AC2E0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover a {
    color: #2AC2E0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.categories ul li:hover span {
    color: #2AC2E0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latest-news {
    margin-bottom: 50px;
}
.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.latest-news ul li:last-child {
    border-bottom: none;
}
.news-item {
    position: relative;
    padding-left: 100px;
}
.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-item h4 {
    margin-bottom: 5px;
}
.news-item h4 a {
    color: #2AC2E0;
    font-size: 15px;
}
.sidebar-tags {
    margin-bottom: 50px;
}
.sidebar-tags a {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block; 
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-tags a:hover {
    border-color: #2AC2E0;
    background: #2AC2E0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.preview {
    margin-bottom: 50px;
}


/*---///---///---///---///---///---///---///---///---///---
    14. Newsletter CSS
---///---///---///---///---///---///---///---///---///---*/
.newsletter-sec {
    background: url(../images/bg/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.newsletter-col h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.newsletter-col h3 span {
    color: #2AC2E0;
}
.newsletter-col .form-control {
    height: 50px;
    background: rgba(255,255,255,0.4);
    border: none; 
    color: #ffffff;
}
.newsletter-col .input-group .btn {
    width: 130px;
    height: 50px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    background: #2AC2E0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.newsletter-col .input-group .btn:hover {
    background: #ffffff;
    color: #2AC2E0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




/*---///---///---///---///---///---///---///---///---///---
    15. Brand CSS START
---///---///---///---///---///---///---///---///---///---*/
.brand-sec {
    padding: 80px 0;
    background: #f5f5f5;
}
.brand-sec .brand-carousel .slick-slide {
    padding-left: 15px; 
    padding-right: 15px;
}


/*---///---///---///---///---///---///---///---///---///---
    16. Contact CSS
---///---///---///---///---///---///---///---///---///---*/
.contact-sec {
    overflow: hidden;
    padding-top: 80px;
}
.contact-sec.section-default {
    
}
.footer {   height:auto;  }
.footer h2{ font-size: 17px; color: #000;   text-transform: uppercase; font-family: 'Myriad Pro Regular'; margin-top: 30px; }
.footer-ul{ margin: 0; padding: 0; }
.footer-ul li{ list-style: none; font-size: 14px; color: #000; margin: 8px 0px; font-family: 'Myriad Pro Regular'; }
.footer-ul a{ font-size: 13px;  color: #333; background: #ccc; padding: 2px 6px; border-radius: 4px; font-family: 'Myriad Pro Regular'; margin-bottom: 3px}
.footer-ul li span{ margin-left: 12px; }
.footer-ul a:hover{ background: #333; color: #000; }
.contact-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer input{ margin-bottom: 0 }
.contact-title h2 span {
    color: #2AC2E0;
}
.contact-title p {
    margin-bottom: 30px;
}
.contact-box {
    background: #f7f7f7;
    padding: 10px 0;
    position: relative;
    padding-left: 60px;
}
.contact-box i {
    font-size: 20px;
    color: #2AC2E0;
    position: absolute;
    left: 20px;
    top: 10px;
}
.contact-box address {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.contact-sec form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #dddddd;
    color: #676767;
    padding-left: 0;
}
.contact-sec form .textarea-hight-full {
    height: 100%;
}


/*---///---///---///---///---///---///---///---///---///---
    17. Footer CSS
---///---///---///---///---///---///---///---///---///---*/
.main-footer {
    padding: 80px 0 50px;
    background: #111111;
}
.main-footer .footer-logo img {
    width: 220px;
    height: auto;
    margin-bottom: 30px;
}

.main-footer h4 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}
.main-footer .heading-under-line {
    width: 100px;
    height: 2px;
    background-color: #2AC2E0;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}
.footer-about-col p {
    color: #c7c7c7;
}
.footer-about-col .social {
    margin-top: 20px;
}
.footer-about-col .social i {
    font-size: 20px;
    margin-right: 10px;
    color: #2AC2E0;
}
.footer-about-col .social i:hover {
    color: #ffffff;
}
.footer-tweets-col {

}
.tweets-box-one {
    margin-bottom: 20px;
}
.tweets-box-one p, .tweets-box-two p {
    color: #c7c7c7;
}
.tweets-box-one p a, .tweets-box-two p a {
    color: #2AC2E0;
}
.footer-Tag-col a {
    float: left;
    border: 1px solid #333333;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #999999;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.footer-Tag-col a:hover {
    color: #ffffff;
    background: #2AC2E0;
    border-color: #2AC2E0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;

}
.footer-Tag-col .hvr-bounce-to-right {
    padding: 9px 30px;
    background: transparent;
}
.footer-Tag-col .hvr-bounce-to-right:before {
    background: #CC935C;
}
.footer-flickr ul li {
    float: left;
}
.footer-flickr ul li img {
    width: 86px;
    height: auto;
}
/* COPY RIGHT CSS START */
.copyright {
    padding: 5px 0;
    background-color: #000;
    text-align: center;
}
.copyright p {
    color: #848484;
}
.copyright p a {
    color: #2AC2E0;
}

/*---///---///---///---///---///---///---///---///---///---
    18. Page title CSS
---///---///---///---///---///---///---///---///---///---*/
.page-title-sec {
    padding: 180px 0 100px;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-title-sec h2 {
    color: #2AC2E0;
}
.page-title-sec p {
    color: #a0a0a0;
}
.page-title-sec p a {
    color: #a0a0a0;
}
.page-title-sec p a:hover {
    color: #2AC2E0;
}


/* Demo List Page Css */
/*.main-demo-heading  {
    padding: 150px 0;
    background: url(../demo-image/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-demo-heading h1 {
    color: #2AC2E0;
    font-size: 70px;
}
.main-demo-heading h2 {
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.buy-btn {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    text-transform: uppercase;
}
.buy-btn:hover {
    background: #2AC2E0;
    color: #ffffff;
    border-color: #2AC2E0;
}
.demo-list-page {
    padding: 150px 0 100px;
    text-align: center;
}
.demo-list-page h3 {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.4;
}
.demo-list-page h3 a {
    color: #111111;
}
.demo-list-page h5 {
    margin-bottom: 80px;
    color: #2AC2E0;
    font-size: 18px;
    text-transform: capitalize;
}
.demo-list-page h1 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.demo-list-page p {
    font-size: 14px;
}
.demo-list-page p a {
    color: #111111;
    text-transform: capitalize;
}
.demo-box {
    margin-bottom: 40px;
    position: relative;
    height: 350px;
    overflow: hidden;
    -webkit-box-shadow: -2px 3px 35px -5px rgba(74,74,74,1);
    -moz-box-shadow: -2px 3px 35px -5px rgba(74,74,74,1);
    box-shadow: -2px 3px 35px -5px rgba(74,74,74,1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box:hover {
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-over-layer {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box:hover .demo-over-layer {
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-over-layer h4 a {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    text-align: center;
}
.more-demo-link p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
}*/

 .reg-top {
background-color: #1680AF;
    margin-bottom: 40px;
    font-size: 14px;

   
}
.form .col-md-4 {
    text-align: right;
    font-family: 'Myriad Pro Regular';
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.form .row {
    padding-top: 8px;
    margin-bottom:8px;
}
.main-heading {
    font-family: 'Myriad Pro Bold';
    font-weight: normal;
    font-size: 25px !important;
    margin-top: 0;
    padding:20px 0px;
    text-align: center;
    color: #ffffff;
}
.amount-reg{
    margin-bottom:10px;
    font-size: 16px;
}
.btn-effect{
    background-color: #1680AF;
    border: none;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
}
.btn-success:hover{
    background-color: #449d44;
    border-color: #398439;
    transition: 1s all ease-in-out;
}
.input-amount {
    margin-left:15px;
}
.terms-conditions {
    font-size: 16px;
    margin-top: 10px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.containerbg{ background: none; font-family: 'Myriad Pro Regular'; font-size: 14px; }
.main-sucees{ margin-bottom: 50px; margin-top: 50px;  }
.main-hreading-seccsess{ border-radius: 5px 5px 0px 0px; text-align: center; background: #BCFFBC; padding-top: 10px; padding-bottom: 10px; margin-bottom: 0  }
.main-sucees2{ background: #fff; border-radius: 0px 0px 5px 5px; border: 1px solid #BCFFBC; padding-top: 25px; padding-bottom: 25px; }
.main-sucees2 .col-md-3{ text-align: right; }
.main-sucees2 .col-md-6{ color: #000;font-size:15px; }
.main-sucees2 .col-md-3 span{ padding-left: 20px; }
.main-sucees2 .row{ padding-bottom: 5px; }
.btm{ padding: 7px 10px; border-radius: 3px; }
.main-hreading-fail{ border-radius: 5px 5px 0px 0px; text-align: center; background: #ffc7c7; padding-top: 10px; padding-bottom: 10px; margin-bottom: 0  }
.main-sucees3{ background: #fff; border-radius: 0px 0px 5px 5px; border: 1px solid #ffc7c7; padding-top: 25px; padding-bottom: 25px; }
@media (max-width:767px){ 
.form .col-md-4 {
    text-align: left;
    font-family: 'Myriad Pro Regular';
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
}
