@font-face {
    font-family: CyanoTek;
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: CyanoTekLight;
    src: url(../fonts/NotoSans-Light.ttf);
}

@font-face {
    font-family: CyanoTekBlack;
    src: url(../fonts/NotoSans-ExtraBold.ttf);
}

@font-face {
    font-family: CyanoTekNormal;
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: CyanoTekBold;
    src: url(../fonts/NotoSans-Bold.ttf);
}

body {
    font-family: CyanoTek;
    background: #fff;
}

h1, h2 {
    font-family: CyanoTek;
    font-weight: 600;
}
#home h2 {
    text-transform:none;
}
body > section {
	padding: 50px 0;
}

.required .lable:after{
    content:"*";color:red;font-size: 18px;
}

/***********Menu*********************/
.navbar-brand {
    padding: 8px 0 0 15px;
    opacity: 1;
}
.navbar-nav li a {
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.6;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px 0;
}
.navbar-nav li a.active:before {
    width: 11%;
    bottom: -1px;
}
.divcoversMobilr{display: none;}

.navbar-nav li .active{
    font-family: CyanoTekBold !important;
    font-weight: bold !important;
}

#navigation {
  background-color:transparent;
  border: 0 none;
  margin: 0;
  margin-top: 10px;
   /* -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;*/
}
.navbar-nav li a.active, .navbar-nav li a:focus, .navbar-nav li a:hover {
    background-color: transparent;
    position: relative;
    color: #000;
    opacity: 1;
}

.darkHeader {
    background-color: #fff !important;
    margin-top: 0 !important;
    animation-name: headeranimat;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    height: 67px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

@keyframes headeranimat {
    from {top: -60px;}
    to {top:0px;} 
}

.darkHeader #logo img {
      width: 140px !important;
}

.darkHeader #logo {
    margin: 8px 0 0 15px;
}

.phentHeader{
    margin-top: 0 !important;
    animation-name: headeranimatp;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    height: 80px !important;
    padding-top: 2px !important;
    background-color: #fff !important;
    border-top: 11px solid #ffd3bd !important;
}

@keyframes headeranimatp {
    from {top: -60px;}
    to {top:0px;} 
}
.darkHeader .navbar-nav {
    margin-top: 2px !important;
}


/*=========================================
	banner
==========================================*/
.CyanoTek-banner-logo{
    width: 350px;
    margin-bottom: 12px;
}

#home {
	padding: 0;
}

#home .carousel-inner .item {
  background-size: cover;
  background-position: center;
}
#myCarousel1 .carousel-inner {
    background-image: none;
    background-color: #00baed;
}

.carousel-caption1 {
    position: absolute;
    top: 35%;
    padding: 10px;
    left: 11%;
    /* right: 0; */
    margin: auto;
}
.carousel-caption {
    top: 25%;
    color: #ffffff;
    text-shadow: none;
    height: 148px;
    padding: 10px;
    left: 11%;
    letter-spacing: normal;
}

.caption-small-txt, .caption-small-txt{
    font-size: 24px;
    letter-spacing: normal;
    opacity: 0.9;
    font-weight: 100;
    font-family: CyanoTek;
    line-height: 28px !important;
    display: block;
    margin-top: 16px;
}

.caption-small-txt2{
    font-size: 28px;
    vertical-align: middle;
    font-family: CyanoTek;
}

.btnBorder{
    border: 1px solid #fff;
}

.subline{
    color: #fff;
    font-size: 35px;
}

.carousel-caption h2 {
    width: 520px;
    font-size: 58px;
    margin: 5px 0 20px;
    color: #000;
    font-weight: normal;
    text-align: left;
    font-family: CyanoTekNormal;
}

.carousel-caption .big {
    width: 570px;
}

.carousel-caption h2 b{
    line-height: 62px;
    margin-bottom: 10px;
}

.carousel-control.left, .carousel-control.right{
    opacity: 0.2;
    width: 10%;
}

