
/*=======================================================================
[06] Nav Control Style
=========================================================================*/
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-nav-layout1 {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 575px) {
    .owl-nav-layout1 {
        display: none;
    }
}
.owl-nav-layout1 span {
    cursor: pointer;
    margin-left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    background-color: #ffffff;
    border-radius: 50%;
    color: #396cf0;
    transition: all 0.3s ease-out;
}
.owl-nav-layout1 span i:before {
    margin-left: 0;
    font-weight: 900;
    font-size: 1.8rem;
}
.owl-nav-layout1 span:hover {
    background-color: #396cf0;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}
.owl-nav-layout2 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 5px;
}
@media only screen and (max-width: 575px) {
    .owl-nav-layout2 {
        display: none;
    }
}
.owl-nav-layout2 span {
    cursor: pointer;
    margin-left: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 4.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    color: #396cf0;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-out;
}
.owl-nav-layout2 span i:before {
    margin-left: 0;
    font-weight: 900;
    font-size: 1.8rem;
}
.owl-nav-layout2 span:hover {
    background-color: #396cf0;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
    box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}
.nav-control-layout1 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout1 .owl-controls .owl-nav > div {
    color: #111111;
    border: 1px solid #396cf0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    height: 46px;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 44px;
        width: 44px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout1 .owl-controls .owl-nav > div {
        height: 36px;
        width: 36px;
        font-size: 14px;
    }
}
.nav-control-layout1 .owl-controls .owl-prev {
    left: -23px;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -22px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -18px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout1 .owl-controls .owl-prev {
        left: -15px;
    }
}
.nav-control-layout1 .owl-controls .owl-prev:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout1 .owl-controls .owl-next {
    right: -23px;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -22px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -18px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout1 .owl-controls .owl-next {
        right: -15px;
    }
}
.nav-control-layout1 .owl-controls .owl-next:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout1:hover .owl-controls .owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.nav-control-layout1:hover .owl-controls .owl-next {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.nav-control-layout2 {
    overflow: hidden;
}
.nav-control-layout2 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout2 .owl-controls .owl-nav > div {
    opacity: 0;
    visibility: hidden;
    font-size: 24px;
    color: #396cf0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
    -moz-box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
    box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
    .nav-control-layout2 .owl-controls .owl-nav > div {
        height: 48px;
        width: 48px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout2 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout2 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 18px;
    }
}
.nav-control-layout2 .owl-controls .owl-prev {
    left: -50px;
}
.nav-control-layout2 .owl-controls .owl-prev:hover {
    background: #396cf0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-controls .owl-prev:hover i {
    color: #ffffff;
}
.nav-control-layout2 .owl-controls .owl-next {
    right: -50px;
}
.nav-control-layout2 .owl-controls .owl-next:hover {
    background: #396cf0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-controls .owl-next:hover i {
    color: #ffffff;
}
.nav-control-layout2:hover .owl-controls .owl-prev {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.nav-control-layout2:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.nav-control-layout3 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout3 .owl-controls .owl-nav > div {
    color: #444444;
    background: #ffffff;
    font-size: 18px;
    height: 46px;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout3 .owl-controls .owl-nav > div {
        height: 44px;
        width: 44px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout3 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout3 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout3 .owl-controls .owl-nav > div {
        height: 36px;
        width: 36px;
        font-size: 14px;
    }
}
.nav-control-layout3 .owl-controls .owl-prev {
    left: 50px;
}
.nav-control-layout3 .owl-controls .owl-prev:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-controls .owl-next {
    right: 50px;
}
.nav-control-layout3 .owl-controls .owl-next:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout4 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout4 .owl-controls .owl-nav > div {
    color: #111111;
    border: 1px solid #396cf0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    height: 46px;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout4 .owl-controls .owl-nav > div {
        height: 44px;
        width: 44px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout4 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout4 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout4 .owl-controls .owl-nav > div {
        height: 36px;
        width: 36px;
        font-size: 14px;
    }
}
.nav-control-layout4 .owl-controls .owl-prev {
    left: -20px;
}
.nav-control-layout4 .owl-controls .owl-prev:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout4 .owl-controls .owl-next {
    right: -20px;
}
.nav-control-layout4 .owl-controls .owl-next:hover {
    background: #396cf0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout4:hover .owl-controls .owl-prev {
    opacity: 1;
    visibility: visible;
}
.nav-control-layout4:hover .owl-controls .owl-next {
    opacity: 1;
    visibility: visible;
}
.nav-control-layout5 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout5 .owl-controls .owl-nav > div {
    font-size: 24px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
    .nav-control-layout5 .owl-controls .owl-nav > div {
        height: 48px;
        width: 48px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout5 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout5 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 18px;
    }
}
.nav-control-layout5 .owl-controls .owl-prev {
    left: 50px;
}
.nav-control-layout5 .owl-controls .owl-prev:hover {
    background: #396cf0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout5 .owl-controls .owl-prev:hover i {
    color: #ffffff;
}
.nav-control-layout5 .owl-controls .owl-next {
    right: 50px;
}
.nav-control-layout5 .owl-controls .owl-next:hover {
    background: #396cf0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout5 .owl-controls .owl-next:hover i {
    color: #ffffff;
}
.nav-control-layout6 .owl-controls {
    position: absolute;
    top: -80px;
    right: 0;
}
.nav-control-layout6 .owl-controls .owl-nav {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-control-layout6 .owl-controls .owl-nav > div {
    font-size: 22px;
    color: #396cf0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #f2f2f2;
    margin: 0 0 0 10px;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
    .nav-control-layout6 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout6 .owl-controls .owl-nav > div {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout6 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 18px;
    }
}
.nav-control-layout6 .owl-controls .owl-nav > div:hover {
    background: #396cf0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout6 .owl-controls .owl-nav > div:hover i {
    color: #ffffff;
}
.nav-control-layout7 .owl-controls .owl-nav {
    margin-top: 0;
}
.nav-control-layout7 .owl-controls .owl-nav > div {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    height: 46px;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout7 .owl-controls .owl-nav > div {
        height: 44px;
        width: 44px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout7 .owl-controls .owl-nav > div {
        height: 42px;
        width: 42px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout7 .owl-controls .owl-nav > div {
        height: 38px;
        width: 38px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout7 .owl-controls .owl-nav > div {
        height: 36px;
        width: 36px;
        font-size: 14px;
    }
}
.nav-control-layout7 .owl-controls .owl-prev {
    left: -23px;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout7 .owl-controls .owl-prev {
        left: -22px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout7 .owl-controls .owl-prev {
        left: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout7 .owl-controls .owl-prev {
        left: -18px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout7 .owl-controls .owl-prev {
        left: -15px;
    }
}
.nav-control-layout7 .owl-controls .owl-prev:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout7 .owl-controls .owl-next {
    right: -23px;
}
@media only screen and (max-width: 1199px) {
    .nav-control-layout7 .owl-controls .owl-next {
        right: -22px;
    }
}
@media only screen and (max-width: 991px) {
    .nav-control-layout7 .owl-controls .owl-next {
        right: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-control-layout7 .owl-controls .owl-next {
        right: -18px;
    }
}
@media only screen and (max-width: 575px) {
    .nav-control-layout7 .owl-controls .owl-next {
        right: -15px;
    }
}
.nav-control-layout7 .owl-controls .owl-next:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-control-layout7:hover .owl-controls .owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.nav-control-layout7:hover .owl-controls .owl-next {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.dot-control-layout1 .owl-controls {
    margin-top: 50px;
}
.dot-control-layout1 .owl-controls .owl-dots {
    display: flex;
    justify-content: center;
}
.dot-control-layout1 .owl-controls .owl-dots .owl-dot {
    margin: 0 5px;
}
.dot-control-layout1 .owl-controls .owl-dots .owl-dot span {
    margin: 0;
    height: 16px;
    width: 16px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-controls .owl-dots .active span {
    background: #ffffff;
}
.dot-control-layout1 .owl-nav {
    margin-top: 0;
}
.dot-control-layout2 .owl-controls {
    margin-top: 30px;
}
.dot-control-layout2 .owl-controls .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dot-control-layout2 .owl-controls .owl-dots .owl-dot {
    margin: 0 4px;
}
.dot-control-layout2 .owl-controls .owl-dots .owl-dot span {
    margin: 0 5px;
    height: 16px;
    width: 16px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dot-control-layout2 .owl-controls .owl-dots .active span {
    background: #ffffff;
}
.dot-control-layout2 .owl-nav {
    margin-top: 0;
}
.dot-control-layout3 .owl-controls {
    margin-top: 20px;
}
.dot-control-layout3 .owl-controls .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dot-control-layout3 .owl-controls .owl-dots .owl-dot {
    margin: 0;
}
.dot-control-layout3 .owl-controls .owl-dots .owl-dot span {
    margin: 0 3px;
    height: 15px;
    width: 15px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #e1e1e1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dot-control-layout3 .owl-controls .owl-dots .active span {
    background: #396cf0;
}
.dot-control-layout3 .owl-nav {
    margin-top: 0;
}
.dot-control-left .owl-dots {
    text-align: left;
}
.dot-control-right .owl-dots {
    text-align: right;
}


.team-box-layout2 {
    background-color: #ffffff;
    padding: 40px 30px;
    margin-bottom: 30px;
}
.team-box-layout2:hover {
    -webkit-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
    -moz-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
    box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team-box-layout2:hover .item-schedule .item-btn {
    background-color: #396BDE;
    color: #ffffff;
}
.team-box-layout2 .item-img {
    position: relative;
    background-color: #f1f7fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 23px;
    max-width: 230px;
    max-height: 230px;
}
.team-box-layout2 .item-img img {
    width: 100%;
}
.team-box-layout2 .item-img .item-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
}
.team-box-layout2 .item-img .item-icon li {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
}
.team-box-layout2 .item-img .item-icon li a {
    color: #ffffff;
    font-size: 36px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-icon li a:hover {
    color: #e3e3e3;
}
.team-box-layout2 .item-img:hover:after {
    visibility: visible;
    opacity: 1;
}
.team-box-layout2 .item-img:hover .item-icon li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team-box-layout2 .item-content {
    text-align: center;
}
.team-box-layout2 .item-content .item-title {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.team-box-layout2 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-title a:hover {
    color: #396BDE;
}
.team-box-layout2 .item-content p {
    color: #396BDE;
    border-bottom: 1px solid #d8e0e4;
    padding-bottom: 20px;
}
.team-box-layout2 .item-schedule ul {
    margin-bottom: 20px;
}
.team-box-layout2 .item-schedule ul li {
    margin-bottom: 5px;
    color: #646464;
    position: relative;
}
.team-box-layout2 .item-schedule ul li span {
    position: absolute;
    right: 0;
    top: 0;
}
.team-box-layout2 .item-schedule .item-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid;
    border-color: #396BDE;
    color: #444444;
    background-color: transparent;
    text-transform: capitalize;
    font-weight: 700;
    padding: 12px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team-box-layout2 .item-schedule .item-btn:hover {
    background-color: #2055e4;
}
/*-------------------*/

.rounded-circle {
    border-radius: 50%;
}

.heading-layout1 {
    margin-bottom: 20px;

    position: relative;
}