body {    font-family: 'Raleway', sans-serif;    font-size: 14px;    line-height: 24px;}ul,li {    margin: 0;    padding: 0;    list-style: none;}img {    max-width: 100%;}h1,h2,h3,h4,h5,h6 {    margin: 0;    padding: 0;    margin-bottom: 15px;}a,a:hover,a:active,a:focus {    text-decoration: none;    outline: none;}.container {    padding: 0 5px;}/** ====== Gradient styles ====== **/.gradient-overlay {    position: relative;}.gradient-overlay:before {    content: '';    position: absolute;    top: 0;    left: 0;    opacity: .96;    width: 100%;    height: 100%;    background: #1eb089;    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);}/*============================*//*======dropdowm menu=========*//*============================*/.navbar .dropdown-menu {    margin: 0;    background-color: #fff;    border: none;    padding: 0px;}.navbar .dropdown-menu li a {    color: #777;    padding: 6px 20px;    font-weight: 400;    font-size: 15px;    -webkit-transition: all 200ms ease-in;    -o-transition: all 200ms ease-in;    -moz-transition: all 200ms ease-in;    transition: all 200ms ease-in;}/** ====== Section Title styles ====== **/.section-title h1 {    color: #374045;    margin: 0px;    margin-bottom: 10px;    font-size: 21px;    font-weight: 800;    /* background: #fff;  */   line-height: 30px;    padding: 10px;    text-transform: uppercase;    position: relative;}.section-title h1:before {    /* content: ' '; */    position: absolute;    left: 0;    bottom: 0;    margin: 5px;    width: 237px;    height: 5px;    background: #00D8B7;}.section-title p {    color: #929FA8;}.section-title.text-center h1:before {    left: 48%;}/** ====== Header styles ====== **//** ====== Banner styles ====== **/#banner {    background: url(https://outlookconferences.com/olcopc-2019/css/img/background/banner-bg.jpg) no-repeat center center fixed;    background-size: cover;}#banner .banner-container {    width: 100%;    position: relative;    padding: 0;}#banner .banner-container .banner {    width: 100%;    position: relative;}#banner .caption {    width: 100%;    z-index: 9999;}#banner .tp-bullets {    display: none;}#banner .slotholder {    position: relative;}#banner .slotholder:before {    content: '';    position: absolute;    top: 0;    left: 0;    opacity: .96;    width: 100%;    height: 100%;    background: #1eb089;    z-index: 99;    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);}#banner .date,.main-banner .date {    background: url(../img/date-bg.png) no-repeat center center;    background-size: 100% 100%;    display: inline-block;    text-align: center;    font-size: 19px;    font-weight: bold;    line-height: 40px;    color: #fff;    padding: 0 30px;    margin-bottom: 25px;}#banner h1,.main-banner h1 {    font-weight: 900;    font-size: 48px;    color: #fff;    text-transform: uppercase;    line-height: 55px;    margin-bottom: 35px;}#banner ul.count-down1,.main-banner ul.count-down1 {    margin-bottom: 50px;}#banner ul.count-down1 li,.main-banner ul.count-down1 li {    display: inline;}#banner ul.count-down1 li span,.main-banner ul.count-down1 li span {    display: inline-block;    color: #fff;    font-weight: 800;    margin-right: 15px;}#banner ul.count-down1 li span i,.main-banner ul.count-down1 li span i {    display: block;    background: url(https://outlookconferences.com/olcopc-2019/css/img/resources/counter-number-bg.png) no-repeat center center;    background-size: 100% 100%;    width: 75px;    height: 90px;    margin-bottom: 15px;    font-size: 24px;    line-height: 90px;}#banner ul.banner-buttons li,.main-banner ul.banner-buttons li {    display: inline;}#banner ul.banner-buttons li a,.main-banner ul.banner-buttons li a {    display: inline-block;    border: 2px solid transparent;    line-height: 44px;    margin-right: 15px;    border-radius: 5px;    font-size: 12px;    font-weight: 800;    color: #fff;    padding: 0 43px;    text-transform: uppercase;    transition: all .3s ease;}#banner ul.banner-buttons li a.bordered,.main-banner ul.banner-buttons li a.bordered {    border-color: #fff;}#banner ul.banner-buttons li a.bordered:before,.main-banner ul.banner-buttons li a.bordered:before {    background: #fff;    border-radius: 5px;}#banner ul.banner-buttons li a.bordered:hover,.main-banner ul.banner-buttons li a.bordered:hover {    border-color: #FF8625;    color: #FF8625;}#banner ul.banner-buttons li a.colored,.main-banner ul.banner-buttons li a.colored {    background: #FF8625;}#banner ul.banner-buttons li a.colored:before,.main-banner ul.banner-buttons li a.colored:before {    background: #fff;    border-radius: 5px;}#banner ul.banner-buttons li a.colored:hover,.main-banner ul.banner-buttons li a.colored:hover {    color: #FF8625;}#banner ul.banner-buttons li button,.main-banner ul.banner-buttons li button {    padding: 0 43px;    line-height: 44px;    border: 2px solid #FF8625;    background: #FF8625;    color: #fff;    text-transform: uppercase;    font-weight: 600;    border-radius: 5px;    margin-right: 20px;}#banner ul.banner-buttons li button:hover,.main-banner ul.banner-buttons li button:hover {    color: #FF8625;}#banner ul.banner-buttons li button:before,.main-banner ul.banner-buttons li button:before {    background: #fff;    border-radius: 5px;}#banner .input-box ul,.main-banner .input-box ul {    margin-bottom: 40px;}#banner .input-box ul li,.main-banner .input-box ul li {    display: inline;}#banner .input-box ul li span,.main-banner .input-box ul li span {    display: inline-block;}#banner .input-box ul li span input,.main-banner .input-box ul li span input {    text-align: center;    height: 45px;    line-height: 45px;    width: 240px;    border: 2px solid #ccc;    border-radius: 5px;    margin-right: 20px;    padding: 0 20px;    outline: none;}#banner p,.main-banner p {    color: #fff;    font-size: 16px;    line-height: 27px;    font-weight: 500;}/** ====== Information Bar styles ====== **/#information-bar {    background: #F6F9F9;}#information-bar .container {    padding: 10px 0;    background: #fff;    position: relative;    z-index: 999;}#information-bar .col-lg-3 {    border-right: 2px solid #F2F2F2;}#information-bar .col-lg-3:last-child {    border: none;}#information-bar .col-lg-3 ul {    text-align: center;}#information-bar .col-lg-3 ul li {    display: inline;}#information-bar .col-lg-3 ul li span {    display: inline-block;    text-align: left;    vertical-align: middle;}#information-bar .col-lg-3 ul li span b {    font-size: 14px;    color: #374045;    font-weight: bold;    margin-bottom: 5px;    display: block;}#information-bar .col-lg-3 ul li span.img-holder {    text-align: center;    padding: 0 12px;}#information-bar .col-lg-3 ul li span.img-holder img {    display: block;}/** ====== Upcoming Event styles ====== **/#About_Conference {    background: #F6F9F9;    padding: 5px 0;}#About_Conference form {    background: none;    border: 1px solid #E1E1E1;    height: 45px;    padding-right: 20px;    /* margin-top: 70px; */    transition: all .3s ease;}#About_Conference form input {    border: none;    background: none;    outline: none;    color: #929FA8;    height: 45px;    line-height: 40px;    padding-left: 20px;}#About_Conference form input:focus + button {    color: #FF8625;}#About_Conference form:hover {    border-color: #00D8B7;}#About_Conference form:hover button {    color: #FF8625;}#About_Conference form button {    background: none;    border: none;    outline: none;    color: #CDCDCD;    transition: all .3s ease;}#About_Conference .mix {    display: none;}#About_Conference .tab-title-wrap {    margin: 30px 0;}#About_Conference .tab-title-wrap ul li {    float: left;}#About_Conference .tab-title-wrap ul li.active span {    background: #00D8B7;    color: #fff;}#About_Conference .tab-title-wrap ul li span {    display: inline-block;    color: #374045;    font-weight: bold;    text-align: center;    font-size: 14px;    padding: 15px 34.9px;    text-transform: uppercase;    border-left: 1px solid #E6EDEE;    background-color: #fff;    cursor: pointer;    transition: all .3s ease;}#About_Conference .tab-title-wrap ul li span:hover {    background: #00D8B7;    color: #fff;}#About_Conference .tab-content-wrap {    margin: 0px -10px;}#About_Conference .tab-content-wrap .col-lg-3 {    padding: 0 10px;    margin-bottom: 25px;}#About_Conference .tab-content-wrap .col-lg-3:hover .img-holder img {    transform: scale(1.2);}#About_Conference .tab-content-wrap .col-lg-3:hover .img-holder:before {    bottom: 0;}#About_Conference .tab-content-wrap .col-lg-3:hover .img-holder:after {    bottom: 0;}#About_Conference .tab-content-wrap .col-lg-3:hover .content-wrap {    box-shadow: 0 0 0 1px #00D8B7;}#About_Conference .tab-content-wrap .col-lg-3 .img-holder {    overflow: hidden;    position: relative;}#About_Conference .tab-content-wrap .col-lg-3 .img-holder img {    transition: all .3s ease;}#About_Conference .tab-content-wrap .col-lg-3 .img-holder:before {    content: '';    position: absolute;    bottom: 100%;    left: 0;    opacity: .85;    width: 100%;    height: 100%;    z-index: 1;    transition: all .3s ease;    background: #1eb089;    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);}#About_Conference .tab-content-wrap .col-lg-3 .img-holder:after {    content: ' ';    position: absolute;    bottom: 100%;    left: 0;    width: 100%;    height: 100%;    z-index: 2;    background: transparent url(https://outlookconferences.com/olcopc-2019/css/img/gallery/overlay-bg.png) center center no-repeat;    transition: all .3s ease .1s;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap {    background: #fff;    padding: 0 30px 30px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .author-img {    margin-top: -20px;    position: relative;    z-index: 99999;    border-radius: 50%;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta {    margin-bottom: 25px;    margin-top: 15px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul {    text-align: left;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul li {    display: inline;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul li span {    display: inline-block;    color: #666666;    margin-right: 10px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul li span .fa {    color: #00D8B7;    margin-right: 5px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap h3 {    font-size: 18px;    color: #374045;    font-weight: bold;    margin: 0;    margin-bottom: 20px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap p {    color: #666666;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap a.read-more {    font-size: 12px;    color: #00EEB7;    text-transform: uppercase;    transition: all .3s ease;    font-weight: 600;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap a.read-more .fa {    margin-left: 5px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap a.read-more:hover {    color: #FF8625;}/** ====== Register Now styles ====== **/#register-now {    background-size: cover;    /* padding: 15px 0; */}#register-now2 {    background-size: cover;    padding: 20px 0;}#register-now2:before {    /* transform: rotateY(-180deg); */}#register-now:before {    /*  transform: rotateY(-180deg); */}#register-now .section-title h1 {    color: #fff;}#register-now2 .section-title h1 {    color: #fff;}#register-now .register_ul {    background: #fff;    padding: 40px 80px;    margin-top: 55px;}#register-now .register_ul .register_li {    width: 20%;    float: left;}#register-now .register_ul .register_li .input-wrap {    display: block;    padding: 0 20px;}#register-now .register_ul .register_li .input-wrap:focus label,#register-now .register_ul .register_li .input-wrap:hover label {    color: #FF8625;}#register-now .register_ul .register_li .input-wrap label {    display: block;    font-size: 16px;    font-weight: bold;    color: #374045;    transition: all .3s ease;}#register-now .register_ul .register_li .input-wrap label img {    margin-right: 10px;}#register-now .register_ul .register_li .input-wrap input {    height: 40px;    line-height: 40px;    color: #929FA8;    outline: none;    border: none;    border-bottom: 1px solid #E3E3E3;    padding: 0 5px;    width: 100%;    transition: all .3s ease;}#register-now .register_ul .register_li .input-wrap input:focus,#register-now .register_ul .register_li .input-wrap input:hover {    border-color: #7E54AD;}#register-now .register_ul .register_li .input-wrap button {    display: inline-block;    line-height: 42px;    border-radius: 5px;    font-size: 12px;    font-weight: 800;    color: #fff;    border: 2px solid transparent;    padding: 8px 0px;    width: 100%;    outline: none;    text-transform: uppercase;    background: #FF8625;    vertical-align: bottom;    transition: all .3s ease;}#register-now .register_ul .register_li .input-wrap button:hover {    border-color: #FF8625;    color: #FF8625;}#register-now .register_ul .register_li .input-wrap button:before {    border-radius: 5px;    background: #fff;}/** ====== Contact Section styles ====== **/#contact {    padding: 0px 0;    /*   background: url(https://outlookconferences.com/olcopc-2019/css/img/background/subscribe-section-bg.jpg) center center no-repeat fixed; */    background-size: cover;}#contact .section-title h1 {    color: #171616;}#contact .section-title p {    color: #fff;}#contact .form-section {    /* margin-top: 60px; */}#contact .form-section form ul {    margin-left: -10px;    margin-right: -10px;}#contact .form-section form ul li {    margin-bottom: 15px;    padding: 0 10px;}#contact .form-section form ul li label {    display: none !important;}#contact .form-section form ul li:last-child {    margin-bottom: 0;}#contact .form-section form ul li.half {    width: 50%;    float: left;}#contact .form-section form ul li.full {    width: 100%;}#contact .form-section form ul li input {    width: 100%;    border: 1px solid #ccc;    height: 50px;    /* margin-top: -17px; */    padding: 0px 20px;    border-radius: 5px;    line-height: 50px;    outline: none;    transition: all .3s ease;}#contact .form-section form ul li input.error,#contact .form-section form ul li textarea.error {    border-color: red;}#contact .form-section form ul li textarea {    width: 100%;    border: 2px solid #ccc;    height: 200px;    padding: 20px 20px;    border-radius: 5px;    outline: none;    transition: all .3s ease;}#contact .form-section form ul li input:focus,#contact .form-section form ul li input:hover,#contact .form-section form ul li textarea:hover,#contact .form-section form ul li textarea:focus {    border-color: #FF8625;}#contact .form-section form ul li input.error:focus,#contact .form-section form ul li input.error:hover,#contact .form-section form ul li textarea.error:hover,#contact .form-section form ul li textarea.error:focus {    border-color: red;}#contact .form-section form ul li button {    background: #FF8625;    border: 2px solid transparent;    outline: none;    color: #fff;    border-radius: 5px;    line-height: 40px;    padding: 0 25px;    font-weight: 700;    text-transform: uppercase;    display: block;    margin-left: auto;    margin-right: auto;}#contact .form-section form ul li button:active,#contact .form-section form ul li button:focus,#contact .form-section form ul li button:hover {    color: #FF8625;}#contact .form-section form ul li button:before {    border-radius: 5px;    background: #fff;}/** ====== Pricing Table styles ====== **/#pricing-table {    /* padding: 15px; */    background: #F6F9F9;}#pricing-table .price-table-row {    margin-top: 0px;    padding: 5px;}#pricing-table .single-price-box {    position: relative;    background: #fff;    border: 1px solid #F2F1F1;    text-align: center;}#pricing-table .single-price-box .title {    line-height: 70px;    text-transform: uppercase;    color: #374045;    font-weight: bold;    border-bottom: 1px solid #f2f1f1;}#pricing-table .single-price-box .content {    padding: 35px 0 40px;}#pricing-table .single-price-box .content span {    display: block;    text-align: center;    text-transform: uppercase;    font-size: 18px;    margin-bottom: 50px;}#pricing-table .single-price-box .content span.currency {    font-size: 20px;    display: inline;    vertical-align: top;}#pricing-table .single-price-box .content span.price {    font-size: 72px;    line-height: 72px;    vertical-align: bottom;    color: #04D693;    background: -webkit-linear-gradient(#cb85f3, #04d693);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;}#pricing-table .single-price-box .content a.sign-up {    background: #FF8625;    color: #fff;    text-transform: uppercase;    font-size: 12px;    line-height: 40px;    font-weight: bold;    display: inline-block;    padding: 0 36px;    border-radius: 20px;    border: 2px solid transparent;}#pricing-table .single-price-box .content a.sign-up:hover {    border-color: #FF8625;    color: #FF8625;}#pricing-table .single-price-box .content a.sign-up:before {    border-radius: 20px;    background: #fff;}#pricing-table .single-price-box .bagage {    background: url(https://outlookconferences.com/olcopc-2019/css/img/resources/price-table-bagage.png) 0px 0 no-repeat;    width: 91px;    height: 51px;    text-align: center;    line-height: 51px;    font-size: 13px;    font-weight: 800;    text-indent: -5px;    text-transform: uppercase;    color: #fff;    position: absolute;    top: 20px;    left: -20px;    transform: rotate(90deg);}#event-sponsor {    padding: 120px 0;}#event-sponsor .sponsor-logo-row {    margin-top: 60px;}#event-sponsor .sponsor-logo {    padding: 25px 115px;    position: relative;}#event-sponsor .sponsor-logo .owl-nav {    margin: 0;}#event-sponsor .sponsor-logo .item img {    opacity: .4 !important;    transition: all .3s ease;}#event-sponsor .sponsor-logo .item:hover img {    opacity: 1 !important;}#event-sponsor .sponsor-logo .owl-prev,#event-sponsor .sponsor-logo .owl-next {    position: absolute;    top: 0;    background: #fff;    border: 1px solid #E8E8E8;    transition: all .3s ease;}#event-sponsor .sponsor-logo .owl-prev:hover,#event-sponsor .sponsor-logo .owl-next:hover {    background: #FF8625;    border-color: transparent;}#event-sponsor .sponsor-logo .owl-prev:hover i,#event-sponsor .sponsor-logo .owl-next:hover i {    color: #fff;}#event-sponsor .sponsor-logo .owl-prev i,#event-sponsor .sponsor-logo .owl-next i {    font-size: 23px;    color: #374045;    line-height: 65px;}#event-sponsor .sponsor-logo .owl-prev {    left: 0;}#event-sponsor .sponsor-logo .owl-next {    right: 0;}/** ====== Subscribe Section styles ====== **/#subscribe-newsletter {    margin-bottom: -70px;}#subscribe-newsletter + * {    padding-top: 160px;}#subscribe-newsletter .gradient-overlay {    padding: 55px 0;    background-size: cover;}#subscribe-newsletter .text-box {    font-size: 24px;    font-weight: 800;    color: #fff;    line-height: 70px;    text-transform: uppercase;    text-indent: 25px;}#subscribe-newsletter .text-box span {    color: #374045;}#subscribe-newsletter .input-box {    background: #fff;    height: 53px;    border-radius: 5px;    overflow: hidden;    margin: 7px 0;    display: block;    transition: all .3s ease;    border: 2px solid transparent;}#subscribe-newsletter .input-box:hover {    border: 2px solid #FF8625;}#subscribe-newsletter .input-box input {    height: 100%;    line-height: 49px;    width: 90%;    border: none;    outline: none;    background-color: transparent;}#subscribe-newsletter .input-box input + button {    color: #FF8625;}#subscribe-newsletter .input-box button {    background: none;    color: #D3D4D4;    outline: none;    border: none;    line-height: 49px;    transition: all .3s ease;}/** ====== Footer styles ====== **/footer {    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    padding: 20px 0 12px;}footer .footer-widget h3 {    font-size: 18px;    font-weight: 800;    color: #fff;    text-transform: uppercase;    margin: 0;    margin-bottom: 8px;}footer .footer-widget p {    color: #A4B0B6;    font-weight: 500;}footer .footer-widget a {    color: #A4B0B6;    font-weight: 600;    transition: all .3s ease;}footer .footer-widget a:hover {    color: #FF8625;}footer .footer-widget .bx-wrapper .bx-viewport {    background: none;    border: none;    left: 0;    box-shadow: none;}footer .footer-widget .photo-gallery {    margin-left: -1.5px;    margin-right: -1.5px;}footer .footer-widget .photo-gallery li {    float: left;    width: 75px;    margin: 1.5px 1.5px;}footer .footer-widget .photo-gallery li img {    opacity: 1;    transition: all .3s ease;}footer .footer-widget .photo-gallery li img:hover {    opacity: .55;}footer .footer-widget.twitter-feed a {    color: #F2F2F2;    font-size: 13px;    font-weight: 500;    transition: all .3s ease;}footer .footer-widget.twitter-feed a:hover {    color: #FF8625;}footer .footer-widget.twitter-feed .themex_twt_date {    color: #576673;    font-weight: normal;    font-size: 14px;}footer .footer-widget .textwidget ul li {    margin-bottom: 0px;}footer .footer-widget .textwidget ul li a i {    color: #fff;    margin-right: 10px;}footer .footer-widget.about-widget img {    margin-bottom: 40px;}footer .footer-widget .social-icons {    margin-top: -15px;}footer .footer-widget .social-icons a {    color: #fff;    width: 35px;    height: 35px;    line-height: 35px;    text-align: center;    display: inline-block;    margin-right: 5px;    transition: all .3s ease;}footer .footer-widget .social-icons a:hover {    color: #FF8625;    transform: rotate(360deg);}#loading {    background: url('https://outlookconferences.com/olcopc-2019/css/img/olc-gif.gif') no-repeat center center;    position: absolute;    top: 0;    left: 0;    height: 100%;    width: 100%;    z-index: 9999999;}/* .preloader {    position: fixed;    left: 0px;    top: 0px;    width: 100%;    height: 100%;    z-index: 999999999;    background-color: #ffffff;    background-position: center center;    background-repeat: no-repeat;    background-image: url(https://outlookconferences.com/olcopc-2019/css/img/olc-gif.gif);} */.choose-item i {    display: inline-block;    width: 85px;    height: 85px;    line-height: 85px;    text-align: center;    background-color: #f5f3f2;    color: #4769b0;    border-radius: 50%;    font-size: 60px;    border: 2px solid transparent;    transition: 0.3s;    -webkit-transition: 0.3s;    -ms-transition: 0.3s;}.choose-item {    transition: 0.3s;    -webkit-transition: 0.3s;    -ms-transition: 0.3s;}.choose-item .choose-title {    color: #fff;    font-size: 19px;    margin: 26px 0 10px;}/* text-align: cente}*//*news*/.message-item {    margin-bottom: 21px;    margin-left: 40px;    position: relative;}.message-item .message-inner {    background: #fff;    border: 1px solid #ddd;    border-radius: 3px;    padding: 10px;    height: 195px;    position: relative;}.message-item .message-inner:before {    border-right: 10px solid #ddd;    border-style: solid;    border-width: 10px;    color: rgba(0, 0, 0, 0);    content: "";    display: block;    height: 0;    position: absolute;    left: -20px;    top: 6px;    width: 0;}.message-item .message-inner:after {    border-right: 10px solid #fff;    border-style: solid;    border-width: 10px;    color: rgba(0, 0, 0, 0);    content: "";    display: block;    height: 0;    position: absolute;    left: -18px;    top: 6px;    width: 0;}/*.message-item:before {background: #fff;border-radius: 2px;bottom: -30px;box-shadow: 0 0 3px rgba(0,0,0,0.2);content: "";height: 100%;left: -30px;position: absolute;width: 3px;}.message-item:after {background: #fff;border: 2px solid #ccc;border-radius: 50%;box-shadow: 0 0 5px rgba(0,0,0,0.1);content: "";height: 15px;left: -36px;position: absolute;top: 10px;width: 15px;}*/.clearfix:before,.clearfix:after {    content: " ";    display: table;}.message-item .message-head {    border-bottom: 1px solid #eee;    margin-bottom: 8px;    padding-bottom: 8px;}.message-item .message-head .avatar {    margin-right: 20px;}.message-item .message-head .user-detail {    overflow: hidden;}.message-item .message-head .user-detail h5 {    font-size: 16px;    font-weight: bold;    margin: 0;}.message-item .message-head .post-meta {    float: left;    padding: 0 15px 0 0;}.message-item .message-head .post-meta >div {    color: #333;    font-weight: bold;    text-align: right;}.post-meta > div {    color: #777;    font-size: 12px;    line-height: 22px;}.message-item .message-head .post-meta >div {    color: #333;    font-weight: bold;    text-align: right;}.post-meta > div {    color: #777;    font-size: 12px;    line-height: 22px;}/*news*//*slider*/#mogo-header {    position: relative;    font-family: 'Montserrat', sans-serif;    background: url("https://images.alphacoders.com/511/511344.jpg")no-repeat center center / cover;}#mogo-header:after {    content: "";    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background: rgba(243, 129, 129, 0.9);    /* fallback for old browsers */    /* Chrome 10-25, Safari 5.1-6 */    background: -webkit-linear-gradient(top, rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9));    background: -o-linear-gradient(top, rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9));    background: linear-gradient(to bottom, rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9));    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}#mogo-header-inner {    position: relative;    z-index: 5;}/*======================main slider section style===================*/#mogo-slider {    /* padding: 100px 0 0; */}#mogo-slider .carousel-inner {    height: auto;}#mogo-slider .carousel-inner > .item {    text-align: center;    color: #fff;}#mogo-slider .carousel-indicators {    width: 100%;    left: 0;    position: static;    margin: 0;    margin-top: 30px;}#mogo-slider .carousel-indicators li,#mogo-slider .carousel-indicators li.active {    /* float: left; */    width: 6%;    height: auto;    margin: 0;    text-indent: initial;    border-radius: 0;    background: none;    text-align: left;    border: none;}#mogo-slider .carousel-indicators li .inner {    border-top: 2px solid #f7eac4;    position: relative;    color: #faf3e0;    text-transform: uppercase;    margin: 0 12px;    padding: 10px 0;}#mogo-slider .carousel-indicators li:hover .inner,#mogo-slider .carousel-indicators li.active .inner {    border-color: #fff;    color: #fff;}#mogo-slider .carousel-indicators li:hover .inner:after,#mogo-slider .carousel-indicators li.active .inner:after {    content: "";    position: absolute;    left: 0;    top: -2px;    width: 60px;    height: 2px;    background: #f38181;}#mogo-slider .carousel-indicators li .number {    font-weight: 700;    font-size: 18px;    margin-right: 3px;}/*==============slider content===================*/#mogo-slider .mogo-slider-title {    font-size: 50px;    color: #fff;}#mogo-slider .mogo-slider-title .mogo-slider-sub {    font-size: 55px;}.mogo-slider-title .mogo-slider-sub {    display: block;    text-transform: none;    font-weight: 400;    font-family: 'Kaushan Script', cursive;    font-size: 20px;    margin-bottom: 5px;}.mogo-slider-title {    font-weight: 700;    font-size: 25px;    line-height: 1;    position: relative;    padding-bottom: 20px;    margin-bottom: 30px;    text-align: center;    color: #333;    text-transform: uppercase;}.mogo-slider-sub {    font-weight: 700;    font-size: 25px;    line-height: 1;    position: relative;    padding-bottom: 20px;    margin-bottom: 30px;    text-align: center;    color: #333;}.mogo-slider-title .mogo-slider-sub:after {    background: #fff;}.mogo-slider-title:after {    content: "";    position: absolute;    left: 50%;    bottom: 0;    width: 50px;    height: 2px;    background: #fff;    transform: translateX(-50%);}.slider-btn {    display: inline-block;    color: #fff;    text-transform: uppercase;    padding: 10px 20px;    border-radius: 25px;    text-align: center;    border: 2px solid #fff;    font-size: 12px;    line-height: 100%;}/*slide*//*button*/.bar {    color: #FFF;    background-color: #a047c6;    padding: 35px;    width: 400px;    margin: 50px auto 0;    font: 35px/50px 'Bree Serif', Courier, monospaced;    text-align: center;    position: relative;    text-transform: uppercase;    border: 2px transparent solid;    box-shadow: 0 10px 30px -10px gray;}.bar span {    position: absolute;}.bar span:nth-child(1),.bar span:nth-child(3) {    border-style: solid;    border-width: 15px;    z-index: -1;}.bar span:nth-child(1) {    border-color: #000 #000 transparent transparent;    top: 120px;    left: -2px;}.bar span:nth-child(3) {    border-color: #000 transparent transparent #000;    top: 120px;    left: 442px;}.bar span:nth-child(2),.bar span:nth-child(4) {    top: 30px;    border-style: solid;    border-width: 60px;    z-index: -2;}.bar span:nth-child(2) {    border-color: #6f3289 #6f3289 #6f3289 transparent;    left: -90px;    box-shadow: 20px 20px 30px -10px grey;}.bar span:nth-child(4) {    border-color: #6f3289 transparent #6f3289 #6f3289;    left: 440px;    box-shadow: -20px 19px 30px -10px grey;}/*button*//*timer*//*timer*//*inner pages*/.shape {    border-width: 0 70px 40px 0;    float: right;    height: 0px;    width: 0px;    -ms-transform: rotate(360deg);    /* IE 9 */    -o-transform: rotate(360deg);    /* Opera 10.5 */    -webkit-transform: rotate(360deg);    /* Safari and Chrome */    transform: rotate(360deg);}.offer {    background: #fff;    border: 1px solid #ddd;    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);    overflow: hidden;}.offer-radius {    border-radius: 7px;}.offer-danger {    border-color: #d9534f;}.offer-danger .shape {    border-color: transparent #d9534f transparent transparent;    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-success {    border-color: #5cb85c;}.offer-success .shape {    border-color: transparent #5cb85c transparent transparent;    border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-default {    border-color: #999999;}.offer-default .shape {    border-color: transparent #999999 transparent transparent;    border-color: rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-primary {    border-color: #428bca;}.offer-primary .shape {    border-color: transparent #428bca transparent transparent;    border-color: rgba(255, 255, 255, 0) #428bca rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-info {    border-color: #5bc0de;}.offer-info .shape {    border-color: transparent #5bc0de transparent transparent;    border-color: rgba(255, 255, 255, 0) #5bc0de rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-warning {    border-color: #f0ad4e;}.offer-warning .shape {    border-color: transparent #f0ad4e transparent transparent;    border-color: rgba(255, 255, 255, 0) #f0ad4e rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.shape-text {    color: #fff;    font-size: 12px;    font-weight: bold;    position: relative;    right: -40px;    top: 2px;    white-space: nowrap;    -ms-transform: rotate(30deg);    /* IE 9 */    -o-transform: rotate(360deg);    /* Opera 10.5 */    -webkit-transform: rotate(30deg);    /* Safari and Chrome */    transform: rotate(30deg);}.offer-content {    padding: 0 20px 10px;}.inner-hd {    color: #000;    font-weight: bold;}.top {    margin-top: 25px;}.list {    list-style-type: disc;}.inner-pg-st {    border-radius: 25px;    border: 5px solid #7cb0b0;}.btn-primary {    color: #fff;    font-weight: bold;    background-color: #337ab7;    border-color: #2e6da4;}.add {    margin-bottom: 10px;    color: #fff;    font-size: 15px;}/*inner pages*/p {    font-weight: normal;}li {    font-weight: normal;}.btnsubmit {    width: 65%;    margin: 0 auto;    background: #273238;    border: 2px solid #fff;    color: #fff;    padding: 2px 5px;    text-transform: uppercase;    font-size: 18px;}/*home pagestyles*/.alert-message {    margin: 61px 0;    padding: 34px;    border-left: 3px solid #eee;}.alert-message h4 {    margin-top: 0;    margin-bottom: 5px;}.alert-message p:last-child {    margin-bottom: 0;}.alert-message code {    background-color: #fff;    border-radius: 3px;}.alert-message-success {    background-color: #F4FDF0;    border-color: #3C763D;}.alert-message-success h4 {    color: #3C763D;}img.wp-smiley,img.emoji {    display: inline !important;    border: none !important;    box-shadow: none !important;    height: 1em !important;    width: 1em !important;    margin: 0 .07em !important;    vertical-align: -0.1em !important;    background: none !important;    padding: 0 !important;}.box17 {    position: relative}.box17:after {    content: "";    width: 100%;    height: 100%;    background: rgba(2, 162, 221, .9);    position: absolute;    top: 0;    left: 0;    opacity: 0;    transition: all .5s ease 0s}.box17:hover:after {    opacity: 1}.box17 img {    width: 100%;    height: auto;    transition: all 1.5s ease 0s}.box17 .box-content,.box17 .icon li a {    position: absolute;    transition: all .6s ease 0s}.box17:hover img {    transform: scale(1.2)}.box17 .icon {    width: 100%;    height: 100%;    list-style: none;    padding: 0;    margin: 0 auto;    position: absolute;    top: 0;    left: 0;    z-index: 1}.box17 .icon li a {    width: 45px;    height: 45px;    line-height: 45px;    margin: 0 auto;    top: 50%;    border: 1px solid #fff;    opacity: 0}.box17:hover .icon li a {    top: 30%;    opacity: 1}.box17 .icon li a:hover {    background: #fff;    color: #02a2dd}.box17 .icon li:first-child a {    left: -90%;    right: 0}.box17:hover .icon li:first-child a {    left: -55px}.box17 .icon li:last-child a {    right: -90%;    left: 0}.box17:hover .icon li:last-child a {    right: -55px}.box17 .box-content {    width: 100%;    padding: 20px 10px;    background: rgba(0, 0, 0, .1);    bottom: -100px;    left: 0;    z-index: 1}.box17:hover .box-content {    bottom: 0}.box17 .title {    font-size: 18px;    font-weight: 700;    color: #fff;    margin-top: 0}.box17 .post {    display: block;    font-size: 14px;    color: #fff}@media only screen and (max-width:990px) {    .box17 {        margin-bottom: 30px    }}/*-----------------------------------------*//* Start Team Section/*-----------------------------------------*/.team-member-section {    /*padding-top: 80px;    padding-bottom: 100px;*/}#team-section .our-team {    padding-top: 20px;}#team-section .team-member img {    width: 99%;    height: auto;    text-align: center;}/*.team-member .team-details {    position: absolute;    top: 0;    width: 99%;    height: 100%;    color: #fff;    padding: 0 2px;    opacity: 0;    text-align: center;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;	}*/.team-member .team-details {    position: absolute;    top: 0;    width: 60%;    height: 100%;    color: #fff;    /*padding: 0 2px;*/    opacity: 0;    -webkit-transition: opacity: 0;    -moz-transition: opacity: 0;    -o-transition: opacity: 0;    text-align: center;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;}.team-member:hover .team-details {    opacity: 1;    -webkit-animation: bounceIn;    animation: bounceIn;    animation-duration: 1s;    -webkit-animation-duration: 1s;}/*.team-member .team-details h4 {    padding-top: 30%;    font-size: 22px;    font-family: 'Oswald', sans-serif;}*/.team-member .team-details h4 {    /*padding-top: 0%;*/    font-size: 22px;    font-family: 'Oswald', sans-serif;}.team-member .team-details li {    display: inline-block;    padding: 2px;    /*padding-top: 20px;*/}/*.team-member .team-details li a {    padding: 8px 12px;    background: #fff;    border: 1px solid #fff;    color: #666;    font-size: 16px;}*/.team-member .team-details li:hover a {    /*background: transparent;    border: 1px solid #ddd;*/    color: #fff;}.team-member .team-details {    background-color: rgba(91, 177, 47, 0.8);    padding: -12px 10px;    padding: -5px 3px;    width: 93%;}/**** Start Modal Section ****/.section-modal .modal-content {    padding: 100px 0 !important;    min-height: 600px;    border: 0 !important;    border-radius: 0;    background-clip: border-box;    -webkit-box-shadow: none !important;    -moz-box-shadow: none !important;    box-shadow: none !important;    color: #888;    font-weight: 300;}.section-modal .close-modal {    position: absolute;    top: 101px;    right: 25px;    width: 75px;    height: 75px;    background-color: transparent;    cursor: pointer;}.section-modal .close-modal:hover {    opacity: .3;}.section-modal .close-modal .lr {    z-index: 1051;    width: 1px;    height: 75px;    margin-left: 35px;    background-color: #222;    -webkit-transform: rotate(45deg);    -ms-transform: rotate(45deg);    transform: rotate(45deg);}.section-modal .close-modal .lr .rl {    z-index: 1052;    width: 1px;    height: 75px;    background-color: #222;    -webkit-transform: rotate(90deg);    -ms-transform: rotate(90deg);    transform: rotate(90deg);}.pricingTable {text-align: center;background: #f802ca;padding-top: 5px;transition: all 0.5s ease-in-out 0s;}.pricingTable > .pricingTable-header {color: #fff;background: #f6f9f9;height: 160px;position: relative;transition: all 0.5s ease 0s;}.pricingTable > .pricingTable-header:after {content: "";border-bottom: 40px solid #9ed4f5;border-left: 263px solid transparent;position: absolute;right: 0px;bottom: 0px;}.pricingTable:hover .pricingTable-header {    height: 230px;    transition: all 0.5s ease 0s;}.pricingTable-header > .heading {    display: block;    padding: 20px 0;}.heading > h3 {    margin: 0;    text-transform: uppercase;}.pricingTable-header > .price-value {    display: block;    font-size: 60px;    line-height: 60px;}.pricingTable-header > .price-value > .mo {    font-size: 14px;    display: block;    line-height: 0px;    text-transform: uppercase;}.pricingTable-header > .price-value > .currency {    font-size: 24px;    margin-right: 4px;    position: relative;    bottom: 30px;}.pricingTable > .pricingContent {    text-transform: uppercase;    color: #fff}.pricingTable > .pricingContent > ul {    list-style: none;    padding: 0;}.pricingTable > .pricingContent > ul > li {    padding: 15px 0;    border-bottom: 1px solid #fff;}.pricingTable > .pricingContent > ul > li:last-child {    border: 0px none;}.pricingTable-sign-up {    padding: 30px 0;}.pricingTable-sign-up > .btn-block {    width: 65%;    margin: 0 auto;    background: #273238;    border: 2px solid #fff;    color: #fff;    padding: 2px 5px;    text-transform: uppercase;    font-size: 18px;}.pricingTable-sign-up > .btn-block:hover {    opacity: 0.9;}.pink {    background: #ed687c;}.pink .pricingTable-header:after {    border-bottom-color: #ed687c;}.orange {    background: #e67e22;}.orange .pricingTable-header:after {    border-bottom-color: #e67e22;}.blue {    background: #3498db;}.blue .pricingTable-header:after {    border-bottom-color: #3498db;}@media screen and (max-width: 1200px) {    .pricingTable > .pricingTable-header:after {        border-left: 215px solid transparent;    }}@media screen and (max-width: 990px) {    .pricingTable {        margin-bottom: 20px;    }    .pricingTable > .pricingTable-header:after {        border-left: 349px solid transparent;    }}@media screen and (max-width: 480px) {    .pricingTable {        overflow: hidden;    }    .pricingTable > .pricingTable-header:after {        border-left: 459px solid rgba(0, 0, 0, 0);    }}/* team -info   ----------------------------- */@keyframes ticker {    0% {        margin-top: 0    }    25% {        margin-top: -30px    }    50% {        margin-top: -60px    }    75% {        margin-top: -90px    }    100% {        margin-top: 0    }}body {    width: 100%;    height: 100%}.news {    box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);    width: 350px;    height: 30px;    margin: 20px auto;    overflow: hidden;    border-radius: 4px;    padding: 3px;    -webkit-user-select: none}.news span {    float: left;    color: #fff;    padding: 6px;    position: relative;    top: 1%;    border-radius: 4px;    box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4);    font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;    -webkit-font-smoothing: antialiased;    -webkit-user-select: none;    cursor: pointer}.news ul {    float: left;    padding-left: 20px;    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;    -webkit-user-select: none}.news ul li {    line-height: 30px;    list-style: none}.news ul li a {    color: #fff;    text-decoration: none;    font: 14px Helvetica, Arial, sans-serif;    -webkit-font-smoothing: antialiased;    -webkit-user-select: none}.news ul:hover {    animation-play-state: paused}.news span:hover+ul {    animation-play-state: paused}/* OTHER COLORS */.blue {    background: #347fd0}.blue span {    background: #2c66be}.red {    background: #d23435}.red span {    background: #c22b2c}.green {    background: #699B67}.green span {    background: #547d52}.magenta {    background: #b63ace}.magenta span {    background: #842696}
.bg {
    background: linear-gradient(to right, #4568DC 0%, #4CAF50 100%, #34e89e 100%);
    background: -webkit-linear-gradient(to right, #4568DC 0%, #4CAF50 100%, #34e89e 100%);
    background: -o-linear-gradient(to right, #4568DC 0%, #4CAF50 100%, #34e89e 100%);
    background: -ms-linear-gradient(to right, #4568DC 0%, #4CAF50 100%, #34e89e 100%);
    background: #ff00cc; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff00cc, #333399); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff00cc, #333399); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ee0979; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ee0979, #ff6a00); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ee0979, #ff6a00); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: linear-gradient(to right, #34e89e 0%, #C5796D 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #E8CBC0 0%, #636FA4 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #4568DC 0%, #4CAF50 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #093028 0%, #34e89e 100%, #34e89e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);
}
/*home pagestyles*//*navigation*/.nav>li>a {    position: relative;    display: block;    padding: 14px 8px;    text-align: center;}/*************parallax*************/.parallax {    background-position: 0 0;    background-repeat: no-repeat;    background-size: 100% auto;    width: 100%;    background-size: cover;    background-attachment: fixed;}/*************soical icons**********/.social-1 {    margin: 0;    padding: 0;}.social-1 li {    padding-left: 1px;    padding-right: 1px;}.social-1 li a i {    width: 32px;    height: 32px;    line-height: 32px;    text-align: center;    color: #fff;    font-size: 16px;    -webkit-transition: all 200ms ease-in;    -o-transition: all 200ms ease-in;    -moz-transition: all 200ms ease-in;    transition: all 200ms ease-in;}.social-1 li a i:hover {    opacity: 0.8;}.social-1 li a i.fa-facebook {    background-color: #3b5998;}.social-1 li a i.fa-twitter {    background-color: #0084b4;}.social-1 li a i.fa-google-plus {    background-color: #C63D2D;}.social-1 li a i.fa-pinterest {    background-color: #cb2027;}.social-1 li a i.fa-dribbble {    background-color: #ea4c89;}/***********bootstrap navigation overrides--*/.navbar-default {    font-family: "Open Sans", sans-serif;    border: none;    border-radius: 0;    margin-bottom: 0;    width: 100%;    /* min-height: 75px; */    /* padding: 15px 0; */    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);    background: #fff;    transition: all 0.4s ease-in-out;    -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;}.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {    color: #32c5d2;    background-color: transparent;}.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {    color: #32c5d2;    background-color: #fff;}.navbar-brand {    font-weight: 800;    color: #000 !important;    font-size: 30px;    line-height: 14px;}.navbar-default .navbar-nav > li > a {    color: #777;    font-weight: 400;    font-size: 15px;    text-transform: uppercase;}.navbar-default .navbar-nav > li > a:hover {    color: #32c5d2;}/*navbar search form***/.dropdown-form {    padding: 10px 15px;    min-width: 210px;}.dropdown-form .form-inline .form-control {    height: 32px;}/*============================*//*======dropdowm menu=========*//*============================*/.navbar .dropdown-menu {    margin: 0;    background-color: #fff;    border: none;    padding: 0px;}.navbar .dropdown-menu li a {    color: #777;    padding: 6px 20px;    font-weight: 400;    font-size: 15px;    -webkit-transition: all 200ms ease-in;    -o-transition: all 200ms ease-in;    -moz-transition: all 200ms ease-in;    transition: all 200ms ease-in;}/*********top bar************/.top-bar-wrap {background: #DC2424;  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #4A569D, #DC2424);  /* Chrome 10-25, Safari 5.1-6 */background: linear-gradient(to right, #4A569D, #DC2424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background: #f2709c; */  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #ff9472, #f2709c); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background: #B993D6; */  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6);  /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #8CA6DB, #B993D6); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background: #FF4E50; */  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);  /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #F9D423, #FF4E50); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background: #F0C27B; */  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #4B1248, #F0C27B);  /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #4B1248, #F0C27B); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background: #ffd89b; */  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #19547b, #ffd89b); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */padding: 6px 0;/* background: #bdc3c7; */ /* fallback for old browsers */background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #bdc3c7, #2c3e50); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background: #ff00cc; */ /* fallback for old browsers */background: -webkit-linear-gradient(to right, #ff00cc, #333399); /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #ff00cc, #333399); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background: #ee0979; */ /* fallback for old browsers */background: -webkit-linear-gradient(to right, #ee0979, #ff6a00); /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #ee0979, #ff6a00); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *//* background-color: #333; *//* background: linear-gradient(to right, #34e89e 0%, #C5796D 100%, #34e89e 100%); *//* background: linear-gradient(to right, #E8CBC0 0%, #636FA4 100%, #34e89e 100%); *//* background: linear-gradient(to right, #093028 0%, #34e89e 100%, #34e89e 100%); *//* background: linear-gradient(to right, #4568DC 0%, #4CAF50 100%, #34e89e 100%); *//* background: linear-gradient(to right, #30E8BF 0%, #7c4c 100%, #FF8235 100%); *//* background: #ef32d9; */ /* fallback for old browsers */background: -webkit-linear-gradient(to right, #ef32d9, #89fffd); /* Chrome 10-25, Safari 5.1-6 *//* background: linear-gradient(to right, #ef32d9, #89fffd); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}
   .top-bar {    min-height: 20px;    line-height: 20px;}.top-bar a {    font-size: 12px;    color: #fff;}.top-bar .social-1 li a i {    width: 20px;    height: 20px;    line-height: 20px;    font-size: 13px;}.userMain .userBlock {float: left;width: 100%;box-shadow: 5px 12px 23px 0px #6decce;padding-bottom: 12px;margin-bottom: 30px;overflow: hidden;background: #fff;}.userMain .userBlock .backgrounImg {float: left;overflow: hidden;height: 77px;}.userMain .userBlock .backgrounImg img {    width: auto;}.userMain .userBlock .userImg {    text-align: center;}.userMain .userBlock .userImg img {width: 120px;height: 120px;/* margin-top: -39px; */border-radius: 100%;border: 5px solid #fff;}.userMain .userBlock .userDescription {    text-align: center;}.userMain .userBlock .userDescription h5 {    margin-bottom: 2px;    font-weight: 600;}.userMain .userBlock .userDescription p {    margin-bottom: 5px;}.userMain .userBlock .userDescription .btn {    padding: 0px 23px 0px 23px;    height: 22px;    border-radius: 0;    font-size: 12px;    background: #0198dd;    color: #fff;}.userMain .userBlock .userDescription .btn:hover {    opacity: 0.7;}.userMain .userBlock .followrs {    display: inline-flex;    margin-right: 10px;    border-right: 1px solid #ccc;    padding-right: 10px;}.userMain .userBlock .followrs .number {    font-size: 15px;    font-weight: bold;    margin-right: 5px;    margin-top: -1px;}/*navigation*/hr.message-inner-separator {    clear: both;    margin-top: 10px;    margin-bottom: 13px;    border: 0;    height: 1px;    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));}.alert-success {
  background: #DC2424;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4A569D, #DC2424);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4A569D, #DC2424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #f2709c; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ff9472, #f2709c); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #B993D6; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #8CA6DB, #B993D6); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #FF4E50; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #F9D423, #FF4E50); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #F0C27B; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4B1248, #F0C27B);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #4B1248, #F0C27B); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #ffd89b; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #19547b, #ffd89b); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #bdc3c7; */ /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #bdc3c7, #2c3e50); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #ef32d9; */ /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ef32d9, #89fffd); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ef32d9, #89fffd); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #ef32d9; */ /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ef32d9, #89fffd); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ef32d9, #89fffd); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #f6f9f9;
  /* background: #1eb089; */
  /* background: #ee0979; */ /* fallback for old browsers */
  /* background: #ff00cc; */ /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff00cc, #333399); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ff00cc, #333399); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -webkit-linear-gradient(to right, #ee0979, #ff6a00); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ee0979, #ff6a00); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
  /* background: linear-gradient(to right, #34e89e 0%, #C5796D 100%, #34e89e 100%); */
  /* background: linear-gradient(to right, #E8CBC0 0%, #636FA4 100%, #34e89e 100%); */
  /* background: linear-gradient(to right, #093028 0%, #34e89e 100%, #34e89e 100%); */
  /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8)); */
  /* background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%); */
  background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
  background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
  /* background: linear-gradient(to right, #30E8BF 0%, #7c4c 100%, #FF8235 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);
  }/*timer*/.dds {    display: inline-block;    font-size: 15px;    list-style-type: none;    font-weight: bold;    padding: 2px;    text-transform: uppercase;}.dds .d {    display: block;    font-weight: bold;}/*timer*//*footer*/#bottom-bar {    background: #273138;    color: #4C5357;    text-transform: uppercase;    font-weight: normal;    padding: 20px 0px;}.about-widget img {    margin-bottom: 40px;}/*footer*//*pdf btn*/.btn.focus,.btn:focus,.btn:hover {    color: #fff;    text-decoration: none;}.btn-glyphicon {    padding: 0px;    margin-right: 6px;}.icon-btn {    padding: 1px 15px 3px 2px;    border-radius: 50px;}/*pdf btn*/

/*slider css*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
	text-align:center;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 165px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 165px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 150px;
  height: 150px
}
.date {
    background: url(../img/date-bg.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
    margin-bottom: 25px;
}
/* here is custom styling */
.web_disigner {
  background: #DC2424;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4A569D, #DC2424);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4A569D, #DC2424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #B993D6; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #8CA6DB, #B993D6); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #FF4E50; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #F9D423, #FF4E50); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #F0C27B; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4B1248, #F0C27B);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #4B1248, #F0C27B); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #ffd89b; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #19547b, #ffd89b); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #bdc3c7; */ /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #bdc3c7, #2c3e50); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #1eb089; */
  background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
  /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8)); */
  /* background: #ff00cc; */ /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff00cc, #333399); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ff00cc, #333399); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #ee0979; */ /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ee0979, #ff6a00); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ee0979, #ff6a00); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: linear-gradient(to right, #34e89e 0%, #C5796D 100%, #34e89e 100%); */
  /* background: linear-gradient(to right, #E8CBC0 0%, #636FA4 100%, #34e89e 100%); */
  /* background: linear-gradient(to right, #093028 0%, #34e89e 100%, #34e89e 100%); */
  /* background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%); */
  background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
  background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
  /* background: linear-gradient(to right, #30E8BF 0%, #7c4c 100%, #FF8235 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);
  /* background: #f2709c; */  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #ff9472, #f2709c); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .web_disigner .web_disigner_contain {
    padding: 0px 0px;
    }
  ..web_disigner .parent_circle {
    background: #63cdf4 none repeat scroll 0 0;
    border: 8px solid #30a9d4;
    border-radius: 50%;
    height: 190px;
    width: 220px;
    display: table;
    position: relative;
}
    .web_disigner .parent_circle .parent_circle_contain {
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      text-align: center;
      font-weight: 600; }
    .web_disigner .parent_circle .child_round_circle {
      border: 15px solid #63cdf4;
      border-radius: 50%;
      height: 120px;
      left: 125px;
      position: absolute;
      top: -25px;
      width: 120px; }
	  .circle {
      border: 10px solid #63cdf4;
      border-radius: 50%;
      height: 120px;
      left: 125px;
      position: absolute;
      top: -25px;
      width: 120px; }
    /* .web_disigner .parent_circle .child_round_circle_img1 {
      background: url("http://pixelspeaks.com/slider_image/img1.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img2 {
      background: transparent url("http://pixelspeaks.com/slider_image/img2.jpg") repeat scroll 0 -11px/100% auto; }
    .web_disigner .parent_circle .child_round_circle_img3 {
      background: url("http://pixelspeaks.com/slider_image/img3.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img4 {
      background: url("http://pixelspeaks.com/slider_image/img4.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img5 {
      background: url("http://pixelspeaks.com/slider_image/img5.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img6 {
      background: url("http://pixelspeaks.com/slider_image/img6.jpg");
      background-size: 100%; } */

.padtop30 {
  padding-top: 30px;
  }
 .section-title h1 {
    color: #374045;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 14px;
    text-transform: uppercase;
    position: relative;
} 
.text-bl{
		font-size: 18px;
		color: red;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
  /* here is our responsive css */
  
  @media only screen and (max-width: 360px) 
  {
      .web_disigner .parent_circle .child_round_circle 
    {
    border: 15px solid #63cdf4;
    border-radius: 50%;
    height: 100px;
    left: 100px;
    position: absolute;
    top: -38px;
    width: 100px;
    }
	.circle {
      border: 10px solid #63cdf4;
      border-radius: 50%;
      height: 120px;
      left: 125px;
      position: absolute;
      top: -25px;
      width: 120px; }
    .media-carousel .carousel-control.left{
    
    margin-top: 290px;
   
}
.media-carousel .carousel-control.right{
    
    margin-top: 290px;
   
}
  }
  body {    font-family: 'Raleway', sans-serif;    font-size: 14px;    line-height: 24px;}ul,li {    margin: 0;    padding: 0;    list-style: none;}img {    max-width: 100%;}h1,h2,h3,h4,h5,h6 {    margin: 0;    padding: 0;    margin-bottom: 15px;}a,a:hover,a:active,a:focus {    text-decoration: none;    outline: none;}.container {    padding: 0 5px;}/** ====== Gradient styles ====== **/.gradient-overlay {    position: relative;}.gradient-overlay:before {    content: '';    position: absolute;    top: 0;    left: 0;    opacity: .96;    width: 100%;    height: 100%;    background: #1eb089;    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);}/*============================*//*======dropdowm menu=========*//*============================*/.navbar .dropdown-menu {    margin: 0;    background-color: #fff;    border: none;    padding: 0px;}.navbar .dropdown-menu li a {    color: #777;    padding: 6px 20px;    font-weight: 400;    font-size: 15px;    -webkit-transition: all 200ms ease-in;    -o-transition: all 200ms ease-in;    -moz-transition: all 200ms ease-in;    transition: all 200ms ease-in;}/** ====== Section Title styles ====== **/.section-title h1 {    color: #374045;    margin: 0px;    margin-bottom: 10px;    font-size: 21px;    font-weight: 800;    /* background: #fff;  */   line-height: 30px;    padding: 10px;    text-transform: uppercase;    position: relative;}.section-title h1:before {    /* content: ' '; */    position: absolute;    left: 0;    bottom: 0;    margin: 5px;    width: 237px;    height: 5px;    background: #00D8B7;}.section-title p {    color: #929FA8;}.section-title.text-center h1:before {    left: 48%;}/** ====== Header styles ====== **//** ====== Banner styles ====== **/#banner {    background: url(https://outlookconferences.com/olcopc-2019/css/img/background/banner-bg.jpg) no-repeat center center fixed;    background-size: cover;}#banner .banner-container {    width: 100%;    position: relative;    padding: 0;}#banner .banner-container .banner {    width: 100%;    position: relative;}#banner .caption {    width: 100%;    z-index: 9999;}#banner .tp-bullets {    display: none;}#banner .slotholder {    position: relative;}#banner .slotholder:before {    content: '';    position: absolute;    top: 0;    left: 0;    opacity: .96;    width: 100%;    height: 100%;    background: #1eb089;    z-index: 99;    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);}#banner .date,.main-banner .date {    background: url(../img/date-bg.png) no-repeat center center;    background-size: 100% 100%;    display: inline-block;    text-align: center;    font-size: 19px;    font-weight: bold;    line-height: 40px;    color: #fff;    padding: 0 30px;    margin-bottom: 25px;}#banner h1,.main-banner h1 {    font-weight: 900;    font-size: 48px;    color: #fff;    text-transform: uppercase;    line-height: 55px;    margin-bottom: 35px;}#banner ul.count-down1,.main-banner ul.count-down1 {    margin-bottom: 50px;}#banner ul.count-down1 li,.main-banner ul.count-down1 li {    display: inline;}#banner ul.count-down1 li span,.main-banner ul.count-down1 li span {    display: inline-block;    color: #fff;    font-weight: 800;    margin-right: 15px;}#banner ul.count-down1 li span i,.main-banner ul.count-down1 li span i {    display: block;    background: url(https://outlookconferences.com/olcopc-2019/css/img/resources/counter-number-bg.png) no-repeat center center;    background-size: 100% 100%;    width: 75px;    height: 90px;    margin-bottom: 15px;    font-size: 24px;    line-height: 90px;}#banner ul.banner-buttons li,.main-banner ul.banner-buttons li {    display: inline;}#banner ul.banner-buttons li a,.main-banner ul.banner-buttons li a {    display: inline-block;    border: 2px solid transparent;    line-height: 44px;    margin-right: 15px;    border-radius: 5px;    font-size: 12px;    font-weight: 800;    color: #fff;    padding: 0 43px;    text-transform: uppercase;    transition: all .3s ease;}#banner ul.banner-buttons li a.bordered,.main-banner ul.banner-buttons li a.bordered {    border-color: #fff;}#banner ul.banner-buttons li a.bordered:before,.main-banner ul.banner-buttons li a.bordered:before {    background: #fff;    border-radius: 5px;}#banner ul.banner-buttons li a.bordered:hover,.main-banner ul.banner-buttons li a.bordered:hover {    border-color: #FF8625;    color: #FF8625;}#banner ul.banner-buttons li a.colored,.main-banner ul.banner-buttons li a.colored {    background: #FF8625;}#banner ul.banner-buttons li a.colored:before,.main-banner ul.banner-buttons li a.colored:before {    background: #fff;    border-radius: 5px;}#banner ul.banner-buttons li a.colored:hover,.main-banner ul.banner-buttons li a.colored:hover {    color: #FF8625;}#banner ul.banner-buttons li button,.main-banner ul.banner-buttons li button {    padding: 0 43px;    line-height: 44px;    border: 2px solid #FF8625;    background: #FF8625;    color: #fff;    text-transform: uppercase;    font-weight: 600;    border-radius: 5px;    margin-right: 20px;}#banner ul.banner-buttons li button:hover,.main-banner ul.banner-buttons li button:hover {    color: #FF8625;}#banner ul.banner-buttons li button:before,.main-banner ul.banner-buttons li button:before {    background: #fff;    border-radius: 5px;}#banner .input-box ul,.main-banner .input-box ul {    margin-bottom: 40px;}#banner .input-box ul li,.main-banner .input-box ul li {    display: inline;}#banner .input-box ul li span,.main-banner .input-box ul li span {    display: inline-block;}#banner .input-box ul li span input,.main-banner .input-box ul li span input {    text-align: center;    height: 45px;    line-height: 45px;    width: 240px;    border: 2px solid #ccc;    border-radius: 5px;    margin-right: 20px;    padding: 0 20px;    outline: none;}#banner p,.main-banner p {    color: #fff;    font-size: 16px;    line-height: 27px;    font-weight: 500;}/** ====== Information Bar styles ====== **/#information-bar {    background: #F6F9F9;}#information-bar .container {    padding: 10px 0;    background: #fff;    position: relative;    z-index: 999;}#information-bar .col-lg-3 {    border-right: 2px solid #F2F2F2;}#information-bar .col-lg-3:last-child {    border: none;}#information-bar .col-lg-3 ul {    text-align: center;}#information-bar .col-lg-3 ul li {    display: inline;}#information-bar .col-lg-3 ul li span {    display: inline-block;    text-align: left;    vertical-align: middle;}#information-bar .col-lg-3 ul li span b {    font-size: 14px;    color: #374045;    font-weight: bold;    margin-bottom: 5px;    display: block;}#information-bar .col-lg-3 ul li span.img-holder {    text-align: center;    padding: 0 12px;}#information-bar .col-lg-3 ul li span.img-holder img {    display: block;}/** ====== Upcoming Event styles ====== **/#About_Conference {    background: #F6F9F9;    padding: 5px 0;}#About_Conference form {    background: none;    border: 1px solid #E1E1E1;    height: 45px;    padding-right: 20px;    /* margin-top: 70px; */    transition: all .3s ease;}#About_Conference form input {    border: none;    background: none;    outline: none;    color: #929FA8;    height: 45px;    line-height: 40px;    padding-left: 20px;}#About_Conference form input:focus + button {    color: #FF8625;}#About_Conference form:hover {    border-color: #00D8B7;}#About_Conference form:hover button {    color: #FF8625;}#About_Conference form button {    background: none;    border: none;    outline: none;    color: #CDCDCD;    transition: all .3s ease;}#About_Conference .mix {    display: none;}#About_Conference .tab-title-wrap {    margin: 30px 0;}#About_Conference .tab-title-wrap ul li {    float: left;}#About_Conference .tab-title-wrap ul li.active span {    background: #00D8B7;    color: #fff;}#About_Conference .tab-title-wrap ul li span {    display: inline-block;    color: #374045;    font-weight: bold;    text-align: center;    font-size: 14px;    padding: 15px 34.9px;    text-transform: uppercase;    border-left: 1px solid #E6EDEE;    background-color: #fff;    cursor: pointer;    transition: all .3s ease;}#About_Conference .tab-title-wrap ul li span:hover {    background: #00D8B7;    color: #fff;}#About_Conference .tab-content-wrap {    margin: 0px -10px;}#About_Conference .tab-content-wrap .col-lg-3 {    padding: 0 10px;    margin-bottom: 25px;}#About_Conference .tab-content-wrap .col-lg-3:hover .img-holder img {    transform: scale(1.2);}#About_Conference .tab-content-wrap .col-lg-3:hover .img-holder:before {    bottom: 0;}#About_Conference .tab-content-wrap .col-lg-3:hover .img-holder:after {    bottom: 0;}#About_Conference .tab-content-wrap .col-lg-3:hover .content-wrap {    box-shadow: 0 0 0 1px #00D8B7;}#About_Conference .tab-content-wrap .col-lg-3 .img-holder {    overflow: hidden;    position: relative;}#About_Conference .tab-content-wrap .col-lg-3 .img-holder img {    transition: all .3s ease;}#About_Conference .tab-content-wrap .col-lg-3 .img-holder:before {    content: '';    position: absolute;    bottom: 100%;    left: 0;    opacity: .85;    width: 100%;    height: 100%;    z-index: 1;    transition: all .3s ease;    background: #1eb089;    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);}#About_Conference .tab-content-wrap .col-lg-3 .img-holder:after {    content: ' ';    position: absolute;    bottom: 100%;    left: 0;    width: 100%;    height: 100%;    z-index: 2;    background: transparent url(https://outlookconferences.com/olcopc-2019/css/img/gallery/overlay-bg.png) center center no-repeat;    transition: all .3s ease .1s;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap {    background: #fff;    padding: 0 30px 30px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .author-img {    margin-top: -20px;    position: relative;    z-index: 99999;    border-radius: 50%;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta {    margin-bottom: 25px;    margin-top: 15px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul {    text-align: left;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul li {    display: inline;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul li span {    display: inline-block;    color: #666666;    margin-right: 10px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap .meta ul li span .fa {    color: #00D8B7;    margin-right: 5px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap h3 {    font-size: 18px;    color: #374045;    font-weight: bold;    margin: 0;    margin-bottom: 20px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap p {    color: #666666;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap a.read-more {    font-size: 12px;    color: #00EEB7;    text-transform: uppercase;    transition: all .3s ease;    font-weight: 600;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap a.read-more .fa {    margin-left: 5px;}#About_Conference .tab-content-wrap .col-lg-3 .content-wrap a.read-more:hover {    color: #FF8625;}/** ====== Register Now styles ====== **/#register-now {    background-size: cover;    /* padding: 15px 0; */}#register-now2 {    background-size: cover;    padding: 20px 0;}#register-now2:before {    /* transform: rotateY(-180deg); */}#register-now:before {    /*  transform: rotateY(-180deg); */}#register-now .section-title h1 {    color: #fff;}#register-now2 .section-title h1 {    color: #fff;}#register-now .register_ul {    background: #fff;    padding: 40px 80px;    margin-top: 55px;}#register-now .register_ul .register_li {    width: 20%;    float: left;}#register-now .register_ul .register_li .input-wrap {    display: block;    padding: 0 20px;}#register-now .register_ul .register_li .input-wrap:focus label,#register-now .register_ul .register_li .input-wrap:hover label {    color: #FF8625;}#register-now .register_ul .register_li .input-wrap label {    display: block;    font-size: 16px;    font-weight: bold;    color: #374045;    transition: all .3s ease;}#register-now .register_ul .register_li .input-wrap label img {    margin-right: 10px;}#register-now .register_ul .register_li .input-wrap input {    height: 40px;    line-height: 40px;    color: #929FA8;    outline: none;    border: none;    border-bottom: 1px solid #E3E3E3;    padding: 0 5px;    width: 100%;    transition: all .3s ease;}#register-now .register_ul .register_li .input-wrap input:focus,#register-now .register_ul .register_li .input-wrap input:hover {    border-color: #7E54AD;}#register-now .register_ul .register_li .input-wrap button {    display: inline-block;    line-height: 42px;    border-radius: 5px;    font-size: 12px;    font-weight: 800;    color: #fff;    border: 2px solid transparent;    padding: 8px 0px;    width: 100%;    outline: none;    text-transform: uppercase;    background: #FF8625;    vertical-align: bottom;    transition: all .3s ease;}#register-now .register_ul .register_li .input-wrap button:hover {    border-color: #FF8625;    color: #FF8625;}#register-now .register_ul .register_li .input-wrap button:before {    border-radius: 5px;    background: #fff;}/** ====== Contact Section styles ====== **/#contact {    padding: 0px 0;    /*   background: url(https://outlookconferences.com/olcopc-2019/css/img/background/subscribe-section-bg.jpg) center center no-repeat fixed; */    background-size: cover;}#contact .section-title h1 {    color: #171616;}#contact .section-title p {    color: #fff;}#contact .form-section {    /* margin-top: 60px; */}#contact .form-section form ul {    margin-left: -10px;    margin-right: -10px;}#contact .form-section form ul li {    margin-bottom: 15px;    padding: 0 10px;}#contact .form-section form ul li label {    display: none !important;}#contact .form-section form ul li:last-child {    margin-bottom: 0;}#contact .form-section form ul li.half {    width: 50%;    float: left;}#contact .form-section form ul li.full {    width: 100%;}#contact .form-section form ul li input {    width: 100%;    border: 1px solid #ccc;    height: 50px;    /* margin-top: -17px; */    padding: 0px 20px;    border-radius: 5px;    line-height: 50px;    outline: none;    transition: all .3s ease;}#contact .form-section form ul li input.error,#contact .form-section form ul li textarea.error {    border-color: red;}#contact .form-section form ul li textarea {    width: 100%;    border: 2px solid #ccc;    height: 200px;    padding: 20px 20px;    border-radius: 5px;    outline: none;    transition: all .3s ease;}#contact .form-section form ul li input:focus,#contact .form-section form ul li input:hover,#contact .form-section form ul li textarea:hover,#contact .form-section form ul li textarea:focus {    border-color: #FF8625;}#contact .form-section form ul li input.error:focus,#contact .form-section form ul li input.error:hover,#contact .form-section form ul li textarea.error:hover,#contact .form-section form ul li textarea.error:focus {    border-color: red;}#contact .form-section form ul li button {    background: #FF8625;    border: 2px solid transparent;    outline: none;    color: #fff;    border-radius: 5px;    line-height: 40px;    padding: 0 25px;    font-weight: 700;    text-transform: uppercase;    display: block;    margin-left: auto;    margin-right: auto;}#contact .form-section form ul li button:active,#contact .form-section form ul li button:focus,#contact .form-section form ul li button:hover {    color: #FF8625;}#contact .form-section form ul li button:before {    border-radius: 5px;    background: #fff;}/** ====== Pricing Table styles ====== **/#pricing-table {    /* padding: 15px; */    background: #F6F9F9;}#pricing-table .price-table-row {    margin-top: 0px;    padding: 5px;}#pricing-table .single-price-box {    position: relative;    background: #fff;    border: 1px solid #F2F1F1;    text-align: center;}#pricing-table .single-price-box .title {    line-height: 70px;    text-transform: uppercase;    color: #374045;    font-weight: bold;    border-bottom: 1px solid #f2f1f1;}#pricing-table .single-price-box .content {    padding: 35px 0 40px;}#pricing-table .single-price-box .content span {    display: block;    text-align: center;    text-transform: uppercase;    font-size: 18px;    margin-bottom: 50px;}#pricing-table .single-price-box .content span.currency {    font-size: 20px;    display: inline;    vertical-align: top;}#pricing-table .single-price-box .content span.price {    font-size: 72px;    line-height: 72px;    vertical-align: bottom;    color: #04D693;    background: -webkit-linear-gradient(#cb85f3, #04d693);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;}#pricing-table .single-price-box .content a.sign-up {    background: #FF8625;    color: #fff;    text-transform: uppercase;    font-size: 12px;    line-height: 40px;    font-weight: bold;    display: inline-block;    padding: 0 36px;    border-radius: 20px;    border: 2px solid transparent;}#pricing-table .single-price-box .content a.sign-up:hover {    border-color: #FF8625;    color: #FF8625;}#pricing-table .single-price-box .content a.sign-up:before {    border-radius: 20px;    background: #fff;}#pricing-table .single-price-box .bagage {    background: url(https://outlookconferences.com/olcopc-2019/css/img/resources/price-table-bagage.png) 0px 0 no-repeat;    width: 91px;    height: 51px;    text-align: center;    line-height: 51px;    font-size: 13px;    font-weight: 800;    text-indent: -5px;    text-transform: uppercase;    color: #fff;    position: absolute;    top: 20px;    left: -20px;    transform: rotate(90deg);}#event-sponsor {    padding: 120px 0;}#event-sponsor .sponsor-logo-row {    margin-top: 60px;}#event-sponsor .sponsor-logo {    padding: 25px 115px;    position: relative;}#event-sponsor .sponsor-logo .owl-nav {    margin: 0;}#event-sponsor .sponsor-logo .item img {    opacity: .4 !important;    transition: all .3s ease;}#event-sponsor .sponsor-logo .item:hover img {    opacity: 1 !important;}#event-sponsor .sponsor-logo .owl-prev,#event-sponsor .sponsor-logo .owl-next {    position: absolute;    top: 0;    background: #fff;    border: 1px solid #E8E8E8;    transition: all .3s ease;}#event-sponsor .sponsor-logo .owl-prev:hover,#event-sponsor .sponsor-logo .owl-next:hover {    background: #FF8625;    border-color: transparent;}#event-sponsor .sponsor-logo .owl-prev:hover i,#event-sponsor .sponsor-logo .owl-next:hover i {    color: #fff;}#event-sponsor .sponsor-logo .owl-prev i,#event-sponsor .sponsor-logo .owl-next i {    font-size: 23px;    color: #374045;    line-height: 65px;}#event-sponsor .sponsor-logo .owl-prev {    left: 0;}#event-sponsor .sponsor-logo .owl-next {    right: 0;}/** ====== Subscribe Section styles ====== **/#subscribe-newsletter {    margin-bottom: -70px;}#subscribe-newsletter + * {    padding-top: 160px;}#subscribe-newsletter .gradient-overlay {    padding: 55px 0;    background-size: cover;}#subscribe-newsletter .text-box {    font-size: 24px;    font-weight: 800;    color: #fff;    line-height: 70px;    text-transform: uppercase;    text-indent: 25px;}#subscribe-newsletter .text-box span {    color: #374045;}#subscribe-newsletter .input-box {    background: #fff;    height: 53px;    border-radius: 5px;    overflow: hidden;    margin: 7px 0;    display: block;    transition: all .3s ease;    border: 2px solid transparent;}#subscribe-newsletter .input-box:hover {    border: 2px solid #FF8625;}#subscribe-newsletter .input-box input {    height: 100%;    line-height: 49px;    width: 90%;    border: none;    outline: none;    background-color: transparent;}#subscribe-newsletter .input-box input + button {    color: #FF8625;}#subscribe-newsletter .input-box button {    background: none;    color: #D3D4D4;    outline: none;    border: none;    line-height: 49px;    transition: all .3s ease;}/** ====== Footer styles ====== **/footer {    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);    padding: 20px 0 12px;}footer .footer-widget h3 {    font-size: 18px;    font-weight: 800;    color: #fff;    text-transform: uppercase;    margin: 0;    margin-bottom: 8px;}footer .footer-widget p {    color: #A4B0B6;    font-weight: 500;}footer .footer-widget a {    color: #A4B0B6;    font-weight: 600;    transition: all .3s ease;}footer .footer-widget a:hover {    color: #FF8625;}footer .footer-widget .bx-wrapper .bx-viewport {    background: none;    border: none;    left: 0;    box-shadow: none;}footer .footer-widget .photo-gallery {    margin-left: -1.5px;    margin-right: -1.5px;}footer .footer-widget .photo-gallery li {    float: left;    width: 75px;    margin: 1.5px 1.5px;}footer .footer-widget .photo-gallery li img {    opacity: 1;    transition: all .3s ease;}footer .footer-widget .photo-gallery li img:hover {    opacity: .55;}footer .footer-widget.twitter-feed a {    color: #F2F2F2;    font-size: 13px;    font-weight: 500;    transition: all .3s ease;}footer .footer-widget.twitter-feed a:hover {    color: #FF8625;}footer .footer-widget.twitter-feed .themex_twt_date {    color: #576673;    font-weight: normal;    font-size: 14px;}footer .footer-widget .textwidget ul li {    margin-bottom: 0px;}footer .footer-widget .textwidget ul li a i {    color: #fff;    margin-right: 10px;}footer .footer-widget.about-widget img {    margin-bottom: 40px;}footer .footer-widget .social-icons {    margin-top: -15px;}footer .footer-widget .social-icons a {    color: #fff;    width: 35px;    height: 35px;    line-height: 35px;    text-align: center;    display: inline-block;    margin-right: 5px;    transition: all .3s ease;}footer .footer-widget .social-icons a:hover {    color: #FF8625;    transform: rotate(360deg);}#loading {    background: url('https://outlookconferences.com/olcopc-2019/css/img/olc-gif.gif') no-repeat center center;    position: absolute;    top: 0;    left: 0;    height: 100%;    width: 100%;    z-index: 9999999;}/* .preloader {    position: fixed;    left: 0px;    top: 0px;    width: 100%;    height: 100%;    z-index: 999999999;    background-color: #ffffff;    background-position: center center;    background-repeat: no-repeat;    background-image: url(https://outlookconferences.com/olcopc-2019/css/img/olc-gif.gif);} */.choose-item i {    display: inline-block;    width: 85px;    height: 85px;    line-height: 85px;    text-align: center;    background-color: #f5f3f2;    color: #4769b0;    border-radius: 50%;    font-size: 60px;    border: 2px solid transparent;    transition: 0.3s;    -webkit-transition: 0.3s;    -ms-transition: 0.3s;}.choose-item {    transition: 0.3s;    -webkit-transition: 0.3s;    -ms-transition: 0.3s;}.choose-item .choose-title {    color: #fff;    font-size: 19px;    margin: 26px 0 10px;}/* text-align: cente}*//*news*/.message-item {    margin-bottom: 21px;    margin-left: 40px;    position: relative;}.message-item .message-inner {    background: #fff;    border: 1px solid #ddd;    border-radius: 3px;    padding: 10px;    height: 195px;    position: relative;}.message-item .message-inner:before {    border-right: 10px solid #ddd;    border-style: solid;    border-width: 10px;    color: rgba(0, 0, 0, 0);    content: "";    display: block;    height: 0;    position: absolute;    left: -20px;    top: 6px;    width: 0;}.message-item .message-inner:after {    border-right: 10px solid #fff;    border-style: solid;    border-width: 10px;    color: rgba(0, 0, 0, 0);    content: "";    display: block;    height: 0;    position: absolute;    left: -18px;    top: 6px;    width: 0;}/*.message-item:before {background: #fff;border-radius: 2px;bottom: -30px;box-shadow: 0 0 3px rgba(0,0,0,0.2);content: "";height: 100%;left: -30px;position: absolute;width: 3px;}.message-item:after {background: #fff;border: 2px solid #ccc;border-radius: 50%;box-shadow: 0 0 5px rgba(0,0,0,0.1);content: "";height: 15px;left: -36px;position: absolute;top: 10px;width: 15px;}*/.clearfix:before,.clearfix:after {    content: " ";    display: table;}.message-item .message-head {    border-bottom: 1px solid #eee;    margin-bottom: 8px;    padding-bottom: 8px;}.message-item .message-head .avatar {    margin-right: 20px;}.message-item .message-head .user-detail {    overflow: hidden;}.message-item .message-head .user-detail h5 {    font-size: 16px;    font-weight: bold;    margin: 0;}.message-item .message-head .post-meta {    float: left;    padding: 0 15px 0 0;}.message-item .message-head .post-meta >div {    color: #333;    font-weight: bold;    text-align: right;}.post-meta > div {    color: #777;    font-size: 12px;    line-height: 22px;}.message-item .message-head .post-meta >div {    color: #333;    font-weight: bold;    text-align: right;}.post-meta > div {    color: #777;    font-size: 12px;    line-height: 22px;}/*news*//*slider*/#mogo-header {    position: relative;    font-family: 'Montserrat', sans-serif;    background: url("https://images.alphacoders.com/511/511344.jpg")no-repeat center center / cover;}#mogo-header:after {    content: "";    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background: rgba(243, 129, 129, 0.9);    /* fallback for old browsers */    /* Chrome 10-25, Safari 5.1-6 */    background: -webkit-linear-gradient(top, rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9));    background: -o-linear-gradient(top, rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9));    background: linear-gradient(to bottom, rgba(243, 129, 129, 0.9), rgba(252, 227, 138, 0.9));    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}#mogo-header-inner {    position: relative;    z-index: 5;}/*======================main slider section style===================*/#mogo-slider {    /* padding: 100px 0 0; */}#mogo-slider .carousel-inner {    height: auto;}#mogo-slider .carousel-inner > .item {    text-align: center;    color: #fff;}#mogo-slider .carousel-indicators {    width: 100%;    left: 0;    position: static;    margin: 0;    margin-top: 30px;}#mogo-slider .carousel-indicators li,#mogo-slider .carousel-indicators li.active {    /* float: left; */    width: 6%;    height: auto;    margin: 0;    text-indent: initial;    border-radius: 0;    background: none;    text-align: left;    border: none;}#mogo-slider .carousel-indicators li .inner {    border-top: 2px solid #f7eac4;    position: relative;    color: #faf3e0;    text-transform: uppercase;    margin: 0 12px;    padding: 10px 0;}#mogo-slider .carousel-indicators li:hover .inner,#mogo-slider .carousel-indicators li.active .inner {    border-color: #fff;    color: #fff;}#mogo-slider .carousel-indicators li:hover .inner:after,#mogo-slider .carousel-indicators li.active .inner:after {    content: "";    position: absolute;    left: 0;    top: -2px;    width: 60px;    height: 2px;    background: #f38181;}#mogo-slider .carousel-indicators li .number {    font-weight: 700;    font-size: 18px;    margin-right: 3px;}/*==============slider content===================*/#mogo-slider .mogo-slider-title {    font-size: 50px;    color: #fff;}#mogo-slider .mogo-slider-title .mogo-slider-sub {    font-size: 55px;}.mogo-slider-title .mogo-slider-sub {    display: block;    text-transform: none;    font-weight: 400;    font-family: 'Kaushan Script', cursive;    font-size: 20px;    margin-bottom: 5px;}.mogo-slider-title {    font-weight: 700;    font-size: 25px;    line-height: 1;    position: relative;    padding-bottom: 20px;    margin-bottom: 30px;    text-align: center;    color: #333;    text-transform: uppercase;}.mogo-slider-sub {    font-weight: 700;    font-size: 25px;    line-height: 1;    position: relative;    padding-bottom: 20px;    margin-bottom: 30px;    text-align: center;    color: #333;}.mogo-slider-title .mogo-slider-sub:after {    background: #fff;}.mogo-slider-title:after {    content: "";    position: absolute;    left: 50%;    bottom: 0;    width: 50px;    height: 2px;    background: #fff;    transform: translateX(-50%);}.slider-btn {    display: inline-block;    color: #fff;    text-transform: uppercase;    padding: 10px 20px;    border-radius: 25px;    text-align: center;    border: 2px solid #fff;    font-size: 12px;    line-height: 100%;}/*slide*//*button*/.bar {    color: #FFF;    background-color: #a047c6;    padding: 35px;    width: 400px;    margin: 50px auto 0;    font: 35px/50px 'Bree Serif', Courier, monospaced;    text-align: center;    position: relative;    text-transform: uppercase;    border: 2px transparent solid;    box-shadow: 0 10px 30px -10px gray;}.bar span {    position: absolute;}.bar span:nth-child(1),.bar span:nth-child(3) {    border-style: solid;    border-width: 15px;    z-index: -1;}.bar span:nth-child(1) {    border-color: #000 #000 transparent transparent;    top: 120px;    left: -2px;}.bar span:nth-child(3) {    border-color: #000 transparent transparent #000;    top: 120px;    left: 442px;}.bar span:nth-child(2),.bar span:nth-child(4) {    top: 30px;    border-style: solid;    border-width: 60px;    z-index: -2;}.bar span:nth-child(2) {    border-color: #6f3289 #6f3289 #6f3289 transparent;    left: -90px;    box-shadow: 20px 20px 30px -10px grey;}.bar span:nth-child(4) {    border-color: #6f3289 transparent #6f3289 #6f3289;    left: 440px;    box-shadow: -20px 19px 30px -10px grey;}/*button*//*timer*//*timer*//*inner pages*/.shape {    border-width: 0 70px 40px 0;    float: right;    height: 0px;    width: 0px;    -ms-transform: rotate(360deg);    /* IE 9 */    -o-transform: rotate(360deg);    /* Opera 10.5 */    -webkit-transform: rotate(360deg);    /* Safari and Chrome */    transform: rotate(360deg);}.offer {    background: #fff;    border: 1px solid #ddd;    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);    overflow: hidden;}.offer-radius {    border-radius: 7px;}.offer-danger {    border-color: #d9534f;}.offer-danger .shape {    border-color: transparent #d9534f transparent transparent;    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-success {    border-color: #5cb85c;}.offer-success .shape {    border-color: transparent #5cb85c transparent transparent;    border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-default {    border-color: #999999;}.offer-default .shape {    border-color: transparent #999999 transparent transparent;    border-color: rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-primary {    border-color: #428bca;}.offer-primary .shape {    border-color: transparent #428bca transparent transparent;    border-color: rgba(255, 255, 255, 0) #428bca rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-info {    border-color: #5bc0de;}.offer-info .shape {    border-color: transparent #5bc0de transparent transparent;    border-color: rgba(255, 255, 255, 0) #5bc0de rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.offer-warning {    border-color: #f0ad4e;}.offer-warning .shape {    border-color: transparent #f0ad4e transparent transparent;    border-color: rgba(255, 255, 255, 0) #f0ad4e rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}.shape-text {    color: #fff;    font-size: 12px;    font-weight: bold;    position: relative;    right: -40px;    top: 2px;    white-space: nowrap;    -ms-transform: rotate(30deg);    /* IE 9 */    -o-transform: rotate(360deg);    /* Opera 10.5 */    -webkit-transform: rotate(30deg);    /* Safari and Chrome */    transform: rotate(30deg);}.offer-content {    padding: 0 20px 10px;}.inner-hd {    color: #000;    font-weight: bold;}.top {    margin-top: 25px;}.list {    list-style-type: disc;}.inner-pg-st {    border-radius: 25px;    border: 5px solid #7cb0b0;}.btn-primary {    color: #fff;    font-weight: bold;    background-color: #337ab7;    border-color: #2e6da4;}.add {    margin-bottom: 10px;    color: #fff;    font-size: 15px;}/*inner pages*/p {    font-weight: normal;}li {    font-weight: normal;}.btnsubmit {    width: 65%;    margin: 0 auto;    background: #273238;    border: 2px solid #fff;    color: #fff;    padding: 2px 5px;    text-transform: uppercase;    font-size: 18px;}/*home pagestyles*/.alert-message {    margin: 61px 0;    padding: 34px;    border-left: 3px solid #eee;}.alert-message h4 {    margin-top: 0;    margin-bottom: 5px;}.alert-message p:last-child {    margin-bottom: 0;}.alert-message code {    background-color: #fff;    border-radius: 3px;}.alert-message-success {    background-color: #F4FDF0;    border-color: #3C763D;}.alert-message-success h4 {    color: #3C763D;}img.wp-smiley,img.emoji {    display: inline !important;    border: none !important;    box-shadow: none !important;    height: 1em !important;    width: 1em !important;    margin: 0 .07em !important;    vertical-align: -0.1em !important;    background: none !important;    padding: 0 !important;}.box17 {    position: relative}.box17:after {    content: "";    width: 100%;    height: 100%;    background: rgba(2, 162, 221, .9);    position: absolute;    top: 0;    left: 0;    opacity: 0;    transition: all .5s ease 0s}.box17:hover:after {    opacity: 1}.box17 img {    width: 100%;    height: auto;    transition: all 1.5s ease 0s}.box17 .box-content,.box17 .icon li a {    position: absolute;    transition: all .6s ease 0s}.box17:hover img {    transform: scale(1.2)}.box17 .icon {    width: 100%;    height: 100%;    list-style: none;    padding: 0;    margin: 0 auto;    position: absolute;    top: 0;    left: 0;    z-index: 1}.box17 .icon li a {    width: 45px;    height: 45px;    line-height: 45px;    margin: 0 auto;    top: 50%;    border: 1px solid #fff;    opacity: 0}.box17:hover .icon li a {    top: 30%;    opacity: 1}.box17 .icon li a:hover {    background: #fff;    color: #02a2dd}.box17 .icon li:first-child a {    left: -90%;    right: 0}.box17:hover .icon li:first-child a {    left: -55px}.box17 .icon li:last-child a {    right: -90%;    left: 0}.box17:hover .icon li:last-child a {    right: -55px}.box17 .box-content {    width: 100%;    padding: 20px 10px;    background: rgba(0, 0, 0, .1);    bottom: -100px;    left: 0;    z-index: 1}.box17:hover .box-content {    bottom: 0}.box17 .title {    font-size: 18px;    font-weight: 700;    color: #fff;    margin-top: 0}.box17 .post {    display: block;    font-size: 14px;    color: #fff}@media only screen and (max-width:990px) {    .box17 {        margin-bottom: 30px    }}/*-----------------------------------------*//* Start Team Section/*-----------------------------------------*/.team-member-section {    /*padding-top: 80px;    padding-bottom: 100px;*/}#team-section .our-team {    padding-top: 20px;}#team-section .team-member img {    width: 99%;    height: auto;    text-align: center;}/*.team-member .team-details {    position: absolute;    top: 0;    width: 99%;    height: 100%;    color: #fff;    padding: 0 2px;    opacity: 0;    text-align: center;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;	}*/.team-member .team-details {    position: absolute;    top: 0;    width: 60%;    height: 100%;    color: #fff;    /*padding: 0 2px;*/    opacity: 0;    -webkit-transition: opacity: 0;    -moz-transition: opacity: 0;    -o-transition: opacity: 0;    text-align: center;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;}.team-member:hover .team-details {    opacity: 1;    -webkit-animation: bounceIn;    animation: bounceIn;    animation-duration: 1s;    -webkit-animation-duration: 1s;}/*.team-member .team-details h4 {    padding-top: 30%;    font-size: 22px;    font-family: 'Oswald', sans-serif;}*/.team-member .team-details h4 {    /*padding-top: 0%;*/    font-size: 22px;    font-family: 'Oswald', sans-serif;}.team-member .team-details li {    display: inline-block;    padding: 2px;    /*padding-top: 20px;*/}/*.team-member .team-details li a {    padding: 8px 12px;    background: #fff;    border: 1px solid #fff;    color: #666;    font-size: 16px;}*/.team-member .team-details li:hover a {    /*background: transparent;    border: 1px solid #ddd;*/    color: #fff;}.team-member .team-details {    background-color: rgba(91, 177, 47, 0.8);    padding: -12px 10px;    padding: -5px 3px;    width: 93%;}/**** Start Modal Section ****/.section-modal .modal-content {    padding: 100px 0 !important;    min-height: 600px;    border: 0 !important;    border-radius: 0;    background-clip: border-box;    -webkit-box-shadow: none !important;    -moz-box-shadow: none !important;    box-shadow: none !important;    color: #888;    font-weight: 300;}.section-modal .close-modal {    position: absolute;    top: 101px;    right: 25px;    width: 75px;    height: 75px;    background-color: transparent;    cursor: pointer;}.section-modal .close-modal:hover {    opacity: .3;}.section-modal .close-modal .lr {    z-index: 1051;    width: 1px;    height: 75px;    margin-left: 35px;    background-color: #222;    -webkit-transform: rotate(45deg);    -ms-transform: rotate(45deg);    transform: rotate(45deg);}.section-modal .close-modal .lr .rl {    z-index: 1052;    width: 1px;    height: 75px;    background-color: #222;    -webkit-transform: rotate(90deg);    -ms-transform: rotate(90deg);    transform: rotate(90deg);}.pricingTable {text-align: center;background: #535396;padding-top: 5px;transition: all 0.5s ease-in-out 0s;}.pricingTable > .pricingTable-header {color: #fff;background: #963c5e;height: 160px;position: relative;transition: all 0.5s ease 0s;}.pricingTable > .pricingTable-header:after {content: "";border-bottom: 40px solid #bd2f3e;border-left: 263px solid transparent;position: absolute;right: 0px;bottom: 0px;}.pricingTable:hover .pricingTable-header {    height: 230px;    transition: all 0.5s ease 0s;}.pricingTable-header > .heading {    display: block;    padding: 20px 0;}.heading > h3 {    margin: 0;    text-transform: uppercase;}.pricingTable-header > .price-value {    display: block;    font-size: 60px;    line-height: 60px;}.pricingTable-header > .price-value > .mo {    font-size: 14px;    display: block;    line-height: 0px;    text-transform: uppercase;}.pricingTable-header > .price-value > .currency {    font-size: 24px;    margin-right: 4px;    position: relative;    bottom: 30px;}.pricingTable > .pricingContent {    text-transform: uppercase;    color: #fff}.pricingTable > .pricingContent > ul {    list-style: none;    padding: 0;}.pricingTable > .pricingContent > ul > li {    padding: 15px 0;    border-bottom: 1px solid #fff;}.pricingTable > .pricingContent > ul > li:last-child {    border: 0px none;}.pricingTable-sign-up {    padding: 30px 0;}.pricingTable-sign-up > .btn-block {    width: 65%;    margin: 0 auto;    background: #273238;    border: 2px solid #fff;    color: #fff;    padding: 2px 5px;    text-transform: uppercase;    font-size: 18px;}.pricingTable-sign-up > .btn-block:hover {    opacity: 0.9;}.pink {    background: #ed687c;}.pink .pricingTable-header:after {    border-bottom-color: #ed687c;}.orange {    background: #e67e22;}.orange .pricingTable-header:after {    border-bottom-color: #e67e22;}.blue {    background: #3498db;}.blue .pricingTable-header:after {    border-bottom-color: #3498db;}@media screen and (max-width: 1200px) {    .pricingTable > .pricingTable-header:after {        border-left: 215px solid transparent;    }}@media screen and (max-width: 990px) {    .pricingTable {        margin-bottom: 20px;    }    .pricingTable > .pricingTable-header:after {        border-left: 349px solid transparent;    }}@media screen and (max-width: 480px) {    .pricingTable {        overflow: hidden;    }    .pricingTable > .pricingTable-header:after {        border-left: 459px solid rgba(0, 0, 0, 0);    }}/* team -info   ----------------------------- */@keyframes ticker {    0% {        margin-top: 0    }    25% {        margin-top: -30px    }    50% {        margin-top: -60px    }    75% {        margin-top: -90px    }    100% {        margin-top: 0    }}body {    width: 100%;    height: 100%}.news {    box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);    width: 350px;    height: 30px;    margin: 20px auto;    overflow: hidden;    border-radius: 4px;    padding: 3px;    -webkit-user-select: none}.news span {    float: left;    color: #fff;    padding: 6px;    position: relative;    top: 1%;    border-radius: 4px;    box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4);    font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;    -webkit-font-smoothing: antialiased;    -webkit-user-select: none;    cursor: pointer}.news ul {    float: left;    padding-left: 20px;    animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;    -webkit-user-select: none}.news ul li {    line-height: 30px;    list-style: none}.news ul li a {    color: #fff;    text-decoration: none;    font: 14px Helvetica, Arial, sans-serif;    -webkit-font-smoothing: antialiased;    -webkit-user-select: none}.news ul:hover {    animation-play-state: paused}.news span:hover+ul {    animation-play-state: paused}/* OTHER COLORS */.blue {    background: #347fd0}.blue span {    background: #2c66be}.red {    background: #d23435}.red span {    background: #c22b2c}.green {    background: #699B67}.green span {    background: #547d52}.magenta {    background: #b63ace}.magenta span {    background: #842696}
.bg {
    background: #DC2424;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A569D, #DC2424);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A569D, #DC2424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #f2709c; */  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ff9472, #f2709c); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #B993D6; */  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6);  /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #8CA6DB, #B993D6); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #FF4E50; */  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);  /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #F9D423, #FF4E50); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #F0C27B; */  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4B1248, #F0C27B);  /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #4B1248, #F0C27B); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ffd89b; */  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #19547b, #ffd89b);  /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #19547b, #ffd89b); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #bdc3c7; */  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #2c3e50, #bdc3c7); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

/*home pagestyles*//*navigation*/.nav>
    li>a {    position: relative;
    display: block;
    padding: 14px 8px;
    text-align: center;}/*************parallax*************/.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;}/*************soical icons**********/.social-1 {
    margin: 0;
    padding: 0;}.social-1
    li {    padding-left: 1px;
    padding-right: 1px;}.social-1
    li a i {    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;}.social-1
    li a i:hover {    opacity: 0.8;}.social-1
    li a i.fa-facebook {    background-color: #3b5998;}.social-1
    li a i.fa-twitter {    background-color: #0084b4;}.social-1
    li a i.fa-google-plus {    background-color: #C63D2D;}.social-1
    li a i.fa-pinterest {    background-color: #cb2027;}.social-1
    li a i.fa-dribbble {    background-color: #ea4c89;}/***********bootstrap navigation overrides--*/.navbar-default {
    font-family: "Open Sans", sans-serif;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    /* min-height: 75px; */
    /* padding: 15px 0; */
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: all 0.4s ease-in-out;
    -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;}.navbar-default .navbar-nav > .active >
    a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {    color: #32c5d2;
    background-color: transparent;}.navbar-default .navbar-nav > .open >
    a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {    color: #32c5d2;
    background-color: #fff;}.navbar-brand {
    font-weight: 800;
    color: #000 !important;
    font-size: 30px;
    line-height: 14px;}.navbar-default .navbar-nav >
    li > a {    color: #777;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;}.navbar-default .navbar-nav >
    li > a:hover {    color: #32c5d2;}/*navbar search form***/.dropdown-form {
    padding: 10px 15px;
    min-width: 210px;}.dropdown-form .form-inline .form-control {
    height: 32px;}/*============================*//*======dropdowm menu=========*//*============================*/.navbar .dropdown-menu {
    margin: 0;
    background-color: #fff;
    border: none;
    padding: 0px;}.navbar .dropdown-menu
    li a {    color: #777;
    padding: 6px 20px;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;}/*********top bar************/.top-bar-wrap {
    padding: 6px 0;
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ef32d9; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef32d9, #89fffd); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ef32d9, #89fffd); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ff00cc; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff00cc, #333399); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ff00cc, #333399); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ee0979; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ee0979, #ff6a00); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ee0979, #ff6a00); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background-color: #333; */
    /* background: linear-gradient(to right, #34e89e 0%, #C5796D 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #E8CBC0 0%, #636FA4 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #093028 0%, #34e89e 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #4568DC 0%, #4CAF50 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #30E8BF 0%, #7c4c 100%, #FF8235 100%); */}
   .top-bar {
    min-height: 20px;
    line-height: 20px;}.top-bar
    a {    font-size: 12px;
    color: #fff;}.top-bar .social-1
    li a i {    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;}.userMain .userBlock {
    float: left;
    width: 100%;
    box-shadow: 5px 12px 23px 0px #6decce;
    padding-bottom: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;}.userMain .userBlock .backgrounImg {
    float: left;
    overflow: hidden;
    height: 77px;}.userMain .userBlock .backgrounImg
    img {    width: auto;}.userMain .userBlock .userImg {
    text-align: center;}.userMain .userBlock .userImg
    img {width: 120px;
    height: 120px;
    /* margin-top: -39px; */
    border-radius: 100%;
    border: 5px solid #fff;}.userMain .userBlock .userDescription {
    text-align: center;}.userMain .userBlock .userDescription
    h5 {    margin-bottom: 2px;
    font-weight: 600;}.userMain .userBlock .userDescription
    p {    margin-bottom: 5px;}.userMain .userBlock .userDescription .btn {
    padding: 0px 23px 0px 23px;
    height: 22px;
    border-radius: 0;
    font-size: 12px;
    background: #0198dd;
    color: #fff;}.userMain .userBlock .userDescription .btn:hover {
    opacity: 0.7;}.userMain .userBlock .followrs {
    display: inline-flex;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;}.userMain .userBlock .followrs .number {
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: -1px;}/*navigation*/
    hr.message-inner-separator {    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));}.alert-success {
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ef32d9; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef32d9, #89fffd); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ef32d9, #89fffd); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #f6f9f9;
    /* background: #1eb089; */
    /* background: #ee0979; */ /* fallback for old browsers */
    /* background: #ff00cc; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff00cc, #333399); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ff00cc, #333399); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: -webkit-linear-gradient(to right, #ee0979, #ff6a00); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ee0979, #ff6a00); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    /* background: linear-gradient(to right, #34e89e 0%, #C5796D 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #E8CBC0 0%, #636FA4 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #093028 0%, #34e89e 100%, #34e89e 100%); */
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8)); */
    /* background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%); */
    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    /* background: linear-gradient(to right, #30E8BF 0%, #7c4c 100%, #FF8235 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);
  }/*timer*/.dds {
    display: inline-block;
    font-size: 15px;
    list-style-type: none;
    font-weight: bold;
    padding: 2px;
    text-transform: uppercase;}.dds .d {
    display: block;
    font-weight: bold;}/*timer*//*footer*/#bottom-bar {
    background: #273138;
    color: #4C5357;
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 0px;}.about-widget
    img {    margin-bottom: 40px;}/*footer*//*pdf btn*/.btn.focus,.btn:focus,.btn:hover {
    color: #fff;
    text-decoration: none;}.btn-glyphicon {
    padding: 0px;
    margin-right: 6px;}.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;}/*pdf btn*/

/*slider css*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.nav>
    li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
    text-align:center;
}
/* carousel */
.media-carousel 
{
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 165px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 165px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators
    li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
    background: #333333;
}
.media-carousel
    img
{
  width: 150px;
    height: 150px;}
.date {
    background: url(../img/date-bg.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
    margin-bottom: 25px;
}
/* here is custom styling */
.web_disigner {
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #bdc3c7; */  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ef32d9; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef32d9, #89fffd); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ef32d9, #89fffd); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #1eb089; */
    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8)); */
    /* background: #ff00cc; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff00cc, #333399); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ff00cc, #333399); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: #ee0979; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ee0979, #ff6a00); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ee0979, #ff6a00); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background: linear-gradient(to right, #34e89e 0%, #C5796D 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #E8CBC0 0%, #636FA4 100%, #34e89e 100%); */
    /* background: linear-gradient(to right, #093028 0%, #34e89e 100%, #34e89e 100%); */
    /* background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%); */
    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    /* background: linear-gradient(to right, #30E8BF 0%, #7c4c 100%, #FF8235 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);
    /* background: #ef32d9; */ /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef32d9, #89fffd); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #ef32d9, #89fffd); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .web_disigner .web_disigner_contain {
    padding: 0px 0px;
    }
  ..web_disigner .parent_circle {
    background: #63cdf4 none repeat scroll 0 0;
    border: 8px solid #30a9d4;
    border-radius: 50%;
    height: 190px;
    width: 220px;
    display: table;
    position: relative;
}
    .web_disigner .parent_circle .parent_circle_contain {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
    font-weight: 600; }
    .web_disigner .parent_circle .child_round_circle {
    border: 15px solid #63cdf4;
    border-radius: 50%;
    height: 120px;
    left: 125px;
    position: absolute;
    top: -25px;
    width: 120px; }
	  .circle {
    border: 10px solid #63cdf4;
    border-radius: 50%;
    height: 120px;
    left: 125px;
    position: absolute;
    top: -25px;
    width: 120px; }
    /* .web_disigner .parent_circle .child_round_circle_img1 {
      background: url("http://pixelspeaks.com/slider_image/img1.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img2 {
      background: transparent url("http://pixelspeaks.com/slider_image/img2.jpg") repeat scroll 0 -11px/100% auto; }
    .web_disigner .parent_circle .child_round_circle_img3 {
      background: url("http://pixelspeaks.com/slider_image/img3.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img4 {
      background: url("http://pixelspeaks.com/slider_image/img4.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img5 {
      background: url("http://pixelspeaks.com/slider_image/img5.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img6 {
      background: url("http://pixelspeaks.com/slider_image/img6.jpg");
      background-size: 100%; } */

.padtop30 {
    padding-top: 30px;
  }
 .section-title
    h1 {
    color: #374045;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 14px;
    text-transform: uppercase;
    position: relative;
} 
.text-bl{
    font-size: 18px;
    color: red;
    animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{
    opacity: 0;}
50%{
    opacity: .5;}
100%{
    opacity: 1;}
}
  /* here is our responsive css */
  
  @media only screen and (
    max-width: 360px) 
  {
      .web_disigner .parent_circle .child_round_circle 
    {
    border: 15px solid #63cdf4;
    border-radius: 50%;
    height: 100px;
    left: 100px;
    position: absolute;
    top: -38px;
    width: 100px;
    }
	.circle {
    border: 10px solid #63cdf4;
    border-radius: 50%;
    height: 120px;
    left: 125px;
    position: absolute;
    top: -25px;
    width: 120px; }
    .media-carousel .carousel-control.left{
    margin-top: 290px;
   
}
.media-carousel .carousel-control.right{
    margin-top: 290px;
   
}
  }
    sup {
    top: 0.1em;
}
/*slider css*/