.carousel-control .icon-next, .carousel-control .fa-angle-right {
    right: 10%;
    top: 50%;
    position: absolute;
    font-size: 32px;
    margin-top: -32px;
}
.carousel-control .icon-prev, .carousel-control .fa-angle-left {
    left: 10%;
    top: 50%;
    position: absolute;
    font-size: 32px;
    margin-top: -32px;
}

.carousel{
    margin-top: 80px;
}

#slider, .carousel.slide, .carousel-inner, .carousel-inner .item{
    min-height: 520px;
}

.carousel-indicators {
    left: 0;
    right: 0;
    bottom: 35px;
    width: 150px;
    margin: auto;
}
.navbar-right {
    margin-top: 5px;
    margin-right: 0;
}
.navbar-brand {
    padding: 0;
    height: 90px;
    display: block;
}
.navbar-brand h1{
    display: block;
    width: 165px;
    margin: 2px 0 0 0;
}
.navbar-brand h1 img{
    width: 100%;
}
.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 15px;
  width: 15px;
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-indicators .active {
  height: 15px;
  width: 15px;
}

.btn-outline-dark {
    color: #000;
    background-color: transparent;
    background-image: none;
    border: 1px solid #343a40;
}

.btn-outline-dark:hover{
    background-color: #f7f4e8;
}

.banner-btn {
    margin-top: 20px;
    font-size: 18px;
    padding: 10px 22px;
    border-radius: 6px;
    color: #fff;
    background-color: #f16c21;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.banner-btn:hover{
    background-color: #f16c21;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.btn-primary{
    background-color: #f16c21;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    margin-top: 20px;
}

.btn-primary:hover{
    background-color: #c14000;
    color: #fff;
    border: 0;
}

.nav-btn{
    margin-left: 10px !important;
    padding: 10px 24px !important;
    opacity: 1 !important;
}

.login-btn{
    background-color: #f16c21 !important;
    color: #fff !important;
    border-radius: 6px;
    margin-right: 15px;
    padding: 10px 18px;
}

.signup-btn{
    background-color: #003b7d;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 18px;
}

.login-btn:hover, .login-btn:focus{
    background-color: #c14000 !important;
}

.signup-btn:hover, .signup-btn:focus{
    background-color: #023059 !important;
}

.flex-container .radio{
    margin-bottom: 0;
}

.address{
    margin-bottom: 8px;
}

.form-group {
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    align-items: stretch;
    color: #ccc;
}

.flex-container hr{
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.social-login a{
    display: block;
    margin-top: 10px;
    color: #fff;
    padding: 10px 5px;
    width: 100%;
}

.social-login a i{
    border-radius: 6px;
    display: block;
    padding: 10px;
}

.training {
    padding: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/CyanoTek-Website/training-bg.jpg);
}

.training-text{
    width: 60%;
    font-size: 18px;
    margin-bottom: 30px;
}

/*=========================================
	CyanoTek Stand Alone
==========================================*/

.bwrapper{
    background-color: #f5f5f5;
}

.bwrapper3{
    background-color: #e7e7e7;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.bWrapper2{
    background-color: #ffffff;
}

.white-text{
    color: #fff !important;
}

.linksBtn{
    border: none;
    /* margin-top: 20px; */
}

.large-text{
    font-size: 18px;
    font-weight: bold;
    color: #343a40;
}

.CyanoTekFooter {
    display: block;
    background-color: #09354b;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 45px;
}

.CyanoTekFooter__label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .1px;
}

.CyanoTekFooter a {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: .1px;
    padding-top: 7px;
    display: block;
    opacity: 0.5;
}

.CyanoTekFooter a:hover {
    opacity: 1;
}

.CyanoTekFooter .social-icons__icon {
    display: inline-block;
}

.CyanoTekFooter .social-icons a {
    display: inline-block;
    margin: 0 15px 0 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px rgba(6,55,82,.4);
    box-shadow: 0 0 2px rgba(6,55,82,.4);
    text-align: center;
    font-size: 24px;
}

.CyanoTekFooter .social-icons {
    display: block;
    padding: 0;
    text-align: center;
}

