/* slider */

.nav-justified{
    width: 55%;
}

.nav-pills > li > a{
    color: #000;
    /*border: 2px solid #01b8a5;*/
}

.modal-open .modal {
    background: #0000009e;
}

#calendly-handy{
    margin-top: -45px;
    margin-bottom: -20px;
    z-index: 1;
}

#myTabs > li.active {
    border-radius: 10px;
    background: transparent;
}

.tab-content > .tab-pane{
    margin-top: -10px;
}

#calendar-dekstop{
    z-index: -1;
}

#myTabs{
    margin-left: -15px;
    margin-top: -5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover{
    background: #01b8a5 !important;
}

#modal-subscribe{
    background: #000000a1;
}

#mascot-desktop{
    width: 80%;
    margin-top: -75px;
    margin-left: -55px;
    margin-bottom: -60px;
    position: relative;
}

#service-desc {
    padding: 0px 35px 0px 35px;
}

.child-box{
    position: absolute;
    top: 20%;
    width: 90%;
}

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 140px;
    right: 149px;
    text-align: center;
    z-index: 100;
}

.float:hover{
    cursor: pointer;
}

.coccoc-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: fixed;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-phone {
    background-color: transparent;
/*    width: 200px;
    height: 200px;*/
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 150px;
    top: 30px;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75 !important;
}

.coccoc-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(https://drive.google.com/uc?id=1V3N2b79QjDWetC_ss9wI3c-xpWDymn9R) no-repeat center center;
    background-size: 75%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    /*opacity: .7;*/
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: rgba(39,57,149,1);
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #0e4b64;
    opacity: 1;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #0e4b64;
    opacity: 1;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(39,57,149,1);
    opacity: 1 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: rgba(75,189,149,1);
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.design{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    font-family: 'Gotham Bold';
}

.design:hover{
    background:#20426c;
    border: 2px solid #20426c;
    color: #fff;
}




.my-float{
    margin-top: 18px;
    font-size: 28px;
}

select {
    background-color: white;
    border: 1px solid #dedede;
    display: block;
    font: inherit;
    height: 44px;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}


select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #000;
  outline: 0;
}


/*.custom.tp-bullets{
    left: 6.9% !important;
    top: 75% !important;
    position: relative !important;
    display: inline-flex !important;
}*/

/* slider */

.team-btn {
    margin-top: 10px;
    padding: 5px;
    width: 100%;
    color: #0a2c4e;
    background: #fff;
    border: 2px solid #0a2c4e;
    font-family: 'Gotham Bold';
}

.sched-btn:hover , .team-btn:hover {
    background: #0a2c4e;
    color: #fff;
}

.sched-btn{
    padding: 0px;
    width: 31%;
    color: #0a2c4e;
    border: 2px solid #0a2c4e;
}



.about-us-read {

  background: #01b8a508;

  background-size: cover;

}



.owl-partner-h2 .owl-controls .owl-pagination, .tp-leftarrow.tparrows.custom, .tp-rightarrow.tparrows.custom{

  display: none;

}



.item-partner{

  text-align: center;

  padding: 0 15px;

}



.body-other-services{

    padding: 50px 5px 30px 5px;

    background: #0a2c4e;

    color: #fff;

}



.footer-other-services{

    padding: 6px 0;

    border: 2px solid #0a2c4e;

    margin-top: 10px;

}



a.logo:before {

    position: absolute;

    top: 0px;

    width: 200%;

    content: "";

    height: 100%;

    left: -200%;

    background: #01b8a5;

}



a.logo:after {

    position: absolute;

    right: 870px;

    top: -62px;

    content: "";

    transform: skew(-35deg);

    width: 80px;

    height: 113%;

    background: #01b8a5;

    margin: 0 auto;

    margin-top: 50px;

}



.custom-readmore{
    background: #01b8a5;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px;
    font-family: 'Gotham Bold';
}

.custom-readmore:hover{
  background:#20426c;
  color: #fff;
}

.whyus-warp-h4 {
    padding: 120px 40px 108px 30px;
}



.item-about-h7 {
    background: #0e4b64;
    text-align: center;
    transition: all .2s ease-in-out;
    position: relative;
    margin-bottom: 30px;
}




.item-team:hover .team-btn, 
.item-partner:hover .team-btn{
    background: #0a2c4e;
    color: #fff;
}

.item-team img, 
.item-partner img, 
.item-about-h7 img{
    filter: grayscale(0%);
}

.item-team:hover img, 
.item-partner:hover img, 
.item-about-h7:hover img{
    -webkit-filter: contrast(120%); /* Safari */
    filter: contrast(120%);
}


.item-about-h7:hover{
    box-shadow: 5px 5px 5px 0px #01b8a533;
    margin-top: -5px;
}
.item-about-h7:hover .custom-readmore{
    background:#20426c;
    color: #fff;
}

.item-about-img:hover{
    box-shadow: 5px 5px 5px 0px #01b8a554;
}

.about-h7-info {
    padding: 10px;
    margin: 10px;
}

.title-bold {
    font-family: 'Gotham Bold';
}

.title-light {
    font-family: 'Gotham Light';
    font-weight: 900;
}

.services-btn {
    color: #fff;
}

.home-step{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #20426c;
    border-radius: 50%;
    display: block;
    margin: -54px auto -30px auto;
    background: #fff;
    position: relative;
    font-family: 'Gotham Ultra';
    font-size: 32px;
    left: 0%;
}

.service-step{
    width: 55px;
    height: 55px;
    line-height: 58px;
    text-align: center;
    color: #0e4b64;
    border-radius: 50%;
    display: block;
    margin: -30px auto 35px auto;
    background: #fff;
    position: absolute;
    font-family: 'Gotham Ultra';
    font-size: 32px;
    left: 41%;
}

.other-step{
    width: 55px;
    height: 55px;
    line-height: 58px;
    text-align: center;
    color: #0e4b64;
    border-radius: 50%;
    display: block;
    margin: -30px auto 35px auto;
    background: #fff;
    position: absolute;
    font-family: 'Gotham Ultra';
    font-size: 32px;
    left: 41%;
}

.contact-form-ui {
    padding: 50px 20px 50px 20px;
    box-shadow: 1px 0px 7px #20426c40;
}

.contact-btn {
    margin-top: 17px;
    float: right;
    font-weight: 800;
    font-size: 15px;
}

.contact-btn:hover {
    background: #20426c;
    color: #fff;
}



.form-contact-warp label {

    color: #20426c;

    font-weight: 900;

}



.item-partner h4 {

    font-size: 11px;
    font-family: 'Gotham Bold'

}





@media screen and (min-width: 481px) and (max-width: 768px) { 

    .home-step{

        top: 50%;

    }

}