.CyanoTekFooter__copyright {
    border-top: 1px solid #fff;
    margin-top: 50px;
    padding-top: 15px;
    line-height: 1.2rem;
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
}

.contact{
    background-color: #000;
    width: 250px;
    height: 155px;
    position: fixed;
    top: 25%;
    right: 0;
    margin-right: -200px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    transition: 1s;
}

.c-icon{
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: #000;
    cursor: pointer;
}

.c-icon img{
    width: 30px;
}

.c-icon i{
    color: #fff;
    font-size: 20px;
}

.icons, .icons2 {
    color: #000;
    padding: 10px 15px;
    background-color: #d6d6d6;
    width: 200px;
    height: 51px;
    text-align: left;
}

.icons2 {
    padding: 13px 15px;
}

.facebook img, .linkedin img, .twitter img{
    width: 30px;
    margin-right: 6px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.dropdown-menu {
    top: 60px;
    border: none;
    padding: 0;
    border-radius: 0;
    min-width: 285px;
    right: -80px !important;
}

.navbar-nav li .dropdown-menu a{
    margin: 0;
    font-size: 15px;
}

.dropdown-item{
    display: block;
    padding: 12px 16px !important;
}

.dropdown-item:hover{
    background-color: #f2f2f2 !important;
}

.border-bottom{
    border-bottom: 1px solid #e2e2e2 !important;
}

/** inner pages ****/
/* .inner-banner{
    margin-top: 0;
} */

.cardImg1{
    background-image: url(../img/CyanoTek-Website/cardImg1.jpg);
}

.cardImg2{
    background-image: url(../img/CyanoTek-Website/cardImg2.jpg);
}

.cardImg3{
    background-image: url(../img/CyanoTek-Website/cardImg3.jpg);
}

.cardImg4{
    background-image: url(../img/CyanoTek-Website/cardImg4.jpg);
}


.cardImg5{
    background-image: url(../img/CyanoTek-Website/cardImg5.jpg);
}


.intro {
    width: 60%;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
}

ul {
    margin-left: 20px;
    list-style: disc;
}

ul li {
    margin-bottom: 10px;
}

.intro p {
    font-size: 20px;
}

.title p{
    font-size: 18px;
    font-family: CyanoTek;
    color: #343a40;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 22%;
}

.owl-carousel .owl-nav button.owl-prev{
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next{
    right: -20px;
}

.owl-prev span, .owl-next span{
    font-size: 42px;
    display: block;
    color: #a9a9a9;
}

.owl-dots{
    display: none;
}

.contact-icon{
    font-size: 52px;
    margin-bottom: 20px;
    color: #343a40;
}

.contact-card p{
    font-size: 18px;
}

.cardImg1, .cardImg2, .cardImg3, .cardImg4, .cardImg5 {
    background-color: #fff;
    padding: 40px 40px;
    box-shadow: 0 5px 25px rgb(68 48 48 / 2%);
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0 5px 25px rgb(68 48 48 / 10%);
}

.serviceTitle {
    font-size: 22px;
    font-weight: bold;
    color: #0b6fb4;
}

.carousel.inner-banner, .inner-banner .carousel-inner, .inner-banner .carousel-inner .item{
    min-height: 350px !important;
    background-position: center;
    background-size: cover;
}

.inner-banner .carousel-caption h2 {
    font-size: 48px;
    margin: 0;
}

.inner-banner .carousel-caption {
    top: 30%;
    padding: 0px;
}

.inner-banner .carousel-caption .caption-small-txt {
    font-size: 28px;
    line-height: 32px;
}

.banner-small-txt{
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: CyanoTek;
    margin-top: 10px;
}

.inner-box, .inner-box2{
    position: relative;
    background: #fff;
    /* border-bottom: solid 1px #ececec; */
    padding: 40px 50px 40px 50px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.01);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.01);
}

.inner-box2{
    padding: 20px 25px 20px 25px;
}

.inner-box h2{
    font-size: 24px;
    margin-bottom: 20px;
    font-family: CyanoTekBlack;
    line-height: 24px;
}

.inner-box p{
    font-size: 16px;
}

.bottom-40{
    margin-bottom: 40px;
}

.inner-box ul li{
    margin-bottom: 15px;
    padding-left: 25px;
    background-image: url(../img/CyanoTek-Website/right-circle.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 18px;
}

.inner-box ul .last-li{
    margin-bottom: 0;
}

.form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    color: #000;
}

.modal-dialog {
    width: 620px;
    margin: 80px auto;
    text-align: left;
}

.modal-header .close {
    font-size: 21px;
    color: #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 10px;
    padding-bottom: 5px;
}

.modal-header {
    border-bottom: 0;
    text-align: center;
}

.modal-title {
    font-size: 24px;
    font-family: CyanoTekBlack;
    margin-top: 15px;
    letter-spacing: -1px;
    color: #005c84;
}

label {
    color: #808080;
    font-size: 13px;
}

.modal-body {
    padding: 15px 40px 30px;
}

.modal-footer {
    padding: 0 40px 40px 40px;
    text-align: center;
    border-top: none;
}

.modal-body .btn, .submit{
    font-size: 17px;
    background-color: #66b3e3;
    border-radius: 100px;
    padding: 12px 35px;
    font-size: 16px;
    border: 0;
    margin-top: 10px;
}

.modal-body .btn:hover, .submit:hover{
    background-color: #005c84;
}

.text-muted{
    color: red;
    display: none;
}

.inner-para p{
    font-size: 18px !important;
    font-family: CyanoTekBold;
    opacity: 0.7;
}


.col-md-20{
    width: 20%;
    float: left;
    padding: 0 10px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    /* float: left; */
    margin-right: .5em;
    color: #f16c21;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.radio label, .checkbox label {
    padding-left: 0;
}

.pm-info{
    text-align: left;
    padding: 0 16px;
}

.pm-info img{
    width: 90px;
    margin-bottom: 15px;
}

.pm-info h2{
    font-family: CyanoTekBold;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
}

.solutions{
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 1%);
}

.solutions-image, .solutions-image1, .solutions-image2, .solutions-image3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 180px;
    position: relative;
}

.solutions-image1{
    background-image: url(../img/CyanoTek-Website/solution1.jpg);
}

.solutions-image2{
    background-image: url(../img/CyanoTek-Website/solution2.jpg);
}

.solutions-image3{
    background-image: url(../img/CyanoTek-Website/solution3.jpg);
}

.solutions-text {
    padding: 20px 25px;
    text-align: left;
    min-height: 120px;
    font-size: 18px;
}

.circle-bg{
    background-image: url(../img/CyanoTek-Website/titile-circle-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 60%;
}

.title{
    font-size: 32px;
    font-family: CyanoTekBlack;
    line-height: normal;
    color: #003b7d;
    margin-bottom: 40px;
}

.title b{
    font-family: CyanoTekbold;
}

.home-program{
    margin-top: 80px;
}

.home-program .pm-info img{
    width: 60%;
}

.home-program .btn-primary{
    margin-top: 20px;
}

.fa-ul {
    line-height: normal;
    font-size: 20px;
}

.fa-ul li{
    margin-bottom: 5px;
}

.CyanoTekFatFooter{
    background-color: #292929;
    padding: 50px 0;
    color: #fff;
    text-align: left;
    font-size: 13px;
}

.CyanoTekFooter__label{
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-about p{
    width: 80%;
}

/* .footer-div{
    text-align: center;
} */

.footer-div a{
    color: #fff;
    opacity: 0.7;
    margin-top: 5px;
    display: block;
}

.footer-div a:hover{
    color: #fff;
    opacity: 1;
}

.footer{
    padding: 20px 0;
}

.login-footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer p{
    margin-top: 5px;
}

.footer-links a{
    color: #fff;
    font-size: 24px;
    opacity: 0.7;
    margin-left: 10px;
}

.footer-links a:hover{
    opacity: 1;
    color: #fff;
}

.testimonial-slider{
    margin-top: 0;
}

.carousel.testimonial-slider, .testimonial-slider .carousel-inner, .testimonial-slider .item{
    min-height: 220px;
}

.testimonial-slider .carousel-indicators .active {
    background-color: #f16c21 !important;
    width: 14px;
    height: 14px;
}

.testimonial-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
}

.testimonial-slider .carousel-control.right, .testimonial-slider .carousel-control.left{
    background: none;
}

.testimonial-slider .carousel-control {
    color: rgb(139, 139, 139);
}

.testimonial-text{
    color: #000;
    text-align: left;
}

.testimonial-slider .carousel-caption{
    width: 90%;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 60px;
    margin: 0 auto;
}

.testimonial-slider .carousel-caption2{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 60px;
    margin: 0 auto;
}

.testimonial-text h5{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.testimonial-left img{
    width: 140px;
}

.coaches-content{
    margin-top: 20px;
}

.coaches-content .pm-info p {
    font-size: 15px;
    width: 92%;
    margin: 0 auto;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 25%;
}

.nav-tabs>li>a {
    padding: 10px 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    color: #c14000;
    border-color: transparent;
}

/** responsiv design ****/
/* SMARTPHONES PORTRAIT */
@media only screen and (max-width: 320px) {

    #buildyourOnlineTeam {
        padding: 55px 0 !important;
    }

    .rfap-asp-15 {
        font-weight: 500;
        font-size: 28px;
    }
}


/* TABLETS PORTRAIT */
@media only screen and (max-width: 768px) {
/* .itemp1{
background-position: -100px 0px !important;
} */
/* .itemp2{
    background-position: -500px 0px !important;
}
.itemp3{
           background-position: -500px 0px !important;
} */
.manbg {
    display: none;
}

.title {
    font-size: 24px;
}

.carousel-caption {
    top: 59%;
}

.navbar-toggle {
  margin-right: 10px;
  margin-top: 8px;
  padding: 8px 10px;
  display: block;
}
.fa-2x {
    font-size: 24px;
    font-weight: 100;
}
.navbar-toggle i {
    color: #000;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    height: 100%;
    position: fixed;
    width: 78%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}
#slidenavigation{
    display: none;
    left: -400px;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.94);
    width: 76%;
    height: 100%;
}
#slidenavigation.slideeffects{
    display: block;
    left: 0;
    animation-name: navheaderanimat;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@keyframes navheaderanimat {
    from {left: -100%;}
    to {left:0px;} 
}

.navbar-nav {
    margin: 0;
}

.navbar-nav li a.active:before {
    bottom: 0;
}

.navbar-nav li a.active, .navbar-nav li a:focus, .navbar-nav li a:hover {
    color: #fff;
    font-weight: bold;
}
.navbar-nav li a {
    border-top: 1px solid transparent;
    color: #fff;
    font-size: 18px;
        text-align: left;
}
.navbar-nav {
        margin-top: 10%;
}

.nav>li {
    position: relative;
    display: block;
    margin: 20px;
}
.darkHeader .navbar-nav {
       margin-top: 10% !important;
}
.divcoversMobilr{display: block;}
.divcoversMobilr{
    height: 100%;
    width: 24%;
    position: fixed;
    right: 0;
    top: 0;
}

.col-half-offset {
    width: 100%;
    margin-bottom: 30px;
}
#stepReviewProcess img{
    width: 100%;
}

.backgroundourApproach {
    bottom: -5px;
}

.logosoft {
    margin: auto;
}

body > section {
    padding: 20px 0;
}

.boxcontact1, .boxcontact2, .boxcontact3 {
    width: 100%;
        margin: 0;
         margin-bottom: 20px;
}
.title p {
    margin: 0 auto 20px auto;
    width: 100%;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 42%;
}

.darkHeader {
    height: 45px !important;
}

.darkHeader #logo {
    margin: 6px 0 0 15px;
}

.offering img {
    width: 75px;
}

.icon img{
    width: 75px !important;
}

.footer-div{
    margin: 20px 0;
}

.CyanoTekFooter {
    padding-top: 20px;
    padding-bottom: 25px;
}

.CyanoTekFooter__copyright {
    margin-top: 20px;
}

.ourOffering .tile {
    min-height: 280px;
}

}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1024px) {


}    
@media only screen and (max-width: 768px) {
    
    #slider, .carousel.slide, .carousel-inner, .carousel-inner .item {
        min-height: 300px;
    }
    .CyanoTek-banner-logo {
        width: 136px;
        margin-bottom: 0px;
    }
    .carousel-indicators {
        bottom: 10px;
        display: none;
    }
    .subline {
        font-size: 14px;
    }
    .carousel-caption h2 {
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }

    .caption-small-txt2 {
        font-size: 14px;
        display: block;
        line-height: 18px;
    }
    .caption-small-txt {
        font-size: 20px;
        line-height: 21px;
    }
    .carousel-caption {
        top: 85px;
        text-align: center;
    }
    .carousel-caption h3 {
        width: 100%;
        font-size: 32px !important;
        margin: 5px 0 20px;
        color: #ffffff;
        letter-spacing: 1px;
        font-weight: 500;
        text-align: center;
    }
    .bannerBtn {
        padding: 6px 12px;
        letter-spacing: 1.5px;
    }
    .col-md-25{
        width: 100%;
    }

    .firstSection {
        font-size: 16px;
    }

    .CyanoTekFooter a {
        font-size: 15px;
        padding-top: 12px;
    }

    .CyanoTekFooter__label {
        font-size: 18px;
    }

    .footer-div-links{
        width: 50%;
        float: left;
    }

    .CyanoTekFooter .social-icons a {
        width: 50px;
        font-size: 24px;
    }
    
    .contact{
        display: none;
    }

    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        color: #fff;
    }

    .border-bottom {
        border-bottom: none !important;
    }

    .navbar-nav li .dropdown-menu a {
        padding-left: 25px !important;
    }

    .tile, .tile2 {
        padding: 25px 40px;
    }

    .ourOffering h3 {
        font-size: 26px;
        margin-top: 25px;
    }

    .ourOffering .content p {
        font-size: 16px;
    }

    .knowMore {
        background-position: top right;
    }

    .knowMore a, .round-btn {
        font-size: 14px;
        margin-left: 0;
        margin-top: 15px;
    }

    .inner-banner .carousel-caption h2 {
        font-size: 30px;
    }

    .banner-small-txt {
        font-size: 16px;
        line-height: 22px;
    }

    .carousel.inner-banner, .inner-banner .carousel-inner, .inner-banner .carousel-inner .item {
        min-height: 320px !important;
    }

    .inner-box {
        padding: 20px 30px 20px 30px;
    }

    .bottom-40{
        margin-bottom: 25px;
    }

    .inner-para p {
        font-size: 16px !important;
        font-family: CyanoTekNormal;
    }

    .solutions {
        margin-bottom: 20px;
    }

    .solutions-text {
        min-height: 145px;
    }

    .benifit {
        width: 80%;
        float: none;
        margin: 0 auto 25px auto;
    }

    .footer-div-clear{
        clear: both;
    }

    .knowMore b {
        display: block;
    }

    /* .brochure{
        display: none;
    } */

    .brochure-image {
        width: 150px;
        /* margin-bottom: 20px; */
        margin: 0 auto 20px auto;
        float: none !important;
    }

    .modal-dialog {
        width: 90%;
        margin-top: 100px;
    }

    .modal-body{
        text-align: center;
    }

    form {
        text-align: left;
    }

    .about-img{
        display: none;
    }

    .about-text {
        padding: 20px 30px;
        width: 100%;
    }

    .bottom-40 .solutions{
        margin-bottom: 0;
    }

    .inner-box2{
        margin-top: 20px;
    }

    .col-md-20{
        width: 100%;
        float: none;
        padding: 0 10px;
    }

}